@charset "UTF-8";
/*!
 *  Formir 0.2.2 by $formir - https://github.com/formir/formir - http://formir.io - support$formir.io
 *  MIT License
 */
@use 'sass:math';
/* line 1, app/assets/stylesheets/formir/core/typography/fonts.scss */
body, pre, textarea, input, button, label {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

/* line 5, app/assets/stylesheets/formir/core/typography/fonts.scss */
html {
  font-size: 10px;
  line-height: 1.35em;
}

/* line 2, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/display.scss */
.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

/* line 31, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: auto;
  max-width: 100%;
}

/* line 37, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/modal.scss */
input.modal-open, input.modal-close {
  display: none;
}

/* line 42, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/modal.scss */
input.modal-close:not(:checked) ~ .body {
  height: 100vh;
  overflow-y: hidden;
}

/* line 49, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/modal.scss */
body.modal-opened {
  overflow-y: hidden;
}

/* line 53, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/modal.scss */
.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1200;
  overflow-y: scroll;
  display: none;
  -webkit-overflow-scrolling: touch;
}

/* line 64, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/modal.scss */
.modal.active {
  display: block;
  height: 100%;
}

/* line 8, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/modal.scss */
.modal.active.animated {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

/* line 12, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/modal.scss */
.modal.active.animated .modal-backdrop:after {
  transition: background-color 0.4s ease;
  background-color: rgba(246, 247, 251, 0.75);
}

/* line 19, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/modal.scss */
.modal.active.animated .modal-window {
  transform: translate(0, 0);
  transition: transform 0.4s ease;
}

/* line 27, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/modal.scss */
.modal.active.centered .modal-wrapper:before {
  height: 50%;
  content: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  transition: height 0.4s ease;
}

/* line 68, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/modal.scss */
.modal.centered {
  vertical-align: middle;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
}

/* line 74, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/modal.scss */
.modal.centered .modal-wrapper {
  display: inline;
  text-align: left;
  vertical-align: middle;
}

/* line 79, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/modal.scss */
.modal.centered .modal-wrapper:before {
  display: inline-block;
  height: 0%;
  vertical-align: text-bottom;
  width: 0;
}

/* line 86, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/modal.scss */
.modal.centered .modal-wrapper .modal-window {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  letter-spacing: normal;
}

/* line 92, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/modal.scss */
.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;
}

/* line 99, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/modal.scss */
.modal.animated {
  opacity: 0;
  display: block;
  pointer-events: none;
  visibility: hidden;
}

/* line 103, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/modal.scss */
.modal.animated .modal-backdrop:after {
  transition: background-color 0.4s ease;
}

/* line 110, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/modal.scss */
.modal.animated .modal-window {
  transform: translate(0, -100vh);
  transition: transform 0.4s ease;
}

/* line 117, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/modal.scss */
.modal-window {
  width: 650px;
  min-height: 300px;
  max-width: calc(100% - (20px * 2));
  position: relative;
  left: 0;
  right: 0;
  margin: 5vh auto;
  z-index: 1202;
  border: 0 none;
}

/* line 128, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/modal.scss */
.modal-window.modal-window-s {
  width: 450px;
}

/* line 132, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/modal.scss */
.modal-window.modal-window-l {
  width: 70%;
}

/* line 136, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/modal.scss */
.modal-window.modal-window-xl {
  width: 80%;
}

/* line 140, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/modal.scss */
.modal-window.modal-window-fullscreen {
  width: 100%;
  min-height: calc(100% - 10vh);
}

/* line 146, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/modal.scss */
.modal-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: calc(100vw - 100%);
  z-index: 1199;
}

/* line 154, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/modal.scss */
.modal-backdrop:after {
  right: inherit;
  content: '';
  position: fixed;
  background-color: rgba(246, 247, 251, 0.75);
  right: inherit;
  display: block;
  height: 100vh;
  left: 0;
  pointer-events: none;
}

/* line 167, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/modal.scss */
.modal-close {
  cursor: pointer;
}

/* line 173, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/modal.scss */
input.modal-open:checked + .modal {
  display: block;
  height: 100%;
}

/* line 8, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/modal.scss */
input.modal-open:checked + .modal.animated {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

/* line 12, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/modal.scss */
input.modal-open:checked + .modal.animated .modal-backdrop:after {
  transition: background-color 0.4s ease;
  background-color: rgba(246, 247, 251, 0.75);
}

/* line 19, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/modal.scss */
input.modal-open:checked + .modal.animated .modal-window {
  transform: translate(0, 0);
  transition: transform 0.4s ease;
}

/* line 27, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/modal.scss */
input.modal-open:checked + .modal.centered .modal-wrapper:before {
  height: 50%;
  content: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  transition: height 0.4s ease;
}

/* line 48, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tab.scss */
.tabs > input[type="radio"] {
  display: none;
}

/* line 5, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tab.scss */
.tabs > input[type="radio"]:checked:nth-child(1) ~ .tab-pages > *:nth-child(1) {
  display: block;
}

/* line 5, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tab.scss */
.tabs > input[type="radio"]:checked:nth-child(2) ~ .tab-pages > *:nth-child(2) {
  display: block;
}

/* line 5, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tab.scss */
.tabs > input[type="radio"]:checked:nth-child(3) ~ .tab-pages > *:nth-child(3) {
  display: block;
}

/* line 5, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tab.scss */
.tabs > input[type="radio"]:checked:nth-child(4) ~ .tab-pages > *:nth-child(4) {
  display: block;
}

/* line 5, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tab.scss */
.tabs > input[type="radio"]:checked:nth-child(5) ~ .tab-pages > *:nth-child(5) {
  display: block;
}

/* line 5, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tab.scss */
.tabs > input[type="radio"]:checked:nth-child(6) ~ .tab-pages > *:nth-child(6) {
  display: block;
}

/* line 5, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tab.scss */
.tabs > input[type="radio"]:checked:nth-child(7) ~ .tab-pages > *:nth-child(7) {
  display: block;
}

/* line 5, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tab.scss */
.tabs > input[type="radio"]:checked:nth-child(8) ~ .tab-pages > *:nth-child(8) {
  display: block;
}

/* line 5, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tab.scss */
.tabs > input[type="radio"]:checked:nth-child(9) ~ .tab-pages > *:nth-child(9) {
  display: block;
}

/* line 5, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tab.scss */
.tabs > input[type="radio"]:checked:nth-child(10) ~ .tab-pages > *:nth-child(10) {
  display: block;
}

/* line 32, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tab.scss */
.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;
}

/* line 348, app/assets/stylesheets/formir/override/mixins.scss */
.tabs > input[type="radio"]:checked:nth-child(1) ~ .tab-navs .tab-labels > *:nth-child(1):not(:first-child) {
  border-left: 1px solid #e5e6e7;
}

/* line 351, app/assets/stylesheets/formir/override/mixins.scss */
.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;
}

/* line 362, app/assets/stylesheets/formir/override/mixins.scss */
.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);
}

/* line 37, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tab.scss */
.tabs > input[type="radio"]:checked:nth-child(1) ~ .tab-navs .tab-addons > *:nth-child(1) {
  display: block;
}

/* line 32, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tab.scss */
.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;
}

/* line 348, app/assets/stylesheets/formir/override/mixins.scss */
.tabs > input[type="radio"]:checked:nth-child(2) ~ .tab-navs .tab-labels > *:nth-child(2):not(:first-child) {
  border-left: 1px solid #e5e6e7;
}

/* line 351, app/assets/stylesheets/formir/override/mixins.scss */
.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;
}

/* line 362, app/assets/stylesheets/formir/override/mixins.scss */
.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);
}

/* line 37, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tab.scss */
.tabs > input[type="radio"]:checked:nth-child(2) ~ .tab-navs .tab-addons > *:nth-child(2) {
  display: block;
}

/* line 32, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tab.scss */
.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;
}

/* line 348, app/assets/stylesheets/formir/override/mixins.scss */
.tabs > input[type="radio"]:checked:nth-child(3) ~ .tab-navs .tab-labels > *:nth-child(3):not(:first-child) {
  border-left: 1px solid #e5e6e7;
}

/* line 351, app/assets/stylesheets/formir/override/mixins.scss */
.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;
}

/* line 362, app/assets/stylesheets/formir/override/mixins.scss */
.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);
}

/* line 37, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tab.scss */
.tabs > input[type="radio"]:checked:nth-child(3) ~ .tab-navs .tab-addons > *:nth-child(3) {
  display: block;
}

/* line 32, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tab.scss */
.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;
}

/* line 348, app/assets/stylesheets/formir/override/mixins.scss */
.tabs > input[type="radio"]:checked:nth-child(4) ~ .tab-navs .tab-labels > *:nth-child(4):not(:first-child) {
  border-left: 1px solid #e5e6e7;
}

/* line 351, app/assets/stylesheets/formir/override/mixins.scss */
.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;
}

/* line 362, app/assets/stylesheets/formir/override/mixins.scss */
.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);
}

/* line 37, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tab.scss */
.tabs > input[type="radio"]:checked:nth-child(4) ~ .tab-navs .tab-addons > *:nth-child(4) {
  display: block;
}

/* line 32, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tab.scss */
.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;
}

/* line 348, app/assets/stylesheets/formir/override/mixins.scss */
.tabs > input[type="radio"]:checked:nth-child(5) ~ .tab-navs .tab-labels > *:nth-child(5):not(:first-child) {
  border-left: 1px solid #e5e6e7;
}

/* line 351, app/assets/stylesheets/formir/override/mixins.scss */
.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;
}

/* line 362, app/assets/stylesheets/formir/override/mixins.scss */
.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);
}

/* line 37, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tab.scss */
.tabs > input[type="radio"]:checked:nth-child(5) ~ .tab-navs .tab-addons > *:nth-child(5) {
  display: block;
}

/* line 32, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tab.scss */
.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;
}

/* line 348, app/assets/stylesheets/formir/override/mixins.scss */
.tabs > input[type="radio"]:checked:nth-child(6) ~ .tab-navs .tab-labels > *:nth-child(6):not(:first-child) {
  border-left: 1px solid #e5e6e7;
}

/* line 351, app/assets/stylesheets/formir/override/mixins.scss */
.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;
}

/* line 362, app/assets/stylesheets/formir/override/mixins.scss */
.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);
}

/* line 37, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tab.scss */
.tabs > input[type="radio"]:checked:nth-child(6) ~ .tab-navs .tab-addons > *:nth-child(6) {
  display: block;
}

/* line 32, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tab.scss */
.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;
}

/* line 348, app/assets/stylesheets/formir/override/mixins.scss */
.tabs > input[type="radio"]:checked:nth-child(7) ~ .tab-navs .tab-labels > *:nth-child(7):not(:first-child) {
  border-left: 1px solid #e5e6e7;
}

/* line 351, app/assets/stylesheets/formir/override/mixins.scss */
.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;
}

/* line 362, app/assets/stylesheets/formir/override/mixins.scss */
.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);
}

/* line 37, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tab.scss */
.tabs > input[type="radio"]:checked:nth-child(7) ~ .tab-navs .tab-addons > *:nth-child(7) {
  display: block;
}

/* line 32, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tab.scss */
.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;
}

/* line 348, app/assets/stylesheets/formir/override/mixins.scss */
.tabs > input[type="radio"]:checked:nth-child(8) ~ .tab-navs .tab-labels > *:nth-child(8):not(:first-child) {
  border-left: 1px solid #e5e6e7;
}

/* line 351, app/assets/stylesheets/formir/override/mixins.scss */
.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;
}

/* line 362, app/assets/stylesheets/formir/override/mixins.scss */
.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);
}

/* line 37, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tab.scss */
.tabs > input[type="radio"]:checked:nth-child(8) ~ .tab-navs .tab-addons > *:nth-child(8) {
  display: block;
}

/* line 32, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tab.scss */
.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;
}

/* line 348, app/assets/stylesheets/formir/override/mixins.scss */
.tabs > input[type="radio"]:checked:nth-child(9) ~ .tab-navs .tab-labels > *:nth-child(9):not(:first-child) {
  border-left: 1px solid #e5e6e7;
}

/* line 351, app/assets/stylesheets/formir/override/mixins.scss */
.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;
}

/* line 362, app/assets/stylesheets/formir/override/mixins.scss */
.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);
}

/* line 37, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tab.scss */
.tabs > input[type="radio"]:checked:nth-child(9) ~ .tab-navs .tab-addons > *:nth-child(9) {
  display: block;
}

/* line 32, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tab.scss */
.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;
}

/* line 348, app/assets/stylesheets/formir/override/mixins.scss */
.tabs > input[type="radio"]:checked:nth-child(10) ~ .tab-navs .tab-labels > *:nth-child(10):not(:first-child) {
  border-left: 1px solid #e5e6e7;
}

/* line 351, app/assets/stylesheets/formir/override/mixins.scss */
.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;
}

/* line 362, app/assets/stylesheets/formir/override/mixins.scss */
.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);
}

/* line 37, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tab.scss */
.tabs > input[type="radio"]:checked:nth-child(10) ~ .tab-navs .tab-addons > *:nth-child(10) {
  display: block;
}

/* line 57, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tab.scss */
.tabs .tab-pages > * {
  display: none;
}

/* line 59, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tab.scss */
.tabs .tab-pages > *.active {
  display: block;
}

/* line 66, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tab.scss */
.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;
}

/* line 348, app/assets/stylesheets/formir/override/mixins.scss */
.tabs .tab-navs .tab-labels > .active:not(:first-child) {
  border-left: 1px solid #e5e6e7;
}

/* line 351, app/assets/stylesheets/formir/override/mixins.scss */
.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;
}

/* line 362, app/assets/stylesheets/formir/override/mixins.scss */
.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);
}

/* line 71, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tab.scss */
.tabs .tab-navs .tab-addons > * {
  display: none;
}

/* line 73, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tab.scss */
.tabs .tab-navs .tab-addons > *.active {
  display: block;
}

/* line 481, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tooltip.scss */
.tooltip {
  background: #000;
  padding: 0.45rem 0.65rem;
  color: #fff;
  white-space: normal;
  word-break: break-word;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  max-width: calc(100vw - $tooltip-padding-horizontal * 2 - $content-min-margin * 4);
  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;
}

/* line 436, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tooltip.scss */
.tooltip.hoverable:before {
  content: "";
  position: absolute;
  background: none;
  border: 0 none !important;
}

/* line 443, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tooltip.scss */
.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);
}

/* line 452, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tooltip.scss */
.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);
}

/* line 461, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tooltip.scss */
.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);
}

/* line 470, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tooltip.scss */
.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);
}

/* line 483, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tooltip.scss */
.tooltip.show {
  display: table !important;
}

/* line 486, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tooltip.scss */
.tooltip.top, .tooltip:not(.bottom) {
  left: -10px;
}

/* line 507, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tooltip.scss */
.tooltip.right {
  left: auto;
  right: -10px;
}

/* line 529, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tooltip.scss */
.tooltip.center {
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
}

/* line 550, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tooltip.scss */
.tooltip.bottom {
  bottom: auto;
  top: calc(100% + 5px);
  margin-top: 5px;
  left: -10px;
}

/* line 553, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tooltip.scss */
.tooltip.bottom-right {
  bottom: auto;
  top: calc(100% + 5px);
  right: -10px;
  left: auto;
  margin-top: 5px;
}

/* line 557, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tooltip.scss */
.tooltip.bottom-center {
  left: 50%;
  transform: translate(-50%, 0);
  bottom: auto;
  top: calc(100% + 5px);
  margin-top: 5px;
  text-align: center;
}

/* line 560, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tooltip.scss */
.tooltip.right-middle {
  top: 50%;
  bottom: auto;
  left: calc(100% + 5px);
  transform: translate(0, -50%);
  margin-left: 5px;
  text-align: right;
}

/* line 563, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tooltip.scss */
.tooltip.left-middle {
  top: 50%;
  bottom: auto;
  right: calc(100% + 5px);
  left: auto;
  transform: translate(0, -50%);
  margin-right: 5px;
}

/* line 567, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tooltip.scss */
.tooltip.right-top {
  top: -12.5px;
  bottom: auto;
  left: calc(100% + 5px);
  margin-left: 5px;
  text-align: right;
}

/* line 570, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tooltip.scss */
.tooltip.right-bottom {
  top: auto;
  bottom: -12.5px;
  left: calc(100% + 5px);
  margin-left: 5px;
  margin-bottom: 0;
  text-align: right;
}

/* line 573, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tooltip.scss */
.tooltip.left-top {
  top: -12.5px;
  bottom: auto;
  right: calc(100% + 5px);
  left: auto;
  margin-right: 5px;
}

/* line 576, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tooltip.scss */
.tooltip.left-bottom {
  top: auto;
  bottom: -12.5px;
  right: calc(100% + 5px);
  left: auto;
  margin-right: 5px;
  margin-bottom: 0;
}

/* line 581, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tooltip.scss */
.has-tooltip[data-tooltip] {
  position: relative;
}

/* line 583, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tooltip.scss */
.has-tooltip.absolute[data-tooltip] {
  position: absolute;
}

/* line 586, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tooltip.scss */
.has-tooltip.fixed[data-tooltip] {
  position: fixed;
}

/* line 589, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tooltip.scss */
.has-tooltip[data-tooltip]:after {
  position: absolute;
  z-index: 16;
}

/* line 594, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tooltip.scss */
.has-tooltip[data-tooltip]:hover:after, .has-tooltip[data-tooltip][tabindex]:focus:after, .has-tooltip.hovered[data-tooltip]:after {
  background: #000;
  padding: 0.45rem 0.65rem;
  color: #fff;
  white-space: normal;
  word-break: break-word;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  max-width: calc(100vw - $tooltip-padding-horizontal * 2 - $content-min-margin * 4);
  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;
}

/* line 436, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tooltip.scss */
.has-tooltip.hoverable[data-tooltip]:hover:after:before, .has-tooltip.hoverable[data-tooltip][tabindex]:focus:after:before, .has-tooltip.hovered.hoverable[data-tooltip]:after:before {
  content: "";
  position: absolute;
  background: none;
  border: 0 none !important;
}

/* line 443, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tooltip.scss */
.has-tooltip.hoverable.top[data-tooltip]:hover:after:before, .has-tooltip.hoverable[data-tooltip]:hover:after:not(.bottom):before, .has-tooltip.hoverable.right[data-tooltip]:hover:after:before, .has-tooltip.hoverable.center[data-tooltip]:hover:after:before, .has-tooltip.hoverable.top[data-tooltip][tabindex]:focus:after:before, .has-tooltip.hoverable[data-tooltip][tabindex]:focus:after:not(.bottom):before, .has-tooltip.hoverable.right[data-tooltip][tabindex]:focus:after:before, .has-tooltip.hoverable.center[data-tooltip][tabindex]:focus:after:before, .has-tooltip.hovered.hoverable.top[data-tooltip]:after:before, .has-tooltip.hovered.hoverable[data-tooltip]:after:not(.bottom):before, .has-tooltip.hovered.hoverable.right[data-tooltip]:after:before, .has-tooltip.hovered.hoverable.center[data-tooltip]:after:before {
  left: -10px;
  width: 100%;
  bottom: auto;
  top: 100%;
  height: calc(5px + 5px  + 0.8em);
}

/* line 452, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tooltip.scss */
.has-tooltip.hoverable.bottom[data-tooltip]:hover:after:before, .has-tooltip.hoverable.bottom-right[data-tooltip]:hover:after:before, .has-tooltip.hoverable.bottom-center[data-tooltip]:hover:after:before, .has-tooltip.hoverable.bottom[data-tooltip][tabindex]:focus:after:before, .has-tooltip.hoverable.bottom-right[data-tooltip][tabindex]:focus:after:before, .has-tooltip.hoverable.bottom-center[data-tooltip][tabindex]:focus:after:before, .has-tooltip.hovered.hoverable.bottom[data-tooltip]:after:before, .has-tooltip.hovered.hoverable.bottom-right[data-tooltip]:after:before, .has-tooltip.hovered.hoverable.bottom-center[data-tooltip]:after:before {
  left: -10px;
  width: 100%;
  top: auto;
  bottom: 100%;
  height: calc(5px + 5px + 0.8em);
}

/* line 461, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tooltip.scss */
.has-tooltip.hoverable.right-top[data-tooltip]:hover:after:before, .has-tooltip.hoverable.right-middle[data-tooltip]:hover:after:before, .has-tooltip.hoverable.right-bottom[data-tooltip]:hover:after:before, .has-tooltip.hoverable.right-top[data-tooltip][tabindex]:focus:after:before, .has-tooltip.hoverable.right-middle[data-tooltip][tabindex]:focus:after:before, .has-tooltip.hoverable.right-bottom[data-tooltip][tabindex]:focus:after:before, .has-tooltip.hovered.hoverable.right-top[data-tooltip]:after:before, .has-tooltip.hovered.hoverable.right-middle[data-tooltip]:after:before, .has-tooltip.hovered.hoverable.right-bottom[data-tooltip]:after:before {
  left: -5px;
  right: auto;
  top: 0;
  height: calc(100% + 0);
  width: calc(5px + 5px + 0);
}

/* line 470, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tooltip.scss */
.has-tooltip.hoverable.left-top[data-tooltip]:hover:after:before, .has-tooltip.hoverable.left-middle[data-tooltip]:hover:after:before, .has-tooltip.hoverable.left-bottom[data-tooltip]:hover:after:before, .has-tooltip.hoverable.left-top[data-tooltip][tabindex]:focus:after:before, .has-tooltip.hoverable.left-middle[data-tooltip][tabindex]:focus:after:before, .has-tooltip.hoverable.left-bottom[data-tooltip][tabindex]:focus:after:before, .has-tooltip.hovered.hoverable.left-top[data-tooltip]:after:before, .has-tooltip.hovered.hoverable.left-middle[data-tooltip]:after:before, .has-tooltip.hovered.hoverable.left-bottom[data-tooltip]:after:before {
  right: -5px;
  left: auto;
  top: 0;
  height: calc(100% + 0);
  width: calc(5px + 5px + 0);
}

/* line 600, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tooltip.scss */
.has-tooltip.top[data-tooltip]:hover:after, .has-tooltip[data-tooltip]:hover:not(.bottom):after, .has-tooltip.top[data-tooltip][tabindex]:focus:after, .has-tooltip[data-tooltip][tabindex]:focus:not(.bottom):after, .has-tooltip.hovered.top[data-tooltip]:after, .has-tooltip.hovered[data-tooltip]:not(.bottom):after {
  left: -10px;
  bottom: calc(100% + 5px);
}

/* line 611, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tooltip.scss */
.has-tooltip.right[data-tooltip]:hover:after, .has-tooltip.right[data-tooltip][tabindex]:focus:after, .has-tooltip.hovered.right[data-tooltip]:after {
  left: auto;
  right: -10px;
  bottom: calc(100% + 5px);
  text-align: right;
}

/* line 624, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tooltip.scss */
.has-tooltip.bottom[data-tooltip]:hover:after, .has-tooltip.bottom[data-tooltip][tabindex]:focus:after, .has-tooltip.hovered.bottom[data-tooltip]:after {
  right: -10px;
  bottom: auto;
  top: calc(100% + 5px);
  margin-top: 5px;
}

/* line 637, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tooltip.scss */
.has-tooltip.bottom-right[data-tooltip]:hover:after, .has-tooltip.bottom-right[data-tooltip][tabindex]:focus:after, .has-tooltip.hovered.bottom-right[data-tooltip]:after {
  left: auto;
  right: -10px;
  bottom: auto;
  top: calc(100% + 5px);
  margin-top: 5px;
  text-align: right;
}

/* line 652, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tooltip.scss */
.has-tooltip.right[data-tooltip]:hover:after, .has-tooltip.right[data-tooltip][tabindex]:focus:after, .has-tooltip.hovered.right[data-tooltip]:after {
  left: auto;
  right: -10px;
  bottom: calc(100% + 5px);
  text-align: right;
}

/* line 665, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tooltip.scss */
.has-tooltip.center[data-tooltip]:hover:after, .has-tooltip.center[data-tooltip][tabindex]:focus:after, .has-tooltip.hovered.center[data-tooltip]:after {
  left: 50%;
  transform: translate(-50%, 0px);
  bottom: calc(100% + 5px);
  text-align: center;
}

/* line 678, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tooltip.scss */
.has-tooltip.bottom-center[data-tooltip]:hover:after, .has-tooltip.bottom-center[data-tooltip][tabindex]:focus:after, .has-tooltip.hovered.bottom-center[data-tooltip]:after {
  left: 50%;
  transform: translate(-50%, 0px);
  bottom: auto;
  top: calc(100% + 5px);
  margin-top: 5px;
  text-align: center;
}

/* line 693, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tooltip.scss */
.has-tooltip.right-middle[data-tooltip]:hover:after, .has-tooltip.right-middle[data-tooltip][tabindex]:focus:after, .has-tooltip.hovered.right-middle[data-tooltip]:after {
  top: 50%;
  bottom: auto;
  left: calc(100% + 5px + 5px);
  transform: translate(0, -50%);
  text-align: right;
}

/* line 709, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tooltip.scss */
.has-tooltip.left-middle[data-tooltip]:hover:after, .has-tooltip.left-middle[data-tooltip][tabindex]:focus:after, .has-tooltip.hovered.left-middle[data-tooltip]:after {
  top: 50%;
  bottom: auto;
  right: calc(100% + 5px + 5px);
  left: auto;
  transform: translate(0, -50%);
}

/* line 725, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tooltip.scss */
.has-tooltip.right-top[data-tooltip]:hover:after, .has-tooltip.right-top[data-tooltip][tabindex]:focus:after, .has-tooltip.hovered.right-top[data-tooltip]:after {
  top: -12.5px;
  bottom: auto;
  left: calc(100% + 5px + 5px);
  text-align: right;
}

/* line 742, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tooltip.scss */
.has-tooltip.right-bottom[data-tooltip]:hover:after, .has-tooltip.right-bottom[data-tooltip][tabindex]:focus:after, .has-tooltip.hovered.right-bottom[data-tooltip]:after {
  top: auto;
  bottom: calc(-5px - 5px/2 - 10px);
  left: calc(100% + 5px + 5px);
  text-align: right;
}

/* line 759, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tooltip.scss */
.has-tooltip.left-top[data-tooltip]:hover:after, .has-tooltip.left-top[data-tooltip][tabindex]:focus:after, .has-tooltip.hovered.left-top[data-tooltip]:after {
  top: -12.5px;
  bottom: auto;
  right: calc(100% + 5px + 5px);
  left: auto;
}

/* line 776, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tooltip.scss */
.has-tooltip.left-bottom[data-tooltip]:hover:after, .has-tooltip.left-bottom[data-tooltip][tabindex]:focus:after, .has-tooltip.hovered.left-bottom[data-tooltip]:after {
  top: auto;
  bottom: -17.5px;
  right: calc(100% + 5px + 5px);
  left: auto;
}

/* line 795, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tooltip.scss */
.has-tooltip {
  position: relative;
}

/* line 797, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tooltip.scss */
.has-tooltip.absolute {
  position: absolute;
}

/* line 800, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tooltip.scss */
.has-tooltip.fixed {
  position: fixed;
}

/* line 803, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tooltip.scss */
.has-tooltip > .tooltip {
  display: none;
  position: absolute;
  z-index: 16;
}

/* line 810, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/tooltip.scss */
.has-tooltip:hover > .tooltip, .has-tooltip[tabindex]:focus > .tooltip, .has-tooltip.hovered > .tooltip {
  display: table;
}

/* line 76, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
ul.menu {
  display: block;
}

/* line 6, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
ul.menu.horizontal {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

/* line 10, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
ul.menu, ul.menu ul, ul.menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 16, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
ul.menu.menu-absolute .item, ul.menu.menu-fixed .item {
  position: relative;
}

/* line 19, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
ul.menu.menu-absolute .menu-inside, ul.menu.menu-fixed .menu-inside {
  z-index: 1;
}

/* line 24, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
ul.menu.menu-absolute .menu-inside {
  position: absolute;
  left: 0;
}

/* line 30, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
ul.menu.menu-fixed .menu-inside {
  position: fixed;
}

/* line 35, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
ul.menu.text-center .anchor {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/* line 39, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
ul.menu .menu-inside {
  list-style: none;
  display: none;
}

/* line 43, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
ul.menu .menu-inside:hover .anchor {
  background-color: #1A1A1A;
}

/* line 48, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
ul.menu .anchor {
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: auto;
  max-width: 100%;
}

/* line 52, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
ul.menu .anchor:hover ~ .menu-inside {
  display: block;
}

/* line 54, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
ul.menu .anchor:hover ~ .menu-inside .anchor {
  background-color: #1A1A1A;
}

/* line 60, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
ul.menu .anchor ~ .menu-inside:hover {
  display: block;
}

/* line 65, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
ul.menu .item {
  display: block;
}

/* line 67, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
ul.menu .item:last-child {
  border-bottom: 0;
}

/* line 70, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
ul.menu .item .anchor {
  display: block;
}

/* line 78, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
ul.menu.popup {
  border: 0 none;
}

/* line 10, app/assets/stylesheets/formir/override/mixins.scss */
ul.menu .item.active .anchor {
  background-color: rgba(46, 143, 239, 0.5);
}

/* line 22, app/assets/stylesheets/formir/override/mixins.scss */
ul.menu .item:hover .anchor .anchor {
  background-color: white;
}

/* line 96, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
ul.menu.horizontal {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
ul.menu.horizontal.wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 102, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
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;
}

/* line 114, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
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;
}

/* line 119, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
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;
}

/* line 123, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
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%;
}

/* line 128, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
ul.menu.horizontal .item .anchor:not(.button) {
  border-top: 0 none;
}

/* line 134, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
ul.menu.horizontal .item + .item .anchor:not(.button) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 141, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
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) {
  /* line 152, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
  .menu-mobile .item .anchor {
    cursor: pointer;
    color: #5386f9;
    text-decoration: none;
  }
  /* line 16, app/assets/stylesheets/formir/override/mixins.scss */
  .menu-mobile .item:hover .anchor .anchor {
    text-decoration: underline;
  }
}

@media (max-width: 768px) {
  /* line 173, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
  .menu-mobile {
    display: block;
  }
  /* line 6, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
  .menu-mobile.horizontal {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
  }
  /* line 10, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
  .menu-mobile, .menu-mobile ul, .menu-mobile li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  /* line 16, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
  .menu-mobile.menu-absolute .item, .menu-mobile.menu-fixed .item {
    position: relative;
  }
  /* line 19, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
  .menu-mobile.menu-absolute .menu-inside, .menu-mobile.menu-fixed .menu-inside {
    z-index: 1;
  }
  /* line 24, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
  .menu-mobile.menu-absolute .menu-inside {
    position: absolute;
    left: 0;
  }
  /* line 30, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
  .menu-mobile.menu-fixed .menu-inside {
    position: fixed;
  }
  /* line 35, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
  .menu-mobile.text-center .anchor {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  /* line 39, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
  .menu-mobile .menu-inside {
    list-style: none;
    display: none;
  }
  /* line 43, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
  .menu-mobile .menu-inside:hover .anchor {
    background-color: #1A1A1A;
  }
  /* line 48, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
  .menu-mobile .anchor {
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: auto;
    max-width: 100%;
  }
  /* line 52, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
  .menu-mobile .anchor:hover ~ .menu-inside {
    display: block;
  }
  /* line 54, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
  .menu-mobile .anchor:hover ~ .menu-inside .anchor {
    background-color: #1A1A1A;
  }
  /* line 60, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
  .menu-mobile .anchor ~ .menu-inside:hover {
    display: block;
  }
  /* line 65, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
  .menu-mobile .item {
    display: block;
  }
  /* line 67, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
  .menu-mobile .item:last-child {
    border-bottom: 0;
  }
  /* line 70, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
  .menu-mobile .item .anchor {
    display: block;
  }
  /* line 175, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
  .menu-mobile .button {
    border-radius: 0;
  }
  /* line 178, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
  .menu-mobile.items {
    display: block;
    margin: 0;
  }
  /* line 10, app/assets/stylesheets/formir/override/mixins.scss */
  .menu-mobile .item.active .anchor {
    background-color: rgba(46, 143, 239, 0.5);
  }
  /* line 22, app/assets/stylesheets/formir/override/mixins.scss */
  .menu-mobile .item:hover .anchor .anchor {
    background-color: white;
  }
  /* line 198, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
  ul.items.menu-mobile {
    display: block;
    margin: 0;
  }
  /* line 201, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
  ul.items.menu-mobile li, ul.items.menu-mobile .anchor {
    display: block;
    width: auto;
  }
  /* line 205, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
  ul.items.menu-mobile .has-popup.hoverable:hover > .popup, ul.items.menu-mobile .has-popup > input:checked ~ .popup {
    display: block;
    width: 100%;
    max-width: none;
  }
  /* line 210, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/menu.scss */
  ul.items.menu-mobile .anchor {
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

/* line 252, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/popup.scss */
.popup {
  background: white;
  padding: 0 0;
  color: #2a2a2a;
  width: max-content;
  max-width: 30rem;
  min-width: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  border-radius: 0;
  bottom: 100%;
  left: 0;
  position: absolute;
  z-index: 1300;
  margin-bottom: 0;
  border: 1px solid #3c3c3c;
  box-shadow: none;
}

/* line 254, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/popup.scss */
.popup.with-menu {
  min-width: 100%;
}

/* line 256, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/popup.scss */
.popup.with-menu ul.menu {
  min-width: 100%;
}

/* line 260, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/popup.scss */
.popup .popup-content {
  padding: 15px 20px;
}

/* line 263, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/popup.scss */
.popup .popup-header {
  padding: 15px 20px;
}

/* line 44, app/assets/stylesheets/formir/override/mixins.scss */
.popup .popup-header.display-flex {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* line 266, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/popup.scss */
.popup .popup-footer {
  padding: 15px 20px;
  background: transparent;
  color: inherit;
}

/* line 269, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/popup.scss */
.popup.top, .popup:not(.bottom) {
  left: 0;
}

/* line 290, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/popup.scss */
.popup.right {
  left: auto;
  right: 0;
}

/* line 312, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/popup.scss */
.popup.center {
  left: 50%;
  transform: translate(-50%, 0);
}

/* line 332, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/popup.scss */
.popup.bottom {
  bottom: auto;
  top: 100%;
  margin-top: 0;
  left: 0;
}

/* line 368, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/popup.scss */
.popup.bottom-right {
  bottom: auto;
  top: 100%;
  right: 0;
  left: auto;
  margin-top: 0;
}

/* line 401, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/popup.scss */
.popup.bottom-center {
  left: 50%;
  transform: translate(-50%, 0);
  bottom: auto;
  top: 100%;
  margin-top: 0;
}

/* line 431, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/popup.scss */
.popup.right-middle {
  top: 50%;
  bottom: auto;
  left: 100%;
  transform: translate(0, -50%);
  margin-left: 0;
}

/* line 455, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/popup.scss */
.popup.left-middle {
  top: 50%;
  bottom: auto;
  right: 100%;
  left: auto;
  transform: translate(0, -50%);
  margin-right: 0;
}

/* line 485, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/popup.scss */
.popup.right-top {
  top: calc(-0 - 0/2);
  bottom: auto;
  left: 100%;
  margin-left: 0;
}

/* line 512, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/popup.scss */
.popup.right-bottom {
  top: auto;
  bottom: calc(-0 - 0/2);
  left: 100%;
  margin-left: 0;
  margin-bottom: 0;
}

/* line 540, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/popup.scss */
.popup.left-top {
  top: calc(-0 - 0/2);
  bottom: auto;
  right: 100%;
  left: auto;
  margin-right: 0;
}

/* line 572, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/popup.scss */
.popup.left-bottom {
  top: auto;
  bottom: calc(-0 - 0/2);
  right: 100%;
  left: auto;
  margin-right: 0;
  margin-bottom: 0;
}

/* line 607, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/popup.scss */
.has-popup {
  position: relative;
  display: inline-block;
}

/* line 610, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/popup.scss */
.has-popup.absolute {
  position: absolute;
}

/* line 613, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/popup.scss */
.has-popup.fixed {
  position: fixed;
}

/* line 616, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/popup.scss */
.has-popup > .popup {
  display: none;
}

/* line 621, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/popup.scss */
.has-popup.active > .popup {
  display: inline-block;
}

/* line 629, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/popup.scss */
.has-popup.hoverable:hover > .popup {
  display: inline-block;
}

/* line 637, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/popup.scss */
.has-popup[tabindex]:focus > .popup {
  display: inline-block;
}

/* line 644, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/popup.scss */
.has-popup:not(.manual) > input[type="checkbox"]:checked {
  position: fixed;
  z-index: 1299;
}

/* line 650, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/popup.scss */
.has-popup > input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  margin: 0;
}

/* line 662, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/popup.scss */
.has-popup > input[type="checkbox"]:checked ~ .popup {
  display: inline-block;
}

/* line 3, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button {
  display: inline-block;
  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;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14), 0 0 6px rgba(0, 0, 0, 0.14);
  background: #fff;
  text-align: center;
  cursor: pointer;
  max-width: 100%;
  transition: 0.2s all ease-in-out;
}

/* line 14, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
input.button {
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 27, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.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;
}

/* line 40, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button:focus, .button.focus {
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.14), 0 0 6px rgba(0, 0, 0, 0.14);
}

/* line 53, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button:active, .button.active {
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.14), 0 0 6px rgba(0, 0, 0, 0.14);
}

/* line 65, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button:disabled, .button.disabled {
  pointer-events: none;
  cursor: normal;
  opacity: 0.45;
  cursor: not-allowed;
}

/* line 70, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button.inactive {
  cursor: normal;
}

/* line 74, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button.ellipsis {
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
  overflow-wrap: normal;
  word-wrap: normal;
}

/* line 81, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
button.button.ellipsis > * {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-wrap: normal;
  word-wrap: normal;
}

/* line 89, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button.circle {
  border-radius: 1000px;
}

/* line 92, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button.block {
  display: block;
}

/* line 96, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button.transparent {
  background-color: transparent !important;
}

/* line 103, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button.as-link {
  border-color: transparent;
  background: transparent;
  outline: none;
  box-shadow: none;
  color: #408cf8;
}

/* line 109, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button.as-link:hover {
  color: #b6cbfc;
  text-decoration: underline;
  border-color: transparent;
  background: transparent;
  outline: none;
  box-shadow: none;
}

/* line 121, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button.inverse {
  border: 1px solid;
  outline: none;
  box-shadow: none;
}

/* line 125, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button.inverse:hover, .button.inverse.hover {
  border: 1px solid currentColor;
}

/* line 137, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button.inverse:focus, .button.inverse.focus {
  border: 1px solid currentColor;
}

/* line 149, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button.inverse:active, .button.inverse.active {
  border: 1px solid currentColor;
  box-shadow: none;
}

/* line 61, app/assets/stylesheets/formir/override/mixins.scss */
.button:not(.not-upper) {
  text-transform: uppercase;
}

/* line 176, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
input.button-xs {
  font-size: !important;
  line-height: !important;
  padding: !important;
  border-radius: !important;
  border-width: !important;
  outline-width: !important;
  box-shadow: !important;
}

/* line 168, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.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;
}

/* line 176, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
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;
}

/* line 168, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-m {
  font-size: 1.4rem;
  line-height: 0.975rem;
  padding: 0.8625rem 1.125rem;
  border-radius: 5px;
  border-width: none;
  outline-width: none;
  box-shadow: none;
}

/* line 176, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
input.button-m {
  font-size: 1.4rem !important;
  line-height: 0.975rem !important;
  padding: 0.8625rem 1.125rem !important;
  border-radius: 5px !important;
  border-width: none !important;
  outline-width: none !important;
  box-shadow: none !important;
}

/* line 168, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.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;
}

/* line 176, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
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;
}

/* line 192, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.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;
}

/* line 192, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.buttons-m .button, .size-m .button {
  font-size: 1.4rem;
  line-height: 0.975rem;
  padding: 0.8625rem 1.125rem;
  border-radius: 5px;
  border-width: none;
  outline-width: none;
  box-shadow: none;
}

/* line 192, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.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;
}

/* line 207, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-primary {
  background: #faac18;
  color: #ffffff;
  border-color: #faac18;
}

/* line 215, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-primary.gradient {
  background-color: #faac18;
  background: linear-gradient(to top, #faac18 0%, #faac18 100%);
}

/* line 222, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-primary:hover, .button-primary.hover {
  background: #fbb531;
  border-color: #fbb531;
}

/* line 228, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-primary.gradient:hover, .button-primary.hover.gradient {
  background-color: #fbb531;
  background: linear-gradient(to top, #fbb531 0%, #fbb531 100%);
}

/* line 258, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-primary.gradient:active, .button-primary.active.gradient {
  background: linear-gradient(to top, 0%, #fcc763 100%);
}

/* line 266, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-primary.inverse {
  background: #ffffff;
  color: #faac18;
  border-color: #faac18;
  outline-color: #faac18;
}

/* line 273, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-primary.inverse:hover, .button-primary.inverse.hover {
  color: #fbb531;
}

/* line 348, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.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;
}

/* line 207, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-link {
  background: #408cf8;
  color: #ffffff;
  border-color: #408cf8;
}

/* line 215, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-link.gradient {
  background-color: #408cf8;
  background: linear-gradient(to top, #408cf8 0%, #408cf8 100%);
}

/* line 222, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-link:hover, .button-link.hover {
  background: #599bf9;
  border-color: #599bf9;
}

/* line 228, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-link.gradient:hover, .button-link.hover.gradient {
  background-color: #599bf9;
  background: linear-gradient(to top, #599bf9 0%, #599bf9 100%);
}

/* line 258, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-link.gradient:active, .button-link.active.gradient {
  background: linear-gradient(to top, 0%, #8ab8fb 100%);
}

/* line 266, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-link.inverse {
  background: #ffffff;
  color: #408cf8;
  border-color: #408cf8;
  outline-color: #408cf8;
}

/* line 273, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-link.inverse:hover, .button-link.inverse.hover {
  color: #599bf9;
}

/* line 348, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.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;
}

/* line 207, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-mute {
  background: #979ea7;
  color: #ffffff;
  border-color: #979ea7;
}

/* line 215, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-mute.gradient {
  background-color: #979ea7;
  background: linear-gradient(to top, #979ea7 0%, #979ea7 100%);
}

/* line 222, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-mute:hover, .button-mute.hover {
  background: #a5abb3;
  border-color: #a5abb3;
}

/* line 228, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-mute.gradient:hover, .button-mute.hover.gradient {
  background-color: #a5abb3;
  background: linear-gradient(to top, #a5abb3 0%, #a5abb3 100%);
}

/* line 258, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-mute.gradient:active, .button-mute.active.gradient {
  background: linear-gradient(to top, 0%, #c0c5ca 100%);
}

/* line 266, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-mute.inverse {
  background: #ffffff;
  color: #979ea7;
  border-color: #979ea7;
  outline-color: #979ea7;
}

/* line 273, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-mute.inverse:hover, .button-mute.inverse.hover {
  color: #a5abb3;
}

/* line 348, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.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;
}

/* line 207, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-success {
  background: #84b500;
  color: #ffffff;
  border-color: #84b500;
}

/* line 215, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-success.gradient {
  background-color: #84b500;
  background: linear-gradient(to top, #84b500 0%, #84b500 100%);
}

/* line 222, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-success:hover, .button-success.hover {
  background: #97cf00;
  border-color: #97cf00;
}

/* line 228, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-success.gradient:hover, .button-success.hover.gradient {
  background-color: #97cf00;
  background: linear-gradient(to top, #97cf00 0%, #97cf00 100%);
}

/* line 258, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-success.gradient:active, .button-success.active.gradient {
  background: linear-gradient(to top, 0%, #bbff03 100%);
}

/* line 266, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-success.inverse {
  background: #ffffff;
  color: #84b500;
  border-color: #84b500;
  outline-color: #84b500;
}

/* line 273, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-success.inverse:hover, .button-success.inverse.hover {
  color: #97cf00;
}

/* line 348, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.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;
}

/* line 207, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-info {
  background: #408cf8;
  color: #fff;
  border-color: #408cf8;
}

/* line 215, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-info.gradient {
  background-color: #408cf8;
  background: linear-gradient(to top, #408cf8 0%, #408cf8 100%);
}

/* line 222, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-info:hover, .button-info.hover {
  background: #599bf9;
  border-color: #599bf9;
}

/* line 228, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-info.gradient:hover, .button-info.hover.gradient {
  background-color: #599bf9;
  background: linear-gradient(to top, #599bf9 0%, #599bf9 100%);
}

/* line 258, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-info.gradient:active, .button-info.active.gradient {
  background: linear-gradient(to top, 0%, #8ab8fb 100%);
}

/* line 266, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-info.inverse {
  background: #fff;
  color: #408cf8;
  border-color: #408cf8;
  outline-color: #408cf8;
}

/* line 273, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-info.inverse:hover, .button-info.inverse.hover {
  color: #599bf9;
}

/* line 348, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.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: #fff;
}

/* line 207, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-warning {
  background: #ff004e;
  color: #fff;
  border-color: #ff004e;
}

/* line 215, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-warning.gradient {
  background-color: #ff004e;
  background: linear-gradient(to top, #ff004e 0%, #ff004e 100%);
}

/* line 222, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-warning:hover, .button-warning.hover {
  background: #ff1a60;
  border-color: #ff1a60;
}

/* line 228, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-warning.gradient:hover, .button-warning.hover.gradient {
  background-color: #ff1a60;
  background: linear-gradient(to top, #ff1a60 0%, #ff1a60 100%);
}

/* line 258, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-warning.gradient:active, .button-warning.active.gradient {
  background: linear-gradient(to top, 0%, #ff4d83 100%);
}

/* line 266, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-warning.inverse {
  background: #fff;
  color: #ff004e;
  border-color: #ff004e;
  outline-color: #ff004e;
}

/* line 273, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-warning.inverse:hover, .button-warning.inverse.hover {
  color: #ff1a60;
}

/* line 348, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.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: #fff;
}

/* line 207, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-danger {
  background: #ff004e;
  color: #fff;
  border-color: #ff004e;
}

/* line 215, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-danger.gradient {
  background-color: #ff004e;
  background: linear-gradient(to top, #ff004e 0%, #ff004e 100%);
}

/* line 222, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-danger:hover, .button-danger.hover {
  background: #ff1a60;
  border-color: #ff1a60;
}

/* line 228, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-danger.gradient:hover, .button-danger.hover.gradient {
  background-color: #ff1a60;
  background: linear-gradient(to top, #ff1a60 0%, #ff1a60 100%);
}

/* line 258, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-danger.gradient:active, .button-danger.active.gradient {
  background: linear-gradient(to top, 0%, #ff4d83 100%);
}

/* line 266, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-danger.inverse {
  background: #fff;
  color: #ff004e;
  border-color: #ff004e;
  outline-color: #ff004e;
}

/* line 273, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-danger.inverse:hover, .button-danger.inverse.hover {
  color: #ff1a60;
}

/* line 348, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.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: #fff;
}

/* line 356, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-group {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 359, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-group.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 364, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.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;
}

/* line 368, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-group .button:first-child, .button-group .button:first-of-type {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 371, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.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;
}

/* line 375, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-group .button:last-child, .button-group .button:last-of-type {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 382, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-group-horizontal {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 385, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-group-horizontal.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 390, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.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;
}

/* line 394, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-group-horizontal .button:first-child, .button-group-horizontal .button:first-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 397, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.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;
}

/* line 401, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/button.scss */
.button-group-horizontal .button:last-child, .button-group-horizontal .button:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/align.scss */
.text-center {
  text-align: center !important;
}

/* line 5, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/align.scss */
.text-left {
  text-align: left !important;
}

/* line 9, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/align.scss */
.text-right {
  text-align: right !important;
}

/* line 13, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/align.scss */
.text-justify {
  text-align: justify !important;
}

/* line 17, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/align.scss */
.float-left {
  float: left !important;
}

/* line 21, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/align.scss */
.float-right {
  float: right !important;
}

/* line 25, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/align.scss */
.horizontal-center {
  margin-left: auto !important;
  margin-right: auto !important;
  transform: translate(0, 0) !important;
}

/* line 37, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
.display-none, .hide {
  display: none !important;
}

/* line 41, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
.display-block, .show {
  display: block !important;
}

/* line 45, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
.display-inline-block {
  display: inline-block !important;
}

/* line 49, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
.display-inline {
  display: inline !important;
}

/* line 53, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
.display-table {
  display: table !important;
}

/* line 57, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
.display-table-cell {
  display: table !important;
}

/* line 61, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
.display-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* line 65, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
.display-inline-flex {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}

/* line 69, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
.hidden {
  visibility: hidden;
}

/* line 73, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
.visible {
  visibility: visible;
}

/* line 77, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
.text-hide {
  text-indent: -1000000px;
}

/* line 81, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
.none-events {
  pointer-events: none;
}

/* line 85, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
.opacity-0 {
  opacity: 0;
}

/* line 89, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
.opacity-3 {
  opacity: 0.3;
}

/* line 93, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
.opacity-5 {
  opacity: 0.5;
}

/* line 97, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
.opacity-7 {
  opacity: 0.7;
}

/* line 101, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
.overflow-hidden {
  overflow: hidden;
}

/* line 105, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
.overflow-auto {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 110, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
.overflow-scroll {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

@media print {
  /* line 116, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .print-hide {
    display: none !important;
  }
  /* line 119, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .print-show {
    display: block !important;
  }
}

@media speech {
  /* line 125, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .speech-hide {
    display: none !important;
  }
  /* line 128, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .speech-show {
    display: block !important;
  }
}

@media braille {
  /* line 134, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .braille-hide {
    display: none !important;
  }
  /* line 137, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .braille-show {
    display: block !important;
  }
}

@media tv {
  /* line 143, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .tv-hide {
    display: none !important;
  }
  /* line 146, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .tv-show {
    display: block !important;
  }
}

@media not screen {
  /* line 152, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .not-screenhide {
    display: none !important;
  }
  /* line 155, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .not-screenshow {
    display: block !important;
  }
}

@media (min-width: 0) and (max-width: 420px) {
  /* line 161, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .mp-display-none, .mp-under-display-none, .mp-under-hide {
    display: none !important;
  }
}

@media (min-width: 420px) and (max-width: 568px) {
  /* line 166, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .m-display-none, .m-hide {
    display: none !important;
  }
}

@media (min-width: 0) and (max-width: 568px) {
  /* line 171, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .m-under-display-none, .m-hide {
    display: none !important;
  }
}

@media (min-width: 568px) and (max-width: 768px) {
  /* line 176, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .tp-display-none, .tp-hide {
    display: none !important;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  /* line 181, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .tp-under-display-none, .tp-under-hide {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* line 186, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .t-display-none, .t-hide {
    display: none !important;
  }
}

@media (min-width: 0) and (max-width: 1023px) {
  /* line 191, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .t-under-display-none, .t-under-hide {
    display: none !important;
  }
}

@media (min-width: 0) and (max-width: 420px) {
  /* line 197, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .mp-display-block, .mp-under-display-block, .mp-under-show {
    display: block !important;
  }
}

@media (min-width: 421px) {
  /* line 202, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .mp-under-show {
    display: none !important;
  }
}

@media (min-width: 420px) and (max-width: 568px) {
  /* line 207, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .m-display-block, .m-show {
    display: block !important;
  }
}

@media (min-width: 0) and (max-width: 568px) {
  /* line 212, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .m-under-display-block, .m-under-show {
    display: block !important;
  }
}

@media (min-width: 569px) {
  /* line 217, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .m-under-show {
    display: none !important;
  }
}

@media (min-width: 568px) and (max-width: 768px) {
  /* line 222, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .tp-display-block, .tp-show {
    display: block !important;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  /* line 227, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .tp-under-display-block, .tp-under-show {
    display: block !important;
  }
}

@media (min-width: 769px) {
  /* line 232, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .tp-under-show {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* line 237, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .t-display-block, .t-show {
    display: block !important;
  }
}

@media (min-width: 0) and (max-width: 1023px) {
  /* line 242, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .t-under-display-block, .t-under-show {
    display: block !important;
  }
}

@media (min-width: 1024px) {
  /* line 247, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .t-under-show {
    display: none !important;
  }
}

@media (min-width: 0) and (max-width: 420px) {
  /* line 253, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .mp-display-inline, .mp-under-display-inline {
    display: inline !important;
  }
}

@media (min-width: 420px) and (max-width: 568px) {
  /* line 258, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .m-display-inline {
    display: inline !important;
  }
}

@media (min-width: 0) and (max-width: 568px) {
  /* line 263, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .m-under-display-inline {
    display: inline !important;
  }
}

@media (min-width: 568px) and (max-width: 768px) {
  /* line 268, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .tp-display-inline {
    display: inline !important;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  /* line 273, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .tp-under-display-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* line 278, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .t-display-inline {
    display: inline !important;
  }
}

@media (min-width: 0) and (max-width: 1023px) {
  /* line 283, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .t-under-display-inline {
    display: inline !important;
  }
}

@media (min-width: 0) and (max-width: 420px) {
  /* line 289, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .mp-display-inline-block, .mp-under-display-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 420px) and (max-width: 568px) {
  /* line 294, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .m-display-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 0) and (max-width: 568px) {
  /* line 299, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .m-under-display-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 568px) and (max-width: 768px) {
  /* line 304, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .tp-display-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  /* line 309, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .tp-under-display-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* line 314, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .t-display-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 0) and (max-width: 1023px) {
  /* line 319, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .t-under-display-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 0) and (max-width: 420px) {
  /* line 325, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .mp-display-table, .mp-under-display-table {
    display: table !important;
  }
}

@media (min-width: 420px) and (max-width: 568px) {
  /* line 330, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .m-display-table {
    display: table !important;
  }
}

@media (min-width: 0) and (max-width: 568px) {
  /* line 335, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .m-under-display-table {
    display: table !important;
  }
}

@media (min-width: 568px) and (max-width: 768px) {
  /* line 340, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .tp-display-table {
    display: table !important;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  /* line 345, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .tp-under-display-table {
    display: table !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* line 350, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .t-display-table {
    display: table !important;
  }
}

@media (min-width: 0) and (max-width: 1023px) {
  /* line 355, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .t-under-display-table {
    display: table !important;
  }
}

@media (min-width: 0) and (max-width: 420px) {
  /* line 361, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .mp-display-table-cell, .mp-under-display-table-cell {
    display: table !important;
  }
}

@media (min-width: 420px) and (max-width: 568px) {
  /* line 366, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .m-display-table-cell {
    display: table !important;
  }
}

@media (min-width: 0) and (max-width: 568px) {
  /* line 371, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .m-under-display-table-cell {
    display: table !important;
  }
}

@media (min-width: 568px) and (max-width: 768px) {
  /* line 376, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .tp-display-table-cell {
    display: table !important;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  /* line 381, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .tp-under-display-table-cell {
    display: table !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* line 386, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .t-display-table-cell {
    display: table !important;
  }
}

@media (min-width: 0) and (max-width: 1023px) {
  /* line 391, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .t-under-display-table-cell {
    display: table !important;
  }
}

@media (min-width: 0) and (max-width: 420px) {
  /* line 398, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .mp-hidden, .mp-under-hidden {
    visibility: hidden;
  }
}

@media (min-width: 420px) and (max-width: 568px) {
  /* line 403, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .m-hidden {
    visibility: hidden;
  }
}

@media (min-width: 0) and (max-width: 568px) {
  /* line 408, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .m-under-hidden {
    visibility: hidden;
  }
}

@media (min-width: 568px) and (max-width: 768px) {
  /* line 413, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .tp-hidden {
    visibility: hidden;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  /* line 418, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .tp-under-hidden {
    visibility: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* line 423, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .t-hidden {
    visibility: hidden;
  }
}

@media (min-width: 0) and (max-width: 1023px) {
  /* line 428, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .t-under-hidden {
    visibility: hidden;
  }
}

@media (min-width: 0) and (max-width: 420px) {
  /* line 435, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .mp-visible, .mp-under-visible {
    visibility: visible;
  }
}

@media (min-width: 420px) and (max-width: 568px) {
  /* line 440, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .m-visible {
    visibility: visible;
  }
}

@media (min-width: 0) and (max-width: 568px) {
  /* line 445, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .m-under-visible {
    visibility: visible;
  }
}

@media (min-width: 568px) and (max-width: 768px) {
  /* line 450, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .tp-visible {
    visibility: visible;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  /* line 455, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .tp-under-visible {
    visibility: visible;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* line 460, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .t-visible {
    visibility: visible;
  }
}

@media (min-width: 0) and (max-width: 1023px) {
  /* line 465, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .t-under-visible {
    visibility: visible;
  }
}

@media (min-width: 0) and (max-width: 420px) {
  /* line 472, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .mp-text-hide, .mp-under-text-hide {
    text-indent: -1000000px;
  }
}

@media (min-width: 420px) and (max-width: 568px) {
  /* line 477, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .m-text-hide {
    text-indent: -1000000px;
  }
}

@media (min-width: 0) and (max-width: 568px) {
  /* line 482, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .m-under-text-hide {
    text-indent: -1000000px;
  }
}

@media (min-width: 568px) and (max-width: 768px) {
  /* line 487, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .tp-text-hide {
    text-indent: -1000000px;
  }
}

@media (min-width: 0) and (max-width: 768px) {
  /* line 492, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .tp-under-text-hide {
    text-indent: -1000000px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* line 497, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .t-text-hide {
    text-indent: -1000000px;
  }
}

@media (min-width: 0) and (max-width: 1023px) {
  /* line 502, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/display.scss */
  .t-under-text-hide {
    text-indent: -1000000px;
  }
}

/* line 1, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/items.scss */
.items {
  margin-top: -15px;
  margin-left: -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 7, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/items.scss */
.items > * {
  margin-top: 15px;
  margin-left: 15px;
}

/* line 11, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/items.scss */
.items.items-end {
  margin-right: -15px;
  margin-left: 0;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/* line 15, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/items.scss */
.items.items-end > * {
  margin-right: 15px;
  margin-left: 0;
}

/* line 20, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/items.scss */
.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;
}

/* line 24, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/items.scss */
.items.items-center > * {
  margin-right: 7.5px;
  margin-left: 7.5px;
}

/* line 29, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/items.scss */
.items.items-stretch {
  margin-right: -7.5px;
  margin-left: -7.5px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* line 33, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/items.scss */
.items.items-stretch > * {
  margin-right: 7.5px;
  margin-left: 7.5px;
}

/* line 40, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/items.scss */
ul.items {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

/* line 44, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/items.scss */
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;
}

/* line 1, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/toggle.scss */
input.toggle {
  position: fixed;
  left: -1000000px;
}

/* line 5, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/toggle.scss */
input.toggle:checked ~ .toggle-block, input.toggle:checked ~ .toggle-show {
  display: block;
}

/* line 8, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/toggle.scss */
input.toggle:checked ~ .toggle-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* line 11, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/toggle.scss */
input.toggle:checked ~ .toggle-inline {
  display: inline;
}

/* line 14, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/toggle.scss */
input.toggle:checked ~ .toggle-inline-block {
  display: inline-block;
}

/* line 17, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/toggle.scss */
input.toggle:checked ~ .toggle-hide, input.toggle:checked ~ .toggle-none {
  display: none;
}

/* line 21, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/toggle.scss */
input.toggle:checked ~ .toggle-label .toggle-block, input.toggle:checked ~ .toggle-label .toggle-show {
  display: block;
}

/* line 24, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/toggle.scss */
input.toggle:checked ~ .toggle-label .toggle-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* line 27, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/toggle.scss */
input.toggle:checked ~ .toggle-label .toggle-inline {
  display: inline;
}

/* line 30, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/toggle.scss */
input.toggle:checked ~ .toggle-label .toggle-inline-block {
  display: inline-block;
}

/* line 33, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/toggle.scss */
input.toggle:checked ~ .toggle-label .toggle-hide, input.toggle:checked ~ .toggle-label .toggle-none {
  display: none;
}

/* line 39, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/toggle.scss */
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;
}

/* line 42, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/toggle.scss */
input.toggle:not(:checked) ~ .toggle-hide, input.toggle:not(:checked) ~ .toggle-none {
  display: block;
}

/* line 46, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/toggle.scss */
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;
}

/* line 49, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/toggle.scss */
input.toggle:not(:checked) ~ .toggle-label .toggle-hide, input.toggle:not(:checked) ~ .toggle-label .toggle-none {
  display: block;
}

/* line 56, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/toggle.scss */
input.mobile-toggle {
  position: fixed;
  left: -1000000px;
}

@media (max-width: 768px) {
  /* line 62, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/toggle.scss */
  input.mobile-toggle {
    position: fixed;
    left: -1000000px;
  }
  /* line 66, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/toggle.scss */
  input.mobile-toggle:checked ~ .mobile-toggle-show {
    display: block;
  }
  /* line 69, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/toggle.scss */
  input.mobile-toggle:checked ~ .mobile-toggle-hide {
    display: none;
  }
  /* line 73, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/toggle.scss */
  input.mobile-toggle:checked ~ .mobile-toggle-label .toggle-show {
    display: block;
  }
  /* line 76, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/toggle.scss */
  input.mobile-toggle:checked ~ .mobile-toggle-label .toggle-hide {
    display: none;
  }
  /* line 82, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/toggle.scss */
  input.mobile-toggle:not(:checked) ~ .mobile-toggle-show {
    display: none;
  }
  /* line 85, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/toggle.scss */
  input.mobile-toggle:not(:checked) ~ .mobile-toggle-hide {
    display: block;
  }
  /* line 89, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/toggle.scss */
  input.mobile-toggle:not(:checked) ~ .mobile-toggle-label .toggle-show {
    display: none;
  }
  /* line 92, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/toggle.scss */
  input.mobile-toggle:not(:checked) ~ .mobile-toggle-label .toggle-hide {
    display: block;
  }
}

@media (min-width: 768px) {
  /* line 101, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/helpers/toggle.scss */
  input.mobile-toggle, .mobile-toggle-label {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/typography/heading.scss */
h1, .h1 {
  font-size: 2.4rem;
  line-height: 1.35em;
  font-weight: 400;
  margin: 2.2rem 0;
}

/* line 8, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/typography/heading.scss */
h2, .h2 {
  font-size: 2rem;
  line-height: 1.35em;
  font-weight: 400;
  margin: 2rem 0;
}

/* line 15, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/typography/heading.scss */
h3, .h3 {
  font-size: 1.7rem;
  line-height: 1.35em;
  font-weight: 400;
  margin: 1.05rem 0;
}

/* line 22, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/typography/heading.scss */
h4, .h4 {
  font-size: 1.4rem;
  line-height: 1.35em;
  font-weight: 400;
  margin: 0.75rem 0;
}

/* line 29, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/typography/heading.scss */
h5, .h5 {
  font-size: 1rem;
  line-height: 1.35em;
  font-weight: 400;
  margin: 0.5rem 0;
}

/* line 36, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/typography/heading.scss */
h6, .h6 {
  font-size: 0.8rem;
  line-height: 1.35em;
  font-weight: 400;
  margin: 0.4rem 0;
}

/* line 45, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/typography/heading.scss */
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;
}

/* line 48, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/typography/heading.scss */
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;
}

/* line 1, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/typography/link.scss */
a.link {
  color: #5386f9;
  text-decoration: none;
}

/* line 4, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/typography/link.scss */
a.link:hover {
  color: #b6cbfc;
  text-decoration: underline;
}

/* line 1, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/clear.scss */
body, pre {
  margin: 0;
  padding: 0;
}

/* line 6, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/clear.scss */
a {
  text-decoration: none;
}

/* line 10, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/clear.scss */
img {
  max-width: 100%;
}

/* line 14, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/clear.scss */
body {
  -webkit-text-size-adjust: none;
}

@use 'sass:math';
/* line 333, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.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;
}

/* line 340, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.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) {
  /* line 348, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .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;
  }
  /* line 353, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .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) {
  /* line 359, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .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;
  }
  /* line 364, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .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) {
  /* line 370, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .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;
  }
  /* line 375, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .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) {
  /* line 381, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .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;
  }
  /* line 386, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .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) {
  /* line 392, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .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;
  }
  /* line 397, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .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;
  }
}

/* line 110, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-1 {
  width: 6.25%;
}

/* line 114, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-1-9 {
  width: 11.875%;
}

/* line 117, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-1-8 {
  width: 11.25%;
}

/* line 120, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-1-7 {
  width: 10.625%;
}

/* line 123, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-1-6 {
  width: 10%;
}

/* line 126, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-1-5 {
  width: 9.375%;
}

/* line 129, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-1-4 {
  width: 8.125%;
}

/* line 132, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-1-3 {
  width: 8.125%;
}

/* line 135, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-1-2 {
  width: 7.5%;
}

/* line 138, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-1-1 {
  width: 6.875%;
}

/* line 110, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-2 {
  width: 12.5%;
}

/* line 114, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-2-9 {
  width: 18.125%;
}

/* line 117, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-2-8 {
  width: 17.5%;
}

/* line 120, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-2-7 {
  width: 16.875%;
}

/* line 123, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-2-6 {
  width: 16.25%;
}

/* line 126, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-2-5 {
  width: 15.625%;
}

/* line 129, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-2-4 {
  width: 14.375%;
}

/* line 132, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-2-3 {
  width: 14.375%;
}

/* line 135, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-2-2 {
  width: 13.75%;
}

/* line 138, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-2-1 {
  width: 13.125%;
}

/* line 110, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-3 {
  width: 18.75%;
}

/* line 114, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-3-9 {
  width: 24.375%;
}

/* line 117, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-3-8 {
  width: 23.75%;
}

/* line 120, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-3-7 {
  width: 23.125%;
}

/* line 123, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-3-6 {
  width: 22.5%;
}

/* line 126, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-3-5 {
  width: 21.875%;
}

/* line 129, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-3-4 {
  width: 20.625%;
}

/* line 132, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-3-3 {
  width: 20.625%;
}

/* line 135, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-3-2 {
  width: 20%;
}

/* line 138, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-3-1 {
  width: 19.375%;
}

/* line 110, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-4 {
  width: 25%;
}

/* line 114, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-4-9 {
  width: 30.625%;
}

/* line 117, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-4-8 {
  width: 30%;
}

/* line 120, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-4-7 {
  width: 29.375%;
}

/* line 123, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-4-6 {
  width: 28.75%;
}

/* line 126, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-4-5 {
  width: 28.125%;
}

/* line 129, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-4-4 {
  width: 26.875%;
}

/* line 132, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-4-3 {
  width: 26.875%;
}

/* line 135, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-4-2 {
  width: 26.25%;
}

/* line 138, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-4-1 {
  width: 25.625%;
}

/* line 110, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-5 {
  width: 31.25%;
}

/* line 114, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-5-9 {
  width: 36.875%;
}

/* line 117, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-5-8 {
  width: 36.25%;
}

/* line 120, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-5-7 {
  width: 35.625%;
}

/* line 123, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-5-6 {
  width: 35%;
}

/* line 126, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-5-5 {
  width: 34.375%;
}

/* line 129, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-5-4 {
  width: 33.125%;
}

/* line 132, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-5-3 {
  width: 33.125%;
}

/* line 135, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-5-2 {
  width: 32.5%;
}

/* line 138, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-5-1 {
  width: 31.875%;
}

/* line 110, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-6 {
  width: 37.5%;
}

/* line 114, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-6-9 {
  width: 43.125%;
}

/* line 117, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-6-8 {
  width: 42.5%;
}

/* line 120, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-6-7 {
  width: 41.875%;
}

/* line 123, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-6-6 {
  width: 41.25%;
}

/* line 126, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-6-5 {
  width: 40.625%;
}

/* line 129, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-6-4 {
  width: 39.375%;
}

/* line 132, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-6-3 {
  width: 39.375%;
}

/* line 135, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-6-2 {
  width: 38.75%;
}

/* line 138, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-6-1 {
  width: 38.125%;
}

/* line 110, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-7 {
  width: 43.75%;
}

/* line 114, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-7-9 {
  width: 49.375%;
}

/* line 117, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-7-8 {
  width: 48.75%;
}

/* line 120, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-7-7 {
  width: 48.125%;
}

/* line 123, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-7-6 {
  width: 47.5%;
}

/* line 126, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-7-5 {
  width: 46.875%;
}

/* line 129, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-7-4 {
  width: 45.625%;
}

/* line 132, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-7-3 {
  width: 45.625%;
}

/* line 135, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-7-2 {
  width: 45%;
}

/* line 138, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-7-1 {
  width: 44.375%;
}

/* line 110, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-8 {
  width: 50%;
}

/* line 114, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-8-9 {
  width: 55.625%;
}

/* line 117, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-8-8 {
  width: 55%;
}

/* line 120, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-8-7 {
  width: 54.375%;
}

/* line 123, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-8-6 {
  width: 53.75%;
}

/* line 126, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-8-5 {
  width: 53.125%;
}

/* line 129, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-8-4 {
  width: 51.875%;
}

/* line 132, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-8-3 {
  width: 51.875%;
}

/* line 135, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-8-2 {
  width: 51.25%;
}

/* line 138, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-8-1 {
  width: 50.625%;
}

/* line 110, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-9 {
  width: 56.25%;
}

/* line 114, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-9-9 {
  width: 61.875%;
}

/* line 117, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-9-8 {
  width: 61.25%;
}

/* line 120, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-9-7 {
  width: 60.625%;
}

/* line 123, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-9-6 {
  width: 60%;
}

/* line 126, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-9-5 {
  width: 59.375%;
}

/* line 129, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-9-4 {
  width: 58.125%;
}

/* line 132, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-9-3 {
  width: 58.125%;
}

/* line 135, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-9-2 {
  width: 57.5%;
}

/* line 138, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-9-1 {
  width: 56.875%;
}

/* line 110, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-10 {
  width: 62.5%;
}

/* line 114, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-10-9 {
  width: 68.125%;
}

/* line 117, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-10-8 {
  width: 67.5%;
}

/* line 120, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-10-7 {
  width: 66.875%;
}

/* line 123, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-10-6 {
  width: 66.25%;
}

/* line 126, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-10-5 {
  width: 65.625%;
}

/* line 129, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-10-4 {
  width: 64.375%;
}

/* line 132, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-10-3 {
  width: 64.375%;
}

/* line 135, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-10-2 {
  width: 63.75%;
}

/* line 138, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-10-1 {
  width: 63.125%;
}

/* line 110, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-11 {
  width: 68.75%;
}

/* line 114, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-11-9 {
  width: 74.375%;
}

/* line 117, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-11-8 {
  width: 73.75%;
}

/* line 120, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-11-7 {
  width: 73.125%;
}

/* line 123, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-11-6 {
  width: 72.5%;
}

/* line 126, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-11-5 {
  width: 71.875%;
}

/* line 129, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-11-4 {
  width: 70.625%;
}

/* line 132, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-11-3 {
  width: 70.625%;
}

/* line 135, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-11-2 {
  width: 70%;
}

/* line 138, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-11-1 {
  width: 69.375%;
}

/* line 110, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-12 {
  width: 75%;
}

/* line 114, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-12-9 {
  width: 80.625%;
}

/* line 117, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-12-8 {
  width: 80%;
}

/* line 120, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-12-7 {
  width: 79.375%;
}

/* line 123, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-12-6 {
  width: 78.75%;
}

/* line 126, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-12-5 {
  width: 78.125%;
}

/* line 129, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-12-4 {
  width: 76.875%;
}

/* line 132, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-12-3 {
  width: 76.875%;
}

/* line 135, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-12-2 {
  width: 76.25%;
}

/* line 138, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-12-1 {
  width: 75.625%;
}

/* line 110, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-13 {
  width: 81.25%;
}

/* line 114, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-13-9 {
  width: 86.875%;
}

/* line 117, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-13-8 {
  width: 86.25%;
}

/* line 120, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-13-7 {
  width: 85.625%;
}

/* line 123, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-13-6 {
  width: 85%;
}

/* line 126, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-13-5 {
  width: 84.375%;
}

/* line 129, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-13-4 {
  width: 83.125%;
}

/* line 132, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-13-3 {
  width: 83.125%;
}

/* line 135, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-13-2 {
  width: 82.5%;
}

/* line 138, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-13-1 {
  width: 81.875%;
}

/* line 110, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-14 {
  width: 87.5%;
}

/* line 114, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-14-9 {
  width: 93.125%;
}

/* line 117, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-14-8 {
  width: 92.5%;
}

/* line 120, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-14-7 {
  width: 91.875%;
}

/* line 123, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-14-6 {
  width: 91.25%;
}

/* line 126, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-14-5 {
  width: 90.625%;
}

/* line 129, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-14-4 {
  width: 89.375%;
}

/* line 132, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-14-3 {
  width: 89.375%;
}

/* line 135, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-14-2 {
  width: 88.75%;
}

/* line 138, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-14-1 {
  width: 88.125%;
}

/* line 110, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-15 {
  width: 93.75%;
}

/* line 114, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-15-9 {
  width: 99.375%;
}

/* line 117, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-15-8 {
  width: 98.75%;
}

/* line 120, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-15-7 {
  width: 98.125%;
}

/* line 123, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-15-6 {
  width: 97.5%;
}

/* line 126, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-15-5 {
  width: 96.875%;
}

/* line 129, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-15-4 {
  width: 95.625%;
}

/* line 132, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-15-3 {
  width: 95.625%;
}

/* line 135, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-15-2 {
  width: 95%;
}

/* line 138, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-15-1 {
  width: 94.375%;
}

/* line 110, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-16 {
  width: 100%;
}

/* line 114, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-16-9 {
  width: 105.625%;
}

/* line 117, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-16-8 {
  width: 105%;
}

/* line 120, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-16-7 {
  width: 104.375%;
}

/* line 123, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-16-6 {
  width: 103.75%;
}

/* line 126, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-16-5 {
  width: 103.125%;
}

/* line 129, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-16-4 {
  width: 101.875%;
}

/* line 132, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-16-3 {
  width: 101.875%;
}

/* line 135, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-16-2 {
  width: 101.25%;
}

/* line 138, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.cell-16-1 {
  width: 100.625%;
}

@media (min-width: 1280px) {
  /* line 151, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .d-cell-1 {
    width: 6.25%;
    flex: 0 0 auto !important;
  }
}

@media (min-width: 1280px) {
  /* line 151, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .d-cell-2 {
    width: 12.5%;
    flex: 0 0 auto !important;
  }
}

@media (min-width: 1280px) {
  /* line 151, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .d-cell-3 {
    width: 18.75%;
    flex: 0 0 auto !important;
  }
}

@media (min-width: 1280px) {
  /* line 151, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .d-cell-4 {
    width: 25%;
    flex: 0 0 auto !important;
  }
}

@media (min-width: 1280px) {
  /* line 151, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .d-cell-5 {
    width: 31.25%;
    flex: 0 0 auto !important;
  }
}

@media (min-width: 1280px) {
  /* line 151, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .d-cell-6 {
    width: 37.5%;
    flex: 0 0 auto !important;
  }
}

@media (min-width: 1280px) {
  /* line 151, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .d-cell-7 {
    width: 43.75%;
    flex: 0 0 auto !important;
  }
}

@media (min-width: 1280px) {
  /* line 151, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .d-cell-8 {
    width: 50%;
    flex: 0 0 auto !important;
  }
}

@media (min-width: 1280px) {
  /* line 151, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .d-cell-9 {
    width: 56.25%;
    flex: 0 0 auto !important;
  }
}

@media (min-width: 1280px) {
  /* line 151, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .d-cell-10 {
    width: 62.5%;
    flex: 0 0 auto !important;
  }
}

@media (min-width: 1280px) {
  /* line 151, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .d-cell-11 {
    width: 68.75%;
    flex: 0 0 auto !important;
  }
}

@media (min-width: 1280px) {
  /* line 151, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .d-cell-12 {
    width: 75%;
    flex: 0 0 auto !important;
  }
}

@media (min-width: 1280px) {
  /* line 151, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .d-cell-13 {
    width: 81.25%;
    flex: 0 0 auto !important;
  }
}

@media (min-width: 1280px) {
  /* line 151, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .d-cell-14 {
    width: 87.5%;
    flex: 0 0 auto !important;
  }
}

@media (min-width: 1280px) {
  /* line 151, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .d-cell-15 {
    width: 93.75%;
    flex: 0 0 auto !important;
  }
}

@media (min-width: 1280px) {
  /* line 151, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .d-cell-16 {
    width: 100%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 1024px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .t-cell-1 {
    width: 6.25%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 1024px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .t-cell-2 {
    width: 12.5%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 1024px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .t-cell-3 {
    width: 18.75%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 1024px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .t-cell-4 {
    width: 25%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 1024px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .t-cell-5 {
    width: 31.25%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 1024px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .t-cell-6 {
    width: 37.5%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 1024px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .t-cell-7 {
    width: 43.75%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 1024px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .t-cell-8 {
    width: 50%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 1024px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .t-cell-9 {
    width: 56.25%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 1024px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .t-cell-10 {
    width: 62.5%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 1024px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .t-cell-11 {
    width: 68.75%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 1024px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .t-cell-12 {
    width: 75%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 1024px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .t-cell-13 {
    width: 81.25%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 1024px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .t-cell-14 {
    width: 87.5%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 1024px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .t-cell-15 {
    width: 93.75%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 1024px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .t-cell-16 {
    width: 100%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 768px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .tp-cell-1 {
    width: 6.25%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 768px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .tp-cell-2 {
    width: 12.5%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 768px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .tp-cell-3 {
    width: 18.75%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 768px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .tp-cell-4 {
    width: 25%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 768px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .tp-cell-5 {
    width: 31.25%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 768px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .tp-cell-6 {
    width: 37.5%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 768px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .tp-cell-7 {
    width: 43.75%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 768px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .tp-cell-8 {
    width: 50%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 768px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .tp-cell-9 {
    width: 56.25%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 768px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .tp-cell-10 {
    width: 62.5%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 768px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .tp-cell-11 {
    width: 68.75%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 768px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .tp-cell-12 {
    width: 75%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 768px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .tp-cell-13 {
    width: 81.25%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 768px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .tp-cell-14 {
    width: 87.5%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 768px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .tp-cell-15 {
    width: 93.75%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 768px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .tp-cell-16 {
    width: 100%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 568px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .m-cell-1 {
    width: 6.25%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 568px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .m-cell-2 {
    width: 12.5%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 568px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .m-cell-3 {
    width: 18.75%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 568px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .m-cell-4 {
    width: 25%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 568px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .m-cell-5 {
    width: 31.25%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 568px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .m-cell-6 {
    width: 37.5%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 568px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .m-cell-7 {
    width: 43.75%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 568px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .m-cell-8 {
    width: 50%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 568px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .m-cell-9 {
    width: 56.25%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 568px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .m-cell-10 {
    width: 62.5%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 568px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .m-cell-11 {
    width: 68.75%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 568px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .m-cell-12 {
    width: 75%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 568px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .m-cell-13 {
    width: 81.25%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 568px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .m-cell-14 {
    width: 87.5%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 568px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .m-cell-15 {
    width: 93.75%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 568px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .m-cell-16 {
    width: 100%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 320px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .mp-cell-1 {
    width: 6.25%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 320px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .mp-cell-2 {
    width: 12.5%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 320px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .mp-cell-3 {
    width: 18.75%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 320px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .mp-cell-4 {
    width: 25%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 320px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .mp-cell-5 {
    width: 31.25%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 320px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .mp-cell-6 {
    width: 37.5%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 320px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .mp-cell-7 {
    width: 43.75%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 320px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .mp-cell-8 {
    width: 50%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 320px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .mp-cell-9 {
    width: 56.25%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 320px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .mp-cell-10 {
    width: 62.5%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 320px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .mp-cell-11 {
    width: 68.75%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 320px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .mp-cell-12 {
    width: 75%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 320px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .mp-cell-13 {
    width: 81.25%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 320px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .mp-cell-14 {
    width: 87.5%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 320px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .mp-cell-15 {
    width: 93.75%;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 320px) {
  /* line 159, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .mp-cell-16 {
    width: 100%;
    flex: 0 0 auto !important;
  }
}

/* line 410, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.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;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}

/* line 171, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
table.grid .cell-1 {
  min-width: 6.25%;
  max-width: 6.25%;
  width: 6.25%;
}

/* line 177, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.column > .cell-1, .grid.column > .row > .cell-1 {
  width: auto;
  flex: 1 1 6.25%;
}

/* line 181, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.column .width-1 {
  width: 6.25%;
}

/* line 171, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
table.grid .cell-2 {
  min-width: 12.5%;
  max-width: 12.5%;
  width: 12.5%;
}

/* line 177, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.column > .cell-2, .grid.column > .row > .cell-2 {
  width: auto;
  flex: 1 1 12.5%;
}

/* line 181, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.column .width-2 {
  width: 12.5%;
}

/* line 171, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
table.grid .cell-3 {
  min-width: 18.75%;
  max-width: 18.75%;
  width: 18.75%;
}

/* line 177, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.column > .cell-3, .grid.column > .row > .cell-3 {
  width: auto;
  flex: 1 1 18.75%;
}

/* line 181, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.column .width-3 {
  width: 18.75%;
}

/* line 171, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
table.grid .cell-4 {
  min-width: 25%;
  max-width: 25%;
  width: 25%;
}

/* line 177, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.column > .cell-4, .grid.column > .row > .cell-4 {
  width: auto;
  flex: 1 1 25%;
}

/* line 181, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.column .width-4 {
  width: 25%;
}

/* line 171, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
table.grid .cell-5 {
  min-width: 31.25%;
  max-width: 31.25%;
  width: 31.25%;
}

/* line 177, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.column > .cell-5, .grid.column > .row > .cell-5 {
  width: auto;
  flex: 1 1 31.25%;
}

/* line 181, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.column .width-5 {
  width: 31.25%;
}

/* line 171, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
table.grid .cell-6 {
  min-width: 37.5%;
  max-width: 37.5%;
  width: 37.5%;
}

/* line 177, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.column > .cell-6, .grid.column > .row > .cell-6 {
  width: auto;
  flex: 1 1 37.5%;
}

/* line 181, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.column .width-6 {
  width: 37.5%;
}

/* line 171, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
table.grid .cell-7 {
  min-width: 43.75%;
  max-width: 43.75%;
  width: 43.75%;
}

/* line 177, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.column > .cell-7, .grid.column > .row > .cell-7 {
  width: auto;
  flex: 1 1 43.75%;
}

/* line 181, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.column .width-7 {
  width: 43.75%;
}

/* line 171, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
table.grid .cell-8 {
  min-width: 50%;
  max-width: 50%;
  width: 50%;
}

/* line 177, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.column > .cell-8, .grid.column > .row > .cell-8 {
  width: auto;
  flex: 1 1 50%;
}

/* line 181, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.column .width-8 {
  width: 50%;
}

/* line 171, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
table.grid .cell-9 {
  min-width: 56.25%;
  max-width: 56.25%;
  width: 56.25%;
}

/* line 177, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.column > .cell-9, .grid.column > .row > .cell-9 {
  width: auto;
  flex: 1 1 56.25%;
}

/* line 181, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.column .width-9 {
  width: 56.25%;
}

/* line 171, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
table.grid .cell-10 {
  min-width: 62.5%;
  max-width: 62.5%;
  width: 62.5%;
}

/* line 177, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.column > .cell-10, .grid.column > .row > .cell-10 {
  width: auto;
  flex: 1 1 62.5%;
}

/* line 181, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.column .width-10 {
  width: 62.5%;
}

/* line 171, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
table.grid .cell-11 {
  min-width: 68.75%;
  max-width: 68.75%;
  width: 68.75%;
}

/* line 177, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.column > .cell-11, .grid.column > .row > .cell-11 {
  width: auto;
  flex: 1 1 68.75%;
}

/* line 181, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.column .width-11 {
  width: 68.75%;
}

/* line 171, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
table.grid .cell-12 {
  min-width: 75%;
  max-width: 75%;
  width: 75%;
}

/* line 177, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.column > .cell-12, .grid.column > .row > .cell-12 {
  width: auto;
  flex: 1 1 75%;
}

/* line 181, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.column .width-12 {
  width: 75%;
}

/* line 171, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
table.grid .cell-13 {
  min-width: 81.25%;
  max-width: 81.25%;
  width: 81.25%;
}

/* line 177, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.column > .cell-13, .grid.column > .row > .cell-13 {
  width: auto;
  flex: 1 1 81.25%;
}

/* line 181, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.column .width-13 {
  width: 81.25%;
}

/* line 171, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
table.grid .cell-14 {
  min-width: 87.5%;
  max-width: 87.5%;
  width: 87.5%;
}

/* line 177, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.column > .cell-14, .grid.column > .row > .cell-14 {
  width: auto;
  flex: 1 1 87.5%;
}

/* line 181, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.column .width-14 {
  width: 87.5%;
}

/* line 171, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
table.grid .cell-15 {
  min-width: 93.75%;
  max-width: 93.75%;
  width: 93.75%;
}

/* line 177, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.column > .cell-15, .grid.column > .row > .cell-15 {
  width: auto;
  flex: 1 1 93.75%;
}

/* line 181, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.column .width-15 {
  width: 93.75%;
}

/* line 171, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
table.grid .cell-16 {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}

/* line 177, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.column > .cell-16, .grid.column > .row > .cell-16 {
  width: auto;
  flex: 1 1 100%;
}

/* line 181, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.column .width-16 {
  width: 100%;
}

/* line 192, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid .offset-left-0[class*="cell"], .grid .offset-0[class*="cell"], .grid.offset-left-0[class*="width-"], .grid.offset-0[class*="width-"] {
  margin-left: 0% !important;
}

/* line 195, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid .offset-right-0[class*="cell"], .grid.offset-right-0[class*="width-"] {
  margin-right: 0% !important;
}

/* line 200, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.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%;
}

/* line 205, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.offset-right-0 [class*="cell"]:last-child, .grid .row.offset-right-0 [class*="cell"]:last-child {
  margin-right: 0%;
}

/* line 192, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid .offset-left-1[class*="cell"], .grid .offset-1[class*="cell"], .grid.offset-left-1[class*="width-"], .grid.offset-1[class*="width-"] {
  margin-left: 6.25% !important;
}

/* line 195, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid .offset-right-1[class*="cell"], .grid.offset-right-1[class*="width-"] {
  margin-right: 6.25% !important;
}

/* line 200, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.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%;
}

/* line 205, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.offset-right-1 [class*="cell"]:last-child, .grid .row.offset-right-1 [class*="cell"]:last-child {
  margin-right: 6.25%;
}

/* line 192, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid .offset-left-2[class*="cell"], .grid .offset-2[class*="cell"], .grid.offset-left-2[class*="width-"], .grid.offset-2[class*="width-"] {
  margin-left: 12.5% !important;
}

/* line 195, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid .offset-right-2[class*="cell"], .grid.offset-right-2[class*="width-"] {
  margin-right: 12.5% !important;
}

/* line 200, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.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%;
}

/* line 205, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.offset-right-2 [class*="cell"]:last-child, .grid .row.offset-right-2 [class*="cell"]:last-child {
  margin-right: 12.5%;
}

/* line 192, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid .offset-left-3[class*="cell"], .grid .offset-3[class*="cell"], .grid.offset-left-3[class*="width-"], .grid.offset-3[class*="width-"] {
  margin-left: 18.75% !important;
}

/* line 195, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid .offset-right-3[class*="cell"], .grid.offset-right-3[class*="width-"] {
  margin-right: 18.75% !important;
}

/* line 200, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.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%;
}

/* line 205, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.offset-right-3 [class*="cell"]:last-child, .grid .row.offset-right-3 [class*="cell"]:last-child {
  margin-right: 18.75%;
}

/* line 192, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid .offset-left-4[class*="cell"], .grid .offset-4[class*="cell"], .grid.offset-left-4[class*="width-"], .grid.offset-4[class*="width-"] {
  margin-left: 25% !important;
}

/* line 195, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid .offset-right-4[class*="cell"], .grid.offset-right-4[class*="width-"] {
  margin-right: 25% !important;
}

/* line 200, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.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%;
}

/* line 205, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.offset-right-4 [class*="cell"]:last-child, .grid .row.offset-right-4 [class*="cell"]:last-child {
  margin-right: 25%;
}

/* line 192, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid .offset-left-5[class*="cell"], .grid .offset-5[class*="cell"], .grid.offset-left-5[class*="width-"], .grid.offset-5[class*="width-"] {
  margin-left: 31.25% !important;
}

/* line 195, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid .offset-right-5[class*="cell"], .grid.offset-right-5[class*="width-"] {
  margin-right: 31.25% !important;
}

/* line 200, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.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%;
}

/* line 205, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.offset-right-5 [class*="cell"]:last-child, .grid .row.offset-right-5 [class*="cell"]:last-child {
  margin-right: 31.25%;
}

/* line 192, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid .offset-left-6[class*="cell"], .grid .offset-6[class*="cell"], .grid.offset-left-6[class*="width-"], .grid.offset-6[class*="width-"] {
  margin-left: 37.5% !important;
}

/* line 195, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid .offset-right-6[class*="cell"], .grid.offset-right-6[class*="width-"] {
  margin-right: 37.5% !important;
}

/* line 200, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.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%;
}

/* line 205, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.offset-right-6 [class*="cell"]:last-child, .grid .row.offset-right-6 [class*="cell"]:last-child {
  margin-right: 37.5%;
}

/* line 192, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid .offset-left-7[class*="cell"], .grid .offset-7[class*="cell"], .grid.offset-left-7[class*="width-"], .grid.offset-7[class*="width-"] {
  margin-left: 43.75% !important;
}

/* line 195, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid .offset-right-7[class*="cell"], .grid.offset-right-7[class*="width-"] {
  margin-right: 43.75% !important;
}

/* line 200, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.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%;
}

/* line 205, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.offset-right-7 [class*="cell"]:last-child, .grid .row.offset-right-7 [class*="cell"]:last-child {
  margin-right: 43.75%;
}

/* line 192, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid .offset-left-8[class*="cell"], .grid .offset-8[class*="cell"], .grid.offset-left-8[class*="width-"], .grid.offset-8[class*="width-"] {
  margin-left: 50% !important;
}

/* line 195, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid .offset-right-8[class*="cell"], .grid.offset-right-8[class*="width-"] {
  margin-right: 50% !important;
}

/* line 200, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.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%;
}

/* line 205, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.offset-right-8 [class*="cell"]:last-child, .grid .row.offset-right-8 [class*="cell"]:last-child {
  margin-right: 50%;
}

/* line 192, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid .offset-left-9[class*="cell"], .grid .offset-9[class*="cell"], .grid.offset-left-9[class*="width-"], .grid.offset-9[class*="width-"] {
  margin-left: 56.25% !important;
}

/* line 195, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid .offset-right-9[class*="cell"], .grid.offset-right-9[class*="width-"] {
  margin-right: 56.25% !important;
}

/* line 200, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.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%;
}

/* line 205, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.offset-right-9 [class*="cell"]:last-child, .grid .row.offset-right-9 [class*="cell"]:last-child {
  margin-right: 56.25%;
}

/* line 192, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid .offset-left-10[class*="cell"], .grid .offset-10[class*="cell"], .grid.offset-left-10[class*="width-"], .grid.offset-10[class*="width-"] {
  margin-left: 62.5% !important;
}

/* line 195, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid .offset-right-10[class*="cell"], .grid.offset-right-10[class*="width-"] {
  margin-right: 62.5% !important;
}

/* line 200, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.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%;
}

/* line 205, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.offset-right-10 [class*="cell"]:last-child, .grid .row.offset-right-10 [class*="cell"]:last-child {
  margin-right: 62.5%;
}

/* line 192, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid .offset-left-11[class*="cell"], .grid .offset-11[class*="cell"], .grid.offset-left-11[class*="width-"], .grid.offset-11[class*="width-"] {
  margin-left: 68.75% !important;
}

/* line 195, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid .offset-right-11[class*="cell"], .grid.offset-right-11[class*="width-"] {
  margin-right: 68.75% !important;
}

/* line 200, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.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%;
}

/* line 205, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.offset-right-11 [class*="cell"]:last-child, .grid .row.offset-right-11 [class*="cell"]:last-child {
  margin-right: 68.75%;
}

/* line 192, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid .offset-left-12[class*="cell"], .grid .offset-12[class*="cell"], .grid.offset-left-12[class*="width-"], .grid.offset-12[class*="width-"] {
  margin-left: 75% !important;
}

/* line 195, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid .offset-right-12[class*="cell"], .grid.offset-right-12[class*="width-"] {
  margin-right: 75% !important;
}

/* line 200, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.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%;
}

/* line 205, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.offset-right-12 [class*="cell"]:last-child, .grid .row.offset-right-12 [class*="cell"]:last-child {
  margin-right: 75%;
}

/* line 192, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid .offset-left-13[class*="cell"], .grid .offset-13[class*="cell"], .grid.offset-left-13[class*="width-"], .grid.offset-13[class*="width-"] {
  margin-left: 81.25% !important;
}

/* line 195, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid .offset-right-13[class*="cell"], .grid.offset-right-13[class*="width-"] {
  margin-right: 81.25% !important;
}

/* line 200, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.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%;
}

/* line 205, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.offset-right-13 [class*="cell"]:last-child, .grid .row.offset-right-13 [class*="cell"]:last-child {
  margin-right: 81.25%;
}

/* line 192, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid .offset-left-14[class*="cell"], .grid .offset-14[class*="cell"], .grid.offset-left-14[class*="width-"], .grid.offset-14[class*="width-"] {
  margin-left: 87.5% !important;
}

/* line 195, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid .offset-right-14[class*="cell"], .grid.offset-right-14[class*="width-"] {
  margin-right: 87.5% !important;
}

/* line 200, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.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%;
}

/* line 205, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.offset-right-14 [class*="cell"]:last-child, .grid .row.offset-right-14 [class*="cell"]:last-child {
  margin-right: 87.5%;
}

/* line 192, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid .offset-left-15[class*="cell"], .grid .offset-15[class*="cell"], .grid.offset-left-15[class*="width-"], .grid.offset-15[class*="width-"] {
  margin-left: 93.75% !important;
}

/* line 195, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid .offset-right-15[class*="cell"], .grid.offset-right-15[class*="width-"] {
  margin-right: 93.75% !important;
}

/* line 200, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.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%;
}

/* line 205, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.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) {
  /* line 217, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .d-offset-0[class*="cell"], .grid .d-offset-0[class*="width-"], .grid .d-offset-left-0[class*="cell"], .grid .d-offset-left-0[class*="width-"] {
    margin-left: 0% !important;
  }
  /* line 222, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.d-offset-0 [class*="cell"]:first-child, .grid.d-offset-left-0 [class*="cell"]:first-child {
    margin-left: 0%;
  }
  /* line 227, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .d-offset-right-0[class*="cell"], .grid .d-offset-right-0[class*="width-"] {
    margin-right: 0% !important;
  }
  /* line 232, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.d-offset-right-0 [class*="cell"]:last-child {
    margin-right: 0%;
  }
}

@media (max-width: 1023px) {
  /* line 240, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .t-offset-0[class*="cell"], .grid .t-offset-0[class*="width-"], .grid .t-offset-left-0[class*="cell"], .grid .t-offset-left-0[class*="width-"] {
    margin-left: 0% !important;
  }
  /* line 245, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.t-offset-0 [class*="cell"]:first-child, .grid.t-offset-left-0 [class*="cell"]:first-child {
    margin-left: 0%;
  }
  /* line 250, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .t-offset-right-0[class*="cell"], .grid .t-offset-right-0[class*="width-"] {
    margin-right: 0% !important;
  }
  /* line 255, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.t-offset-right-0 [class*="cell"]:last-child {
    margin-right: 0%;
  }
}

@media (max-width: 768px) {
  /* line 263, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .tp-offset-0[class*="cell"], .grid .tp-offset-0[class*="width-"], .grid .tp-offset-left-0[class*="cell"], .grid .tp-offset-left-0[class*="width-"] {
    margin-left: 0% !important;
  }
  /* line 268, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.tp-offset-0 [class*="cell"]:first-child, .grid.tp-offset-left-0 [class*="cell"]:first-child {
    margin-left: 0%;
  }
  /* line 273, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .tp-offset-right-0[class*="cell"], .grid .tp-offset-right-0[class*="width-"] {
    margin-right: 0% !important;
  }
  /* line 278, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.tp-offset-right-0 [class*="cell"]:last-child {
    margin-right: 0%;
  }
}

@media (max-width: 568px) {
  /* line 285, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .m-offset-0[class*="cell"], .grid .m-offset-0[class*="width-"], .grid .m-offset-left-0[class*="cell"], .grid .m-offset-left-0[class*="width-"] {
    margin-left: 0% !important;
  }
  /* line 290, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.m-offset-0 [class*="cell"]:first-child, .grid.m-offset-left-0 [class*="cell"]:first-child {
    margin-left: 0%;
  }
  /* line 295, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .m-offset-right-0[class*="cell"], .grid .m-offset-right-0[class*="width-"] {
    margin-right: 0% !important;
  }
  /* line 300, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.m-offset-right-0 [class*="cell"]:last-child {
    margin-right: 0%;
  }
}

@media (max-width: 420px) {
  /* line 308, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .mp-offset-0[class*="cell"], .grid .mp-offset-0[class*="width-"], .grid .mp-offset-left-0[class*="cell"], .grid .mp-offset-left-0[class*="width-"] {
    margin-left: 0% !important;
  }
  /* line 313, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.mp-offset-0 [class*="cell"]:first-child, .grid.mp-offset-left-0 [class*="cell"]:first-child {
    margin-left: 0%;
  }
  /* line 318, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .mp-offset-right-0[class*="cell"], .grid .mp-offset-right-0[class*="width-"] {
    margin-right: 0% !important;
  }
  /* line 323, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.mp-offset-right-0 [class*="cell"]:last-child {
    margin-right: 0%;
  }
}

@media (min-width: 1280px) {
  /* line 217, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .d-offset-1[class*="cell"], .grid .d-offset-1[class*="width-"], .grid .d-offset-left-1[class*="cell"], .grid .d-offset-left-1[class*="width-"] {
    margin-left: 6.25% !important;
  }
  /* line 222, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.d-offset-1 [class*="cell"]:first-child, .grid.d-offset-left-1 [class*="cell"]:first-child {
    margin-left: 6.25%;
  }
  /* line 227, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .d-offset-right-1[class*="cell"], .grid .d-offset-right-1[class*="width-"] {
    margin-right: 6.25% !important;
  }
  /* line 232, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.d-offset-right-1 [class*="cell"]:last-child {
    margin-right: 6.25%;
  }
}

@media (max-width: 1023px) {
  /* line 240, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .t-offset-1[class*="cell"], .grid .t-offset-1[class*="width-"], .grid .t-offset-left-1[class*="cell"], .grid .t-offset-left-1[class*="width-"] {
    margin-left: 6.25% !important;
  }
  /* line 245, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.t-offset-1 [class*="cell"]:first-child, .grid.t-offset-left-1 [class*="cell"]:first-child {
    margin-left: 6.25%;
  }
  /* line 250, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .t-offset-right-1[class*="cell"], .grid .t-offset-right-1[class*="width-"] {
    margin-right: 6.25% !important;
  }
  /* line 255, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.t-offset-right-1 [class*="cell"]:last-child {
    margin-right: 6.25%;
  }
}

@media (max-width: 768px) {
  /* line 263, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .tp-offset-1[class*="cell"], .grid .tp-offset-1[class*="width-"], .grid .tp-offset-left-1[class*="cell"], .grid .tp-offset-left-1[class*="width-"] {
    margin-left: 6.25% !important;
  }
  /* line 268, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.tp-offset-1 [class*="cell"]:first-child, .grid.tp-offset-left-1 [class*="cell"]:first-child {
    margin-left: 6.25%;
  }
  /* line 273, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .tp-offset-right-1[class*="cell"], .grid .tp-offset-right-1[class*="width-"] {
    margin-right: 6.25% !important;
  }
  /* line 278, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.tp-offset-right-1 [class*="cell"]:last-child {
    margin-right: 6.25%;
  }
}

@media (max-width: 568px) {
  /* line 285, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .m-offset-1[class*="cell"], .grid .m-offset-1[class*="width-"], .grid .m-offset-left-1[class*="cell"], .grid .m-offset-left-1[class*="width-"] {
    margin-left: 6.25% !important;
  }
  /* line 290, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.m-offset-1 [class*="cell"]:first-child, .grid.m-offset-left-1 [class*="cell"]:first-child {
    margin-left: 6.25%;
  }
  /* line 295, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .m-offset-right-1[class*="cell"], .grid .m-offset-right-1[class*="width-"] {
    margin-right: 6.25% !important;
  }
  /* line 300, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.m-offset-right-1 [class*="cell"]:last-child {
    margin-right: 6.25%;
  }
}

@media (max-width: 420px) {
  /* line 308, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .mp-offset-1[class*="cell"], .grid .mp-offset-1[class*="width-"], .grid .mp-offset-left-1[class*="cell"], .grid .mp-offset-left-1[class*="width-"] {
    margin-left: 6.25% !important;
  }
  /* line 313, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.mp-offset-1 [class*="cell"]:first-child, .grid.mp-offset-left-1 [class*="cell"]:first-child {
    margin-left: 6.25%;
  }
  /* line 318, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .mp-offset-right-1[class*="cell"], .grid .mp-offset-right-1[class*="width-"] {
    margin-right: 6.25% !important;
  }
  /* line 323, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.mp-offset-right-1 [class*="cell"]:last-child {
    margin-right: 6.25%;
  }
}

@media (min-width: 1280px) {
  /* line 217, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .d-offset-2[class*="cell"], .grid .d-offset-2[class*="width-"], .grid .d-offset-left-2[class*="cell"], .grid .d-offset-left-2[class*="width-"] {
    margin-left: 12.5% !important;
  }
  /* line 222, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.d-offset-2 [class*="cell"]:first-child, .grid.d-offset-left-2 [class*="cell"]:first-child {
    margin-left: 12.5%;
  }
  /* line 227, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .d-offset-right-2[class*="cell"], .grid .d-offset-right-2[class*="width-"] {
    margin-right: 12.5% !important;
  }
  /* line 232, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.d-offset-right-2 [class*="cell"]:last-child {
    margin-right: 12.5%;
  }
}

@media (max-width: 1023px) {
  /* line 240, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .t-offset-2[class*="cell"], .grid .t-offset-2[class*="width-"], .grid .t-offset-left-2[class*="cell"], .grid .t-offset-left-2[class*="width-"] {
    margin-left: 12.5% !important;
  }
  /* line 245, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.t-offset-2 [class*="cell"]:first-child, .grid.t-offset-left-2 [class*="cell"]:first-child {
    margin-left: 12.5%;
  }
  /* line 250, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .t-offset-right-2[class*="cell"], .grid .t-offset-right-2[class*="width-"] {
    margin-right: 12.5% !important;
  }
  /* line 255, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.t-offset-right-2 [class*="cell"]:last-child {
    margin-right: 12.5%;
  }
}

@media (max-width: 768px) {
  /* line 263, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .tp-offset-2[class*="cell"], .grid .tp-offset-2[class*="width-"], .grid .tp-offset-left-2[class*="cell"], .grid .tp-offset-left-2[class*="width-"] {
    margin-left: 12.5% !important;
  }
  /* line 268, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.tp-offset-2 [class*="cell"]:first-child, .grid.tp-offset-left-2 [class*="cell"]:first-child {
    margin-left: 12.5%;
  }
  /* line 273, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .tp-offset-right-2[class*="cell"], .grid .tp-offset-right-2[class*="width-"] {
    margin-right: 12.5% !important;
  }
  /* line 278, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.tp-offset-right-2 [class*="cell"]:last-child {
    margin-right: 12.5%;
  }
}

@media (max-width: 568px) {
  /* line 285, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .m-offset-2[class*="cell"], .grid .m-offset-2[class*="width-"], .grid .m-offset-left-2[class*="cell"], .grid .m-offset-left-2[class*="width-"] {
    margin-left: 12.5% !important;
  }
  /* line 290, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.m-offset-2 [class*="cell"]:first-child, .grid.m-offset-left-2 [class*="cell"]:first-child {
    margin-left: 12.5%;
  }
  /* line 295, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .m-offset-right-2[class*="cell"], .grid .m-offset-right-2[class*="width-"] {
    margin-right: 12.5% !important;
  }
  /* line 300, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.m-offset-right-2 [class*="cell"]:last-child {
    margin-right: 12.5%;
  }
}

@media (max-width: 420px) {
  /* line 308, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .mp-offset-2[class*="cell"], .grid .mp-offset-2[class*="width-"], .grid .mp-offset-left-2[class*="cell"], .grid .mp-offset-left-2[class*="width-"] {
    margin-left: 12.5% !important;
  }
  /* line 313, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.mp-offset-2 [class*="cell"]:first-child, .grid.mp-offset-left-2 [class*="cell"]:first-child {
    margin-left: 12.5%;
  }
  /* line 318, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .mp-offset-right-2[class*="cell"], .grid .mp-offset-right-2[class*="width-"] {
    margin-right: 12.5% !important;
  }
  /* line 323, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.mp-offset-right-2 [class*="cell"]:last-child {
    margin-right: 12.5%;
  }
}

@media (min-width: 1280px) {
  /* line 217, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .d-offset-3[class*="cell"], .grid .d-offset-3[class*="width-"], .grid .d-offset-left-3[class*="cell"], .grid .d-offset-left-3[class*="width-"] {
    margin-left: 18.75% !important;
  }
  /* line 222, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.d-offset-3 [class*="cell"]:first-child, .grid.d-offset-left-3 [class*="cell"]:first-child {
    margin-left: 18.75%;
  }
  /* line 227, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .d-offset-right-3[class*="cell"], .grid .d-offset-right-3[class*="width-"] {
    margin-right: 18.75% !important;
  }
  /* line 232, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.d-offset-right-3 [class*="cell"]:last-child {
    margin-right: 18.75%;
  }
}

@media (max-width: 1023px) {
  /* line 240, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .t-offset-3[class*="cell"], .grid .t-offset-3[class*="width-"], .grid .t-offset-left-3[class*="cell"], .grid .t-offset-left-3[class*="width-"] {
    margin-left: 18.75% !important;
  }
  /* line 245, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.t-offset-3 [class*="cell"]:first-child, .grid.t-offset-left-3 [class*="cell"]:first-child {
    margin-left: 18.75%;
  }
  /* line 250, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .t-offset-right-3[class*="cell"], .grid .t-offset-right-3[class*="width-"] {
    margin-right: 18.75% !important;
  }
  /* line 255, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.t-offset-right-3 [class*="cell"]:last-child {
    margin-right: 18.75%;
  }
}

@media (max-width: 768px) {
  /* line 263, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .tp-offset-3[class*="cell"], .grid .tp-offset-3[class*="width-"], .grid .tp-offset-left-3[class*="cell"], .grid .tp-offset-left-3[class*="width-"] {
    margin-left: 18.75% !important;
  }
  /* line 268, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.tp-offset-3 [class*="cell"]:first-child, .grid.tp-offset-left-3 [class*="cell"]:first-child {
    margin-left: 18.75%;
  }
  /* line 273, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .tp-offset-right-3[class*="cell"], .grid .tp-offset-right-3[class*="width-"] {
    margin-right: 18.75% !important;
  }
  /* line 278, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.tp-offset-right-3 [class*="cell"]:last-child {
    margin-right: 18.75%;
  }
}

@media (max-width: 568px) {
  /* line 285, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .m-offset-3[class*="cell"], .grid .m-offset-3[class*="width-"], .grid .m-offset-left-3[class*="cell"], .grid .m-offset-left-3[class*="width-"] {
    margin-left: 18.75% !important;
  }
  /* line 290, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.m-offset-3 [class*="cell"]:first-child, .grid.m-offset-left-3 [class*="cell"]:first-child {
    margin-left: 18.75%;
  }
  /* line 295, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .m-offset-right-3[class*="cell"], .grid .m-offset-right-3[class*="width-"] {
    margin-right: 18.75% !important;
  }
  /* line 300, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.m-offset-right-3 [class*="cell"]:last-child {
    margin-right: 18.75%;
  }
}

@media (max-width: 420px) {
  /* line 308, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .mp-offset-3[class*="cell"], .grid .mp-offset-3[class*="width-"], .grid .mp-offset-left-3[class*="cell"], .grid .mp-offset-left-3[class*="width-"] {
    margin-left: 18.75% !important;
  }
  /* line 313, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.mp-offset-3 [class*="cell"]:first-child, .grid.mp-offset-left-3 [class*="cell"]:first-child {
    margin-left: 18.75%;
  }
  /* line 318, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .mp-offset-right-3[class*="cell"], .grid .mp-offset-right-3[class*="width-"] {
    margin-right: 18.75% !important;
  }
  /* line 323, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.mp-offset-right-3 [class*="cell"]:last-child {
    margin-right: 18.75%;
  }
}

@media (min-width: 1280px) {
  /* line 217, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .d-offset-4[class*="cell"], .grid .d-offset-4[class*="width-"], .grid .d-offset-left-4[class*="cell"], .grid .d-offset-left-4[class*="width-"] {
    margin-left: 25% !important;
  }
  /* line 222, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.d-offset-4 [class*="cell"]:first-child, .grid.d-offset-left-4 [class*="cell"]:first-child {
    margin-left: 25%;
  }
  /* line 227, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .d-offset-right-4[class*="cell"], .grid .d-offset-right-4[class*="width-"] {
    margin-right: 25% !important;
  }
  /* line 232, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.d-offset-right-4 [class*="cell"]:last-child {
    margin-right: 25%;
  }
}

@media (max-width: 1023px) {
  /* line 240, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .t-offset-4[class*="cell"], .grid .t-offset-4[class*="width-"], .grid .t-offset-left-4[class*="cell"], .grid .t-offset-left-4[class*="width-"] {
    margin-left: 25% !important;
  }
  /* line 245, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.t-offset-4 [class*="cell"]:first-child, .grid.t-offset-left-4 [class*="cell"]:first-child {
    margin-left: 25%;
  }
  /* line 250, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .t-offset-right-4[class*="cell"], .grid .t-offset-right-4[class*="width-"] {
    margin-right: 25% !important;
  }
  /* line 255, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.t-offset-right-4 [class*="cell"]:last-child {
    margin-right: 25%;
  }
}

@media (max-width: 768px) {
  /* line 263, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .tp-offset-4[class*="cell"], .grid .tp-offset-4[class*="width-"], .grid .tp-offset-left-4[class*="cell"], .grid .tp-offset-left-4[class*="width-"] {
    margin-left: 25% !important;
  }
  /* line 268, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.tp-offset-4 [class*="cell"]:first-child, .grid.tp-offset-left-4 [class*="cell"]:first-child {
    margin-left: 25%;
  }
  /* line 273, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .tp-offset-right-4[class*="cell"], .grid .tp-offset-right-4[class*="width-"] {
    margin-right: 25% !important;
  }
  /* line 278, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.tp-offset-right-4 [class*="cell"]:last-child {
    margin-right: 25%;
  }
}

@media (max-width: 568px) {
  /* line 285, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .m-offset-4[class*="cell"], .grid .m-offset-4[class*="width-"], .grid .m-offset-left-4[class*="cell"], .grid .m-offset-left-4[class*="width-"] {
    margin-left: 25% !important;
  }
  /* line 290, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.m-offset-4 [class*="cell"]:first-child, .grid.m-offset-left-4 [class*="cell"]:first-child {
    margin-left: 25%;
  }
  /* line 295, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .m-offset-right-4[class*="cell"], .grid .m-offset-right-4[class*="width-"] {
    margin-right: 25% !important;
  }
  /* line 300, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.m-offset-right-4 [class*="cell"]:last-child {
    margin-right: 25%;
  }
}

@media (max-width: 420px) {
  /* line 308, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .mp-offset-4[class*="cell"], .grid .mp-offset-4[class*="width-"], .grid .mp-offset-left-4[class*="cell"], .grid .mp-offset-left-4[class*="width-"] {
    margin-left: 25% !important;
  }
  /* line 313, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.mp-offset-4 [class*="cell"]:first-child, .grid.mp-offset-left-4 [class*="cell"]:first-child {
    margin-left: 25%;
  }
  /* line 318, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .mp-offset-right-4[class*="cell"], .grid .mp-offset-right-4[class*="width-"] {
    margin-right: 25% !important;
  }
  /* line 323, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.mp-offset-right-4 [class*="cell"]:last-child {
    margin-right: 25%;
  }
}

@media (min-width: 1280px) {
  /* line 217, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .d-offset-5[class*="cell"], .grid .d-offset-5[class*="width-"], .grid .d-offset-left-5[class*="cell"], .grid .d-offset-left-5[class*="width-"] {
    margin-left: 31.25% !important;
  }
  /* line 222, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.d-offset-5 [class*="cell"]:first-child, .grid.d-offset-left-5 [class*="cell"]:first-child {
    margin-left: 31.25%;
  }
  /* line 227, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .d-offset-right-5[class*="cell"], .grid .d-offset-right-5[class*="width-"] {
    margin-right: 31.25% !important;
  }
  /* line 232, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.d-offset-right-5 [class*="cell"]:last-child {
    margin-right: 31.25%;
  }
}

@media (max-width: 1023px) {
  /* line 240, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .t-offset-5[class*="cell"], .grid .t-offset-5[class*="width-"], .grid .t-offset-left-5[class*="cell"], .grid .t-offset-left-5[class*="width-"] {
    margin-left: 31.25% !important;
  }
  /* line 245, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.t-offset-5 [class*="cell"]:first-child, .grid.t-offset-left-5 [class*="cell"]:first-child {
    margin-left: 31.25%;
  }
  /* line 250, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .t-offset-right-5[class*="cell"], .grid .t-offset-right-5[class*="width-"] {
    margin-right: 31.25% !important;
  }
  /* line 255, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.t-offset-right-5 [class*="cell"]:last-child {
    margin-right: 31.25%;
  }
}

@media (max-width: 768px) {
  /* line 263, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .tp-offset-5[class*="cell"], .grid .tp-offset-5[class*="width-"], .grid .tp-offset-left-5[class*="cell"], .grid .tp-offset-left-5[class*="width-"] {
    margin-left: 31.25% !important;
  }
  /* line 268, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.tp-offset-5 [class*="cell"]:first-child, .grid.tp-offset-left-5 [class*="cell"]:first-child {
    margin-left: 31.25%;
  }
  /* line 273, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .tp-offset-right-5[class*="cell"], .grid .tp-offset-right-5[class*="width-"] {
    margin-right: 31.25% !important;
  }
  /* line 278, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.tp-offset-right-5 [class*="cell"]:last-child {
    margin-right: 31.25%;
  }
}

@media (max-width: 568px) {
  /* line 285, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .m-offset-5[class*="cell"], .grid .m-offset-5[class*="width-"], .grid .m-offset-left-5[class*="cell"], .grid .m-offset-left-5[class*="width-"] {
    margin-left: 31.25% !important;
  }
  /* line 290, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.m-offset-5 [class*="cell"]:first-child, .grid.m-offset-left-5 [class*="cell"]:first-child {
    margin-left: 31.25%;
  }
  /* line 295, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .m-offset-right-5[class*="cell"], .grid .m-offset-right-5[class*="width-"] {
    margin-right: 31.25% !important;
  }
  /* line 300, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.m-offset-right-5 [class*="cell"]:last-child {
    margin-right: 31.25%;
  }
}

@media (max-width: 420px) {
  /* line 308, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .mp-offset-5[class*="cell"], .grid .mp-offset-5[class*="width-"], .grid .mp-offset-left-5[class*="cell"], .grid .mp-offset-left-5[class*="width-"] {
    margin-left: 31.25% !important;
  }
  /* line 313, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.mp-offset-5 [class*="cell"]:first-child, .grid.mp-offset-left-5 [class*="cell"]:first-child {
    margin-left: 31.25%;
  }
  /* line 318, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .mp-offset-right-5[class*="cell"], .grid .mp-offset-right-5[class*="width-"] {
    margin-right: 31.25% !important;
  }
  /* line 323, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.mp-offset-right-5 [class*="cell"]:last-child {
    margin-right: 31.25%;
  }
}

@media (min-width: 1280px) {
  /* line 217, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .d-offset-6[class*="cell"], .grid .d-offset-6[class*="width-"], .grid .d-offset-left-6[class*="cell"], .grid .d-offset-left-6[class*="width-"] {
    margin-left: 37.5% !important;
  }
  /* line 222, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.d-offset-6 [class*="cell"]:first-child, .grid.d-offset-left-6 [class*="cell"]:first-child {
    margin-left: 37.5%;
  }
  /* line 227, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .d-offset-right-6[class*="cell"], .grid .d-offset-right-6[class*="width-"] {
    margin-right: 37.5% !important;
  }
  /* line 232, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.d-offset-right-6 [class*="cell"]:last-child {
    margin-right: 37.5%;
  }
}

@media (max-width: 1023px) {
  /* line 240, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .t-offset-6[class*="cell"], .grid .t-offset-6[class*="width-"], .grid .t-offset-left-6[class*="cell"], .grid .t-offset-left-6[class*="width-"] {
    margin-left: 37.5% !important;
  }
  /* line 245, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.t-offset-6 [class*="cell"]:first-child, .grid.t-offset-left-6 [class*="cell"]:first-child {
    margin-left: 37.5%;
  }
  /* line 250, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .t-offset-right-6[class*="cell"], .grid .t-offset-right-6[class*="width-"] {
    margin-right: 37.5% !important;
  }
  /* line 255, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.t-offset-right-6 [class*="cell"]:last-child {
    margin-right: 37.5%;
  }
}

@media (max-width: 768px) {
  /* line 263, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .tp-offset-6[class*="cell"], .grid .tp-offset-6[class*="width-"], .grid .tp-offset-left-6[class*="cell"], .grid .tp-offset-left-6[class*="width-"] {
    margin-left: 37.5% !important;
  }
  /* line 268, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.tp-offset-6 [class*="cell"]:first-child, .grid.tp-offset-left-6 [class*="cell"]:first-child {
    margin-left: 37.5%;
  }
  /* line 273, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .tp-offset-right-6[class*="cell"], .grid .tp-offset-right-6[class*="width-"] {
    margin-right: 37.5% !important;
  }
  /* line 278, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.tp-offset-right-6 [class*="cell"]:last-child {
    margin-right: 37.5%;
  }
}

@media (max-width: 568px) {
  /* line 285, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .m-offset-6[class*="cell"], .grid .m-offset-6[class*="width-"], .grid .m-offset-left-6[class*="cell"], .grid .m-offset-left-6[class*="width-"] {
    margin-left: 37.5% !important;
  }
  /* line 290, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.m-offset-6 [class*="cell"]:first-child, .grid.m-offset-left-6 [class*="cell"]:first-child {
    margin-left: 37.5%;
  }
  /* line 295, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .m-offset-right-6[class*="cell"], .grid .m-offset-right-6[class*="width-"] {
    margin-right: 37.5% !important;
  }
  /* line 300, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.m-offset-right-6 [class*="cell"]:last-child {
    margin-right: 37.5%;
  }
}

@media (max-width: 420px) {
  /* line 308, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .mp-offset-6[class*="cell"], .grid .mp-offset-6[class*="width-"], .grid .mp-offset-left-6[class*="cell"], .grid .mp-offset-left-6[class*="width-"] {
    margin-left: 37.5% !important;
  }
  /* line 313, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.mp-offset-6 [class*="cell"]:first-child, .grid.mp-offset-left-6 [class*="cell"]:first-child {
    margin-left: 37.5%;
  }
  /* line 318, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .mp-offset-right-6[class*="cell"], .grid .mp-offset-right-6[class*="width-"] {
    margin-right: 37.5% !important;
  }
  /* line 323, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.mp-offset-right-6 [class*="cell"]:last-child {
    margin-right: 37.5%;
  }
}

@media (min-width: 1280px) {
  /* line 217, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .d-offset-7[class*="cell"], .grid .d-offset-7[class*="width-"], .grid .d-offset-left-7[class*="cell"], .grid .d-offset-left-7[class*="width-"] {
    margin-left: 43.75% !important;
  }
  /* line 222, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.d-offset-7 [class*="cell"]:first-child, .grid.d-offset-left-7 [class*="cell"]:first-child {
    margin-left: 43.75%;
  }
  /* line 227, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .d-offset-right-7[class*="cell"], .grid .d-offset-right-7[class*="width-"] {
    margin-right: 43.75% !important;
  }
  /* line 232, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.d-offset-right-7 [class*="cell"]:last-child {
    margin-right: 43.75%;
  }
}

@media (max-width: 1023px) {
  /* line 240, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .t-offset-7[class*="cell"], .grid .t-offset-7[class*="width-"], .grid .t-offset-left-7[class*="cell"], .grid .t-offset-left-7[class*="width-"] {
    margin-left: 43.75% !important;
  }
  /* line 245, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.t-offset-7 [class*="cell"]:first-child, .grid.t-offset-left-7 [class*="cell"]:first-child {
    margin-left: 43.75%;
  }
  /* line 250, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .t-offset-right-7[class*="cell"], .grid .t-offset-right-7[class*="width-"] {
    margin-right: 43.75% !important;
  }
  /* line 255, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.t-offset-right-7 [class*="cell"]:last-child {
    margin-right: 43.75%;
  }
}

@media (max-width: 768px) {
  /* line 263, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .tp-offset-7[class*="cell"], .grid .tp-offset-7[class*="width-"], .grid .tp-offset-left-7[class*="cell"], .grid .tp-offset-left-7[class*="width-"] {
    margin-left: 43.75% !important;
  }
  /* line 268, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.tp-offset-7 [class*="cell"]:first-child, .grid.tp-offset-left-7 [class*="cell"]:first-child {
    margin-left: 43.75%;
  }
  /* line 273, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .tp-offset-right-7[class*="cell"], .grid .tp-offset-right-7[class*="width-"] {
    margin-right: 43.75% !important;
  }
  /* line 278, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.tp-offset-right-7 [class*="cell"]:last-child {
    margin-right: 43.75%;
  }
}

@media (max-width: 568px) {
  /* line 285, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .m-offset-7[class*="cell"], .grid .m-offset-7[class*="width-"], .grid .m-offset-left-7[class*="cell"], .grid .m-offset-left-7[class*="width-"] {
    margin-left: 43.75% !important;
  }
  /* line 290, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.m-offset-7 [class*="cell"]:first-child, .grid.m-offset-left-7 [class*="cell"]:first-child {
    margin-left: 43.75%;
  }
  /* line 295, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .m-offset-right-7[class*="cell"], .grid .m-offset-right-7[class*="width-"] {
    margin-right: 43.75% !important;
  }
  /* line 300, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.m-offset-right-7 [class*="cell"]:last-child {
    margin-right: 43.75%;
  }
}

@media (max-width: 420px) {
  /* line 308, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .mp-offset-7[class*="cell"], .grid .mp-offset-7[class*="width-"], .grid .mp-offset-left-7[class*="cell"], .grid .mp-offset-left-7[class*="width-"] {
    margin-left: 43.75% !important;
  }
  /* line 313, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.mp-offset-7 [class*="cell"]:first-child, .grid.mp-offset-left-7 [class*="cell"]:first-child {
    margin-left: 43.75%;
  }
  /* line 318, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .mp-offset-right-7[class*="cell"], .grid .mp-offset-right-7[class*="width-"] {
    margin-right: 43.75% !important;
  }
  /* line 323, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.mp-offset-right-7 [class*="cell"]:last-child {
    margin-right: 43.75%;
  }
}

@media (min-width: 1280px) {
  /* line 217, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .d-offset-8[class*="cell"], .grid .d-offset-8[class*="width-"], .grid .d-offset-left-8[class*="cell"], .grid .d-offset-left-8[class*="width-"] {
    margin-left: 50% !important;
  }
  /* line 222, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.d-offset-8 [class*="cell"]:first-child, .grid.d-offset-left-8 [class*="cell"]:first-child {
    margin-left: 50%;
  }
  /* line 227, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .d-offset-right-8[class*="cell"], .grid .d-offset-right-8[class*="width-"] {
    margin-right: 50% !important;
  }
  /* line 232, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.d-offset-right-8 [class*="cell"]:last-child {
    margin-right: 50%;
  }
}

@media (max-width: 1023px) {
  /* line 240, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .t-offset-8[class*="cell"], .grid .t-offset-8[class*="width-"], .grid .t-offset-left-8[class*="cell"], .grid .t-offset-left-8[class*="width-"] {
    margin-left: 50% !important;
  }
  /* line 245, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.t-offset-8 [class*="cell"]:first-child, .grid.t-offset-left-8 [class*="cell"]:first-child {
    margin-left: 50%;
  }
  /* line 250, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .t-offset-right-8[class*="cell"], .grid .t-offset-right-8[class*="width-"] {
    margin-right: 50% !important;
  }
  /* line 255, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.t-offset-right-8 [class*="cell"]:last-child {
    margin-right: 50%;
  }
}

@media (max-width: 768px) {
  /* line 263, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .tp-offset-8[class*="cell"], .grid .tp-offset-8[class*="width-"], .grid .tp-offset-left-8[class*="cell"], .grid .tp-offset-left-8[class*="width-"] {
    margin-left: 50% !important;
  }
  /* line 268, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.tp-offset-8 [class*="cell"]:first-child, .grid.tp-offset-left-8 [class*="cell"]:first-child {
    margin-left: 50%;
  }
  /* line 273, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .tp-offset-right-8[class*="cell"], .grid .tp-offset-right-8[class*="width-"] {
    margin-right: 50% !important;
  }
  /* line 278, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.tp-offset-right-8 [class*="cell"]:last-child {
    margin-right: 50%;
  }
}

@media (max-width: 568px) {
  /* line 285, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .m-offset-8[class*="cell"], .grid .m-offset-8[class*="width-"], .grid .m-offset-left-8[class*="cell"], .grid .m-offset-left-8[class*="width-"] {
    margin-left: 50% !important;
  }
  /* line 290, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.m-offset-8 [class*="cell"]:first-child, .grid.m-offset-left-8 [class*="cell"]:first-child {
    margin-left: 50%;
  }
  /* line 295, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .m-offset-right-8[class*="cell"], .grid .m-offset-right-8[class*="width-"] {
    margin-right: 50% !important;
  }
  /* line 300, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.m-offset-right-8 [class*="cell"]:last-child {
    margin-right: 50%;
  }
}

@media (max-width: 420px) {
  /* line 308, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .mp-offset-8[class*="cell"], .grid .mp-offset-8[class*="width-"], .grid .mp-offset-left-8[class*="cell"], .grid .mp-offset-left-8[class*="width-"] {
    margin-left: 50% !important;
  }
  /* line 313, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.mp-offset-8 [class*="cell"]:first-child, .grid.mp-offset-left-8 [class*="cell"]:first-child {
    margin-left: 50%;
  }
  /* line 318, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .mp-offset-right-8[class*="cell"], .grid .mp-offset-right-8[class*="width-"] {
    margin-right: 50% !important;
  }
  /* line 323, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.mp-offset-right-8 [class*="cell"]:last-child {
    margin-right: 50%;
  }
}

@media (min-width: 1280px) {
  /* line 217, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .d-offset-9[class*="cell"], .grid .d-offset-9[class*="width-"], .grid .d-offset-left-9[class*="cell"], .grid .d-offset-left-9[class*="width-"] {
    margin-left: 56.25% !important;
  }
  /* line 222, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.d-offset-9 [class*="cell"]:first-child, .grid.d-offset-left-9 [class*="cell"]:first-child {
    margin-left: 56.25%;
  }
  /* line 227, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .d-offset-right-9[class*="cell"], .grid .d-offset-right-9[class*="width-"] {
    margin-right: 56.25% !important;
  }
  /* line 232, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.d-offset-right-9 [class*="cell"]:last-child {
    margin-right: 56.25%;
  }
}

@media (max-width: 1023px) {
  /* line 240, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .t-offset-9[class*="cell"], .grid .t-offset-9[class*="width-"], .grid .t-offset-left-9[class*="cell"], .grid .t-offset-left-9[class*="width-"] {
    margin-left: 56.25% !important;
  }
  /* line 245, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.t-offset-9 [class*="cell"]:first-child, .grid.t-offset-left-9 [class*="cell"]:first-child {
    margin-left: 56.25%;
  }
  /* line 250, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .t-offset-right-9[class*="cell"], .grid .t-offset-right-9[class*="width-"] {
    margin-right: 56.25% !important;
  }
  /* line 255, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.t-offset-right-9 [class*="cell"]:last-child {
    margin-right: 56.25%;
  }
}

@media (max-width: 768px) {
  /* line 263, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .tp-offset-9[class*="cell"], .grid .tp-offset-9[class*="width-"], .grid .tp-offset-left-9[class*="cell"], .grid .tp-offset-left-9[class*="width-"] {
    margin-left: 56.25% !important;
  }
  /* line 268, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.tp-offset-9 [class*="cell"]:first-child, .grid.tp-offset-left-9 [class*="cell"]:first-child {
    margin-left: 56.25%;
  }
  /* line 273, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .tp-offset-right-9[class*="cell"], .grid .tp-offset-right-9[class*="width-"] {
    margin-right: 56.25% !important;
  }
  /* line 278, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.tp-offset-right-9 [class*="cell"]:last-child {
    margin-right: 56.25%;
  }
}

@media (max-width: 568px) {
  /* line 285, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .m-offset-9[class*="cell"], .grid .m-offset-9[class*="width-"], .grid .m-offset-left-9[class*="cell"], .grid .m-offset-left-9[class*="width-"] {
    margin-left: 56.25% !important;
  }
  /* line 290, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.m-offset-9 [class*="cell"]:first-child, .grid.m-offset-left-9 [class*="cell"]:first-child {
    margin-left: 56.25%;
  }
  /* line 295, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .m-offset-right-9[class*="cell"], .grid .m-offset-right-9[class*="width-"] {
    margin-right: 56.25% !important;
  }
  /* line 300, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.m-offset-right-9 [class*="cell"]:last-child {
    margin-right: 56.25%;
  }
}

@media (max-width: 420px) {
  /* line 308, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .mp-offset-9[class*="cell"], .grid .mp-offset-9[class*="width-"], .grid .mp-offset-left-9[class*="cell"], .grid .mp-offset-left-9[class*="width-"] {
    margin-left: 56.25% !important;
  }
  /* line 313, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.mp-offset-9 [class*="cell"]:first-child, .grid.mp-offset-left-9 [class*="cell"]:first-child {
    margin-left: 56.25%;
  }
  /* line 318, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .mp-offset-right-9[class*="cell"], .grid .mp-offset-right-9[class*="width-"] {
    margin-right: 56.25% !important;
  }
  /* line 323, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.mp-offset-right-9 [class*="cell"]:last-child {
    margin-right: 56.25%;
  }
}

@media (min-width: 1280px) {
  /* line 217, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .d-offset-10[class*="cell"], .grid .d-offset-10[class*="width-"], .grid .d-offset-left-10[class*="cell"], .grid .d-offset-left-10[class*="width-"] {
    margin-left: 62.5% !important;
  }
  /* line 222, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.d-offset-10 [class*="cell"]:first-child, .grid.d-offset-left-10 [class*="cell"]:first-child {
    margin-left: 62.5%;
  }
  /* line 227, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .d-offset-right-10[class*="cell"], .grid .d-offset-right-10[class*="width-"] {
    margin-right: 62.5% !important;
  }
  /* line 232, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.d-offset-right-10 [class*="cell"]:last-child {
    margin-right: 62.5%;
  }
}

@media (max-width: 1023px) {
  /* line 240, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .t-offset-10[class*="cell"], .grid .t-offset-10[class*="width-"], .grid .t-offset-left-10[class*="cell"], .grid .t-offset-left-10[class*="width-"] {
    margin-left: 62.5% !important;
  }
  /* line 245, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.t-offset-10 [class*="cell"]:first-child, .grid.t-offset-left-10 [class*="cell"]:first-child {
    margin-left: 62.5%;
  }
  /* line 250, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .t-offset-right-10[class*="cell"], .grid .t-offset-right-10[class*="width-"] {
    margin-right: 62.5% !important;
  }
  /* line 255, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.t-offset-right-10 [class*="cell"]:last-child {
    margin-right: 62.5%;
  }
}

@media (max-width: 768px) {
  /* line 263, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .tp-offset-10[class*="cell"], .grid .tp-offset-10[class*="width-"], .grid .tp-offset-left-10[class*="cell"], .grid .tp-offset-left-10[class*="width-"] {
    margin-left: 62.5% !important;
  }
  /* line 268, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.tp-offset-10 [class*="cell"]:first-child, .grid.tp-offset-left-10 [class*="cell"]:first-child {
    margin-left: 62.5%;
  }
  /* line 273, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .tp-offset-right-10[class*="cell"], .grid .tp-offset-right-10[class*="width-"] {
    margin-right: 62.5% !important;
  }
  /* line 278, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.tp-offset-right-10 [class*="cell"]:last-child {
    margin-right: 62.5%;
  }
}

@media (max-width: 568px) {
  /* line 285, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .m-offset-10[class*="cell"], .grid .m-offset-10[class*="width-"], .grid .m-offset-left-10[class*="cell"], .grid .m-offset-left-10[class*="width-"] {
    margin-left: 62.5% !important;
  }
  /* line 290, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.m-offset-10 [class*="cell"]:first-child, .grid.m-offset-left-10 [class*="cell"]:first-child {
    margin-left: 62.5%;
  }
  /* line 295, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .m-offset-right-10[class*="cell"], .grid .m-offset-right-10[class*="width-"] {
    margin-right: 62.5% !important;
  }
  /* line 300, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.m-offset-right-10 [class*="cell"]:last-child {
    margin-right: 62.5%;
  }
}

@media (max-width: 420px) {
  /* line 308, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .mp-offset-10[class*="cell"], .grid .mp-offset-10[class*="width-"], .grid .mp-offset-left-10[class*="cell"], .grid .mp-offset-left-10[class*="width-"] {
    margin-left: 62.5% !important;
  }
  /* line 313, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.mp-offset-10 [class*="cell"]:first-child, .grid.mp-offset-left-10 [class*="cell"]:first-child {
    margin-left: 62.5%;
  }
  /* line 318, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .mp-offset-right-10[class*="cell"], .grid .mp-offset-right-10[class*="width-"] {
    margin-right: 62.5% !important;
  }
  /* line 323, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.mp-offset-right-10 [class*="cell"]:last-child {
    margin-right: 62.5%;
  }
}

@media (min-width: 1280px) {
  /* line 217, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .d-offset-11[class*="cell"], .grid .d-offset-11[class*="width-"], .grid .d-offset-left-11[class*="cell"], .grid .d-offset-left-11[class*="width-"] {
    margin-left: 68.75% !important;
  }
  /* line 222, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.d-offset-11 [class*="cell"]:first-child, .grid.d-offset-left-11 [class*="cell"]:first-child {
    margin-left: 68.75%;
  }
  /* line 227, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .d-offset-right-11[class*="cell"], .grid .d-offset-right-11[class*="width-"] {
    margin-right: 68.75% !important;
  }
  /* line 232, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.d-offset-right-11 [class*="cell"]:last-child {
    margin-right: 68.75%;
  }
}

@media (max-width: 1023px) {
  /* line 240, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .t-offset-11[class*="cell"], .grid .t-offset-11[class*="width-"], .grid .t-offset-left-11[class*="cell"], .grid .t-offset-left-11[class*="width-"] {
    margin-left: 68.75% !important;
  }
  /* line 245, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.t-offset-11 [class*="cell"]:first-child, .grid.t-offset-left-11 [class*="cell"]:first-child {
    margin-left: 68.75%;
  }
  /* line 250, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .t-offset-right-11[class*="cell"], .grid .t-offset-right-11[class*="width-"] {
    margin-right: 68.75% !important;
  }
  /* line 255, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.t-offset-right-11 [class*="cell"]:last-child {
    margin-right: 68.75%;
  }
}

@media (max-width: 768px) {
  /* line 263, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .tp-offset-11[class*="cell"], .grid .tp-offset-11[class*="width-"], .grid .tp-offset-left-11[class*="cell"], .grid .tp-offset-left-11[class*="width-"] {
    margin-left: 68.75% !important;
  }
  /* line 268, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.tp-offset-11 [class*="cell"]:first-child, .grid.tp-offset-left-11 [class*="cell"]:first-child {
    margin-left: 68.75%;
  }
  /* line 273, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .tp-offset-right-11[class*="cell"], .grid .tp-offset-right-11[class*="width-"] {
    margin-right: 68.75% !important;
  }
  /* line 278, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.tp-offset-right-11 [class*="cell"]:last-child {
    margin-right: 68.75%;
  }
}

@media (max-width: 568px) {
  /* line 285, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .m-offset-11[class*="cell"], .grid .m-offset-11[class*="width-"], .grid .m-offset-left-11[class*="cell"], .grid .m-offset-left-11[class*="width-"] {
    margin-left: 68.75% !important;
  }
  /* line 290, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.m-offset-11 [class*="cell"]:first-child, .grid.m-offset-left-11 [class*="cell"]:first-child {
    margin-left: 68.75%;
  }
  /* line 295, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .m-offset-right-11[class*="cell"], .grid .m-offset-right-11[class*="width-"] {
    margin-right: 68.75% !important;
  }
  /* line 300, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.m-offset-right-11 [class*="cell"]:last-child {
    margin-right: 68.75%;
  }
}

@media (max-width: 420px) {
  /* line 308, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .mp-offset-11[class*="cell"], .grid .mp-offset-11[class*="width-"], .grid .mp-offset-left-11[class*="cell"], .grid .mp-offset-left-11[class*="width-"] {
    margin-left: 68.75% !important;
  }
  /* line 313, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.mp-offset-11 [class*="cell"]:first-child, .grid.mp-offset-left-11 [class*="cell"]:first-child {
    margin-left: 68.75%;
  }
  /* line 318, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .mp-offset-right-11[class*="cell"], .grid .mp-offset-right-11[class*="width-"] {
    margin-right: 68.75% !important;
  }
  /* line 323, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.mp-offset-right-11 [class*="cell"]:last-child {
    margin-right: 68.75%;
  }
}

@media (min-width: 1280px) {
  /* line 217, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .d-offset-12[class*="cell"], .grid .d-offset-12[class*="width-"], .grid .d-offset-left-12[class*="cell"], .grid .d-offset-left-12[class*="width-"] {
    margin-left: 75% !important;
  }
  /* line 222, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.d-offset-12 [class*="cell"]:first-child, .grid.d-offset-left-12 [class*="cell"]:first-child {
    margin-left: 75%;
  }
  /* line 227, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .d-offset-right-12[class*="cell"], .grid .d-offset-right-12[class*="width-"] {
    margin-right: 75% !important;
  }
  /* line 232, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.d-offset-right-12 [class*="cell"]:last-child {
    margin-right: 75%;
  }
}

@media (max-width: 1023px) {
  /* line 240, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .t-offset-12[class*="cell"], .grid .t-offset-12[class*="width-"], .grid .t-offset-left-12[class*="cell"], .grid .t-offset-left-12[class*="width-"] {
    margin-left: 75% !important;
  }
  /* line 245, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.t-offset-12 [class*="cell"]:first-child, .grid.t-offset-left-12 [class*="cell"]:first-child {
    margin-left: 75%;
  }
  /* line 250, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .t-offset-right-12[class*="cell"], .grid .t-offset-right-12[class*="width-"] {
    margin-right: 75% !important;
  }
  /* line 255, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.t-offset-right-12 [class*="cell"]:last-child {
    margin-right: 75%;
  }
}

@media (max-width: 768px) {
  /* line 263, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .tp-offset-12[class*="cell"], .grid .tp-offset-12[class*="width-"], .grid .tp-offset-left-12[class*="cell"], .grid .tp-offset-left-12[class*="width-"] {
    margin-left: 75% !important;
  }
  /* line 268, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.tp-offset-12 [class*="cell"]:first-child, .grid.tp-offset-left-12 [class*="cell"]:first-child {
    margin-left: 75%;
  }
  /* line 273, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .tp-offset-right-12[class*="cell"], .grid .tp-offset-right-12[class*="width-"] {
    margin-right: 75% !important;
  }
  /* line 278, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.tp-offset-right-12 [class*="cell"]:last-child {
    margin-right: 75%;
  }
}

@media (max-width: 568px) {
  /* line 285, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .m-offset-12[class*="cell"], .grid .m-offset-12[class*="width-"], .grid .m-offset-left-12[class*="cell"], .grid .m-offset-left-12[class*="width-"] {
    margin-left: 75% !important;
  }
  /* line 290, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.m-offset-12 [class*="cell"]:first-child, .grid.m-offset-left-12 [class*="cell"]:first-child {
    margin-left: 75%;
  }
  /* line 295, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .m-offset-right-12[class*="cell"], .grid .m-offset-right-12[class*="width-"] {
    margin-right: 75% !important;
  }
  /* line 300, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.m-offset-right-12 [class*="cell"]:last-child {
    margin-right: 75%;
  }
}

@media (max-width: 420px) {
  /* line 308, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .mp-offset-12[class*="cell"], .grid .mp-offset-12[class*="width-"], .grid .mp-offset-left-12[class*="cell"], .grid .mp-offset-left-12[class*="width-"] {
    margin-left: 75% !important;
  }
  /* line 313, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.mp-offset-12 [class*="cell"]:first-child, .grid.mp-offset-left-12 [class*="cell"]:first-child {
    margin-left: 75%;
  }
  /* line 318, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .mp-offset-right-12[class*="cell"], .grid .mp-offset-right-12[class*="width-"] {
    margin-right: 75% !important;
  }
  /* line 323, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.mp-offset-right-12 [class*="cell"]:last-child {
    margin-right: 75%;
  }
}

@media (min-width: 1280px) {
  /* line 217, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .d-offset-13[class*="cell"], .grid .d-offset-13[class*="width-"], .grid .d-offset-left-13[class*="cell"], .grid .d-offset-left-13[class*="width-"] {
    margin-left: 81.25% !important;
  }
  /* line 222, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.d-offset-13 [class*="cell"]:first-child, .grid.d-offset-left-13 [class*="cell"]:first-child {
    margin-left: 81.25%;
  }
  /* line 227, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .d-offset-right-13[class*="cell"], .grid .d-offset-right-13[class*="width-"] {
    margin-right: 81.25% !important;
  }
  /* line 232, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.d-offset-right-13 [class*="cell"]:last-child {
    margin-right: 81.25%;
  }
}

@media (max-width: 1023px) {
  /* line 240, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .t-offset-13[class*="cell"], .grid .t-offset-13[class*="width-"], .grid .t-offset-left-13[class*="cell"], .grid .t-offset-left-13[class*="width-"] {
    margin-left: 81.25% !important;
  }
  /* line 245, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.t-offset-13 [class*="cell"]:first-child, .grid.t-offset-left-13 [class*="cell"]:first-child {
    margin-left: 81.25%;
  }
  /* line 250, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .t-offset-right-13[class*="cell"], .grid .t-offset-right-13[class*="width-"] {
    margin-right: 81.25% !important;
  }
  /* line 255, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.t-offset-right-13 [class*="cell"]:last-child {
    margin-right: 81.25%;
  }
}

@media (max-width: 768px) {
  /* line 263, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .tp-offset-13[class*="cell"], .grid .tp-offset-13[class*="width-"], .grid .tp-offset-left-13[class*="cell"], .grid .tp-offset-left-13[class*="width-"] {
    margin-left: 81.25% !important;
  }
  /* line 268, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.tp-offset-13 [class*="cell"]:first-child, .grid.tp-offset-left-13 [class*="cell"]:first-child {
    margin-left: 81.25%;
  }
  /* line 273, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .tp-offset-right-13[class*="cell"], .grid .tp-offset-right-13[class*="width-"] {
    margin-right: 81.25% !important;
  }
  /* line 278, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.tp-offset-right-13 [class*="cell"]:last-child {
    margin-right: 81.25%;
  }
}

@media (max-width: 568px) {
  /* line 285, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .m-offset-13[class*="cell"], .grid .m-offset-13[class*="width-"], .grid .m-offset-left-13[class*="cell"], .grid .m-offset-left-13[class*="width-"] {
    margin-left: 81.25% !important;
  }
  /* line 290, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.m-offset-13 [class*="cell"]:first-child, .grid.m-offset-left-13 [class*="cell"]:first-child {
    margin-left: 81.25%;
  }
  /* line 295, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .m-offset-right-13[class*="cell"], .grid .m-offset-right-13[class*="width-"] {
    margin-right: 81.25% !important;
  }
  /* line 300, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.m-offset-right-13 [class*="cell"]:last-child {
    margin-right: 81.25%;
  }
}

@media (max-width: 420px) {
  /* line 308, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .mp-offset-13[class*="cell"], .grid .mp-offset-13[class*="width-"], .grid .mp-offset-left-13[class*="cell"], .grid .mp-offset-left-13[class*="width-"] {
    margin-left: 81.25% !important;
  }
  /* line 313, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.mp-offset-13 [class*="cell"]:first-child, .grid.mp-offset-left-13 [class*="cell"]:first-child {
    margin-left: 81.25%;
  }
  /* line 318, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .mp-offset-right-13[class*="cell"], .grid .mp-offset-right-13[class*="width-"] {
    margin-right: 81.25% !important;
  }
  /* line 323, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.mp-offset-right-13 [class*="cell"]:last-child {
    margin-right: 81.25%;
  }
}

@media (min-width: 1280px) {
  /* line 217, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .d-offset-14[class*="cell"], .grid .d-offset-14[class*="width-"], .grid .d-offset-left-14[class*="cell"], .grid .d-offset-left-14[class*="width-"] {
    margin-left: 87.5% !important;
  }
  /* line 222, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.d-offset-14 [class*="cell"]:first-child, .grid.d-offset-left-14 [class*="cell"]:first-child {
    margin-left: 87.5%;
  }
  /* line 227, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .d-offset-right-14[class*="cell"], .grid .d-offset-right-14[class*="width-"] {
    margin-right: 87.5% !important;
  }
  /* line 232, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.d-offset-right-14 [class*="cell"]:last-child {
    margin-right: 87.5%;
  }
}

@media (max-width: 1023px) {
  /* line 240, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .t-offset-14[class*="cell"], .grid .t-offset-14[class*="width-"], .grid .t-offset-left-14[class*="cell"], .grid .t-offset-left-14[class*="width-"] {
    margin-left: 87.5% !important;
  }
  /* line 245, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.t-offset-14 [class*="cell"]:first-child, .grid.t-offset-left-14 [class*="cell"]:first-child {
    margin-left: 87.5%;
  }
  /* line 250, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .t-offset-right-14[class*="cell"], .grid .t-offset-right-14[class*="width-"] {
    margin-right: 87.5% !important;
  }
  /* line 255, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.t-offset-right-14 [class*="cell"]:last-child {
    margin-right: 87.5%;
  }
}

@media (max-width: 768px) {
  /* line 263, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .tp-offset-14[class*="cell"], .grid .tp-offset-14[class*="width-"], .grid .tp-offset-left-14[class*="cell"], .grid .tp-offset-left-14[class*="width-"] {
    margin-left: 87.5% !important;
  }
  /* line 268, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.tp-offset-14 [class*="cell"]:first-child, .grid.tp-offset-left-14 [class*="cell"]:first-child {
    margin-left: 87.5%;
  }
  /* line 273, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .tp-offset-right-14[class*="cell"], .grid .tp-offset-right-14[class*="width-"] {
    margin-right: 87.5% !important;
  }
  /* line 278, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.tp-offset-right-14 [class*="cell"]:last-child {
    margin-right: 87.5%;
  }
}

@media (max-width: 568px) {
  /* line 285, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .m-offset-14[class*="cell"], .grid .m-offset-14[class*="width-"], .grid .m-offset-left-14[class*="cell"], .grid .m-offset-left-14[class*="width-"] {
    margin-left: 87.5% !important;
  }
  /* line 290, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.m-offset-14 [class*="cell"]:first-child, .grid.m-offset-left-14 [class*="cell"]:first-child {
    margin-left: 87.5%;
  }
  /* line 295, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .m-offset-right-14[class*="cell"], .grid .m-offset-right-14[class*="width-"] {
    margin-right: 87.5% !important;
  }
  /* line 300, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.m-offset-right-14 [class*="cell"]:last-child {
    margin-right: 87.5%;
  }
}

@media (max-width: 420px) {
  /* line 308, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .mp-offset-14[class*="cell"], .grid .mp-offset-14[class*="width-"], .grid .mp-offset-left-14[class*="cell"], .grid .mp-offset-left-14[class*="width-"] {
    margin-left: 87.5% !important;
  }
  /* line 313, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.mp-offset-14 [class*="cell"]:first-child, .grid.mp-offset-left-14 [class*="cell"]:first-child {
    margin-left: 87.5%;
  }
  /* line 318, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .mp-offset-right-14[class*="cell"], .grid .mp-offset-right-14[class*="width-"] {
    margin-right: 87.5% !important;
  }
  /* line 323, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.mp-offset-right-14 [class*="cell"]:last-child {
    margin-right: 87.5%;
  }
}

@media (min-width: 1280px) {
  /* line 217, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .d-offset-15[class*="cell"], .grid .d-offset-15[class*="width-"], .grid .d-offset-left-15[class*="cell"], .grid .d-offset-left-15[class*="width-"] {
    margin-left: 93.75% !important;
  }
  /* line 222, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.d-offset-15 [class*="cell"]:first-child, .grid.d-offset-left-15 [class*="cell"]:first-child {
    margin-left: 93.75%;
  }
  /* line 227, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .d-offset-right-15[class*="cell"], .grid .d-offset-right-15[class*="width-"] {
    margin-right: 93.75% !important;
  }
  /* line 232, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.d-offset-right-15 [class*="cell"]:last-child {
    margin-right: 93.75%;
  }
}

@media (max-width: 1023px) {
  /* line 240, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .t-offset-15[class*="cell"], .grid .t-offset-15[class*="width-"], .grid .t-offset-left-15[class*="cell"], .grid .t-offset-left-15[class*="width-"] {
    margin-left: 93.75% !important;
  }
  /* line 245, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.t-offset-15 [class*="cell"]:first-child, .grid.t-offset-left-15 [class*="cell"]:first-child {
    margin-left: 93.75%;
  }
  /* line 250, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .t-offset-right-15[class*="cell"], .grid .t-offset-right-15[class*="width-"] {
    margin-right: 93.75% !important;
  }
  /* line 255, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.t-offset-right-15 [class*="cell"]:last-child {
    margin-right: 93.75%;
  }
}

@media (max-width: 768px) {
  /* line 263, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .tp-offset-15[class*="cell"], .grid .tp-offset-15[class*="width-"], .grid .tp-offset-left-15[class*="cell"], .grid .tp-offset-left-15[class*="width-"] {
    margin-left: 93.75% !important;
  }
  /* line 268, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.tp-offset-15 [class*="cell"]:first-child, .grid.tp-offset-left-15 [class*="cell"]:first-child {
    margin-left: 93.75%;
  }
  /* line 273, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .tp-offset-right-15[class*="cell"], .grid .tp-offset-right-15[class*="width-"] {
    margin-right: 93.75% !important;
  }
  /* line 278, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.tp-offset-right-15 [class*="cell"]:last-child {
    margin-right: 93.75%;
  }
}

@media (max-width: 568px) {
  /* line 285, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .m-offset-15[class*="cell"], .grid .m-offset-15[class*="width-"], .grid .m-offset-left-15[class*="cell"], .grid .m-offset-left-15[class*="width-"] {
    margin-left: 93.75% !important;
  }
  /* line 290, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.m-offset-15 [class*="cell"]:first-child, .grid.m-offset-left-15 [class*="cell"]:first-child {
    margin-left: 93.75%;
  }
  /* line 295, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .m-offset-right-15[class*="cell"], .grid .m-offset-right-15[class*="width-"] {
    margin-right: 93.75% !important;
  }
  /* line 300, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.m-offset-right-15 [class*="cell"]:last-child {
    margin-right: 93.75%;
  }
}

@media (max-width: 420px) {
  /* line 308, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .mp-offset-15[class*="cell"], .grid .mp-offset-15[class*="width-"], .grid .mp-offset-left-15[class*="cell"], .grid .mp-offset-left-15[class*="width-"] {
    margin-left: 93.75% !important;
  }
  /* line 313, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.mp-offset-15 [class*="cell"]:first-child, .grid.mp-offset-left-15 [class*="cell"]:first-child {
    margin-left: 93.75%;
  }
  /* line 318, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid .mp-offset-right-15[class*="cell"], .grid .mp-offset-right-15[class*="width-"] {
    margin-right: 93.75% !important;
  }
  /* line 323, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.mp-offset-right-15 [class*="cell"]:last-child {
    margin-right: 93.75%;
  }
}

/* line 15, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-1 {
  margin-left: -0.7rem;
  margin-right: -0.7rem;
}

/* line 18, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-1:not([class*="cell-"]):not(table):not(.content-holder) {
  width: auto;
}

/* line 21, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
table.grid.gutter-1 {
  width: calc(100% + 1.4 + rem);
}

/* line 24, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-1.content-holder {
  width: calc(1128 + 1.4rem)px;
  max-width: calc(100% - ( calc(20px * 2) - 1.4rem ));
}

/* line 30, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.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;
}

/* line 33, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-1 > .start-before[class*=" cell"], .grid.gutter-1 > .start-before[class^="cell"], .grid.gutter-1 > .row > .start-before[class*=" cell"], .grid.gutter-1 > .row > .start-before[class^="cell"], .grid.gutter-1 > tbody > tr > td.start-before, .grid.gutter-1 > tr > td.start-before {
  margin-left: -1.4rem;
}

/* line 36, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-1 > .end-before[class*=" cell"], .grid.gutter-1 > .end-before[class^="cell"], .grid.gutter-1 > .row > .end-before[class*=" cell"], .grid.gutter-1 > .row > .end-before[class^="cell"], .grid.gutter-1 > tbody > tr > td.end-before, .grid.gutter-1 > tr > td.end-before {
  margin-right: -1.4rem;
}

/* line 40, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-1 > .row[class*="grid"] {
  border-left: 0.7rem solid transparent;
  border-right: 0.7rem solid transparent;
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-1 .cell-1.start-before, .grid.gutter-1 .cell-1.end-before {
  width: calc((100 / 16) * 1% + 1.4rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-1 .cell-1.start-before.end-before {
  width: calc((100 / 16) * 1% + 2.8rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-1 .cell-2.start-before, .grid.gutter-1 .cell-2.end-before {
  width: calc((100 / 16) * 2% + 1.4rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-1 .cell-2.start-before.end-before {
  width: calc((100 / 16) * 2% + 2.8rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-1 .cell-3.start-before, .grid.gutter-1 .cell-3.end-before {
  width: calc((100 / 16) * 3% + 1.4rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-1 .cell-3.start-before.end-before {
  width: calc((100 / 16) * 3% + 2.8rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-1 .cell-4.start-before, .grid.gutter-1 .cell-4.end-before {
  width: calc((100 / 16) * 4% + 1.4rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-1 .cell-4.start-before.end-before {
  width: calc((100 / 16) * 4% + 2.8rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-1 .cell-5.start-before, .grid.gutter-1 .cell-5.end-before {
  width: calc((100 / 16) * 5% + 1.4rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-1 .cell-5.start-before.end-before {
  width: calc((100 / 16) * 5% + 2.8rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-1 .cell-6.start-before, .grid.gutter-1 .cell-6.end-before {
  width: calc((100 / 16) * 6% + 1.4rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-1 .cell-6.start-before.end-before {
  width: calc((100 / 16) * 6% + 2.8rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-1 .cell-7.start-before, .grid.gutter-1 .cell-7.end-before {
  width: calc((100 / 16) * 7% + 1.4rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-1 .cell-7.start-before.end-before {
  width: calc((100 / 16) * 7% + 2.8rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-1 .cell-8.start-before, .grid.gutter-1 .cell-8.end-before {
  width: calc((100 / 16) * 8% + 1.4rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-1 .cell-8.start-before.end-before {
  width: calc((100 / 16) * 8% + 2.8rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-1 .cell-9.start-before, .grid.gutter-1 .cell-9.end-before {
  width: calc((100 / 16) * 9% + 1.4rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-1 .cell-9.start-before.end-before {
  width: calc((100 / 16) * 9% + 2.8rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-1 .cell-10.start-before, .grid.gutter-1 .cell-10.end-before {
  width: calc((100 / 16) * 10% + 1.4rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-1 .cell-10.start-before.end-before {
  width: calc((100 / 16) * 10% + 2.8rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-1 .cell-11.start-before, .grid.gutter-1 .cell-11.end-before {
  width: calc((100 / 16) * 11% + 1.4rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-1 .cell-11.start-before.end-before {
  width: calc((100 / 16) * 11% + 2.8rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-1 .cell-12.start-before, .grid.gutter-1 .cell-12.end-before {
  width: calc((100 / 16) * 12% + 1.4rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-1 .cell-12.start-before.end-before {
  width: calc((100 / 16) * 12% + 2.8rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-1 .cell-13.start-before, .grid.gutter-1 .cell-13.end-before {
  width: calc((100 / 16) * 13% + 1.4rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-1 .cell-13.start-before.end-before {
  width: calc((100 / 16) * 13% + 2.8rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-1 .cell-14.start-before, .grid.gutter-1 .cell-14.end-before {
  width: calc((100 / 16) * 14% + 1.4rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-1 .cell-14.start-before.end-before {
  width: calc((100 / 16) * 14% + 2.8rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-1 .cell-15.start-before, .grid.gutter-1 .cell-15.end-before {
  width: calc((100 / 16) * 15% + 1.4rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-1 .cell-15.start-before.end-before {
  width: calc((100 / 16) * 15% + 2.8rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-1 .cell-16.start-before, .grid.gutter-1 .cell-16.end-before {
  width: calc((100 / 16) * 16% + 1.4rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-1 .cell-16.start-before.end-before {
  width: calc((100 / 16) * 16% + 2.8rem);
}

/* line 15, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-2 {
  margin-left: -1.05rem;
  margin-right: -1.05rem;
}

/* line 18, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-2:not([class*="cell-"]):not(table):not(.content-holder) {
  width: auto;
}

/* line 21, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
table.grid.gutter-2 {
  width: calc(100% + 2.1 + rem);
}

/* line 24, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-2.content-holder {
  width: calc(1128 + 2.1rem)px;
  max-width: calc(100% - ( calc(20px * 2) - 2.1rem ));
}

/* line 30, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.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;
}

/* line 33, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-2 > .start-before[class*=" cell"], .grid.gutter-2 > .start-before[class^="cell"], .grid.gutter-2 > .row > .start-before[class*=" cell"], .grid.gutter-2 > .row > .start-before[class^="cell"], .grid.gutter-2 > tbody > tr > td.start-before, .grid.gutter-2 > tr > td.start-before {
  margin-left: -2.1rem;
}

/* line 36, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-2 > .end-before[class*=" cell"], .grid.gutter-2 > .end-before[class^="cell"], .grid.gutter-2 > .row > .end-before[class*=" cell"], .grid.gutter-2 > .row > .end-before[class^="cell"], .grid.gutter-2 > tbody > tr > td.end-before, .grid.gutter-2 > tr > td.end-before {
  margin-right: -2.1rem;
}

/* line 40, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-2 > .row[class*="grid"] {
  border-left: 1.05rem solid transparent;
  border-right: 1.05rem solid transparent;
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-2 .cell-1.start-before, .grid.gutter-2 .cell-1.end-before {
  width: calc((100 / 16) * 1% + 2.1rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-2 .cell-1.start-before.end-before {
  width: calc((100 / 16) * 1% + 4.2rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-2 .cell-2.start-before, .grid.gutter-2 .cell-2.end-before {
  width: calc((100 / 16) * 2% + 2.1rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-2 .cell-2.start-before.end-before {
  width: calc((100 / 16) * 2% + 4.2rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-2 .cell-3.start-before, .grid.gutter-2 .cell-3.end-before {
  width: calc((100 / 16) * 3% + 2.1rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-2 .cell-3.start-before.end-before {
  width: calc((100 / 16) * 3% + 4.2rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-2 .cell-4.start-before, .grid.gutter-2 .cell-4.end-before {
  width: calc((100 / 16) * 4% + 2.1rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-2 .cell-4.start-before.end-before {
  width: calc((100 / 16) * 4% + 4.2rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-2 .cell-5.start-before, .grid.gutter-2 .cell-5.end-before {
  width: calc((100 / 16) * 5% + 2.1rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-2 .cell-5.start-before.end-before {
  width: calc((100 / 16) * 5% + 4.2rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-2 .cell-6.start-before, .grid.gutter-2 .cell-6.end-before {
  width: calc((100 / 16) * 6% + 2.1rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-2 .cell-6.start-before.end-before {
  width: calc((100 / 16) * 6% + 4.2rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-2 .cell-7.start-before, .grid.gutter-2 .cell-7.end-before {
  width: calc((100 / 16) * 7% + 2.1rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-2 .cell-7.start-before.end-before {
  width: calc((100 / 16) * 7% + 4.2rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-2 .cell-8.start-before, .grid.gutter-2 .cell-8.end-before {
  width: calc((100 / 16) * 8% + 2.1rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-2 .cell-8.start-before.end-before {
  width: calc((100 / 16) * 8% + 4.2rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-2 .cell-9.start-before, .grid.gutter-2 .cell-9.end-before {
  width: calc((100 / 16) * 9% + 2.1rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-2 .cell-9.start-before.end-before {
  width: calc((100 / 16) * 9% + 4.2rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-2 .cell-10.start-before, .grid.gutter-2 .cell-10.end-before {
  width: calc((100 / 16) * 10% + 2.1rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-2 .cell-10.start-before.end-before {
  width: calc((100 / 16) * 10% + 4.2rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-2 .cell-11.start-before, .grid.gutter-2 .cell-11.end-before {
  width: calc((100 / 16) * 11% + 2.1rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-2 .cell-11.start-before.end-before {
  width: calc((100 / 16) * 11% + 4.2rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-2 .cell-12.start-before, .grid.gutter-2 .cell-12.end-before {
  width: calc((100 / 16) * 12% + 2.1rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-2 .cell-12.start-before.end-before {
  width: calc((100 / 16) * 12% + 4.2rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-2 .cell-13.start-before, .grid.gutter-2 .cell-13.end-before {
  width: calc((100 / 16) * 13% + 2.1rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-2 .cell-13.start-before.end-before {
  width: calc((100 / 16) * 13% + 4.2rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-2 .cell-14.start-before, .grid.gutter-2 .cell-14.end-before {
  width: calc((100 / 16) * 14% + 2.1rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-2 .cell-14.start-before.end-before {
  width: calc((100 / 16) * 14% + 4.2rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-2 .cell-15.start-before, .grid.gutter-2 .cell-15.end-before {
  width: calc((100 / 16) * 15% + 2.1rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-2 .cell-15.start-before.end-before {
  width: calc((100 / 16) * 15% + 4.2rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-2 .cell-16.start-before, .grid.gutter-2 .cell-16.end-before {
  width: calc((100 / 16) * 16% + 2.1rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-2 .cell-16.start-before.end-before {
  width: calc((100 / 16) * 16% + 4.2rem);
}

/* line 15, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-3 {
  margin-left: -1.4rem;
  margin-right: -1.4rem;
}

/* line 18, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-3:not([class*="cell-"]):not(table):not(.content-holder) {
  width: auto;
}

/* line 21, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
table.grid.gutter-3 {
  width: calc(100% + 2.8 + rem);
}

/* line 24, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-3.content-holder {
  width: calc(1128 + 2.8rem)px;
  max-width: calc(100% - ( calc(20px * 2) - 2.8rem ));
}

/* line 30, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.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;
}

/* line 33, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-3 > .start-before[class*=" cell"], .grid.gutter-3 > .start-before[class^="cell"], .grid.gutter-3 > .row > .start-before[class*=" cell"], .grid.gutter-3 > .row > .start-before[class^="cell"], .grid.gutter-3 > tbody > tr > td.start-before, .grid.gutter-3 > tr > td.start-before {
  margin-left: -2.8rem;
}

/* line 36, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-3 > .end-before[class*=" cell"], .grid.gutter-3 > .end-before[class^="cell"], .grid.gutter-3 > .row > .end-before[class*=" cell"], .grid.gutter-3 > .row > .end-before[class^="cell"], .grid.gutter-3 > tbody > tr > td.end-before, .grid.gutter-3 > tr > td.end-before {
  margin-right: -2.8rem;
}

/* line 40, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-3 > .row[class*="grid"] {
  border-left: 1.4rem solid transparent;
  border-right: 1.4rem solid transparent;
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-3 .cell-1.start-before, .grid.gutter-3 .cell-1.end-before {
  width: calc((100 / 16) * 1% + 2.8rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-3 .cell-1.start-before.end-before {
  width: calc((100 / 16) * 1% + 5.6rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-3 .cell-2.start-before, .grid.gutter-3 .cell-2.end-before {
  width: calc((100 / 16) * 2% + 2.8rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-3 .cell-2.start-before.end-before {
  width: calc((100 / 16) * 2% + 5.6rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-3 .cell-3.start-before, .grid.gutter-3 .cell-3.end-before {
  width: calc((100 / 16) * 3% + 2.8rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-3 .cell-3.start-before.end-before {
  width: calc((100 / 16) * 3% + 5.6rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-3 .cell-4.start-before, .grid.gutter-3 .cell-4.end-before {
  width: calc((100 / 16) * 4% + 2.8rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-3 .cell-4.start-before.end-before {
  width: calc((100 / 16) * 4% + 5.6rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-3 .cell-5.start-before, .grid.gutter-3 .cell-5.end-before {
  width: calc((100 / 16) * 5% + 2.8rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-3 .cell-5.start-before.end-before {
  width: calc((100 / 16) * 5% + 5.6rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-3 .cell-6.start-before, .grid.gutter-3 .cell-6.end-before {
  width: calc((100 / 16) * 6% + 2.8rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-3 .cell-6.start-before.end-before {
  width: calc((100 / 16) * 6% + 5.6rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-3 .cell-7.start-before, .grid.gutter-3 .cell-7.end-before {
  width: calc((100 / 16) * 7% + 2.8rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-3 .cell-7.start-before.end-before {
  width: calc((100 / 16) * 7% + 5.6rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-3 .cell-8.start-before, .grid.gutter-3 .cell-8.end-before {
  width: calc((100 / 16) * 8% + 2.8rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-3 .cell-8.start-before.end-before {
  width: calc((100 / 16) * 8% + 5.6rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-3 .cell-9.start-before, .grid.gutter-3 .cell-9.end-before {
  width: calc((100 / 16) * 9% + 2.8rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-3 .cell-9.start-before.end-before {
  width: calc((100 / 16) * 9% + 5.6rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-3 .cell-10.start-before, .grid.gutter-3 .cell-10.end-before {
  width: calc((100 / 16) * 10% + 2.8rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-3 .cell-10.start-before.end-before {
  width: calc((100 / 16) * 10% + 5.6rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-3 .cell-11.start-before, .grid.gutter-3 .cell-11.end-before {
  width: calc((100 / 16) * 11% + 2.8rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-3 .cell-11.start-before.end-before {
  width: calc((100 / 16) * 11% + 5.6rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-3 .cell-12.start-before, .grid.gutter-3 .cell-12.end-before {
  width: calc((100 / 16) * 12% + 2.8rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-3 .cell-12.start-before.end-before {
  width: calc((100 / 16) * 12% + 5.6rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-3 .cell-13.start-before, .grid.gutter-3 .cell-13.end-before {
  width: calc((100 / 16) * 13% + 2.8rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-3 .cell-13.start-before.end-before {
  width: calc((100 / 16) * 13% + 5.6rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-3 .cell-14.start-before, .grid.gutter-3 .cell-14.end-before {
  width: calc((100 / 16) * 14% + 2.8rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-3 .cell-14.start-before.end-before {
  width: calc((100 / 16) * 14% + 5.6rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-3 .cell-15.start-before, .grid.gutter-3 .cell-15.end-before {
  width: calc((100 / 16) * 15% + 2.8rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-3 .cell-15.start-before.end-before {
  width: calc((100 / 16) * 15% + 5.6rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-3 .cell-16.start-before, .grid.gutter-3 .cell-16.end-before {
  width: calc((100 / 16) * 16% + 2.8rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-3 .cell-16.start-before.end-before {
  width: calc((100 / 16) * 16% + 5.6rem);
}

/* line 15, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-4 {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

/* line 18, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-4:not([class*="cell-"]):not(table):not(.content-holder) {
  width: auto;
}

/* line 21, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
table.grid.gutter-4 {
  width: calc(100% + 3.5 + rem);
}

/* line 24, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-4.content-holder {
  width: calc(1128 + 3.5rem)px;
  max-width: calc(100% - ( calc(20px * 2) - 3.5rem ));
}

/* line 30, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.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;
}

/* line 33, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-4 > .start-before[class*=" cell"], .grid.gutter-4 > .start-before[class^="cell"], .grid.gutter-4 > .row > .start-before[class*=" cell"], .grid.gutter-4 > .row > .start-before[class^="cell"], .grid.gutter-4 > tbody > tr > td.start-before, .grid.gutter-4 > tr > td.start-before {
  margin-left: -3.5rem;
}

/* line 36, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-4 > .end-before[class*=" cell"], .grid.gutter-4 > .end-before[class^="cell"], .grid.gutter-4 > .row > .end-before[class*=" cell"], .grid.gutter-4 > .row > .end-before[class^="cell"], .grid.gutter-4 > tbody > tr > td.end-before, .grid.gutter-4 > tr > td.end-before {
  margin-right: -3.5rem;
}

/* line 40, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-4 > .row[class*="grid"] {
  border-left: 1.75rem solid transparent;
  border-right: 1.75rem solid transparent;
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-4 .cell-1.start-before, .grid.gutter-4 .cell-1.end-before {
  width: calc((100 / 16) * 1% + 3.5rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-4 .cell-1.start-before.end-before {
  width: calc((100 / 16) * 1% + 7rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-4 .cell-2.start-before, .grid.gutter-4 .cell-2.end-before {
  width: calc((100 / 16) * 2% + 3.5rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-4 .cell-2.start-before.end-before {
  width: calc((100 / 16) * 2% + 7rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-4 .cell-3.start-before, .grid.gutter-4 .cell-3.end-before {
  width: calc((100 / 16) * 3% + 3.5rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-4 .cell-3.start-before.end-before {
  width: calc((100 / 16) * 3% + 7rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-4 .cell-4.start-before, .grid.gutter-4 .cell-4.end-before {
  width: calc((100 / 16) * 4% + 3.5rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-4 .cell-4.start-before.end-before {
  width: calc((100 / 16) * 4% + 7rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-4 .cell-5.start-before, .grid.gutter-4 .cell-5.end-before {
  width: calc((100 / 16) * 5% + 3.5rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-4 .cell-5.start-before.end-before {
  width: calc((100 / 16) * 5% + 7rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-4 .cell-6.start-before, .grid.gutter-4 .cell-6.end-before {
  width: calc((100 / 16) * 6% + 3.5rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-4 .cell-6.start-before.end-before {
  width: calc((100 / 16) * 6% + 7rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-4 .cell-7.start-before, .grid.gutter-4 .cell-7.end-before {
  width: calc((100 / 16) * 7% + 3.5rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-4 .cell-7.start-before.end-before {
  width: calc((100 / 16) * 7% + 7rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-4 .cell-8.start-before, .grid.gutter-4 .cell-8.end-before {
  width: calc((100 / 16) * 8% + 3.5rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-4 .cell-8.start-before.end-before {
  width: calc((100 / 16) * 8% + 7rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-4 .cell-9.start-before, .grid.gutter-4 .cell-9.end-before {
  width: calc((100 / 16) * 9% + 3.5rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-4 .cell-9.start-before.end-before {
  width: calc((100 / 16) * 9% + 7rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-4 .cell-10.start-before, .grid.gutter-4 .cell-10.end-before {
  width: calc((100 / 16) * 10% + 3.5rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-4 .cell-10.start-before.end-before {
  width: calc((100 / 16) * 10% + 7rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-4 .cell-11.start-before, .grid.gutter-4 .cell-11.end-before {
  width: calc((100 / 16) * 11% + 3.5rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-4 .cell-11.start-before.end-before {
  width: calc((100 / 16) * 11% + 7rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-4 .cell-12.start-before, .grid.gutter-4 .cell-12.end-before {
  width: calc((100 / 16) * 12% + 3.5rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-4 .cell-12.start-before.end-before {
  width: calc((100 / 16) * 12% + 7rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-4 .cell-13.start-before, .grid.gutter-4 .cell-13.end-before {
  width: calc((100 / 16) * 13% + 3.5rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-4 .cell-13.start-before.end-before {
  width: calc((100 / 16) * 13% + 7rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-4 .cell-14.start-before, .grid.gutter-4 .cell-14.end-before {
  width: calc((100 / 16) * 14% + 3.5rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-4 .cell-14.start-before.end-before {
  width: calc((100 / 16) * 14% + 7rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-4 .cell-15.start-before, .grid.gutter-4 .cell-15.end-before {
  width: calc((100 / 16) * 15% + 3.5rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-4 .cell-15.start-before.end-before {
  width: calc((100 / 16) * 15% + 7rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-4 .cell-16.start-before, .grid.gutter-4 .cell-16.end-before {
  width: calc((100 / 16) * 16% + 3.5rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-4 .cell-16.start-before.end-before {
  width: calc((100 / 16) * 16% + 7rem);
}

/* line 15, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-5 {
  margin-left: -2.1rem;
  margin-right: -2.1rem;
}

/* line 18, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-5:not([class*="cell-"]):not(table):not(.content-holder) {
  width: auto;
}

/* line 21, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
table.grid.gutter-5 {
  width: calc(100% + 4.2 + rem);
}

/* line 24, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-5.content-holder {
  width: calc(1128 + 4.2rem)px;
  max-width: calc(100% - ( calc(20px * 2) - 4.2rem ));
}

/* line 30, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.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;
}

/* line 33, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-5 > .start-before[class*=" cell"], .grid.gutter-5 > .start-before[class^="cell"], .grid.gutter-5 > .row > .start-before[class*=" cell"], .grid.gutter-5 > .row > .start-before[class^="cell"], .grid.gutter-5 > tbody > tr > td.start-before, .grid.gutter-5 > tr > td.start-before {
  margin-left: -4.2rem;
}

/* line 36, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-5 > .end-before[class*=" cell"], .grid.gutter-5 > .end-before[class^="cell"], .grid.gutter-5 > .row > .end-before[class*=" cell"], .grid.gutter-5 > .row > .end-before[class^="cell"], .grid.gutter-5 > tbody > tr > td.end-before, .grid.gutter-5 > tr > td.end-before {
  margin-right: -4.2rem;
}

/* line 40, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-5 > .row[class*="grid"] {
  border-left: 2.1rem solid transparent;
  border-right: 2.1rem solid transparent;
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-5 .cell-1.start-before, .grid.gutter-5 .cell-1.end-before {
  width: calc((100 / 16) * 1% + 4.2rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-5 .cell-1.start-before.end-before {
  width: calc((100 / 16) * 1% + 8.4rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-5 .cell-2.start-before, .grid.gutter-5 .cell-2.end-before {
  width: calc((100 / 16) * 2% + 4.2rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-5 .cell-2.start-before.end-before {
  width: calc((100 / 16) * 2% + 8.4rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-5 .cell-3.start-before, .grid.gutter-5 .cell-3.end-before {
  width: calc((100 / 16) * 3% + 4.2rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-5 .cell-3.start-before.end-before {
  width: calc((100 / 16) * 3% + 8.4rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-5 .cell-4.start-before, .grid.gutter-5 .cell-4.end-before {
  width: calc((100 / 16) * 4% + 4.2rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-5 .cell-4.start-before.end-before {
  width: calc((100 / 16) * 4% + 8.4rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-5 .cell-5.start-before, .grid.gutter-5 .cell-5.end-before {
  width: calc((100 / 16) * 5% + 4.2rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-5 .cell-5.start-before.end-before {
  width: calc((100 / 16) * 5% + 8.4rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-5 .cell-6.start-before, .grid.gutter-5 .cell-6.end-before {
  width: calc((100 / 16) * 6% + 4.2rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-5 .cell-6.start-before.end-before {
  width: calc((100 / 16) * 6% + 8.4rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-5 .cell-7.start-before, .grid.gutter-5 .cell-7.end-before {
  width: calc((100 / 16) * 7% + 4.2rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-5 .cell-7.start-before.end-before {
  width: calc((100 / 16) * 7% + 8.4rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-5 .cell-8.start-before, .grid.gutter-5 .cell-8.end-before {
  width: calc((100 / 16) * 8% + 4.2rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-5 .cell-8.start-before.end-before {
  width: calc((100 / 16) * 8% + 8.4rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-5 .cell-9.start-before, .grid.gutter-5 .cell-9.end-before {
  width: calc((100 / 16) * 9% + 4.2rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-5 .cell-9.start-before.end-before {
  width: calc((100 / 16) * 9% + 8.4rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-5 .cell-10.start-before, .grid.gutter-5 .cell-10.end-before {
  width: calc((100 / 16) * 10% + 4.2rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-5 .cell-10.start-before.end-before {
  width: calc((100 / 16) * 10% + 8.4rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-5 .cell-11.start-before, .grid.gutter-5 .cell-11.end-before {
  width: calc((100 / 16) * 11% + 4.2rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-5 .cell-11.start-before.end-before {
  width: calc((100 / 16) * 11% + 8.4rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-5 .cell-12.start-before, .grid.gutter-5 .cell-12.end-before {
  width: calc((100 / 16) * 12% + 4.2rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-5 .cell-12.start-before.end-before {
  width: calc((100 / 16) * 12% + 8.4rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-5 .cell-13.start-before, .grid.gutter-5 .cell-13.end-before {
  width: calc((100 / 16) * 13% + 4.2rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-5 .cell-13.start-before.end-before {
  width: calc((100 / 16) * 13% + 8.4rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-5 .cell-14.start-before, .grid.gutter-5 .cell-14.end-before {
  width: calc((100 / 16) * 14% + 4.2rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-5 .cell-14.start-before.end-before {
  width: calc((100 / 16) * 14% + 8.4rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-5 .cell-15.start-before, .grid.gutter-5 .cell-15.end-before {
  width: calc((100 / 16) * 15% + 4.2rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-5 .cell-15.start-before.end-before {
  width: calc((100 / 16) * 15% + 8.4rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-5 .cell-16.start-before, .grid.gutter-5 .cell-16.end-before {
  width: calc((100 / 16) * 16% + 4.2rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-5 .cell-16.start-before.end-before {
  width: calc((100 / 16) * 16% + 8.4rem);
}

/* line 15, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-6 {
  margin-left: -2.45rem;
  margin-right: -2.45rem;
}

/* line 18, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-6:not([class*="cell-"]):not(table):not(.content-holder) {
  width: auto;
}

/* line 21, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
table.grid.gutter-6 {
  width: calc(100% + 4.9 + rem);
}

/* line 24, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-6.content-holder {
  width: calc(1128 + 4.9rem)px;
  max-width: calc(100% - ( calc(20px * 2) - 4.9rem ));
}

/* line 30, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.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;
}

/* line 33, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-6 > .start-before[class*=" cell"], .grid.gutter-6 > .start-before[class^="cell"], .grid.gutter-6 > .row > .start-before[class*=" cell"], .grid.gutter-6 > .row > .start-before[class^="cell"], .grid.gutter-6 > tbody > tr > td.start-before, .grid.gutter-6 > tr > td.start-before {
  margin-left: -4.9rem;
}

/* line 36, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-6 > .end-before[class*=" cell"], .grid.gutter-6 > .end-before[class^="cell"], .grid.gutter-6 > .row > .end-before[class*=" cell"], .grid.gutter-6 > .row > .end-before[class^="cell"], .grid.gutter-6 > tbody > tr > td.end-before, .grid.gutter-6 > tr > td.end-before {
  margin-right: -4.9rem;
}

/* line 40, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-6 > .row[class*="grid"] {
  border-left: 2.45rem solid transparent;
  border-right: 2.45rem solid transparent;
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-6 .cell-1.start-before, .grid.gutter-6 .cell-1.end-before {
  width: calc((100 / 16) * 1% + 4.9rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-6 .cell-1.start-before.end-before {
  width: calc((100 / 16) * 1% + 9.8rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-6 .cell-2.start-before, .grid.gutter-6 .cell-2.end-before {
  width: calc((100 / 16) * 2% + 4.9rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-6 .cell-2.start-before.end-before {
  width: calc((100 / 16) * 2% + 9.8rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-6 .cell-3.start-before, .grid.gutter-6 .cell-3.end-before {
  width: calc((100 / 16) * 3% + 4.9rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-6 .cell-3.start-before.end-before {
  width: calc((100 / 16) * 3% + 9.8rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-6 .cell-4.start-before, .grid.gutter-6 .cell-4.end-before {
  width: calc((100 / 16) * 4% + 4.9rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-6 .cell-4.start-before.end-before {
  width: calc((100 / 16) * 4% + 9.8rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-6 .cell-5.start-before, .grid.gutter-6 .cell-5.end-before {
  width: calc((100 / 16) * 5% + 4.9rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-6 .cell-5.start-before.end-before {
  width: calc((100 / 16) * 5% + 9.8rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-6 .cell-6.start-before, .grid.gutter-6 .cell-6.end-before {
  width: calc((100 / 16) * 6% + 4.9rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-6 .cell-6.start-before.end-before {
  width: calc((100 / 16) * 6% + 9.8rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-6 .cell-7.start-before, .grid.gutter-6 .cell-7.end-before {
  width: calc((100 / 16) * 7% + 4.9rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-6 .cell-7.start-before.end-before {
  width: calc((100 / 16) * 7% + 9.8rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-6 .cell-8.start-before, .grid.gutter-6 .cell-8.end-before {
  width: calc((100 / 16) * 8% + 4.9rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-6 .cell-8.start-before.end-before {
  width: calc((100 / 16) * 8% + 9.8rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-6 .cell-9.start-before, .grid.gutter-6 .cell-9.end-before {
  width: calc((100 / 16) * 9% + 4.9rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-6 .cell-9.start-before.end-before {
  width: calc((100 / 16) * 9% + 9.8rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-6 .cell-10.start-before, .grid.gutter-6 .cell-10.end-before {
  width: calc((100 / 16) * 10% + 4.9rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-6 .cell-10.start-before.end-before {
  width: calc((100 / 16) * 10% + 9.8rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-6 .cell-11.start-before, .grid.gutter-6 .cell-11.end-before {
  width: calc((100 / 16) * 11% + 4.9rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-6 .cell-11.start-before.end-before {
  width: calc((100 / 16) * 11% + 9.8rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-6 .cell-12.start-before, .grid.gutter-6 .cell-12.end-before {
  width: calc((100 / 16) * 12% + 4.9rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-6 .cell-12.start-before.end-before {
  width: calc((100 / 16) * 12% + 9.8rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-6 .cell-13.start-before, .grid.gutter-6 .cell-13.end-before {
  width: calc((100 / 16) * 13% + 4.9rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-6 .cell-13.start-before.end-before {
  width: calc((100 / 16) * 13% + 9.8rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-6 .cell-14.start-before, .grid.gutter-6 .cell-14.end-before {
  width: calc((100 / 16) * 14% + 4.9rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-6 .cell-14.start-before.end-before {
  width: calc((100 / 16) * 14% + 9.8rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-6 .cell-15.start-before, .grid.gutter-6 .cell-15.end-before {
  width: calc((100 / 16) * 15% + 4.9rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-6 .cell-15.start-before.end-before {
  width: calc((100 / 16) * 15% + 9.8rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-6 .cell-16.start-before, .grid.gutter-6 .cell-16.end-before {
  width: calc((100 / 16) * 16% + 4.9rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-6 .cell-16.start-before.end-before {
  width: calc((100 / 16) * 16% + 9.8rem);
}

/* line 15, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-7 {
  margin-left: -2.8rem;
  margin-right: -2.8rem;
}

/* line 18, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-7:not([class*="cell-"]):not(table):not(.content-holder) {
  width: auto;
}

/* line 21, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
table.grid.gutter-7 {
  width: calc(100% + 5.6 + rem);
}

/* line 24, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-7.content-holder {
  width: calc(1128 + 5.6rem)px;
  max-width: calc(100% - ( calc(20px * 2) - 5.6rem ));
}

/* line 30, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.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;
}

/* line 33, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-7 > .start-before[class*=" cell"], .grid.gutter-7 > .start-before[class^="cell"], .grid.gutter-7 > .row > .start-before[class*=" cell"], .grid.gutter-7 > .row > .start-before[class^="cell"], .grid.gutter-7 > tbody > tr > td.start-before, .grid.gutter-7 > tr > td.start-before {
  margin-left: -5.6rem;
}

/* line 36, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-7 > .end-before[class*=" cell"], .grid.gutter-7 > .end-before[class^="cell"], .grid.gutter-7 > .row > .end-before[class*=" cell"], .grid.gutter-7 > .row > .end-before[class^="cell"], .grid.gutter-7 > tbody > tr > td.end-before, .grid.gutter-7 > tr > td.end-before {
  margin-right: -5.6rem;
}

/* line 40, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-7 > .row[class*="grid"] {
  border-left: 2.8rem solid transparent;
  border-right: 2.8rem solid transparent;
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-7 .cell-1.start-before, .grid.gutter-7 .cell-1.end-before {
  width: calc((100 / 16) * 1% + 5.6rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-7 .cell-1.start-before.end-before {
  width: calc((100 / 16) * 1% + 11.2rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-7 .cell-2.start-before, .grid.gutter-7 .cell-2.end-before {
  width: calc((100 / 16) * 2% + 5.6rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-7 .cell-2.start-before.end-before {
  width: calc((100 / 16) * 2% + 11.2rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-7 .cell-3.start-before, .grid.gutter-7 .cell-3.end-before {
  width: calc((100 / 16) * 3% + 5.6rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-7 .cell-3.start-before.end-before {
  width: calc((100 / 16) * 3% + 11.2rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-7 .cell-4.start-before, .grid.gutter-7 .cell-4.end-before {
  width: calc((100 / 16) * 4% + 5.6rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-7 .cell-4.start-before.end-before {
  width: calc((100 / 16) * 4% + 11.2rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-7 .cell-5.start-before, .grid.gutter-7 .cell-5.end-before {
  width: calc((100 / 16) * 5% + 5.6rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-7 .cell-5.start-before.end-before {
  width: calc((100 / 16) * 5% + 11.2rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-7 .cell-6.start-before, .grid.gutter-7 .cell-6.end-before {
  width: calc((100 / 16) * 6% + 5.6rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-7 .cell-6.start-before.end-before {
  width: calc((100 / 16) * 6% + 11.2rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-7 .cell-7.start-before, .grid.gutter-7 .cell-7.end-before {
  width: calc((100 / 16) * 7% + 5.6rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-7 .cell-7.start-before.end-before {
  width: calc((100 / 16) * 7% + 11.2rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-7 .cell-8.start-before, .grid.gutter-7 .cell-8.end-before {
  width: calc((100 / 16) * 8% + 5.6rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-7 .cell-8.start-before.end-before {
  width: calc((100 / 16) * 8% + 11.2rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-7 .cell-9.start-before, .grid.gutter-7 .cell-9.end-before {
  width: calc((100 / 16) * 9% + 5.6rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-7 .cell-9.start-before.end-before {
  width: calc((100 / 16) * 9% + 11.2rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-7 .cell-10.start-before, .grid.gutter-7 .cell-10.end-before {
  width: calc((100 / 16) * 10% + 5.6rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-7 .cell-10.start-before.end-before {
  width: calc((100 / 16) * 10% + 11.2rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-7 .cell-11.start-before, .grid.gutter-7 .cell-11.end-before {
  width: calc((100 / 16) * 11% + 5.6rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-7 .cell-11.start-before.end-before {
  width: calc((100 / 16) * 11% + 11.2rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-7 .cell-12.start-before, .grid.gutter-7 .cell-12.end-before {
  width: calc((100 / 16) * 12% + 5.6rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-7 .cell-12.start-before.end-before {
  width: calc((100 / 16) * 12% + 11.2rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-7 .cell-13.start-before, .grid.gutter-7 .cell-13.end-before {
  width: calc((100 / 16) * 13% + 5.6rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-7 .cell-13.start-before.end-before {
  width: calc((100 / 16) * 13% + 11.2rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-7 .cell-14.start-before, .grid.gutter-7 .cell-14.end-before {
  width: calc((100 / 16) * 14% + 5.6rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-7 .cell-14.start-before.end-before {
  width: calc((100 / 16) * 14% + 11.2rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-7 .cell-15.start-before, .grid.gutter-7 .cell-15.end-before {
  width: calc((100 / 16) * 15% + 5.6rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-7 .cell-15.start-before.end-before {
  width: calc((100 / 16) * 15% + 11.2rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-7 .cell-16.start-before, .grid.gutter-7 .cell-16.end-before {
  width: calc((100 / 16) * 16% + 5.6rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-7 .cell-16.start-before.end-before {
  width: calc((100 / 16) * 16% + 11.2rem);
}

/* line 15, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-8 {
  margin-left: -3.15rem;
  margin-right: -3.15rem;
}

/* line 18, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-8:not([class*="cell-"]):not(table):not(.content-holder) {
  width: auto;
}

/* line 21, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
table.grid.gutter-8 {
  width: calc(100% + 6.3 + rem);
}

/* line 24, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-8.content-holder {
  width: calc(1128 + 6.3rem)px;
  max-width: calc(100% - ( calc(20px * 2) - 6.3rem ));
}

/* line 30, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.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;
}

/* line 33, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-8 > .start-before[class*=" cell"], .grid.gutter-8 > .start-before[class^="cell"], .grid.gutter-8 > .row > .start-before[class*=" cell"], .grid.gutter-8 > .row > .start-before[class^="cell"], .grid.gutter-8 > tbody > tr > td.start-before, .grid.gutter-8 > tr > td.start-before {
  margin-left: -6.3rem;
}

/* line 36, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-8 > .end-before[class*=" cell"], .grid.gutter-8 > .end-before[class^="cell"], .grid.gutter-8 > .row > .end-before[class*=" cell"], .grid.gutter-8 > .row > .end-before[class^="cell"], .grid.gutter-8 > tbody > tr > td.end-before, .grid.gutter-8 > tr > td.end-before {
  margin-right: -6.3rem;
}

/* line 40, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-8 > .row[class*="grid"] {
  border-left: 3.15rem solid transparent;
  border-right: 3.15rem solid transparent;
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-8 .cell-1.start-before, .grid.gutter-8 .cell-1.end-before {
  width: calc((100 / 16) * 1% + 6.3rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-8 .cell-1.start-before.end-before {
  width: calc((100 / 16) * 1% + 12.6rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-8 .cell-2.start-before, .grid.gutter-8 .cell-2.end-before {
  width: calc((100 / 16) * 2% + 6.3rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-8 .cell-2.start-before.end-before {
  width: calc((100 / 16) * 2% + 12.6rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-8 .cell-3.start-before, .grid.gutter-8 .cell-3.end-before {
  width: calc((100 / 16) * 3% + 6.3rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-8 .cell-3.start-before.end-before {
  width: calc((100 / 16) * 3% + 12.6rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-8 .cell-4.start-before, .grid.gutter-8 .cell-4.end-before {
  width: calc((100 / 16) * 4% + 6.3rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-8 .cell-4.start-before.end-before {
  width: calc((100 / 16) * 4% + 12.6rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-8 .cell-5.start-before, .grid.gutter-8 .cell-5.end-before {
  width: calc((100 / 16) * 5% + 6.3rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-8 .cell-5.start-before.end-before {
  width: calc((100 / 16) * 5% + 12.6rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-8 .cell-6.start-before, .grid.gutter-8 .cell-6.end-before {
  width: calc((100 / 16) * 6% + 6.3rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-8 .cell-6.start-before.end-before {
  width: calc((100 / 16) * 6% + 12.6rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-8 .cell-7.start-before, .grid.gutter-8 .cell-7.end-before {
  width: calc((100 / 16) * 7% + 6.3rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-8 .cell-7.start-before.end-before {
  width: calc((100 / 16) * 7% + 12.6rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-8 .cell-8.start-before, .grid.gutter-8 .cell-8.end-before {
  width: calc((100 / 16) * 8% + 6.3rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-8 .cell-8.start-before.end-before {
  width: calc((100 / 16) * 8% + 12.6rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-8 .cell-9.start-before, .grid.gutter-8 .cell-9.end-before {
  width: calc((100 / 16) * 9% + 6.3rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-8 .cell-9.start-before.end-before {
  width: calc((100 / 16) * 9% + 12.6rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-8 .cell-10.start-before, .grid.gutter-8 .cell-10.end-before {
  width: calc((100 / 16) * 10% + 6.3rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-8 .cell-10.start-before.end-before {
  width: calc((100 / 16) * 10% + 12.6rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-8 .cell-11.start-before, .grid.gutter-8 .cell-11.end-before {
  width: calc((100 / 16) * 11% + 6.3rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-8 .cell-11.start-before.end-before {
  width: calc((100 / 16) * 11% + 12.6rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-8 .cell-12.start-before, .grid.gutter-8 .cell-12.end-before {
  width: calc((100 / 16) * 12% + 6.3rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-8 .cell-12.start-before.end-before {
  width: calc((100 / 16) * 12% + 12.6rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-8 .cell-13.start-before, .grid.gutter-8 .cell-13.end-before {
  width: calc((100 / 16) * 13% + 6.3rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-8 .cell-13.start-before.end-before {
  width: calc((100 / 16) * 13% + 12.6rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-8 .cell-14.start-before, .grid.gutter-8 .cell-14.end-before {
  width: calc((100 / 16) * 14% + 6.3rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-8 .cell-14.start-before.end-before {
  width: calc((100 / 16) * 14% + 12.6rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-8 .cell-15.start-before, .grid.gutter-8 .cell-15.end-before {
  width: calc((100 / 16) * 15% + 6.3rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-8 .cell-15.start-before.end-before {
  width: calc((100 / 16) * 15% + 12.6rem);
}

/* line 55, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-8 .cell-16.start-before, .grid.gutter-8 .cell-16.end-before {
  width: calc((100 / 16) * 16% + 6.3rem);
}

/* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.gutter-8 .cell-16.start-before.end-before {
  width: calc((100 / 16) * 16% + 12.6rem);
}

/* line 71, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-1 {
  margin-top: -0.7rem;
  margin-bottom: -0.7rem;
}

/* line 74, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-1:not(.grid) {
  width: auto;
}

/* line 78, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.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;
}

/* line 84, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-1 > .row[class*="grid"] {
  border-top: 0.7rem solid transparent;
  border-bottom: 0.7rem solid transparent;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-1"] .cell-1 {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-1"] .cell-2 {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-1"] .cell-3 {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-1"] .cell-4 {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-1"] .cell-5 {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-1"] .cell-6 {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-1"] .cell-7 {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-1"] .cell-8 {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-1"] .cell-9 {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-1"] .cell-10 {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-1"] .cell-11 {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-1"] .cell-12 {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-1"] .cell-13 {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-1"] .cell-14 {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-1"] .cell-15 {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-1"] .cell-16 {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}

/* line 71, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-2 {
  margin-top: -1.05rem;
  margin-bottom: -1.05rem;
}

/* line 74, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-2:not(.grid) {
  width: auto;
}

/* line 78, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.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;
}

/* line 84, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-2 > .row[class*="grid"] {
  border-top: 1.05rem solid transparent;
  border-bottom: 1.05rem solid transparent;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-2"] .cell-1 {
  margin-top: 1.05rem;
  margin-bottom: 1.05rem;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-2"] .cell-2 {
  margin-top: 1.05rem;
  margin-bottom: 1.05rem;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-2"] .cell-3 {
  margin-top: 1.05rem;
  margin-bottom: 1.05rem;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-2"] .cell-4 {
  margin-top: 1.05rem;
  margin-bottom: 1.05rem;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-2"] .cell-5 {
  margin-top: 1.05rem;
  margin-bottom: 1.05rem;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-2"] .cell-6 {
  margin-top: 1.05rem;
  margin-bottom: 1.05rem;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-2"] .cell-7 {
  margin-top: 1.05rem;
  margin-bottom: 1.05rem;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-2"] .cell-8 {
  margin-top: 1.05rem;
  margin-bottom: 1.05rem;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-2"] .cell-9 {
  margin-top: 1.05rem;
  margin-bottom: 1.05rem;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-2"] .cell-10 {
  margin-top: 1.05rem;
  margin-bottom: 1.05rem;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-2"] .cell-11 {
  margin-top: 1.05rem;
  margin-bottom: 1.05rem;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-2"] .cell-12 {
  margin-top: 1.05rem;
  margin-bottom: 1.05rem;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-2"] .cell-13 {
  margin-top: 1.05rem;
  margin-bottom: 1.05rem;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-2"] .cell-14 {
  margin-top: 1.05rem;
  margin-bottom: 1.05rem;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-2"] .cell-15 {
  margin-top: 1.05rem;
  margin-bottom: 1.05rem;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-2"] .cell-16 {
  margin-top: 1.05rem;
  margin-bottom: 1.05rem;
}

/* line 71, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-3 {
  margin-top: -1.4rem;
  margin-bottom: -1.4rem;
}

/* line 74, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-3:not(.grid) {
  width: auto;
}

/* line 78, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.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;
}

/* line 84, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-3 > .row[class*="grid"] {
  border-top: 1.4rem solid transparent;
  border-bottom: 1.4rem solid transparent;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-3"] .cell-1 {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-3"] .cell-2 {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-3"] .cell-3 {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-3"] .cell-4 {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-3"] .cell-5 {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-3"] .cell-6 {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-3"] .cell-7 {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-3"] .cell-8 {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-3"] .cell-9 {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-3"] .cell-10 {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-3"] .cell-11 {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-3"] .cell-12 {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-3"] .cell-13 {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-3"] .cell-14 {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-3"] .cell-15 {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}

/* line 98, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.space-margin[class*="space-3"] .cell-16 {
  margin-top: 1.4rem;
  margin-bottom: 1.4rem;
}

/* line 427, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.content-holder {
  margin-left: auto;
  margin-right: auto;
  width: 1128px;
}

/* line 432, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid .row {
  max-width: 100%;
}

/* line 436, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.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;
}

/* line 438, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid:not(.column) > .cell:not(.grid):not(.column):only-child, .grid:not(.column) > .row > .cell:not(.grid):not(.column):only-child {
  width: 100%;
}

/* line 442, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.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%;
}

/* line 5, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
table.grid:not(.column) td: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), table.grid:not(.column) th:not([class*="cell-"]):not([colspan]):first-child:nth-last-child(1) *:not([class*="cell-"]):not([colspan]) {
  width: 100%;
}

/* line 5, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
table.grid:not(.column) td: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), table.grid:not(.column) th:not([class*="cell-"]):not([colspan]):first-child:nth-last-child(2) *:not([class*="cell-"]):not([colspan]) {
  width: 50%;
}

/* line 5, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
table.grid:not(.column) td: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), table.grid:not(.column) th:not([class*="cell-"]):not([colspan]):first-child:nth-last-child(3) *:not([class*="cell-"]):not([colspan]) {
  width: 33.3333333333%;
}

/* line 5, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
table.grid:not(.column) td: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), table.grid:not(.column) th:not([class*="cell-"]):not([colspan]):first-child:nth-last-child(4) *:not([class*="cell-"]):not([colspan]) {
  width: 25%;
}

/* line 5, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
table.grid:not(.column) td: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), table.grid:not(.column) th:not([class*="cell-"]):not([colspan]):first-child:nth-last-child(5) *:not([class*="cell-"]):not([colspan]) {
  width: 20%;
}

/* line 5, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
table.grid:not(.column) td: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), table.grid:not(.column) th:not([class*="cell-"]):not([colspan]):first-child:nth-last-child(6) *:not([class*="cell-"]):not([colspan]) {
  width: 16.6666666667%;
}

/* line 5, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
table.grid:not(.column) td: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), table.grid:not(.column) th:not([class*="cell-"]):not([colspan]):first-child:nth-last-child(7) *:not([class*="cell-"]):not([colspan]) {
  width: 14.2857142857%;
}

/* line 5, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
table.grid:not(.column) td: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), table.grid:not(.column) th:not([class*="cell-"]):not([colspan]):first-child:nth-last-child(8) *:not([class*="cell-"]):not([colspan]) {
  width: 12.5%;
}

/* line 5, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
table.grid:not(.column) td: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), table.grid:not(.column) th:not([class*="cell-"]):not([colspan]):first-child:nth-last-child(9) *:not([class*="cell-"]):not([colspan]) {
  width: 11.1111111111%;
}

/* line 5, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
table.grid:not(.column) td: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), table.grid:not(.column) th:not([class*="cell-"]):not([colspan]):first-child:nth-last-child(10) *:not([class*="cell-"]):not([colspan]) {
  width: 10%;
}

/* line 5, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
table.grid:not(.column) td: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), table.grid:not(.column) th:not([class*="cell-"]):not([colspan]):first-child:nth-last-child(11) *:not([class*="cell-"]):not([colspan]) {
  width: 9.0909090909%;
}

/* line 5, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
table.grid:not(.column) td: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), table.grid:not(.column) th:not([class*="cell-"]):not([colspan]):first-child:nth-last-child(12) *:not([class*="cell-"]):not([colspan]) {
  width: 8.3333333333%;
}

/* line 5, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
table.grid:not(.column) td: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), table.grid:not(.column) th:not([class*="cell-"]):not([colspan]):first-child:nth-last-child(13) *:not([class*="cell-"]):not([colspan]) {
  width: 7.6923076923%;
}

/* line 5, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
table.grid:not(.column) td: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), table.grid:not(.column) th:not([class*="cell-"]):not([colspan]):first-child:nth-last-child(14) *:not([class*="cell-"]):not([colspan]) {
  width: 7.1428571429%;
}

/* line 5, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
table.grid:not(.column) td: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), table.grid:not(.column) th:not([class*="cell-"]):not([colspan]):first-child:nth-last-child(15) *:not([class*="cell-"]):not([colspan]) {
  width: 6.6666666667%;
}

/* line 5, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
table.grid:not(.column) td: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), table.grid:not(.column) th:not([class*="cell-"]):not([colspan]):first-child:nth-last-child(16) *:not([class*="cell-"]):not([colspan]) {
  width: 6.25%;
}

/* line 453, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 456, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.nowrap {
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

/* line 459, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.column {
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 462, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.column > .row {
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 467, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.column-force {
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 470, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.column-force > .row {
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -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;
}

/* line 475, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.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;
}

/* line 479, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.column-force {
  height: 100%;
}

/* line 482, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.column-wrap {
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  height: 100%;
}

/* line 486, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/* line 489, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.justify-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* line 492, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.justify-around {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* line 495, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.justify-end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/* line 498, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.vertical-center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* line 501, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.vertical-start {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

/* line 504, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.vertical-end {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

/* line 508, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.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;
}

/* line 514, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.text-right [class^="cell"], .grid.text-right [class*=" cell"] {
  text-align: right;
}

/* line 519, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.text-left [class^="cell"], .grid.text-left [class*=" cell"] {
  text-align: left;
}

/* line 523, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.floating {
  display: block;
}

/* line 526, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.floating.reverse [class^="cell"], .grid.floating.reverse [class*=" cell"] {
  float: right;
}

/* line 530, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.floating [class^="cell"], .grid.floating [class*=" cell"] {
  float: left;
}

/* line 533, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.floating .row {
  display: block;
}

/* line 535, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.floating .row:after, .grid.floating .row:before {
  content: "";
  display: block;
  clear: both;
}

/* line 543, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
table.grid, .grid.table {
  display: table;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

/* line 550, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
table.grid tr, table.grid .row, .grid.table tr, .grid.table .row {
  display: table-row;
}

/* line 554, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
table.grid td:first-child, table.grid [class*=" cell"]:first-child, table.grid [class^="cell"]:first-child, .grid.table td:first-child, .grid.table [class*=" cell"]:first-child, .grid.table [class^="cell"]:first-child {
  border-left: 0;
}

/* line 557, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
table.grid td:last-child, table.grid [class*=" cell"]:last-child, table.grid [class^="cell"]:last-child, .grid.table td:last-child, .grid.table [class*=" cell"]:last-child, .grid.table [class^="cell"]:last-child {
  border-left: 0;
}

/* line 564, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.grid.column-force [class*=" cell"], .grid.column-force [class^="cell"] {
  width: 100% !important;
  flex: 0 0 auto !important;
}

@media (min-width: 1280px) {
  /* line 571, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.d-column-force [class*=" cell"], .grid.d-column-force [class^="cell"] {
    width: 100% !important;
    flex: 0 0 auto !important;
  }
  /* line 577, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .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;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 1023px) {
  /* line 585, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.t-column-force [class*=" cell"], .grid.t-column-force [class^="cell"] {
    width: 100% !important;
    flex: 0 0 auto !important;
  }
  /* line 591, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .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;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 768px) {
  /* line 599, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.tp-column-force [class*=" cell"], .grid.tp-column-force [class^="cell"] {
    width: 100% !important;
    flex: 0 0 auto !important;
  }
  /* line 605, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .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;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 568px) {
  /* line 613, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.m-column-force [class*=" cell"], .grid.m-column-force [class^="cell"] {
    width: 100% !important;
    flex: 0 0 auto !important;
  }
  /* line 619, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .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;
    flex: 0 0 auto !important;
  }
}

@media (max-width: 420px) {
  /* line 627, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .grid.mp-column-force [class*=" cell"], .grid.mp-column-force [class^="cell"] {
    width: 100% !important;
    flex: 0 0 auto !important;
  }
  /* line 633, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
  .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;
    flex: 0 0 auto !important;
  }
}

/* line 641, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
[class^="cell-"], [class*=" cell-"], .cell {
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}

/* line 645, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.vertical-center[class^="cell-"], .vertical-center[class*=" cell-"], .cell.vertical-center {
  -webkit-align-self: center;
  align-self: center;
}

/* line 648, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.vertical-items-center[class^="cell-"], .vertical-items-center[class*=" cell-"], .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;
}

/* line 652, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.vertical-items-stretch[class^="cell-"], .vertical-items-stretch[class*=" cell-"], .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;
}

/* line 656, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.vertical-items-end[class^="cell-"], .vertical-items-end[class*=" cell-"], .cell.vertical-items-end {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

/* line 660, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.vertical-items-start[class^="cell-"], .vertical-items-start[class*=" cell-"], .cell.vertical-items-start {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

/* line 664, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.items-center[class^="cell-"], .items-center[class*=" cell-"], .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;
}

/* line 668, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.items-stretch[class^="cell-"], .items-stretch[class*=" cell-"], .cell.items-stretch {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: stretch;
  justify-content: stretch;
}

/* line 672, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.items-end[class^="cell-"], .items-end[class*=" cell-"], .cell.items-end {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/* line 676, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.items-start[class^="cell-"], .items-start[class*=" cell-"], .cell.items-start {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

/* line 682, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.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;
}

/* line 688, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.row:not([class*="grid"]) {
  -ms-flex-direction: inherit;
  -webkit-flex-direction: inherit;
  flex-direction: inherit;
}

/* line 692, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.row.vertical-center [class^="cell"], .row.vertical-center [class*=" cell"] {
  -webkit-align-self: center;
  align-self: center;
}

/* line 697, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.row.text-center [class^="cell"], .row.text-center [class*=" cell"] {
  text-align: center;
}

/* line 702, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.row.text-right [class^="cell"], .row.text-right [class*=" cell"] {
  text-align: right;
}

/* line 707, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/grid.scss */
.row.text-left [class^="cell"], .row.text-left [class*=" cell"] {
  text-align: left;
}

/* line 1, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/content.scss */
.content-holder {
  margin-left: auto;
  margin-right: auto;
  width: 1128px;
  max-width: calc(100% - 2 * 20px);
}

/* line 8, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/content.scss */
.center-vertically {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
}

/* line 11, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/content.scss */
.center-vertically.horizontally {
  justify-content: center;
}

/* line 14, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/content.scss */
.center-vertically > * {
  align-self: center;
}

/* line 4, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.width-1 {
  width: 94px !important;
}

/* line 10, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.max-width-1 {
  max-width: 94px !important;
}

/* line 13, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.min-width-1 {
  min-width: 94px !important;
}

/* line 4, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.width-2 {
  width: 188px !important;
}

/* line 10, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.max-width-2 {
  max-width: 188px !important;
}

/* line 13, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.min-width-2 {
  min-width: 188px !important;
}

/* line 4, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.width-3 {
  width: 282px !important;
}

/* line 10, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.max-width-3 {
  max-width: 282px !important;
}

/* line 13, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.min-width-3 {
  min-width: 282px !important;
}

/* line 4, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.width-4 {
  width: 376px !important;
}

/* line 10, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.max-width-4 {
  max-width: 376px !important;
}

/* line 13, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.min-width-4 {
  min-width: 376px !important;
}

/* line 4, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.width-5 {
  width: 470px !important;
}

/* line 10, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.max-width-5 {
  max-width: 470px !important;
}

/* line 13, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.min-width-5 {
  min-width: 470px !important;
}

/* line 4, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.width-6 {
  width: 564px !important;
}

/* line 10, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.max-width-6 {
  max-width: 564px !important;
}

/* line 13, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.min-width-6 {
  min-width: 564px !important;
}

/* line 4, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.width-7 {
  width: 658px !important;
}

/* line 10, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.max-width-7 {
  max-width: 658px !important;
}

/* line 13, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.min-width-7 {
  min-width: 658px !important;
}

/* line 4, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.width-8 {
  width: 752px !important;
}

/* line 10, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.max-width-8 {
  max-width: 752px !important;
}

/* line 13, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.min-width-8 {
  min-width: 752px !important;
}

/* line 4, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.width-9 {
  width: 846px !important;
}

/* line 10, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.max-width-9 {
  max-width: 846px !important;
}

/* line 13, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.min-width-9 {
  min-width: 846px !important;
}

/* line 4, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.width-10 {
  width: 940px !important;
}

/* line 10, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.max-width-10 {
  max-width: 940px !important;
}

/* line 13, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.min-width-10 {
  min-width: 940px !important;
}

/* line 4, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.width-11 {
  width: 1034px !important;
}

/* line 10, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.max-width-11 {
  max-width: 1034px !important;
}

/* line 13, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.min-width-11 {
  min-width: 1034px !important;
}

/* line 4, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.width-12 {
  width: 1128px !important;
}

/* line 10, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.max-width-12 {
  max-width: 1128px !important;
}

/* line 13, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.min-width-12 {
  min-width: 1128px !important;
}

/* line 248, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.max-width-100 {
  max-width: 100% !important;
}

/* line 68, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.height-1 {
  height: 50px !important;
}

/* line 68, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.height-2 {
  height: 100px !important;
}

/* line 68, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.height-3 {
  height: 150px !important;
}

/* line 68, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.height-4 {
  height: 200px !important;
}

/* line 68, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.height-5 {
  height: 250px !important;
}

/* line 68, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.height-6 {
  height: 300px !important;
}

/* line 68, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.height-7 {
  height: 350px !important;
}

/* line 68, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.height-8 {
  height: 400px !important;
}

/* line 68, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.height-9 {
  height: 450px !important;
}

/* line 68, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.height-10 {
  height: 500px !important;
}

/* line 68, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.height-11 {
  height: 550px !important;
}

/* line 68, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.height-12 {
  height: 600px !important;
}

/* line 23, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.width-geo-0 {
  width: 0px !important;
}

/* line 23, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.width-geo-1 {
  width: 7.05px !important;
}

/* line 23, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.width-geo-2 {
  width: 15.1071428571px !important;
}

/* line 23, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.width-geo-3 {
  width: 24.4038461538px !important;
}

/* line 23, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.width-geo-4 {
  width: 35.25px !important;
}

/* line 23, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.width-geo-5 {
  width: 48.0681818182px !important;
}

/* line 23, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.width-geo-6 {
  width: 63.45px !important;
}

/* line 23, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.width-geo-7 {
  width: 82.25px !important;
}

/* line 23, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.width-geo-8 {
  width: 105.75px !important;
}

/* line 23, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.width-geo-9 {
  width: 135.9642857143px !important;
}

/* line 23, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.width-geo-10 {
  width: 176.25px !important;
}

/* line 23, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.width-geo-11 {
  width: 232.65px !important;
}

/* line 23, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.width-geo-12 {
  width: 317.25px !important;
}

/* line 86, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.height-geo-0 {
  height: 0px !important;
}

/* line 86, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.height-geo-1 {
  height: 3.75px !important;
}

/* line 86, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.height-geo-2 {
  height: 8.0357142857px !important;
}

/* line 86, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.height-geo-3 {
  height: 12.9807692308px !important;
}

/* line 86, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.height-geo-4 {
  height: 18.75px !important;
}

/* line 86, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.height-geo-5 {
  height: 25.5681818182px !important;
}

/* line 86, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.height-geo-6 {
  height: 33.75px !important;
}

/* line 86, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.height-geo-7 {
  height: 43.75px !important;
}

/* line 86, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.height-geo-8 {
  height: 56.25px !important;
}

/* line 86, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.height-geo-9 {
  height: 72.3214285714px !important;
}

/* line 86, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.height-geo-10 {
  height: 93.75px !important;
}

/* line 86, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.height-geo-11 {
  height: 123.75px !important;
}

/* line 86, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.height-geo-12 {
  height: 168.75px !important;
}

/* line 106, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-0 {
  margin: 0px 0px !important;
}

/* line 109, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-horizontal-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

/* line 113, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-vertical-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/* line 117, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-top-0 {
  margin-top: 0px !important;
}

/* line 120, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-bottom-0 {
  margin-bottom: 0px !important;
}

/* line 123, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-left-0 {
  margin-left: 0px !important;
}

/* line 126, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-right-0 {
  margin-right: 0px !important;
}

/* line 106, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-1 {
  margin: 3.75px 7.05px !important;
}

/* line 109, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-horizontal-1 {
  margin-top: 3.75px !important;
  margin-bottom: 3.75px !important;
}

/* line 113, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-vertical-1 {
  margin-left: 7.05px !important;
  margin-right: 7.05px !important;
}

/* line 117, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-top-1 {
  margin-top: 3.75px !important;
}

/* line 120, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-bottom-1 {
  margin-bottom: 3.75px !important;
}

/* line 123, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-left-1 {
  margin-left: 7.05px !important;
}

/* line 126, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-right-1 {
  margin-right: 7.05px !important;
}

/* line 106, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-2 {
  margin: 8.0357142857px 15.1071428571px !important;
}

/* line 109, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-horizontal-2 {
  margin-top: 8.0357142857px !important;
  margin-bottom: 8.0357142857px !important;
}

/* line 113, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-vertical-2 {
  margin-left: 15.1071428571px !important;
  margin-right: 15.1071428571px !important;
}

/* line 117, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-top-2 {
  margin-top: 8.0357142857px !important;
}

/* line 120, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-bottom-2 {
  margin-bottom: 8.0357142857px !important;
}

/* line 123, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-left-2 {
  margin-left: 15.1071428571px !important;
}

/* line 126, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-right-2 {
  margin-right: 15.1071428571px !important;
}

/* line 106, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-3 {
  margin: 12.9807692308px 24.4038461538px !important;
}

/* line 109, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-horizontal-3 {
  margin-top: 12.9807692308px !important;
  margin-bottom: 12.9807692308px !important;
}

/* line 113, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-vertical-3 {
  margin-left: 24.4038461538px !important;
  margin-right: 24.4038461538px !important;
}

/* line 117, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-top-3 {
  margin-top: 12.9807692308px !important;
}

/* line 120, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-bottom-3 {
  margin-bottom: 12.9807692308px !important;
}

/* line 123, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-left-3 {
  margin-left: 24.4038461538px !important;
}

/* line 126, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-right-3 {
  margin-right: 24.4038461538px !important;
}

/* line 106, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-4 {
  margin: 18.75px 35.25px !important;
}

/* line 109, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-horizontal-4 {
  margin-top: 18.75px !important;
  margin-bottom: 18.75px !important;
}

/* line 113, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-vertical-4 {
  margin-left: 35.25px !important;
  margin-right: 35.25px !important;
}

/* line 117, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-top-4 {
  margin-top: 18.75px !important;
}

/* line 120, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-bottom-4 {
  margin-bottom: 18.75px !important;
}

/* line 123, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-left-4 {
  margin-left: 35.25px !important;
}

/* line 126, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-right-4 {
  margin-right: 35.25px !important;
}

/* line 106, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-5 {
  margin: 25.5681818182px 48.0681818182px !important;
}

/* line 109, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-horizontal-5 {
  margin-top: 25.5681818182px !important;
  margin-bottom: 25.5681818182px !important;
}

/* line 113, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-vertical-5 {
  margin-left: 48.0681818182px !important;
  margin-right: 48.0681818182px !important;
}

/* line 117, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-top-5 {
  margin-top: 25.5681818182px !important;
}

/* line 120, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-bottom-5 {
  margin-bottom: 25.5681818182px !important;
}

/* line 123, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-left-5 {
  margin-left: 48.0681818182px !important;
}

/* line 126, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-right-5 {
  margin-right: 48.0681818182px !important;
}

/* line 106, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-6 {
  margin: 33.75px 63.45px !important;
}

/* line 109, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-horizontal-6 {
  margin-top: 33.75px !important;
  margin-bottom: 33.75px !important;
}

/* line 113, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-vertical-6 {
  margin-left: 63.45px !important;
  margin-right: 63.45px !important;
}

/* line 117, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-top-6 {
  margin-top: 33.75px !important;
}

/* line 120, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-bottom-6 {
  margin-bottom: 33.75px !important;
}

/* line 123, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-left-6 {
  margin-left: 63.45px !important;
}

/* line 126, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-right-6 {
  margin-right: 63.45px !important;
}

/* line 106, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-7 {
  margin: 43.75px 82.25px !important;
}

/* line 109, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-horizontal-7 {
  margin-top: 43.75px !important;
  margin-bottom: 43.75px !important;
}

/* line 113, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-vertical-7 {
  margin-left: 82.25px !important;
  margin-right: 82.25px !important;
}

/* line 117, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-top-7 {
  margin-top: 43.75px !important;
}

/* line 120, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-bottom-7 {
  margin-bottom: 43.75px !important;
}

/* line 123, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-left-7 {
  margin-left: 82.25px !important;
}

/* line 126, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-right-7 {
  margin-right: 82.25px !important;
}

/* line 106, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-8 {
  margin: 56.25px 105.75px !important;
}

/* line 109, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-horizontal-8 {
  margin-top: 56.25px !important;
  margin-bottom: 56.25px !important;
}

/* line 113, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-vertical-8 {
  margin-left: 105.75px !important;
  margin-right: 105.75px !important;
}

/* line 117, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-top-8 {
  margin-top: 56.25px !important;
}

/* line 120, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-bottom-8 {
  margin-bottom: 56.25px !important;
}

/* line 123, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-left-8 {
  margin-left: 105.75px !important;
}

/* line 126, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-right-8 {
  margin-right: 105.75px !important;
}

/* line 106, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-9 {
  margin: 72.3214285714px 135.9642857143px !important;
}

/* line 109, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-horizontal-9 {
  margin-top: 72.3214285714px !important;
  margin-bottom: 72.3214285714px !important;
}

/* line 113, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-vertical-9 {
  margin-left: 135.9642857143px !important;
  margin-right: 135.9642857143px !important;
}

/* line 117, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-top-9 {
  margin-top: 72.3214285714px !important;
}

/* line 120, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-bottom-9 {
  margin-bottom: 72.3214285714px !important;
}

/* line 123, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-left-9 {
  margin-left: 135.9642857143px !important;
}

/* line 126, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-right-9 {
  margin-right: 135.9642857143px !important;
}

/* line 106, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-10 {
  margin: 93.75px 176.25px !important;
}

/* line 109, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-horizontal-10 {
  margin-top: 93.75px !important;
  margin-bottom: 93.75px !important;
}

/* line 113, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-vertical-10 {
  margin-left: 176.25px !important;
  margin-right: 176.25px !important;
}

/* line 117, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-top-10 {
  margin-top: 93.75px !important;
}

/* line 120, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-bottom-10 {
  margin-bottom: 93.75px !important;
}

/* line 123, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-left-10 {
  margin-left: 176.25px !important;
}

/* line 126, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-right-10 {
  margin-right: 176.25px !important;
}

/* line 106, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-11 {
  margin: 123.75px 232.65px !important;
}

/* line 109, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-horizontal-11 {
  margin-top: 123.75px !important;
  margin-bottom: 123.75px !important;
}

/* line 113, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-vertical-11 {
  margin-left: 232.65px !important;
  margin-right: 232.65px !important;
}

/* line 117, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-top-11 {
  margin-top: 123.75px !important;
}

/* line 120, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-bottom-11 {
  margin-bottom: 123.75px !important;
}

/* line 123, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-left-11 {
  margin-left: 232.65px !important;
}

/* line 126, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-right-11 {
  margin-right: 232.65px !important;
}

/* line 106, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-12 {
  margin: 168.75px 317.25px !important;
}

/* line 109, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-horizontal-12 {
  margin-top: 168.75px !important;
  margin-bottom: 168.75px !important;
}

/* line 113, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-vertical-12 {
  margin-left: 317.25px !important;
  margin-right: 317.25px !important;
}

/* line 117, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-top-12 {
  margin-top: 168.75px !important;
}

/* line 120, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-bottom-12 {
  margin-bottom: 168.75px !important;
}

/* line 123, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-left-12 {
  margin-left: 317.25px !important;
}

/* line 126, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.margin-right-12 {
  margin-right: 317.25px !important;
}

/* line 180, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-0 {
  padding: 0px 0px !important;
}

/* line 183, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-horizontal-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/* line 187, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-vertical-0 {
  padding-left: 0px;
  padding-right: 0px !important;
}

/* line 191, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-top-0 {
  padding-top: 0px !important;
}

/* line 194, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-bottom-0 {
  padding-bottom: 0px !important;
}

/* line 197, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-left-0 {
  padding-left: 0px !important;
}

/* line 200, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-right-0 {
  padding-right: 0px !important;
}

/* line 180, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-1 {
  padding: 3.75px 7.05px !important;
}

/* line 183, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-horizontal-1 {
  padding-top: 3.75px !important;
  padding-bottom: 3.75px !important;
}

/* line 187, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-vertical-1 {
  padding-left: 7.05px;
  padding-right: 7.05px !important;
}

/* line 191, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-top-1 {
  padding-top: 3.75px !important;
}

/* line 194, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-bottom-1 {
  padding-bottom: 3.75px !important;
}

/* line 197, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-left-1 {
  padding-left: 7.05px !important;
}

/* line 200, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-right-1 {
  padding-right: 7.05px !important;
}

/* line 180, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-2 {
  padding: 8.0357142857px 15.1071428571px !important;
}

/* line 183, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-horizontal-2 {
  padding-top: 8.0357142857px !important;
  padding-bottom: 8.0357142857px !important;
}

/* line 187, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-vertical-2 {
  padding-left: 15.1071428571px;
  padding-right: 15.1071428571px !important;
}

/* line 191, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-top-2 {
  padding-top: 8.0357142857px !important;
}

/* line 194, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-bottom-2 {
  padding-bottom: 8.0357142857px !important;
}

/* line 197, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-left-2 {
  padding-left: 15.1071428571px !important;
}

/* line 200, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-right-2 {
  padding-right: 15.1071428571px !important;
}

/* line 180, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-3 {
  padding: 12.9807692308px 24.4038461538px !important;
}

/* line 183, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-horizontal-3 {
  padding-top: 12.9807692308px !important;
  padding-bottom: 12.9807692308px !important;
}

/* line 187, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-vertical-3 {
  padding-left: 24.4038461538px;
  padding-right: 24.4038461538px !important;
}

/* line 191, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-top-3 {
  padding-top: 12.9807692308px !important;
}

/* line 194, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-bottom-3 {
  padding-bottom: 12.9807692308px !important;
}

/* line 197, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-left-3 {
  padding-left: 24.4038461538px !important;
}

/* line 200, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-right-3 {
  padding-right: 24.4038461538px !important;
}

/* line 180, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-4 {
  padding: 18.75px 35.25px !important;
}

/* line 183, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-horizontal-4 {
  padding-top: 18.75px !important;
  padding-bottom: 18.75px !important;
}

/* line 187, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-vertical-4 {
  padding-left: 35.25px;
  padding-right: 35.25px !important;
}

/* line 191, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-top-4 {
  padding-top: 18.75px !important;
}

/* line 194, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-bottom-4 {
  padding-bottom: 18.75px !important;
}

/* line 197, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-left-4 {
  padding-left: 35.25px !important;
}

/* line 200, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-right-4 {
  padding-right: 35.25px !important;
}

/* line 180, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-5 {
  padding: 25.5681818182px 48.0681818182px !important;
}

/* line 183, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-horizontal-5 {
  padding-top: 25.5681818182px !important;
  padding-bottom: 25.5681818182px !important;
}

/* line 187, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-vertical-5 {
  padding-left: 48.0681818182px;
  padding-right: 48.0681818182px !important;
}

/* line 191, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-top-5 {
  padding-top: 25.5681818182px !important;
}

/* line 194, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-bottom-5 {
  padding-bottom: 25.5681818182px !important;
}

/* line 197, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-left-5 {
  padding-left: 48.0681818182px !important;
}

/* line 200, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-right-5 {
  padding-right: 48.0681818182px !important;
}

/* line 180, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-6 {
  padding: 33.75px 63.45px !important;
}

/* line 183, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-horizontal-6 {
  padding-top: 33.75px !important;
  padding-bottom: 33.75px !important;
}

/* line 187, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-vertical-6 {
  padding-left: 63.45px;
  padding-right: 63.45px !important;
}

/* line 191, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-top-6 {
  padding-top: 33.75px !important;
}

/* line 194, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-bottom-6 {
  padding-bottom: 33.75px !important;
}

/* line 197, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-left-6 {
  padding-left: 63.45px !important;
}

/* line 200, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-right-6 {
  padding-right: 63.45px !important;
}

/* line 180, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-7 {
  padding: 43.75px 82.25px !important;
}

/* line 183, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-horizontal-7 {
  padding-top: 43.75px !important;
  padding-bottom: 43.75px !important;
}

/* line 187, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-vertical-7 {
  padding-left: 82.25px;
  padding-right: 82.25px !important;
}

/* line 191, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-top-7 {
  padding-top: 43.75px !important;
}

/* line 194, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-bottom-7 {
  padding-bottom: 43.75px !important;
}

/* line 197, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-left-7 {
  padding-left: 82.25px !important;
}

/* line 200, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-right-7 {
  padding-right: 82.25px !important;
}

/* line 180, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-8 {
  padding: 56.25px 105.75px !important;
}

/* line 183, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-horizontal-8 {
  padding-top: 56.25px !important;
  padding-bottom: 56.25px !important;
}

/* line 187, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-vertical-8 {
  padding-left: 105.75px;
  padding-right: 105.75px !important;
}

/* line 191, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-top-8 {
  padding-top: 56.25px !important;
}

/* line 194, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-bottom-8 {
  padding-bottom: 56.25px !important;
}

/* line 197, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-left-8 {
  padding-left: 105.75px !important;
}

/* line 200, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-right-8 {
  padding-right: 105.75px !important;
}

/* line 180, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-9 {
  padding: 72.3214285714px 135.9642857143px !important;
}

/* line 183, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-horizontal-9 {
  padding-top: 72.3214285714px !important;
  padding-bottom: 72.3214285714px !important;
}

/* line 187, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-vertical-9 {
  padding-left: 135.9642857143px;
  padding-right: 135.9642857143px !important;
}

/* line 191, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-top-9 {
  padding-top: 72.3214285714px !important;
}

/* line 194, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-bottom-9 {
  padding-bottom: 72.3214285714px !important;
}

/* line 197, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-left-9 {
  padding-left: 135.9642857143px !important;
}

/* line 200, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-right-9 {
  padding-right: 135.9642857143px !important;
}

/* line 180, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-10 {
  padding: 93.75px 176.25px !important;
}

/* line 183, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-horizontal-10 {
  padding-top: 93.75px !important;
  padding-bottom: 93.75px !important;
}

/* line 187, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-vertical-10 {
  padding-left: 176.25px;
  padding-right: 176.25px !important;
}

/* line 191, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-top-10 {
  padding-top: 93.75px !important;
}

/* line 194, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-bottom-10 {
  padding-bottom: 93.75px !important;
}

/* line 197, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-left-10 {
  padding-left: 176.25px !important;
}

/* line 200, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-right-10 {
  padding-right: 176.25px !important;
}

/* line 180, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-11 {
  padding: 123.75px 232.65px !important;
}

/* line 183, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-horizontal-11 {
  padding-top: 123.75px !important;
  padding-bottom: 123.75px !important;
}

/* line 187, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-vertical-11 {
  padding-left: 232.65px;
  padding-right: 232.65px !important;
}

/* line 191, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-top-11 {
  padding-top: 123.75px !important;
}

/* line 194, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-bottom-11 {
  padding-bottom: 123.75px !important;
}

/* line 197, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-left-11 {
  padding-left: 232.65px !important;
}

/* line 200, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-right-11 {
  padding-right: 232.65px !important;
}

/* line 180, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-12 {
  padding: 168.75px 317.25px !important;
}

/* line 183, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-horizontal-12 {
  padding-top: 168.75px !important;
  padding-bottom: 168.75px !important;
}

/* line 187, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-vertical-12 {
  padding-left: 317.25px;
  padding-right: 317.25px !important;
}

/* line 191, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-top-12 {
  padding-top: 168.75px !important;
}

/* line 194, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-bottom-12 {
  padding-bottom: 168.75px !important;
}

/* line 197, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-left-12 {
  padding-left: 317.25px !important;
}

/* line 200, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
.padding-right-12 {
  padding-right: 317.25px !important;
}

@media (min-width: 1280px) {
  /* line 38, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .d-width-1 {
    width: 94px !important;
  }
}

@media (max-width: 1023px) {
  /* line 43, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-width-1 {
    width: 94px !important;
  }
}

@media (max-width: 768px) {
  /* line 48, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .tp-width-1 {
    width: 94px !important;
  }
}

@media (max-width: 568px) {
  /* line 53, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .m-width-1 {
    width: 94px !important;
  }
}

@media (max-width: 420px) {
  /* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .mp-width-1 {
    width: 94px !important;
  }
}

@media (min-width: 1280px) {
  /* line 38, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .d-width-2 {
    width: 188px !important;
  }
}

@media (max-width: 1023px) {
  /* line 43, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-width-2 {
    width: 188px !important;
  }
}

@media (max-width: 768px) {
  /* line 48, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .tp-width-2 {
    width: 188px !important;
  }
}

@media (max-width: 568px) {
  /* line 53, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .m-width-2 {
    width: 188px !important;
  }
}

@media (max-width: 420px) {
  /* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .mp-width-2 {
    width: 188px !important;
  }
}

@media (min-width: 1280px) {
  /* line 38, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .d-width-3 {
    width: 282px !important;
  }
}

@media (max-width: 1023px) {
  /* line 43, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-width-3 {
    width: 282px !important;
  }
}

@media (max-width: 768px) {
  /* line 48, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .tp-width-3 {
    width: 282px !important;
  }
}

@media (max-width: 568px) {
  /* line 53, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .m-width-3 {
    width: 282px !important;
  }
}

@media (max-width: 420px) {
  /* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .mp-width-3 {
    width: 282px !important;
  }
}

@media (min-width: 1280px) {
  /* line 38, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .d-width-4 {
    width: 376px !important;
  }
}

@media (max-width: 1023px) {
  /* line 43, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-width-4 {
    width: 376px !important;
  }
}

@media (max-width: 768px) {
  /* line 48, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .tp-width-4 {
    width: 376px !important;
  }
}

@media (max-width: 568px) {
  /* line 53, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .m-width-4 {
    width: 376px !important;
  }
}

@media (max-width: 420px) {
  /* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .mp-width-4 {
    width: 376px !important;
  }
}

@media (min-width: 1280px) {
  /* line 38, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .d-width-5 {
    width: 470px !important;
  }
}

@media (max-width: 1023px) {
  /* line 43, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-width-5 {
    width: 470px !important;
  }
}

@media (max-width: 768px) {
  /* line 48, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .tp-width-5 {
    width: 470px !important;
  }
}

@media (max-width: 568px) {
  /* line 53, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .m-width-5 {
    width: 470px !important;
  }
}

@media (max-width: 420px) {
  /* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .mp-width-5 {
    width: 470px !important;
  }
}

@media (min-width: 1280px) {
  /* line 38, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .d-width-6 {
    width: 564px !important;
  }
}

@media (max-width: 1023px) {
  /* line 43, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-width-6 {
    width: 564px !important;
  }
}

@media (max-width: 768px) {
  /* line 48, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .tp-width-6 {
    width: 564px !important;
  }
}

@media (max-width: 568px) {
  /* line 53, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .m-width-6 {
    width: 564px !important;
  }
}

@media (max-width: 420px) {
  /* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .mp-width-6 {
    width: 564px !important;
  }
}

@media (min-width: 1280px) {
  /* line 38, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .d-width-7 {
    width: 658px !important;
  }
}

@media (max-width: 1023px) {
  /* line 43, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-width-7 {
    width: 658px !important;
  }
}

@media (max-width: 768px) {
  /* line 48, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .tp-width-7 {
    width: 658px !important;
  }
}

@media (max-width: 568px) {
  /* line 53, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .m-width-7 {
    width: 658px !important;
  }
}

@media (max-width: 420px) {
  /* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .mp-width-7 {
    width: 658px !important;
  }
}

@media (min-width: 1280px) {
  /* line 38, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .d-width-8 {
    width: 752px !important;
  }
}

@media (max-width: 1023px) {
  /* line 43, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-width-8 {
    width: 752px !important;
  }
}

@media (max-width: 768px) {
  /* line 48, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .tp-width-8 {
    width: 752px !important;
  }
}

@media (max-width: 568px) {
  /* line 53, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .m-width-8 {
    width: 752px !important;
  }
}

@media (max-width: 420px) {
  /* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .mp-width-8 {
    width: 752px !important;
  }
}

@media (min-width: 1280px) {
  /* line 38, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .d-width-9 {
    width: 846px !important;
  }
}

@media (max-width: 1023px) {
  /* line 43, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-width-9 {
    width: 846px !important;
  }
}

@media (max-width: 768px) {
  /* line 48, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .tp-width-9 {
    width: 846px !important;
  }
}

@media (max-width: 568px) {
  /* line 53, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .m-width-9 {
    width: 846px !important;
  }
}

@media (max-width: 420px) {
  /* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .mp-width-9 {
    width: 846px !important;
  }
}

@media (min-width: 1280px) {
  /* line 38, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .d-width-10 {
    width: 940px !important;
  }
}

@media (max-width: 1023px) {
  /* line 43, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-width-10 {
    width: 940px !important;
  }
}

@media (max-width: 768px) {
  /* line 48, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .tp-width-10 {
    width: 940px !important;
  }
}

@media (max-width: 568px) {
  /* line 53, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .m-width-10 {
    width: 940px !important;
  }
}

@media (max-width: 420px) {
  /* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .mp-width-10 {
    width: 940px !important;
  }
}

@media (min-width: 1280px) {
  /* line 38, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .d-width-11 {
    width: 1034px !important;
  }
}

@media (max-width: 1023px) {
  /* line 43, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-width-11 {
    width: 1034px !important;
  }
}

@media (max-width: 768px) {
  /* line 48, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .tp-width-11 {
    width: 1034px !important;
  }
}

@media (max-width: 568px) {
  /* line 53, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .m-width-11 {
    width: 1034px !important;
  }
}

@media (max-width: 420px) {
  /* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .mp-width-11 {
    width: 1034px !important;
  }
}

@media (min-width: 1280px) {
  /* line 38, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .d-width-12 {
    width: 1128px !important;
  }
}

@media (max-width: 1023px) {
  /* line 43, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-width-12 {
    width: 1128px !important;
  }
}

@media (max-width: 768px) {
  /* line 48, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .tp-width-12 {
    width: 1128px !important;
  }
}

@media (max-width: 568px) {
  /* line 53, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .m-width-12 {
    width: 1128px !important;
  }
}

@media (max-width: 420px) {
  /* line 58, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .mp-width-12 {
    width: 1128px !important;
  }
}

@media (min-width: 1280px) {
  /* line 140, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .d-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

@media (max-width: 1023px) {
  /* line 146, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

@media (max-width: 768px) {
  /* line 152, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .tp-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

@media (max-width: 568px) {
  /* line 158, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .m-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

@media (max-width: 420px) {
  /* line 164, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .mp-margin-vertical-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

@media (min-width: 1280px) {
  /* line 140, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .d-margin-vertical-1 {
    margin-left: 7.05px !important;
    margin-right: 7.05px !important;
  }
}

@media (max-width: 1023px) {
  /* line 146, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-margin-vertical-1 {
    margin-left: 7.05px !important;
    margin-right: 7.05px !important;
  }
}

@media (max-width: 768px) {
  /* line 152, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .tp-margin-vertical-1 {
    margin-left: 7.05px !important;
    margin-right: 7.05px !important;
  }
}

@media (max-width: 568px) {
  /* line 158, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .m-margin-vertical-1 {
    margin-left: 7.05px !important;
    margin-right: 7.05px !important;
  }
}

@media (max-width: 420px) {
  /* line 164, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .mp-margin-vertical-1 {
    margin-left: 7.05px !important;
    margin-right: 7.05px !important;
  }
}

@media (min-width: 1280px) {
  /* line 140, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .d-margin-vertical-2 {
    margin-left: 15.1071428571px !important;
    margin-right: 15.1071428571px !important;
  }
}

@media (max-width: 1023px) {
  /* line 146, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-margin-vertical-2 {
    margin-left: 15.1071428571px !important;
    margin-right: 15.1071428571px !important;
  }
}

@media (max-width: 768px) {
  /* line 152, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .tp-margin-vertical-2 {
    margin-left: 15.1071428571px !important;
    margin-right: 15.1071428571px !important;
  }
}

@media (max-width: 568px) {
  /* line 158, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .m-margin-vertical-2 {
    margin-left: 15.1071428571px !important;
    margin-right: 15.1071428571px !important;
  }
}

@media (max-width: 420px) {
  /* line 164, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .mp-margin-vertical-2 {
    margin-left: 15.1071428571px !important;
    margin-right: 15.1071428571px !important;
  }
}

@media (min-width: 1280px) {
  /* line 140, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .d-margin-vertical-3 {
    margin-left: 24.4038461538px !important;
    margin-right: 24.4038461538px !important;
  }
}

@media (max-width: 1023px) {
  /* line 146, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-margin-vertical-3 {
    margin-left: 24.4038461538px !important;
    margin-right: 24.4038461538px !important;
  }
}

@media (max-width: 768px) {
  /* line 152, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .tp-margin-vertical-3 {
    margin-left: 24.4038461538px !important;
    margin-right: 24.4038461538px !important;
  }
}

@media (max-width: 568px) {
  /* line 158, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .m-margin-vertical-3 {
    margin-left: 24.4038461538px !important;
    margin-right: 24.4038461538px !important;
  }
}

@media (max-width: 420px) {
  /* line 164, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .mp-margin-vertical-3 {
    margin-left: 24.4038461538px !important;
    margin-right: 24.4038461538px !important;
  }
}

@media (min-width: 1280px) {
  /* line 140, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .d-margin-vertical-4 {
    margin-left: 35.25px !important;
    margin-right: 35.25px !important;
  }
}

@media (max-width: 1023px) {
  /* line 146, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-margin-vertical-4 {
    margin-left: 35.25px !important;
    margin-right: 35.25px !important;
  }
}

@media (max-width: 768px) {
  /* line 152, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .tp-margin-vertical-4 {
    margin-left: 35.25px !important;
    margin-right: 35.25px !important;
  }
}

@media (max-width: 568px) {
  /* line 158, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .m-margin-vertical-4 {
    margin-left: 35.25px !important;
    margin-right: 35.25px !important;
  }
}

@media (max-width: 420px) {
  /* line 164, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .mp-margin-vertical-4 {
    margin-left: 35.25px !important;
    margin-right: 35.25px !important;
  }
}

@media (min-width: 1280px) {
  /* line 140, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .d-margin-vertical-5 {
    margin-left: 48.0681818182px !important;
    margin-right: 48.0681818182px !important;
  }
}

@media (max-width: 1023px) {
  /* line 146, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-margin-vertical-5 {
    margin-left: 48.0681818182px !important;
    margin-right: 48.0681818182px !important;
  }
}

@media (max-width: 768px) {
  /* line 152, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .tp-margin-vertical-5 {
    margin-left: 48.0681818182px !important;
    margin-right: 48.0681818182px !important;
  }
}

@media (max-width: 568px) {
  /* line 158, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .m-margin-vertical-5 {
    margin-left: 48.0681818182px !important;
    margin-right: 48.0681818182px !important;
  }
}

@media (max-width: 420px) {
  /* line 164, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .mp-margin-vertical-5 {
    margin-left: 48.0681818182px !important;
    margin-right: 48.0681818182px !important;
  }
}

@media (min-width: 1280px) {
  /* line 140, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .d-margin-vertical-6 {
    margin-left: 63.45px !important;
    margin-right: 63.45px !important;
  }
}

@media (max-width: 1023px) {
  /* line 146, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-margin-vertical-6 {
    margin-left: 63.45px !important;
    margin-right: 63.45px !important;
  }
}

@media (max-width: 768px) {
  /* line 152, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .tp-margin-vertical-6 {
    margin-left: 63.45px !important;
    margin-right: 63.45px !important;
  }
}

@media (max-width: 568px) {
  /* line 158, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .m-margin-vertical-6 {
    margin-left: 63.45px !important;
    margin-right: 63.45px !important;
  }
}

@media (max-width: 420px) {
  /* line 164, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .mp-margin-vertical-6 {
    margin-left: 63.45px !important;
    margin-right: 63.45px !important;
  }
}

@media (min-width: 1280px) {
  /* line 140, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .d-margin-vertical-7 {
    margin-left: 82.25px !important;
    margin-right: 82.25px !important;
  }
}

@media (max-width: 1023px) {
  /* line 146, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-margin-vertical-7 {
    margin-left: 82.25px !important;
    margin-right: 82.25px !important;
  }
}

@media (max-width: 768px) {
  /* line 152, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .tp-margin-vertical-7 {
    margin-left: 82.25px !important;
    margin-right: 82.25px !important;
  }
}

@media (max-width: 568px) {
  /* line 158, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .m-margin-vertical-7 {
    margin-left: 82.25px !important;
    margin-right: 82.25px !important;
  }
}

@media (max-width: 420px) {
  /* line 164, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .mp-margin-vertical-7 {
    margin-left: 82.25px !important;
    margin-right: 82.25px !important;
  }
}

@media (min-width: 1280px) {
  /* line 140, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .d-margin-vertical-8 {
    margin-left: 105.75px !important;
    margin-right: 105.75px !important;
  }
}

@media (max-width: 1023px) {
  /* line 146, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-margin-vertical-8 {
    margin-left: 105.75px !important;
    margin-right: 105.75px !important;
  }
}

@media (max-width: 768px) {
  /* line 152, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .tp-margin-vertical-8 {
    margin-left: 105.75px !important;
    margin-right: 105.75px !important;
  }
}

@media (max-width: 568px) {
  /* line 158, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .m-margin-vertical-8 {
    margin-left: 105.75px !important;
    margin-right: 105.75px !important;
  }
}

@media (max-width: 420px) {
  /* line 164, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .mp-margin-vertical-8 {
    margin-left: 105.75px !important;
    margin-right: 105.75px !important;
  }
}

@media (min-width: 1280px) {
  /* line 140, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .d-margin-vertical-9 {
    margin-left: 135.9642857143px !important;
    margin-right: 135.9642857143px !important;
  }
}

@media (max-width: 1023px) {
  /* line 146, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-margin-vertical-9 {
    margin-left: 135.9642857143px !important;
    margin-right: 135.9642857143px !important;
  }
}

@media (max-width: 768px) {
  /* line 152, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .tp-margin-vertical-9 {
    margin-left: 135.9642857143px !important;
    margin-right: 135.9642857143px !important;
  }
}

@media (max-width: 568px) {
  /* line 158, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .m-margin-vertical-9 {
    margin-left: 135.9642857143px !important;
    margin-right: 135.9642857143px !important;
  }
}

@media (max-width: 420px) {
  /* line 164, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .mp-margin-vertical-9 {
    margin-left: 135.9642857143px !important;
    margin-right: 135.9642857143px !important;
  }
}

@media (min-width: 1280px) {
  /* line 140, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .d-margin-vertical-10 {
    margin-left: 176.25px !important;
    margin-right: 176.25px !important;
  }
}

@media (max-width: 1023px) {
  /* line 146, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-margin-vertical-10 {
    margin-left: 176.25px !important;
    margin-right: 176.25px !important;
  }
}

@media (max-width: 768px) {
  /* line 152, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .tp-margin-vertical-10 {
    margin-left: 176.25px !important;
    margin-right: 176.25px !important;
  }
}

@media (max-width: 568px) {
  /* line 158, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .m-margin-vertical-10 {
    margin-left: 176.25px !important;
    margin-right: 176.25px !important;
  }
}

@media (max-width: 420px) {
  /* line 164, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .mp-margin-vertical-10 {
    margin-left: 176.25px !important;
    margin-right: 176.25px !important;
  }
}

@media (min-width: 1280px) {
  /* line 140, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .d-margin-vertical-11 {
    margin-left: 232.65px !important;
    margin-right: 232.65px !important;
  }
}

@media (max-width: 1023px) {
  /* line 146, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-margin-vertical-11 {
    margin-left: 232.65px !important;
    margin-right: 232.65px !important;
  }
}

@media (max-width: 768px) {
  /* line 152, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .tp-margin-vertical-11 {
    margin-left: 232.65px !important;
    margin-right: 232.65px !important;
  }
}

@media (max-width: 568px) {
  /* line 158, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .m-margin-vertical-11 {
    margin-left: 232.65px !important;
    margin-right: 232.65px !important;
  }
}

@media (max-width: 420px) {
  /* line 164, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .mp-margin-vertical-11 {
    margin-left: 232.65px !important;
    margin-right: 232.65px !important;
  }
}

@media (min-width: 1280px) {
  /* line 140, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .d-margin-vertical-12 {
    margin-left: 317.25px !important;
    margin-right: 317.25px !important;
  }
}

@media (max-width: 1023px) {
  /* line 146, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-margin-vertical-12 {
    margin-left: 317.25px !important;
    margin-right: 317.25px !important;
  }
}

@media (max-width: 768px) {
  /* line 152, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .tp-margin-vertical-12 {
    margin-left: 317.25px !important;
    margin-right: 317.25px !important;
  }
}

@media (max-width: 568px) {
  /* line 158, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .m-margin-vertical-12 {
    margin-left: 317.25px !important;
    margin-right: 317.25px !important;
  }
}

@media (max-width: 420px) {
  /* line 164, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .mp-margin-vertical-12 {
    margin-left: 317.25px !important;
    margin-right: 317.25px !important;
  }
}

@media (min-width: 1280px) {
  /* line 214, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-padding-vertical-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media (max-width: 1023px) {
  /* line 220, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-padding-vertical-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media (max-width: 768px) {
  /* line 226, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .tp-padding-vertical-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media (max-width: 568px) {
  /* line 232, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .m-padding-vertical-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media (max-width: 420px) {
  /* line 238, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .mp-padding-vertical-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media (min-width: 1280px) {
  /* line 214, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-padding-vertical-1 {
    padding-left: 7.05px !important;
    padding-right: 7.05px !important;
  }
}

@media (max-width: 1023px) {
  /* line 220, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-padding-vertical-1 {
    padding-left: 7.05px !important;
    padding-right: 7.05px !important;
  }
}

@media (max-width: 768px) {
  /* line 226, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .tp-padding-vertical-1 {
    padding-left: 7.05px !important;
    padding-right: 7.05px !important;
  }
}

@media (max-width: 568px) {
  /* line 232, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .m-padding-vertical-1 {
    padding-left: 7.05px !important;
    padding-right: 7.05px !important;
  }
}

@media (max-width: 420px) {
  /* line 238, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .mp-padding-vertical-1 {
    padding-left: 7.05px !important;
    padding-right: 7.05px !important;
  }
}

@media (min-width: 1280px) {
  /* line 214, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-padding-vertical-2 {
    padding-left: 15.1071428571px !important;
    padding-right: 15.1071428571px !important;
  }
}

@media (max-width: 1023px) {
  /* line 220, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-padding-vertical-2 {
    padding-left: 15.1071428571px !important;
    padding-right: 15.1071428571px !important;
  }
}

@media (max-width: 768px) {
  /* line 226, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .tp-padding-vertical-2 {
    padding-left: 15.1071428571px !important;
    padding-right: 15.1071428571px !important;
  }
}

@media (max-width: 568px) {
  /* line 232, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .m-padding-vertical-2 {
    padding-left: 15.1071428571px !important;
    padding-right: 15.1071428571px !important;
  }
}

@media (max-width: 420px) {
  /* line 238, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .mp-padding-vertical-2 {
    padding-left: 15.1071428571px !important;
    padding-right: 15.1071428571px !important;
  }
}

@media (min-width: 1280px) {
  /* line 214, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-padding-vertical-3 {
    padding-left: 24.4038461538px !important;
    padding-right: 24.4038461538px !important;
  }
}

@media (max-width: 1023px) {
  /* line 220, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-padding-vertical-3 {
    padding-left: 24.4038461538px !important;
    padding-right: 24.4038461538px !important;
  }
}

@media (max-width: 768px) {
  /* line 226, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .tp-padding-vertical-3 {
    padding-left: 24.4038461538px !important;
    padding-right: 24.4038461538px !important;
  }
}

@media (max-width: 568px) {
  /* line 232, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .m-padding-vertical-3 {
    padding-left: 24.4038461538px !important;
    padding-right: 24.4038461538px !important;
  }
}

@media (max-width: 420px) {
  /* line 238, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .mp-padding-vertical-3 {
    padding-left: 24.4038461538px !important;
    padding-right: 24.4038461538px !important;
  }
}

@media (min-width: 1280px) {
  /* line 214, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-padding-vertical-4 {
    padding-left: 35.25px !important;
    padding-right: 35.25px !important;
  }
}

@media (max-width: 1023px) {
  /* line 220, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-padding-vertical-4 {
    padding-left: 35.25px !important;
    padding-right: 35.25px !important;
  }
}

@media (max-width: 768px) {
  /* line 226, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .tp-padding-vertical-4 {
    padding-left: 35.25px !important;
    padding-right: 35.25px !important;
  }
}

@media (max-width: 568px) {
  /* line 232, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .m-padding-vertical-4 {
    padding-left: 35.25px !important;
    padding-right: 35.25px !important;
  }
}

@media (max-width: 420px) {
  /* line 238, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .mp-padding-vertical-4 {
    padding-left: 35.25px !important;
    padding-right: 35.25px !important;
  }
}

@media (min-width: 1280px) {
  /* line 214, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-padding-vertical-5 {
    padding-left: 48.0681818182px !important;
    padding-right: 48.0681818182px !important;
  }
}

@media (max-width: 1023px) {
  /* line 220, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-padding-vertical-5 {
    padding-left: 48.0681818182px !important;
    padding-right: 48.0681818182px !important;
  }
}

@media (max-width: 768px) {
  /* line 226, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .tp-padding-vertical-5 {
    padding-left: 48.0681818182px !important;
    padding-right: 48.0681818182px !important;
  }
}

@media (max-width: 568px) {
  /* line 232, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .m-padding-vertical-5 {
    padding-left: 48.0681818182px !important;
    padding-right: 48.0681818182px !important;
  }
}

@media (max-width: 420px) {
  /* line 238, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .mp-padding-vertical-5 {
    padding-left: 48.0681818182px !important;
    padding-right: 48.0681818182px !important;
  }
}

@media (min-width: 1280px) {
  /* line 214, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-padding-vertical-6 {
    padding-left: 63.45px !important;
    padding-right: 63.45px !important;
  }
}

@media (max-width: 1023px) {
  /* line 220, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-padding-vertical-6 {
    padding-left: 63.45px !important;
    padding-right: 63.45px !important;
  }
}

@media (max-width: 768px) {
  /* line 226, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .tp-padding-vertical-6 {
    padding-left: 63.45px !important;
    padding-right: 63.45px !important;
  }
}

@media (max-width: 568px) {
  /* line 232, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .m-padding-vertical-6 {
    padding-left: 63.45px !important;
    padding-right: 63.45px !important;
  }
}

@media (max-width: 420px) {
  /* line 238, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .mp-padding-vertical-6 {
    padding-left: 63.45px !important;
    padding-right: 63.45px !important;
  }
}

@media (min-width: 1280px) {
  /* line 214, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-padding-vertical-7 {
    padding-left: 82.25px !important;
    padding-right: 82.25px !important;
  }
}

@media (max-width: 1023px) {
  /* line 220, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-padding-vertical-7 {
    padding-left: 82.25px !important;
    padding-right: 82.25px !important;
  }
}

@media (max-width: 768px) {
  /* line 226, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .tp-padding-vertical-7 {
    padding-left: 82.25px !important;
    padding-right: 82.25px !important;
  }
}

@media (max-width: 568px) {
  /* line 232, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .m-padding-vertical-7 {
    padding-left: 82.25px !important;
    padding-right: 82.25px !important;
  }
}

@media (max-width: 420px) {
  /* line 238, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .mp-padding-vertical-7 {
    padding-left: 82.25px !important;
    padding-right: 82.25px !important;
  }
}

@media (min-width: 1280px) {
  /* line 214, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-padding-vertical-8 {
    padding-left: 105.75px !important;
    padding-right: 105.75px !important;
  }
}

@media (max-width: 1023px) {
  /* line 220, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-padding-vertical-8 {
    padding-left: 105.75px !important;
    padding-right: 105.75px !important;
  }
}

@media (max-width: 768px) {
  /* line 226, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .tp-padding-vertical-8 {
    padding-left: 105.75px !important;
    padding-right: 105.75px !important;
  }
}

@media (max-width: 568px) {
  /* line 232, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .m-padding-vertical-8 {
    padding-left: 105.75px !important;
    padding-right: 105.75px !important;
  }
}

@media (max-width: 420px) {
  /* line 238, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .mp-padding-vertical-8 {
    padding-left: 105.75px !important;
    padding-right: 105.75px !important;
  }
}

@media (min-width: 1280px) {
  /* line 214, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-padding-vertical-9 {
    padding-left: 135.9642857143px !important;
    padding-right: 135.9642857143px !important;
  }
}

@media (max-width: 1023px) {
  /* line 220, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-padding-vertical-9 {
    padding-left: 135.9642857143px !important;
    padding-right: 135.9642857143px !important;
  }
}

@media (max-width: 768px) {
  /* line 226, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .tp-padding-vertical-9 {
    padding-left: 135.9642857143px !important;
    padding-right: 135.9642857143px !important;
  }
}

@media (max-width: 568px) {
  /* line 232, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .m-padding-vertical-9 {
    padding-left: 135.9642857143px !important;
    padding-right: 135.9642857143px !important;
  }
}

@media (max-width: 420px) {
  /* line 238, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .mp-padding-vertical-9 {
    padding-left: 135.9642857143px !important;
    padding-right: 135.9642857143px !important;
  }
}

@media (min-width: 1280px) {
  /* line 214, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-padding-vertical-10 {
    padding-left: 176.25px !important;
    padding-right: 176.25px !important;
  }
}

@media (max-width: 1023px) {
  /* line 220, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-padding-vertical-10 {
    padding-left: 176.25px !important;
    padding-right: 176.25px !important;
  }
}

@media (max-width: 768px) {
  /* line 226, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .tp-padding-vertical-10 {
    padding-left: 176.25px !important;
    padding-right: 176.25px !important;
  }
}

@media (max-width: 568px) {
  /* line 232, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .m-padding-vertical-10 {
    padding-left: 176.25px !important;
    padding-right: 176.25px !important;
  }
}

@media (max-width: 420px) {
  /* line 238, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .mp-padding-vertical-10 {
    padding-left: 176.25px !important;
    padding-right: 176.25px !important;
  }
}

@media (min-width: 1280px) {
  /* line 214, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-padding-vertical-11 {
    padding-left: 232.65px !important;
    padding-right: 232.65px !important;
  }
}

@media (max-width: 1023px) {
  /* line 220, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-padding-vertical-11 {
    padding-left: 232.65px !important;
    padding-right: 232.65px !important;
  }
}

@media (max-width: 768px) {
  /* line 226, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .tp-padding-vertical-11 {
    padding-left: 232.65px !important;
    padding-right: 232.65px !important;
  }
}

@media (max-width: 568px) {
  /* line 232, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .m-padding-vertical-11 {
    padding-left: 232.65px !important;
    padding-right: 232.65px !important;
  }
}

@media (max-width: 420px) {
  /* line 238, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .mp-padding-vertical-11 {
    padding-left: 232.65px !important;
    padding-right: 232.65px !important;
  }
}

@media (min-width: 1280px) {
  /* line 214, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-padding-vertical-12 {
    padding-left: 317.25px !important;
    padding-right: 317.25px !important;
  }
}

@media (max-width: 1023px) {
  /* line 220, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .t-padding-vertical-12 {
    padding-left: 317.25px !important;
    padding-right: 317.25px !important;
  }
}

@media (max-width: 768px) {
  /* line 226, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .tp-padding-vertical-12 {
    padding-left: 317.25px !important;
    padding-right: 317.25px !important;
  }
}

@media (max-width: 568px) {
  /* line 232, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .m-padding-vertical-12 {
    padding-left: 317.25px !important;
    padding-right: 317.25px !important;
  }
}

@media (max-width: 420px) {
  /* line 238, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/dimensions.scss */
  .mp-padding-vertical-12 {
    padding-left: 317.25px !important;
    padding-right: 317.25px !important;
  }
}

/* line 52, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
.header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 6.7rem;
  z-index: 1000;
  position: relative;
}

/* line 57, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
.header.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

/* line 62, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
.header.fixed + * {
  border-top: 6.7rem solid transparent;
}

/* line 66, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
.header .header-content {
  background: #fff;
  color: #959db1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -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;
}

/* line 75, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
.header .header-content nav .anchor {
  vertical-align: middle;
}

/* line 77, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
.header .header-content nav .anchor:not(.button) {
  color: inherit;
}

/* line 81, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
.header .header-content nav.items {
  margin-top: 0;
  display: block;
}

/* line 84, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
.header .header-content nav.items > * {
  margin-top: 0;
}

@media (max-width: 768px) {
  /* line 92, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
  .header input.toggle {
    display: none;
  }
  /* line 107, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
  .header input:checked + .menu-mobile {
    display: block;
  }
}

/* line 1, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/window.scss */
.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;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 8, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/window.scss */
.window .window-content {
  background: #fff;
  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;
}

/* line 14, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/window.scss */
.window .window-header {
  background: #fff;
  padding: 10px 10px;
  color: #2a2a2a;
  font-size: 1.3rem;
  border-bottom: 1px solid white;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* line 24, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/window.scss */
.window .window-footer {
  background: #fff;
  padding: 10px 10px;
  color: #2a2a2a;
  border-top: 1px solid white;
}

/* line 31, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/window.scss */
.window .window-header, .window .window-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -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;
}

@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;
}

/* line 14, app/assets/stylesheets/formir/core/components/icons.scss */
[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;
}

/* line 18, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-task:before {
  content: "\e968";
}

/* line 22, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-thumb_up:before {
  content: "\e967";
}

/* line 25, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-menu_open:before {
  content: "\e963";
}

/* line 28, app/assets/stylesheets/formir/core/components/icons.scss */
.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;
}

/* line 33, app/assets/stylesheets/formir/core/components/icons.scss */
.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;
}

/* line 40, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-file-preview:empty:before {
  content: "\e961";
  color: #b5bfca;
}

/* line 44, app/assets/stylesheets/formir/core/components/icons.scss */
.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;
}

/* line 51, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-download:before {
  content: "\e95f";
}

/* line 54, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-help_center:before {
  content: "\e95e";
}

/* line 57, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-inv:before {
  content: "\e95b";
}

/* line 60, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-po:before {
  content: "\e95c";
}

/* line 63, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-notification-settings:before {
  content: "\e95d";
}

/* line 66, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-ocr:before {
  content: "\e955";
}

/* line 69, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-verified_user:before {
  content: "\e94e";
}

/* line 72, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-notification_important:before {
  content: "\e94d";
}

/* line 75, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-add:before {
  content: "\e950";
}

/* line 78, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-content_copy:before {
  content: "\e95a";
}

/* line 81, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-bar_chart:before {
  content: "\e964";
}

/* line 84, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-rotate_left:before {
  content: "\e951";
}

/* line 88, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-rotate_right:before {
  content: "\e952";
}

/* line 91, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-print:before {
  content: "\e960";
}

/* line 94, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-do_not_disturb:before {
  content: "\e958";
}

/* line 97, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-hourglass_empty:before {
  content: "\e94f";
}

/* line 100, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-view_column:before {
  content: "\e959";
}

/* line 103, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-zoom_in:before {
  content: "\e953";
}

/* line 106, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-zoom_out:before {
  content: "\e954";
}

/* line 109, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-text_snippet:before {
  content: "\e966";
}

/* line 112, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-upload_file:before {
  content: "\e965";
}

/* line 115, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-attach_email:before {
  content: "\e957";
}

/* line 118, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-book:before {
  content: "\e956";
}

/* line 121, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-eye-lock:before {
  content: "\e94c";
}

/* line 124, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-eye:before {
  content: "\e94b";
}

/* line 127, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-warning:before {
  content: "\e94a";
}

/* line 130, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-list_alt:before {
  content: "\e949";
}

/* line 133, app/assets/stylesheets/formir/core/components/icons.scss */
.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;
}

/* line 139, app/assets/stylesheets/formir/core/components/icons.scss */
.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.9833984375em;
  color: #5f6368;
}

/* line 145, app/assets/stylesheets/formir/core/components/icons.scss */
.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.9833984375em;
  color: #5f6368;
}

/* line 151, app/assets/stylesheets/formir/core/components/icons.scss */
.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.9833984375em;
  color: #5f6368;
}

/* line 157, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-dialog:before {
  content: "\e942";
}

/* line 160, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-add_comment:before {
  content: "\e943";
}

/* line 163, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-add_comment_alt:before {
  content: "\e944";
}

/* line 166, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-revise:before {
  content: "\e941";
}

/* line 169, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-drag:before {
  content: "\e940";
}

/* line 172, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-restore_from_trash:before {
  content: "\e93f";
}

/* line 175, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-lock:before {
  content: "\e93e";
}

/* line 178, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-star_border:before {
  content: "\e93d";
}

/* line 181, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-remove_circle:before {
  content: "\e93c";
}

/* line 184, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-insert_file:before {
  content: "\e93a";
}

/* line 187, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-add_circle:before {
  content: "\e93b";
}

/* line 190, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-calendar:before {
  content: "\e937";
}

/* line 193, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-plugin:before {
  content: "\e938";
}

/* line 196, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-refresh:before {
  content: "\e939";
}

/* line 199, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-date_range:before {
  content: "\e936";
}

/* line 202, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-comment:before {
  content: "\e935";
}

/* line 205, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-copy:before {
  content: "\e932";
}

/* line 208, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-restore:before {
  content: "\e933";
}

/* line 211, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-how_to_reg:before {
  content: "\e934";
}

/* line 214, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-arrow_forward:before {
  content: "\e930";
}

/* line 217, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-arrow_back:before {
  content: "\e931";
}

/* line 220, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-info:before {
  content: "\e92f";
}

/* line 223, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-filter_list:before {
  content: "\e92e";
}

/* line 226, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-star:before {
  content: "\e92d";
}

/* line 229, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-language:before {
  content: "\e92c";
}

/* line 232, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-delete:before {
  content: "\e92a";
}

/* line 235, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-edit:before {
  content: "\e92b";
}

/* line 238, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-work:before {
  content: "\e924";
}

/* line 241, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-budgets_settings:before {
  content: "\e925";
}

/* line 244, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-department:before {
  content: "\e926";
}

/* line 247, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-place:before {
  content: "\e927";
}

/* line 250, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-po-setup:before {
  content: "\e928";
}

/* line 253, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-exit_to_app:before {
  content: "\e929";
}

/* line 256, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-face:before {
  content: "\e923";
}

/* line 259, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-settings:before {
  content: "\e922";
}

/* line 262, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-check:before {
  content: "\e921";
}

/* line 265, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-search:before {
  content: "\e920";
}

/* line 268, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-more:before {
  content: "\e91b";
}

/* line 271, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-internal_file:before {
  content: "\e91c";
}

/* line 274, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-menu:before {
  content: "\e91d";
}

/* line 277, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-monetization:before {
  content: "\e91e";
}

/* line 280, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-send:before {
  content: "\e91f";
}

/* line 283, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-delete_forever:before {
  content: "\e915";
}

/* line 286, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-local_offer:before {
  content: "\e916";
}

/* line 289, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-attach_file:before {
  content: "\e917";
}

/* line 292, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-arrow_drop_up:before {
  content: "\e918";
}

/* line 295, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-arrow_drop_down:before {
  content: "\e919";
}

/* line 298, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-question_answer:before {
  content: "\e91a";
}

/* line 301, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-vpn_key:before {
  content: "\e913";
}

/* line 304, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-person:before {
  content: "\e914";
}

/* line 307, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-arrow_downward:before {
  content: "\e900";
}

/* line 310, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-arrow_upward:before {
  content: "\e901";
}

/* line 313, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-assignment_turned_in:before {
  content: "\e902";
}

/* line 316, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-calculate:before {
  content: "\e903";
}

/* line 319, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-cancel:before {
  content: "\e904";
}

/* line 322, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-check_circle:before {
  content: "\e905";
}

/* line 325, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-close:before {
  content: "\e906";
}

/* line 328, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-email:before {
  content: "\e907";
}

/* line 331, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-folder:before {
  content: "\e908";
}

/* line 334, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-group:before {
  content: "\e909";
}

/* line 337, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-keyboard_arrow_down:before {
  content: "\e90a";
}

/* line 340, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-keyboard_arrow_left:before {
  content: "\e90b";
}

/* line 343, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-keyboard_arrow_right:before {
  content: "\e90c";
}

/* line 346, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-keyboard_arrow_up:before {
  content: "\e90d";
}

/* line 349, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-markunread_mailbox:before {
  content: "\e90e";
}

/* line 352, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-monetization_on:before {
  content: "\e90f";
}

/* line 355, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-new-po:before {
  content: "\e910";
}

/* line 358, app/assets/stylesheets/formir/core/components/icons.scss */
.icon-notifications:before {
  content: "\e911";
}

/* line 361, app/assets/stylesheets/formir/core/components/icons.scss */
.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);
  }
}

/* line 130, app/assets/stylesheets/formir/core/components/form.scss */
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: #000;
  background-color: #fff;
  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;
}

/* line 72, app/assets/stylesheets/formir/core/components/form.scss */
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom):hover, input.hover:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom) {
  border-color: #ccc !important;
  border-style: solid !important;
  background-color: #fff !important;
}

/* line 89, app/assets/stylesheets/formir/core/components/form.scss */
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom):focus, input.focus:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom) {
  border-color: #7886a4 !important;
  border-style: solid !important;
}

/* line 106, app/assets/stylesheets/formir/core/components/form.scss */
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom):disabled, input[disabled]:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom) {
  pointer-events: none;
  cursor: normal;
  opacity: 0.7 !important;
}

/* line 111, app/assets/stylesheets/formir/core/components/form.scss */
input.inverse:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom) {
  background-color: #c6ccda !important;
  border-color: #fff !important;
  color: #fff !important;
}

/* line 116, app/assets/stylesheets/formir/core/components/form.scss */
input.transparent:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom) {
  background-color: transparent !important;
}

/* line 135, app/assets/stylesheets/formir/core/components/form.scss */
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: #000;
  background-color: #fff;
  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;
}

/* line 72, app/assets/stylesheets/formir/core/components/form.scss */
select:not(.custom):hover, select.hover:not(.custom), textarea:not(.custom):hover, textarea.hover:not(.custom), .input:hover, .input.hover, output:not(.custom):hover, output.hover:not(.custom), datalist:not(.custom):hover, datalist.hover:not(.custom) {
  border-color: #ccc !important;
  border-style: solid !important;
  background-color: #fff !important;
}

/* line 89, app/assets/stylesheets/formir/core/components/form.scss */
select:not(.custom):focus, select.focus:not(.custom), textarea:not(.custom):focus, textarea.focus:not(.custom), .input:focus, .input.focus, output:not(.custom):focus, output.focus:not(.custom), datalist:not(.custom):focus, datalist.focus:not(.custom) {
  border-color: #7886a4 !important;
  border-style: solid !important;
}

/* line 106, app/assets/stylesheets/formir/core/components/form.scss */
select:not(.custom):disabled, select[disabled]:not(.custom), textarea:not(.custom):disabled, textarea[disabled]:not(.custom), .input:disabled, .input[disabled], output:not(.custom):disabled, output[disabled]:not(.custom), datalist:not(.custom):disabled, datalist[disabled]:not(.custom) {
  pointer-events: none;
  cursor: normal;
  opacity: 0.7 !important;
}

/* line 111, app/assets/stylesheets/formir/core/components/form.scss */
select.inverse:not(.custom), textarea.inverse:not(.custom), .input.inverse, output.inverse:not(.custom), datalist.inverse:not(.custom) {
  background-color: #c6ccda !important;
  border-color: #fff !important;
  color: #fff !important;
}

/* line 116, app/assets/stylesheets/formir/core/components/form.scss */
select.transparent:not(.custom), textarea.transparent:not(.custom), .input.transparent, output.transparent:not(.custom), datalist.transparent:not(.custom) {
  background-color: transparent !important;
}

/* line 140, app/assets/stylesheets/formir/core/components/form.scss */
select:not(.custom):not([multiple]) {
  height: calc(2rem + (1.2rem * 2) + (1px * 2));
}

/* line 122, app/assets/stylesheets/formir/core/components/form.scss */
select:not(.custom) option {
  height: 2rem;
  padding: 1.2rem 1rem;
  border: none;
}

/* line 150, app/assets/stylesheets/formir/core/components/form.scss */
input.input-xs:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding: 0.48rem 1rem;
  border-radius: 2px;
  border-width: 1px;
  outline-width: none;
  box-shadow: none;
}

/* line 150, app/assets/stylesheets/formir/core/components/form.scss */
input.input-s:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  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;
}

/* line 150, app/assets/stylesheets/formir/core/components/form.scss */
input.input-m:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  font-size: 1.05rem;
  line-height: 1.5rem;
  padding: 0.9rem 0.75rem;
  border-radius: 5px;
  border-width: 1px;
  outline-width: none;
  box-shadow: none;
}

/* line 150, app/assets/stylesheets/formir/core/components/form.scss */
input.input-l:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  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;
}

/* line 150, app/assets/stylesheets/formir/core/components/form.scss */
input.input-r:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  font-size: 1.2rem;
  line-height: 1.4rem;
  padding: 1rem 0.5rem;
  border-radius: 0;
  border-width: 1px;
  outline-width: none;
  box-shadow: none;
}

/* line 166, app/assets/stylesheets/formir/core/components/form.scss */
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;
}

/* line 166, app/assets/stylesheets/formir/core/components/form.scss */
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;
}

/* line 166, app/assets/stylesheets/formir/core/components/form.scss */
select.input-m, textarea.input-m {
  font-size: 1.05rem;
  line-height: 1.5rem;
  padding: 0.9rem 0.75rem;
  border-radius: 5px;
  border-width: 1px;
  outline-width: none;
  box-shadow: none;
}

/* line 166, app/assets/stylesheets/formir/core/components/form.scss */
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;
}

/* line 166, app/assets/stylesheets/formir/core/components/form.scss */
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;
}

/* line 181, app/assets/stylesheets/formir/core/components/form.scss */
select.input-xs:not([multiple]) {
  height: calc(1.2rem + 0.48rem * 2 + 1px * 2);
}

/* line 183, app/assets/stylesheets/formir/core/components/form.scss */
select.input-xs:not([multiple]) option {
  line-height: 1.2rem;
  padding: 0.48rem 1rem;
}

/* line 181, app/assets/stylesheets/formir/core/components/form.scss */
select.input-s:not([multiple]) {
  height: calc(1.4rem + 0.6rem * 2 + 1px * 2);
}

/* line 183, app/assets/stylesheets/formir/core/components/form.scss */
select.input-s:not([multiple]) option {
  line-height: 1.4rem;
  padding: 0.6rem 0.5rem;
}

/* line 181, app/assets/stylesheets/formir/core/components/form.scss */
select.input-m:not([multiple]) {
  height: calc(1.5rem + 0.9rem * 2 + 1px * 2);
}

/* line 183, app/assets/stylesheets/formir/core/components/form.scss */
select.input-m:not([multiple]) option {
  line-height: 1.5rem;
  padding: 0.9rem 0.75rem;
}

/* line 181, app/assets/stylesheets/formir/core/components/form.scss */
select.input-l:not([multiple]) {
  height: calc(2.1rem + 1.26rem * 2 + 1px * 2);
}

/* line 183, app/assets/stylesheets/formir/core/components/form.scss */
select.input-l:not([multiple]) option {
  line-height: 2.1rem;
  padding: 1.26rem 1.05rem;
}

/* line 181, app/assets/stylesheets/formir/core/components/form.scss */
select.input-r:not([multiple]) {
  height: calc(1.4rem + 1rem * 2 + 1px * 2);
}

/* line 183, app/assets/stylesheets/formir/core/components/form.scss */
select.input-r:not([multiple]) option {
  line-height: 1.4rem;
  padding: 1rem 0.5rem;
}

/* line 196, app/assets/stylesheets/formir/core/components/form.scss */
.inputs-xs .input, .inputs-xs input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), .inputs-xs select, .inputs-xs textarea, .inputs-xs[class*="cell"] .input, .inputs-xs[class*="cell"] input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), .inputs-xs[class*="cell"] select, .inputs-xs[class*="cell"] textarea, .size-xs .input, .size-xs input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), .size-xs select, .size-xs textarea, .size-xs[class*="cell"] .input, .size-xs[class*="cell"] input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), .size-xs[class*="cell"] select, .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;
}

/* line 205, app/assets/stylesheets/formir/core/components/form.scss */
.inputs-xs .select, .inputs-xs[class*="cell"] .select, .size-xs .select, .size-xs[class*="cell"] .select {
  min-height: calc( 1.2rem + 0.48rem * 2  + 1px * 2);
}

/* line 208, app/assets/stylesheets/formir/core/components/form.scss */
.inputs-xs .select-content, .inputs-xs[class*="cell"] .select-content, .size-xs .select-content, .size-xs[class*="cell"] .select-content {
  border-radius: 2px;
  border-width: 1px;
  outline: none;
  box-shadow: none;
}

/* line 214, app/assets/stylesheets/formir/core/components/form.scss */
.inputs-xs select:not([multiple]), .inputs-xs[class*="cell"] select:not([multiple]), .size-xs select:not([multiple]), .size-xs[class*="cell"] select:not([multiple]) {
  height: calc( 1.2rem + 0.48rem * 2 + 1px * 2);
}

/* line 216, app/assets/stylesheets/formir/core/components/form.scss */
.inputs-xs select:not([multiple]) option, .inputs-xs[class*="cell"] select:not([multiple]) option, .size-xs select:not([multiple]) option, .size-xs[class*="cell"] select:not([multiple]) option {
  line-height: 1.2rem;
  padding: 0.48rem 1rem;
}

/* line 196, app/assets/stylesheets/formir/core/components/form.scss */
.inputs-s .input, .inputs-s input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), .inputs-s select, .inputs-s textarea, .inputs-s[class*="cell"] .input, .inputs-s[class*="cell"] input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), .inputs-s[class*="cell"] select, .inputs-s[class*="cell"] textarea, .size-s .input, .size-s input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), .size-s select, .size-s textarea, .size-s[class*="cell"] .input, .size-s[class*="cell"] input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), .size-s[class*="cell"] select, .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;
}

/* line 205, app/assets/stylesheets/formir/core/components/form.scss */
.inputs-s .select, .inputs-s[class*="cell"] .select, .size-s .select, .size-s[class*="cell"] .select {
  min-height: calc( 1.4rem + 0.6rem * 2  + 1px * 2);
}

/* line 208, app/assets/stylesheets/formir/core/components/form.scss */
.inputs-s .select-content, .inputs-s[class*="cell"] .select-content, .size-s .select-content, .size-s[class*="cell"] .select-content {
  border-radius: 2px;
  border-width: 1px;
  outline: none;
  box-shadow: none;
}

/* line 214, app/assets/stylesheets/formir/core/components/form.scss */
.inputs-s select:not([multiple]), .inputs-s[class*="cell"] select:not([multiple]), .size-s select:not([multiple]), .size-s[class*="cell"] select:not([multiple]) {
  height: calc( 1.4rem + 0.6rem * 2 + 1px * 2);
}

/* line 216, app/assets/stylesheets/formir/core/components/form.scss */
.inputs-s select:not([multiple]) option, .inputs-s[class*="cell"] select:not([multiple]) option, .size-s select:not([multiple]) option, .size-s[class*="cell"] select:not([multiple]) option {
  line-height: 1.4rem;
  padding: 0.6rem 0.5rem;
}

/* line 196, app/assets/stylesheets/formir/core/components/form.scss */
.inputs-m .input, .inputs-m input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), .inputs-m select, .inputs-m textarea, .inputs-m[class*="cell"] .input, .inputs-m[class*="cell"] input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), .inputs-m[class*="cell"] select, .inputs-m[class*="cell"] textarea, .size-m .input, .size-m input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), .size-m select, .size-m textarea, .size-m[class*="cell"] .input, .size-m[class*="cell"] input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), .size-m[class*="cell"] select, .size-m[class*="cell"] textarea {
  font-size: 1.05rem;
  line-height: 1.5rem;
  padding: 0.9rem 0.75rem;
  border-radius: 5px;
  border-width: 1px;
  outline: none;
  box-shadow: none;
}

/* line 205, app/assets/stylesheets/formir/core/components/form.scss */
.inputs-m .select, .inputs-m[class*="cell"] .select, .size-m .select, .size-m[class*="cell"] .select {
  min-height: calc( 1.5rem + 0.9rem * 2  + 1px * 2);
}

/* line 208, app/assets/stylesheets/formir/core/components/form.scss */
.inputs-m .select-content, .inputs-m[class*="cell"] .select-content, .size-m .select-content, .size-m[class*="cell"] .select-content {
  border-radius: 5px;
  border-width: 1px;
  outline: none;
  box-shadow: none;
}

/* line 214, app/assets/stylesheets/formir/core/components/form.scss */
.inputs-m select:not([multiple]), .inputs-m[class*="cell"] select:not([multiple]), .size-m select:not([multiple]), .size-m[class*="cell"] select:not([multiple]) {
  height: calc( 1.5rem + 0.9rem * 2 + 1px * 2);
}

/* line 216, app/assets/stylesheets/formir/core/components/form.scss */
.inputs-m select:not([multiple]) option, .inputs-m[class*="cell"] select:not([multiple]) option, .size-m select:not([multiple]) option, .size-m[class*="cell"] select:not([multiple]) option {
  line-height: 1.5rem;
  padding: 0.9rem 0.75rem;
}

/* line 196, app/assets/stylesheets/formir/core/components/form.scss */
.inputs-l .input, .inputs-l input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), .inputs-l select, .inputs-l textarea, .inputs-l[class*="cell"] .input, .inputs-l[class*="cell"] input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), .inputs-l[class*="cell"] select, .inputs-l[class*="cell"] textarea, .size-l .input, .size-l input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), .size-l select, .size-l textarea, .size-l[class*="cell"] .input, .size-l[class*="cell"] input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), .size-l[class*="cell"] select, .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;
}

/* line 205, app/assets/stylesheets/formir/core/components/form.scss */
.inputs-l .select, .inputs-l[class*="cell"] .select, .size-l .select, .size-l[class*="cell"] .select {
  min-height: calc( 2.1rem + 1.26rem * 2  + 1px * 2);
}

/* line 208, app/assets/stylesheets/formir/core/components/form.scss */
.inputs-l .select-content, .inputs-l[class*="cell"] .select-content, .size-l .select-content, .size-l[class*="cell"] .select-content {
  border-radius: 4px;
  border-width: 1px;
  outline: none;
  box-shadow: none;
}

/* line 214, app/assets/stylesheets/formir/core/components/form.scss */
.inputs-l select:not([multiple]), .inputs-l[class*="cell"] select:not([multiple]), .size-l select:not([multiple]), .size-l[class*="cell"] select:not([multiple]) {
  height: calc( 2.1rem + 1.26rem * 2 + 1px * 2);
}

/* line 216, app/assets/stylesheets/formir/core/components/form.scss */
.inputs-l select:not([multiple]) option, .inputs-l[class*="cell"] select:not([multiple]) option, .size-l select:not([multiple]) option, .size-l[class*="cell"] select:not([multiple]) option {
  line-height: 2.1rem;
  padding: 1.26rem 1.05rem;
}

/* line 196, app/assets/stylesheets/formir/core/components/form.scss */
.inputs-r .input, .inputs-r input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), .inputs-r select, .inputs-r textarea, .inputs-r[class*="cell"] .input, .inputs-r[class*="cell"] input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), .inputs-r[class*="cell"] select, .inputs-r[class*="cell"] textarea, .size-r .input, .size-r input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), .size-r select, .size-r textarea, .size-r[class*="cell"] .input, .size-r[class*="cell"] input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), .size-r[class*="cell"] select, .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;
}

/* line 205, app/assets/stylesheets/formir/core/components/form.scss */
.inputs-r .select, .inputs-r[class*="cell"] .select, .size-r .select, .size-r[class*="cell"] .select {
  min-height: calc( 1.4rem + 1rem * 2  + 1px * 2);
}

/* line 208, app/assets/stylesheets/formir/core/components/form.scss */
.inputs-r .select-content, .inputs-r[class*="cell"] .select-content, .size-r .select-content, .size-r[class*="cell"] .select-content {
  border-radius: 0;
  border-width: 1px;
  outline: none;
  box-shadow: none;
}

/* line 214, app/assets/stylesheets/formir/core/components/form.scss */
.inputs-r select:not([multiple]), .inputs-r[class*="cell"] select:not([multiple]), .size-r select:not([multiple]), .size-r[class*="cell"] select:not([multiple]) {
  height: calc( 1.4rem + 1rem * 2 + 1px * 2);
}

/* line 216, app/assets/stylesheets/formir/core/components/form.scss */
.inputs-r select:not([multiple]) option, .inputs-r[class*="cell"] select:not([multiple]) option, .size-r select:not([multiple]) option, .size-r[class*="cell"] select:not([multiple]) option {
  line-height: 1.4rem;
  padding: 1rem 0.5rem;
}

/* line 228, app/assets/stylesheets/formir/core/components/form.scss */
form label.label {
  text-transform: none;
  font-size: 1.4rem;
  line-height: normal;
  font-weight: normal;
  color: #294058;
  min-height: normal;
  display: block;
}

/* line 238, app/assets/stylesheets/formir/core/components/form.scss */
form .hint {
  text-transform: none;
  font-size: 1rem;
  line-height: 1.35rem;
  font-weight: normal;
  color: #2a2a2a;
}

/* line 245, app/assets/stylesheets/formir/core/components/form.scss */
form .hint.has-tooltip {
  z-index: auto;
  min-height: calc(0.45rem * 2 + 1.35em);
}

/* line 248, app/assets/stylesheets/formir/core/components/form.scss */
form .hint.has-tooltip .tooltip {
  display: table;
}

/* line 252, app/assets/stylesheets/formir/core/components/form.scss */
form .hint .tooltip {
  top: 5px !important;
  right: 0 !important;
}

/* line 271, app/assets/stylesheets/formir/core/components/form.scss */
form.validate .has-tooltip input.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 select.touched.invalid:focus .tooltip, form.validate .has-tooltip textarea.touched:invalid:focus .tooltip, form.validate .has-tooltip textarea.touched.invalid:focus .tooltip {
  display: table !important;
}

/* line 292, app/assets/stylesheets/formir/core/components/form.scss */
form.validate .has-tooltip input.touched .tooltip, form.validate .has-tooltip select.touched .tooltip, form.validate .has-tooltip textarea.touched .tooltip {
  display: none !important;
  background-color: #ff004e;
  color: #fff;
  right: 0 !important;
  bottom: auto;
  top: calc(100% + 5px);
  right: -10px;
  left: auto;
  margin-top: 5px;
}

/* line 317, app/assets/stylesheets/formir/core/components/form.scss */
form.validate input.touched:not(:focus):invalid, form.validate input.touched.invalid:not(:focus), form.validate select.touched:not(:focus):invalid, form.validate select.touched.invalid:not(:focus), form.validate textarea.touched:not(:focus):invalid, form.validate textarea.touched.invalid:not(:focus) {
  color: #000;
  background-color: white;
  border-color: #ff0039;
}

/* line 320, app/assets/stylesheets/formir/core/components/form.scss */
form.validate input.touched:not(:focus):valid, form.validate input.touched.valid:not(:focus), form.validate select.touched:not(:focus):valid, form.validate select.touched.valid:not(:focus), form.validate textarea.touched:not(:focus):valid, form.validate textarea.touched.valid:not(:focus) {
  color: #84b500;
  background-color: white;
  border-color: #84b500;
}

/* line 328, app/assets/stylesheets/formir/core/components/form.scss */
form.validate .select-arrow select.touched:not(:focus):invalid + span:after, form.validate .select-arrow select.touched.invalid:not(:focus) + span:after {
  color: #000;
}

/* line 333, app/assets/stylesheets/formir/core/components/form.scss */
form.validate .select-arrow select.touched:not(:focus):valid + span:after, form.validate .select-arrow select.touched.valid:not(:focus) + span:after {
  color: #84b500;
}

/* line 342, app/assets/stylesheets/formir/core/components/form.scss */
.control, .control-group {
  position: relative;
}

/* line 345, app/assets/stylesheets/formir/core/components/form.scss */
.control.has-tooltip, .control-group.has-tooltip {
  z-index: auto;
}

/* line 349, app/assets/stylesheets/formir/core/components/form.scss */
.control.has-tooltip:hover .tooltip, .control-group.has-tooltip:hover .tooltip {
  display: none;
}

/* line 357, app/assets/stylesheets/formir/core/components/form.scss */
.control.has-tooltip input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom):focus ~ .tooltip, .control.has-tooltip select:focus ~ .tooltip, .control.has-tooltip textarea:focus ~ .tooltip, .control-group.has-tooltip input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom):focus ~ .tooltip, .control-group.has-tooltip select:focus ~ .tooltip, .control-group.has-tooltip textarea:focus ~ .tooltip {
  display: block;
}

/* line 371, app/assets/stylesheets/formir/core/components/form.scss */
.control .tooltip, .control-group .tooltip {
  right: 0 !important;
}

/* line 384, app/assets/stylesheets/formir/core/components/form.scss */
.control.inverse input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom), .control.inverse select, .control.inverse textarea, .inverse[class*="cell"] input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom), .inverse[class*="cell"] select, .inverse[class*="cell"] textarea, .control-group.inverse input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom), .control-group.inverse select, .control-group.inverse textarea {
  background-color: #c6ccda;
  border-color: #fff;
  color: #fff;
}

/* line 391, app/assets/stylesheets/formir/core/components/form.scss */
.control.transparent input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom), .control.transparent select, .control.transparent textarea, .transparent[class*="cell"] input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom), .transparent[class*="cell"] select, .transparent[class*="cell"] textarea, .control-group.transparent input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom), .control-group.transparent select, .control-group.transparent textarea {
  background-color: transparent;
}

/* line 395, app/assets/stylesheets/formir/core/components/form.scss */
.control[class*="icon-"], [class*="cell"][class*="icon-"], .control-group[class*="icon-"] {
  position: relative;
}

/* line 398, app/assets/stylesheets/formir/core/components/form.scss */
.control.left-icon[class*="icon-"]:before, .left-icon[class*="cell"][class*="icon-"]:before, .control-group.left-icon[class*="icon-"]:before {
  left: calc(0.5em + 1rem);
  right: auto;
}

/* line 402, app/assets/stylesheets/formir/core/components/form.scss */
.control.left-icon[class*="icon-"] input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom), .control.left-icon[class*="icon-"] select, .control.left-icon[class*="icon-"] textarea, .left-icon[class*="cell"][class*="icon-"] input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom), .left-icon[class*="cell"][class*="icon-"] select, .left-icon[class*="cell"][class*="icon-"] textarea, .control-group.left-icon[class*="icon-"] input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom), .control-group.left-icon[class*="icon-"] select, .control-group.left-icon[class*="icon-"] textarea {
  padding-left: calc(2em + 1rem);
}

/* line 407, app/assets/stylesheets/formir/core/components/form.scss */
.control.inverse[class*="icon-"]:before, .inverse[class*="cell"][class*="icon-"]:before, .control-group.inverse[class*="icon-"]:before {
  color: #fff;
}

/* line 411, app/assets/stylesheets/formir/core/components/form.scss */
.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: calc(0.5em + 1rem);
  color: #2a2a2a;
  z-index: 2;
  pointer-events: none;
  height: 1em;
}

/* line 423, app/assets/stylesheets/formir/core/components/form.scss */
.control[class*="icon-"] input, .control[class*="icon-"] select, .control[class*="icon-"] textarea, [class*="cell"][class*="icon-"] input, [class*="cell"][class*="icon-"] select, [class*="cell"][class*="icon-"] textarea, .control-group[class*="icon-"] input, .control-group[class*="icon-"] select, .control-group[class*="icon-"] textarea {
  padding-right: calc(2em + 1rem);
}

/* line 426, app/assets/stylesheets/formir/core/components/form.scss */
.control[class*="icon-"] select, [class*="cell"][class*="icon-"] select, .control-group[class*="icon-"] select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 432, app/assets/stylesheets/formir/core/components/form.scss */
.control.select-arrow, .select-arrow[class*="cell"], .control-group.select-arrow {
  position: relative;
}

/* line 434, app/assets/stylesheets/formir/core/components/form.scss */
.control.select-arrow select, .select-arrow[class*="cell"] select, .control-group.select-arrow select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: calc(2em + 1rem);
}

/* line 440, app/assets/stylesheets/formir/core/components/form.scss */
.control.select-arrow select.inverse + span:after, .select-arrow[class*="cell"] select.inverse + span:after, .control-group.select-arrow select.inverse + span:after {
  color: #fff;
}

/* line 444, app/assets/stylesheets/formir/core/components/form.scss */
.control.select-arrow select + span:after, .select-arrow[class*="cell"] 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: "";
  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: calc(1.1666666667rem + 1rem);
}

/* line 449, app/assets/stylesheets/formir/core/components/form.scss */
.control.select-arrow select:focus + span:after, .select-arrow[class*="cell"] select:focus + span:after, .control-group.select-arrow select:focus + span:after {
  content: "";
  color: #7886a4;
}

/* line 455, app/assets/stylesheets/formir/core/components/form.scss */
.control.select-arrow select:hover + span:after, .select-arrow[class*="cell"] select:hover + span:after, .control-group.select-arrow select:hover + span:after {
  color: #ccc;
}

/* line 462, app/assets/stylesheets/formir/core/components/form.scss */
.control.select-arrow.inverse select + span:after, .select-arrow.inverse[class*="cell"] select + span:after, .control-group.select-arrow.inverse select + span:after {
  color: #fff;
}

/* line 468, app/assets/stylesheets/formir/core/components/form.scss */
.control[data-addon], [class*="cell"][data-addon], .control-group[data-addon] {
  position: relative;
}

/* line 471, app/assets/stylesheets/formir/core/components/form.scss */
.control.left-addon[data-addon]:after, .left-addon[class*="cell"][data-addon]:after, .control-group.left-addon[data-addon]:after {
  left: calc(2em + 1rem);
  right: auto;
  text-align: left;
}

/* line 476, app/assets/stylesheets/formir/core/components/form.scss */
.control.left-addon[data-addon] input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom), .control.left-addon[data-addon] select, .control.left-addon[data-addon] textarea, .left-addon[class*="cell"][data-addon] input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom), .left-addon[class*="cell"][data-addon] select, .left-addon[class*="cell"][data-addon] textarea, .control-group.left-addon[data-addon] input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom), .control-group.left-addon[data-addon] select, .control-group.left-addon[data-addon] textarea {
  padding-left: calc(3em + 1rem);
  padding-right: 1rem;
}

/* line 482, app/assets/stylesheets/formir/core/components/form.scss */
.control.inverse[data-addon]:after, .inverse[class*="cell"][data-addon]:after, .control-group.inverse[data-addon]:after {
  color: #fff;
}

/* line 486, app/assets/stylesheets/formir/core/components/form.scss */
.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: calc(0.5em + 1rem);
  color: #2a2a2a;
  text-transform: uppercase;
  z-index: 2;
  content: attr(data-addon);
  pointer-events: none;
  height: 2rem;
  white-space: nowrap;
  text-align: right;
}

/* line 503, app/assets/stylesheets/formir/core/components/form.scss */
.control[data-addon] input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom), .control[data-addon] select, .control[data-addon] textarea, [class*="cell"][data-addon] input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom), [class*="cell"][data-addon] select, [class*="cell"][data-addon] textarea, .control-group[data-addon] input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom), .control-group[data-addon] select, .control-group[data-addon] textarea {
  padding-right: calc(3em + 1rem);
}

/* line 515, app/assets/stylesheets/formir/core/components/form.scss */
form.has-error.inverse.transparent[class*="icon-"]:before, form.has-error.inverse.transparent[data-addon]:after, form.has-error.inverse.transparent.select-arrow select + span:after, .control.has-error.inverse.transparent[class*="icon-"]:before, .control.has-error.inverse.transparent[data-addon]:after, .control.has-error.inverse.transparent.select-arrow select + span:after, .has-error.inverse.transparent[class*="cell"][class*="icon-"]:before, .has-error.inverse.transparent[class*="cell"][data-addon]:after, .has-error.inverse.transparent.select-arrow[class*="cell"] select + span:after, .control-group.has-error.inverse.transparent[class*="icon-"]:before, .control-group.has-error.inverse.transparent[data-addon]:after, .control-group.has-error.inverse.transparent.select-arrow select + span:after {
  color: #000;
}

/* line 522, app/assets/stylesheets/formir/core/components/form.scss */
form.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 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), .has-error[class*="cell"] input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom), .has-error.inverse.transparent[class*="cell"] 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), .control-group.has-error.inverse.transparent input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom) {
  color: #000;
  background-color: white;
  border-color: #ff0039;
}

/* line 534, app/assets/stylesheets/formir/core/components/form.scss */
form.has-error select, form.has-error textarea, form.has-error output, form.has-error data-list, form.has-error .input, form.has-error.inverse.transparent select, form.has-error.inverse.transparent textarea, form.has-error.inverse.transparent output, form.has-error.inverse.transparent data-list, form.has-error.inverse.transparent .input, .control.has-error select, .control.has-error textarea, .control.has-error output, .control.has-error data-list, .control.has-error .input, .control.has-error.inverse.transparent select, .control.has-error.inverse.transparent textarea, .control.has-error.inverse.transparent output, .control.has-error.inverse.transparent data-list, .control.has-error.inverse.transparent .input, .has-error[class*="cell"] select, .has-error[class*="cell"] textarea, .has-error[class*="cell"] output, .has-error[class*="cell"] data-list, .has-error[class*="cell"] .input, .has-error.inverse.transparent[class*="cell"] select, .has-error.inverse.transparent[class*="cell"] textarea, .has-error.inverse.transparent[class*="cell"] output, .has-error.inverse.transparent[class*="cell"] data-list, .has-error.inverse.transparent[class*="cell"] .input, .control-group.has-error select, .control-group.has-error textarea, .control-group.has-error output, .control-group.has-error data-list, .control-group.has-error .input, .control-group.has-error.inverse.transparent select, .control-group.has-error.inverse.transparent textarea, .control-group.has-error.inverse.transparent output, .control-group.has-error.inverse.transparent data-list, .control-group.has-error.inverse.transparent .input {
  color: #000;
  background-color: white;
  color: #000;
  border-color: #ff0039;
}

/* line 554, app/assets/stylesheets/formir/core/components/form.scss */
form.has-error .hint, form.has-error.inverse.transparent .hint, .control.has-error .hint, .control.has-error.inverse.transparent .hint, .has-error[class*="cell"] .hint, .has-error.inverse.transparent[class*="cell"] .hint, .control-group.has-error .hint, .control-group.has-error.inverse.transparent .hint {
  color: #000;
}

/* line 562, app/assets/stylesheets/formir/core/components/form.scss */
form.has-error .tooltip, form.has-error.inverse.transparent .tooltip, .control.has-error .tooltip, .control.has-error.inverse.transparent .tooltip, .has-error[class*="cell"] .tooltip, .has-error.inverse.transparent[class*="cell"] .tooltip, .control-group.has-error .tooltip, .control-group.has-error.inverse.transparent .tooltip {
  background-color: #ff004e;
  color: #fff;
  bottom: auto;
  top: calc(100% + 5px);
  right: -10px;
  left: auto;
  margin-top: 5px;
}

/* line 579, app/assets/stylesheets/formir/core/components/form.scss */
form.has-error.inverse select, form.has-error.inverse textarea, form.has-error.inverse output, form.has-error.inverse data-list, form.has-error.inverse .input, form.has-error.inverse input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom), .control.has-error.inverse select, .control.has-error.inverse textarea, .control.has-error.inverse output, .control.has-error.inverse data-list, .control.has-error.inverse .input, .control.has-error.inverse input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom), .has-error.inverse[class*="cell"] select, .has-error.inverse[class*="cell"] textarea, .has-error.inverse[class*="cell"] output, .has-error.inverse[class*="cell"] data-list, .has-error.inverse[class*="cell"] .input, .has-error.inverse[class*="cell"] input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom), .control-group.has-error.inverse select, .control-group.has-error.inverse textarea, .control-group.has-error.inverse output, .control-group.has-error.inverse data-list, .control-group.has-error.inverse .input, .control-group.has-error.inverse input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom) {
  background-color: #ff0039;
  border-color: white;
  color: white;
}

/* line 592, app/assets/stylesheets/formir/core/components/form.scss */
form.has-error.inverse[class*="icon-"]:before, form.has-error.inverse[data-addon]:after, form.has-error.inverse.select-arrow select + span:after, form.has-error.inverse .control[class*="icon-"]:before, form.has-error.inverse .control[data-addon]:after, form.has-error.inverse .control.select-arrow select + span:after, form.has-error.inverse [class*="cell"][class*="icon-"]:before, form.has-error.inverse [class*="cell"][data-addon]:after, form.has-error.inverse .select-arrow[class*="cell"] select + span:after, form.has-error.inverse .control-group[class*="icon-"]:before, form.has-error.inverse .control-group[data-addon]:after, form.has-error.inverse .control-group.select-arrow select + span:after, .control.has-error.inverse[class*="icon-"]:before, .control.has-error.inverse[data-addon]:after, .control.has-error.inverse.select-arrow select + span:after, .control.has-error.inverse .control[class*="icon-"]:before, .control.has-error.inverse .control[data-addon]:after, .control.has-error.inverse .control.select-arrow select + span:after, .control.has-error.inverse [class*="cell"][class*="icon-"]:before, .control.has-error.inverse [class*="cell"][data-addon]:after, .control.has-error.inverse .select-arrow[class*="cell"] select + span:after, .control.has-error.inverse .control-group[class*="icon-"]:before, .control.has-error.inverse .control-group[data-addon]:after, .control.has-error.inverse .control-group.select-arrow select + span:after, .has-error.inverse[class*="cell"][class*="icon-"]:before, .has-error.inverse[class*="cell"][data-addon]:after, .has-error.inverse.select-arrow[class*="cell"] select + span:after, .has-error.inverse[class*="cell"] .control[class*="icon-"]:before, .has-error.inverse[class*="cell"] .control[data-addon]:after, .has-error.inverse[class*="cell"] .control.select-arrow select + span:after, .has-error.inverse[class*="cell"] [class*="cell"][class*="icon-"]:before, .has-error.inverse[class*="cell"] [class*="cell"][data-addon]:after, .has-error.inverse[class*="cell"] .select-arrow[class*="cell"] select + span:after, .has-error.inverse[class*="cell"] .control-group[class*="icon-"]:before, .has-error.inverse[class*="cell"] .control-group[data-addon]:after, .has-error.inverse[class*="cell"] .control-group.select-arrow select + span:after, .control-group.has-error.inverse[class*="icon-"]:before, .control-group.has-error.inverse[data-addon]:after, .control-group.has-error.inverse.select-arrow select + span:after, .control-group.has-error.inverse .control[class*="icon-"]:before, .control-group.has-error.inverse .control[data-addon]:after, .control-group.has-error.inverse .control.select-arrow select + span:after, .control-group.has-error.inverse [class*="cell"][class*="icon-"]:before, .control-group.has-error.inverse [class*="cell"][data-addon]:after, .control-group.has-error.inverse .select-arrow[class*="cell"] select + span:after, .control-group.has-error.inverse .control-group[class*="icon-"]:before, .control-group.has-error.inverse .control-group[data-addon]:after, .control-group.has-error.inverse .control-group.select-arrow select + span:after {
  color: white;
}

/* line 599, app/assets/stylesheets/formir/core/components/form.scss */
form.has-error[class*="icon-"]:before, form.has-error[data-addon]:after, form.has-error.select-arrow select + span:after, .control.has-error[class*="icon-"]:before, .control.has-error[data-addon]:after, .control.has-error.select-arrow select + span:after, .has-error[class*="cell"][class*="icon-"]:before, .has-error[class*="cell"][data-addon]:after, .has-error.select-arrow[class*="cell"] select + span:after, .control-group.has-error[class*="icon-"]:before, .control-group.has-error[data-addon]:after, .control-group.has-error.select-arrow select + span:after {
  color: #000;
}

/* line 515, app/assets/stylesheets/formir/core/components/form.scss */
form.has-warning.inverse.transparent[class*="icon-"]:before, form.has-warning.inverse.transparent[data-addon]:after, form.has-warning.inverse.transparent.select-arrow select + span:after, .control.has-warning.inverse.transparent[class*="icon-"]:before, .control.has-warning.inverse.transparent[data-addon]:after, .control.has-warning.inverse.transparent.select-arrow select + span:after, .has-warning.inverse.transparent[class*="cell"][class*="icon-"]:before, .has-warning.inverse.transparent[class*="cell"][data-addon]:after, .has-warning.inverse.transparent.select-arrow[class*="cell"] select + span:after, .control-group.has-warning.inverse.transparent[class*="icon-"]:before, .control-group.has-warning.inverse.transparent[data-addon]:after, .control-group.has-warning.inverse.transparent.select-arrow select + span:after {
  color: #000;
}

/* line 522, app/assets/stylesheets/formir/core/components/form.scss */
form.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 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), .has-warning[class*="cell"] input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom), .has-warning.inverse.transparent[class*="cell"] 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), .control-group.has-warning.inverse.transparent input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom) {
  color: #000;
  background-color: white;
  border-color: #faac18;
}

/* line 534, app/assets/stylesheets/formir/core/components/form.scss */
form.has-warning select, form.has-warning textarea, form.has-warning output, form.has-warning data-list, form.has-warning .input, form.has-warning.inverse.transparent select, form.has-warning.inverse.transparent textarea, form.has-warning.inverse.transparent output, form.has-warning.inverse.transparent data-list, form.has-warning.inverse.transparent .input, .control.has-warning select, .control.has-warning textarea, .control.has-warning output, .control.has-warning data-list, .control.has-warning .input, .control.has-warning.inverse.transparent select, .control.has-warning.inverse.transparent textarea, .control.has-warning.inverse.transparent output, .control.has-warning.inverse.transparent data-list, .control.has-warning.inverse.transparent .input, .has-warning[class*="cell"] select, .has-warning[class*="cell"] textarea, .has-warning[class*="cell"] output, .has-warning[class*="cell"] data-list, .has-warning[class*="cell"] .input, .has-warning.inverse.transparent[class*="cell"] select, .has-warning.inverse.transparent[class*="cell"] textarea, .has-warning.inverse.transparent[class*="cell"] output, .has-warning.inverse.transparent[class*="cell"] data-list, .has-warning.inverse.transparent[class*="cell"] .input, .control-group.has-warning select, .control-group.has-warning textarea, .control-group.has-warning output, .control-group.has-warning data-list, .control-group.has-warning .input, .control-group.has-warning.inverse.transparent select, .control-group.has-warning.inverse.transparent textarea, .control-group.has-warning.inverse.transparent output, .control-group.has-warning.inverse.transparent data-list, .control-group.has-warning.inverse.transparent .input {
  color: #000;
  background-color: white;
  color: #000;
  border-color: #faac18;
}

/* line 554, app/assets/stylesheets/formir/core/components/form.scss */
form.has-warning .hint, form.has-warning.inverse.transparent .hint, .control.has-warning .hint, .control.has-warning.inverse.transparent .hint, .has-warning[class*="cell"] .hint, .has-warning.inverse.transparent[class*="cell"] .hint, .control-group.has-warning .hint, .control-group.has-warning.inverse.transparent .hint {
  color: #000;
}

/* line 562, app/assets/stylesheets/formir/core/components/form.scss */
form.has-warning .tooltip, form.has-warning.inverse.transparent .tooltip, .control.has-warning .tooltip, .control.has-warning.inverse.transparent .tooltip, .has-warning[class*="cell"] .tooltip, .has-warning.inverse.transparent[class*="cell"] .tooltip, .control-group.has-warning .tooltip, .control-group.has-warning.inverse.transparent .tooltip {
  background-color: #ff004e;
  color: #fff;
  bottom: auto;
  top: calc(100% + 5px);
  right: -10px;
  left: auto;
  margin-top: 5px;
}

/* line 579, app/assets/stylesheets/formir/core/components/form.scss */
form.has-warning.inverse select, form.has-warning.inverse textarea, form.has-warning.inverse output, form.has-warning.inverse data-list, form.has-warning.inverse .input, form.has-warning.inverse input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom), .control.has-warning.inverse select, .control.has-warning.inverse textarea, .control.has-warning.inverse output, .control.has-warning.inverse data-list, .control.has-warning.inverse .input, .control.has-warning.inverse input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom), .has-warning.inverse[class*="cell"] select, .has-warning.inverse[class*="cell"] textarea, .has-warning.inverse[class*="cell"] output, .has-warning.inverse[class*="cell"] data-list, .has-warning.inverse[class*="cell"] .input, .has-warning.inverse[class*="cell"] input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom), .control-group.has-warning.inverse select, .control-group.has-warning.inverse textarea, .control-group.has-warning.inverse output, .control-group.has-warning.inverse data-list, .control-group.has-warning.inverse .input, .control-group.has-warning.inverse input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom) {
  background-color: #faac18;
  border-color: white;
  color: white;
}

/* line 592, app/assets/stylesheets/formir/core/components/form.scss */
form.has-warning.inverse[class*="icon-"]:before, form.has-warning.inverse[data-addon]:after, form.has-warning.inverse.select-arrow select + span:after, form.has-warning.inverse .control[class*="icon-"]:before, form.has-warning.inverse .control[data-addon]:after, form.has-warning.inverse .control.select-arrow select + span:after, form.has-warning.inverse [class*="cell"][class*="icon-"]:before, form.has-warning.inverse [class*="cell"][data-addon]:after, form.has-warning.inverse .select-arrow[class*="cell"] select + span:after, form.has-warning.inverse .control-group[class*="icon-"]:before, form.has-warning.inverse .control-group[data-addon]:after, form.has-warning.inverse .control-group.select-arrow select + span:after, .control.has-warning.inverse[class*="icon-"]:before, .control.has-warning.inverse[data-addon]:after, .control.has-warning.inverse.select-arrow select + span:after, .control.has-warning.inverse .control[class*="icon-"]:before, .control.has-warning.inverse .control[data-addon]:after, .control.has-warning.inverse .control.select-arrow select + span:after, .control.has-warning.inverse [class*="cell"][class*="icon-"]:before, .control.has-warning.inverse [class*="cell"][data-addon]:after, .control.has-warning.inverse .select-arrow[class*="cell"] select + span:after, .control.has-warning.inverse .control-group[class*="icon-"]:before, .control.has-warning.inverse .control-group[data-addon]:after, .control.has-warning.inverse .control-group.select-arrow select + span:after, .has-warning.inverse[class*="cell"][class*="icon-"]:before, .has-warning.inverse[class*="cell"][data-addon]:after, .has-warning.inverse.select-arrow[class*="cell"] select + span:after, .has-warning.inverse[class*="cell"] .control[class*="icon-"]:before, .has-warning.inverse[class*="cell"] .control[data-addon]:after, .has-warning.inverse[class*="cell"] .control.select-arrow select + span:after, .has-warning.inverse[class*="cell"] [class*="cell"][class*="icon-"]:before, .has-warning.inverse[class*="cell"] [class*="cell"][data-addon]:after, .has-warning.inverse[class*="cell"] .select-arrow[class*="cell"] select + span:after, .has-warning.inverse[class*="cell"] .control-group[class*="icon-"]:before, .has-warning.inverse[class*="cell"] .control-group[data-addon]:after, .has-warning.inverse[class*="cell"] .control-group.select-arrow select + span:after, .control-group.has-warning.inverse[class*="icon-"]:before, .control-group.has-warning.inverse[data-addon]:after, .control-group.has-warning.inverse.select-arrow select + span:after, .control-group.has-warning.inverse .control[class*="icon-"]:before, .control-group.has-warning.inverse .control[data-addon]:after, .control-group.has-warning.inverse .control.select-arrow select + span:after, .control-group.has-warning.inverse [class*="cell"][class*="icon-"]:before, .control-group.has-warning.inverse [class*="cell"][data-addon]:after, .control-group.has-warning.inverse .select-arrow[class*="cell"] select + span:after, .control-group.has-warning.inverse .control-group[class*="icon-"]:before, .control-group.has-warning.inverse .control-group[data-addon]:after, .control-group.has-warning.inverse .control-group.select-arrow select + span:after {
  color: white;
}

/* line 599, app/assets/stylesheets/formir/core/components/form.scss */
form.has-warning[class*="icon-"]:before, form.has-warning[data-addon]:after, form.has-warning.select-arrow select + span:after, .control.has-warning[class*="icon-"]:before, .control.has-warning[data-addon]:after, .control.has-warning.select-arrow select + span:after, .has-warning[class*="cell"][class*="icon-"]:before, .has-warning[class*="cell"][data-addon]:after, .has-warning.select-arrow[class*="cell"] select + span:after, .control-group.has-warning[class*="icon-"]:before, .control-group.has-warning[data-addon]:after, .control-group.has-warning.select-arrow select + span:after {
  color: #000;
}

/* line 515, app/assets/stylesheets/formir/core/components/form.scss */
form.has-info.inverse.transparent[class*="icon-"]:before, form.has-info.inverse.transparent[data-addon]:after, form.has-info.inverse.transparent.select-arrow select + span:after, .control.has-info.inverse.transparent[class*="icon-"]:before, .control.has-info.inverse.transparent[data-addon]:after, .control.has-info.inverse.transparent.select-arrow select + span:after, .has-info.inverse.transparent[class*="cell"][class*="icon-"]:before, .has-info.inverse.transparent[class*="cell"][data-addon]:after, .has-info.inverse.transparent.select-arrow[class*="cell"] select + span:after, .control-group.has-info.inverse.transparent[class*="icon-"]:before, .control-group.has-info.inverse.transparent[data-addon]:after, .control-group.has-info.inverse.transparent.select-arrow select + span:after {
  color: #959db1;
}

/* line 522, app/assets/stylesheets/formir/core/components/form.scss */
form.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 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), .has-info[class*="cell"] input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom), .has-info.inverse.transparent[class*="cell"] 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), .control-group.has-info.inverse.transparent input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom) {
  color: #959db1;
  background-color: white;
  border-color: #959db1;
}

/* line 534, app/assets/stylesheets/formir/core/components/form.scss */
form.has-info select, form.has-info textarea, form.has-info output, form.has-info data-list, form.has-info .input, form.has-info.inverse.transparent select, form.has-info.inverse.transparent textarea, form.has-info.inverse.transparent output, form.has-info.inverse.transparent data-list, form.has-info.inverse.transparent .input, .control.has-info select, .control.has-info textarea, .control.has-info output, .control.has-info data-list, .control.has-info .input, .control.has-info.inverse.transparent select, .control.has-info.inverse.transparent textarea, .control.has-info.inverse.transparent output, .control.has-info.inverse.transparent data-list, .control.has-info.inverse.transparent .input, .has-info[class*="cell"] select, .has-info[class*="cell"] textarea, .has-info[class*="cell"] output, .has-info[class*="cell"] data-list, .has-info[class*="cell"] .input, .has-info.inverse.transparent[class*="cell"] select, .has-info.inverse.transparent[class*="cell"] textarea, .has-info.inverse.transparent[class*="cell"] output, .has-info.inverse.transparent[class*="cell"] data-list, .has-info.inverse.transparent[class*="cell"] .input, .control-group.has-info select, .control-group.has-info textarea, .control-group.has-info output, .control-group.has-info data-list, .control-group.has-info .input, .control-group.has-info.inverse.transparent select, .control-group.has-info.inverse.transparent textarea, .control-group.has-info.inverse.transparent output, .control-group.has-info.inverse.transparent data-list, .control-group.has-info.inverse.transparent .input {
  color: #959db1;
  background-color: white;
  color: #000;
  border-color: #959db1;
}

/* line 554, app/assets/stylesheets/formir/core/components/form.scss */
form.has-info .hint, form.has-info.inverse.transparent .hint, .control.has-info .hint, .control.has-info.inverse.transparent .hint, .has-info[class*="cell"] .hint, .has-info.inverse.transparent[class*="cell"] .hint, .control-group.has-info .hint, .control-group.has-info.inverse.transparent .hint {
  color: #959db1;
}

/* line 562, app/assets/stylesheets/formir/core/components/form.scss */
form.has-info .tooltip, form.has-info.inverse.transparent .tooltip, .control.has-info .tooltip, .control.has-info.inverse.transparent .tooltip, .has-info[class*="cell"] .tooltip, .has-info.inverse.transparent[class*="cell"] .tooltip, .control-group.has-info .tooltip, .control-group.has-info.inverse.transparent .tooltip {
  background-color: #408cf8;
  color: #fff;
  bottom: auto;
  top: calc(100% + 5px);
  right: -10px;
  left: auto;
  margin-top: 5px;
}

/* line 579, app/assets/stylesheets/formir/core/components/form.scss */
form.has-info.inverse select, form.has-info.inverse textarea, form.has-info.inverse output, form.has-info.inverse data-list, form.has-info.inverse .input, form.has-info.inverse input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom), .control.has-info.inverse select, .control.has-info.inverse textarea, .control.has-info.inverse output, .control.has-info.inverse data-list, .control.has-info.inverse .input, .control.has-info.inverse input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom), .has-info.inverse[class*="cell"] select, .has-info.inverse[class*="cell"] textarea, .has-info.inverse[class*="cell"] output, .has-info.inverse[class*="cell"] data-list, .has-info.inverse[class*="cell"] .input, .has-info.inverse[class*="cell"] input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom), .control-group.has-info.inverse select, .control-group.has-info.inverse textarea, .control-group.has-info.inverse output, .control-group.has-info.inverse data-list, .control-group.has-info.inverse .input, .control-group.has-info.inverse input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(.custom) {
  background-color: #959db1;
  border-color: white;
  color: white;
}

/* line 592, app/assets/stylesheets/formir/core/components/form.scss */
form.has-info.inverse[class*="icon-"]:before, form.has-info.inverse[data-addon]:after, form.has-info.inverse.select-arrow select + span:after, form.has-info.inverse .control[class*="icon-"]:before, form.has-info.inverse .control[data-addon]:after, form.has-info.inverse .control.select-arrow select + span:after, form.has-info.inverse [class*="cell"][class*="icon-"]:before, form.has-info.inverse [class*="cell"][data-addon]:after, form.has-info.inverse .select-arrow[class*="cell"] select + span:after, form.has-info.inverse .control-group[class*="icon-"]:before, form.has-info.inverse .control-group[data-addon]:after, form.has-info.inverse .control-group.select-arrow select + span:after, .control.has-info.inverse[class*="icon-"]:before, .control.has-info.inverse[data-addon]:after, .control.has-info.inverse.select-arrow select + span:after, .control.has-info.inverse .control[class*="icon-"]:before, .control.has-info.inverse .control[data-addon]:after, .control.has-info.inverse .control.select-arrow select + span:after, .control.has-info.inverse [class*="cell"][class*="icon-"]:before, .control.has-info.inverse [class*="cell"][data-addon]:after, .control.has-info.inverse .select-arrow[class*="cell"] select + span:after, .control.has-info.inverse .control-group[class*="icon-"]:before, .control.has-info.inverse .control-group[data-addon]:after, .control.has-info.inverse .control-group.select-arrow select + span:after, .has-info.inverse[class*="cell"][class*="icon-"]:before, .has-info.inverse[class*="cell"][data-addon]:after, .has-info.inverse.select-arrow[class*="cell"] select + span:after, .has-info.inverse[class*="cell"] .control[class*="icon-"]:before, .has-info.inverse[class*="cell"] .control[data-addon]:after, .has-info.inverse[class*="cell"] .control.select-arrow select + span:after, .has-info.inverse[class*="cell"] [class*="cell"][class*="icon-"]:before, .has-info.inverse[class*="cell"] [class*="cell"][data-addon]:after, .has-info.inverse[class*="cell"] .select-arrow[class*="cell"] select + span:after, .has-info.inverse[class*="cell"] .control-group[class*="icon-"]:before, .has-info.inverse[class*="cell"] .control-group[data-addon]:after, .has-info.inverse[class*="cell"] .control-group.select-arrow select + span:after, .control-group.has-info.inverse[class*="icon-"]:before, .control-group.has-info.inverse[data-addon]:after, .control-group.has-info.inverse.select-arrow select + span:after, .control-group.has-info.inverse .control[class*="icon-"]:before, .control-group.has-info.inverse .control[data-addon]:after, .control-group.has-info.inverse .control.select-arrow select + span:after, .control-group.has-info.inverse [class*="cell"][class*="icon-"]:before, .control-group.has-info.inverse [class*="cell"][data-addon]:after, .control-group.has-info.inverse .select-arrow[class*="cell"] select + span:after, .control-group.has-info.inverse .control-group[class*="icon-"]:before, .control-group.has-info.inverse .control-group[data-addon]:after, .control-group.has-info.inverse .control-group.select-arrow select + span:after {
  color: white;
}

/* line 599, app/assets/stylesheets/formir/core/components/form.scss */
form.has-info[class*="icon-"]:before, form.has-info[data-addon]:after, form.has-info.select-arrow select + span:after, .control.has-info[class*="icon-"]:before, .control.has-info[data-addon]:after, .control.has-info.select-arrow select + span:after, .has-info[class*="cell"][class*="icon-"]:before, .has-info[class*="cell"][data-addon]:after, .has-info.select-arrow[class*="cell"] select + span:after, .control-group.has-info[class*="icon-"]:before, .control-group.has-info[data-addon]:after, .control-group.has-info.select-arrow select + span:after {
  color: #959db1;
}

/* line 611, app/assets/stylesheets/formir/core/components/form.scss */
.inputs-xs label.label, .inputs-xs .select .select-content > label, .inputs-xs .select .placeholder, .size-xs label.label, .size-xs .select .select-content > label, .size-xs .select .placeholder {
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding-top: 0.48rem;
  padding-bottom: 0.48rem;
}

/* line 617, app/assets/stylesheets/formir/core/components/form.scss */
.inputs-xs label.label, .inputs-xs.control[class*="icon-"]:before, .inputs-xs .control[class*="icon-"]:before, .inputs-xs[data-addon]:after, .inputs-xs [data-addon]:after, .inputs-xs.select-arrow select + span:after, .size-xs label.label, .size-xs.control[class*="icon-"]:before, .size-xs .control[class*="icon-"]:before, .size-xs[data-addon]:after, .size-xs [data-addon]:after, .size-xs.select-arrow select + span:after {
  font-size: 1.2rem;
}

/* line 611, app/assets/stylesheets/formir/core/components/form.scss */
.inputs-s label.label, .inputs-s .select .select-content > label, .inputs-s .select .placeholder, .size-s label.label, .size-s .select .select-content > label, .size-s .select .placeholder {
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

/* line 617, app/assets/stylesheets/formir/core/components/form.scss */
.inputs-s label.label, .inputs-s.control[class*="icon-"]:before, .inputs-s .control[class*="icon-"]:before, .inputs-s[data-addon]:after, .inputs-s [data-addon]:after, .inputs-s.select-arrow select + span:after, .size-s label.label, .size-s.control[class*="icon-"]:before, .size-s .control[class*="icon-"]:before, .size-s[data-addon]:after, .size-s [data-addon]:after, .size-s.select-arrow select + span:after {
  font-size: 1.4rem;
}

/* line 611, app/assets/stylesheets/formir/core/components/form.scss */
.inputs-m label.label, .inputs-m .select .select-content > label, .inputs-m .select .placeholder, .size-m label.label, .size-m .select .select-content > label, .size-m .select .placeholder {
  font-size: 1.05rem;
  line-height: 1.5rem;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}

/* line 617, app/assets/stylesheets/formir/core/components/form.scss */
.inputs-m label.label, .inputs-m.control[class*="icon-"]:before, .inputs-m .control[class*="icon-"]:before, .inputs-m[data-addon]:after, .inputs-m [data-addon]:after, .inputs-m.select-arrow select + span:after, .size-m label.label, .size-m.control[class*="icon-"]:before, .size-m .control[class*="icon-"]:before, .size-m[data-addon]:after, .size-m [data-addon]:after, .size-m.select-arrow select + span:after {
  font-size: 1.05rem;
}

/* line 611, app/assets/stylesheets/formir/core/components/form.scss */
.inputs-l label.label, .inputs-l .select .select-content > label, .inputs-l .select .placeholder, .size-l label.label, .size-l .select .select-content > label, .size-l .select .placeholder {
  font-size: 1.47rem;
  line-height: 2.1rem;
  padding-top: 1.26rem;
  padding-bottom: 1.26rem;
}

/* line 617, app/assets/stylesheets/formir/core/components/form.scss */
.inputs-l label.label, .inputs-l.control[class*="icon-"]:before, .inputs-l .control[class*="icon-"]:before, .inputs-l[data-addon]:after, .inputs-l [data-addon]:after, .inputs-l.select-arrow select + span:after, .size-l label.label, .size-l.control[class*="icon-"]:before, .size-l .control[class*="icon-"]:before, .size-l[data-addon]:after, .size-l [data-addon]:after, .size-l.select-arrow select + span:after {
  font-size: 1.47rem;
}

/* line 611, app/assets/stylesheets/formir/core/components/form.scss */
.inputs-r label.label, .inputs-r .select .select-content > label, .inputs-r .select .placeholder, .size-r label.label, .size-r .select .select-content > label, .size-r .select .placeholder {
  font-size: 1.2rem;
  line-height: 1.4rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 617, app/assets/stylesheets/formir/core/components/form.scss */
.inputs-r label.label, .inputs-r.control[class*="icon-"]:before, .inputs-r .control[class*="icon-"]:before, .inputs-r[data-addon]:after, .inputs-r [data-addon]:after, .inputs-r.select-arrow select + span:after, .size-r label.label, .size-r.control[class*="icon-"]:before, .size-r .control[class*="icon-"]:before, .size-r[data-addon]:after, .size-r [data-addon]:after, .size-r.select-arrow select + span:after {
  font-size: 1.2rem;
}

/* line 625, app/assets/stylesheets/formir/core/components/form.scss */
.grid-form.column.release {
  height: auto;
}

/* line 629, app/assets/stylesheets/formir/core/components/form.scss */
.grid-form.label.label-center label[class*="cell"], .grid-form.label.label-center .label.label[class*="cell"], .grid-form .row.label.label-center label[class*="cell"], .grid-form .row.label.label-center .label.label[class*="cell"] {
  -webkit-align-self: center;
  align-self: center;
}

/* line 634, app/assets/stylesheets/formir/core/components/form.scss */
.grid-form.label.label-right label[class*="cell"], .grid-form.label.label-right .label.label[class*="cell"], .grid-form .row.label.label-right label[class*="cell"], .grid-form .row.label.label-right .label.label[class*="cell"] {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/* line 639, app/assets/stylesheets/formir/core/components/form.scss */
.grid-form.label.label-left label[class*="cell"], .grid-form.label.label-left .label.label[class*="cell"], .grid-form .row.label.label-left label[class*="cell"], .grid-form .row.label.label-left .label.label[class*="cell"] {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

/* line 645, app/assets/stylesheets/formir/core/components/form.scss */
.grid-form.control-center .control[class*="cell"], .grid-form .row.control-center .control[class*="cell"] {
  -webkit-align-self: center;
  align-self: center;
}

/* line 650, app/assets/stylesheets/formir/core/components/form.scss */
.grid-form.control-right .control[class*="cell"], .grid-form .row.control-right .control[class*="cell"] {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/* line 655, app/assets/stylesheets/formir/core/components/form.scss */
.grid-form.control-left .control[class*="cell"], .grid-form .row.control-left .control[class*="cell"] {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

/* line 661, app/assets/stylesheets/formir/core/components/form.scss */
.grid-form.hint-center .control[class*="cell"], .grid-form .row.hint-center .control[class*="cell"] {
  -webkit-align-self: center;
  align-self: center;
}

/* line 666, app/assets/stylesheets/formir/core/components/form.scss */
.grid-form.hint-right .control[class*="cell"], .grid-form .row.hint-right .control[class*="cell"] {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/* line 671, app/assets/stylesheets/formir/core/components/form.scss */
.grid-form.hint-left .control[class*="cell"], .grid-form .row.hint-left .control[class*="cell"] {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

/* line 678, app/assets/stylesheets/formir/core/components/form.scss */
.grid-form.text-center .keep-flex[class*="cell"], .grid-form .row.text-center .keep-flex[class*="cell"] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/* line 685, app/assets/stylesheets/formir/core/components/form.scss */
.grid-form.text-right .keep-flex[class*="cell"], .grid-form .row.text-right .keep-flex[class*="cell"] {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/* line 692, app/assets/stylesheets/formir/core/components/form.scss */
.grid-form.text-left .keep-flex[class*="cell"], .grid-form .row.text-left .keep-flex[class*="cell"] {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

/* line 698, app/assets/stylesheets/formir/core/components/form.scss */
.grid-form.keep-flex .keep-flex[class*="cell"] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* line 700, app/assets/stylesheets/formir/core/components/form.scss */
.grid-form.keep-flex .keep-flex[class*="cell"] 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%;
}

/* line 705, app/assets/stylesheets/formir/core/components/form.scss */
.grid-form.keep-flex .keep-flex[class*="cell"] textarea[rows="1"] {
  height: calc(1.7em + (1.2rem * 2 ));
}

/* line 712, app/assets/stylesheets/formir/core/components/form.scss */
.grid-form [class*="cell"] textarea, .grid-form [class^="cell"] textarea {
  resize: vertical;
  min-height: calc(1.7em + (1.2rem * 2 ));
}

/* line 717, app/assets/stylesheets/formir/core/components/form.scss */
.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%;
  box-sizing: border-box;
}

/* line 724, app/assets/stylesheets/formir/core/components/form.scss */
.grid-form [class*="cell"] select, .grid-form [class*="cell"] textarea, .grid-form [class*="cell"] .select, .grid-form [class*="cell"] .input, .grid-form [class*="cell"] output, .grid-form [class*="cell"] datalist, .grid-form [class*="cell"] .button.block, .grid-form [class^="cell"] select, .grid-form [class^="cell"] textarea, .grid-form [class^="cell"] .select, .grid-form [class^="cell"] .input, .grid-form [class^="cell"] output, .grid-form [class^="cell"] datalist, .grid-form [class^="cell"] .button.block {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  box-sizing: border-box;
}

/* line 142, app/assets/stylesheets/formir/core/components/select.scss */
.select {
  display: block;
  position: relative;
  text-decoration: none;
  outline: 0 none;
  position: relative;
  max-width: 100%;
  min-height: calc( 2rem + 1.2rem * 2 + 1px * 2);
}

/* line 150, app/assets/stylesheets/formir/core/components/select.scss */
.select > input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  margin: 0;
}

/* line 162, app/assets/stylesheets/formir/core/components/select.scss */
.select > input ~ .select-content label:after {
  position: relative;
}

/* line 168, app/assets/stylesheets/formir/core/components/select.scss */
.select.disabled {
  pointer-events: none;
}

/* line 104, app/assets/stylesheets/formir/override/mixins.scss */
.select.disabled .select-content:after {
  opacity: 0.5;
}

/* line 107, app/assets/stylesheets/formir/override/mixins.scss */
.select.disabled .select-content > * {
  opacity: 0.5;
}

/* line 174, app/assets/stylesheets/formir/core/components/select.scss */
.select.readonly {
  pointer-events: none;
}

/* line 181, app/assets/stylesheets/formir/core/components/select.scss */
.select .select-content > input {
  position: fixed;
  left: -100000px;
}

/* line 185, app/assets/stylesheets/formir/core/components/select.scss */
.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: "";
  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.1666666667rem;
}

/* line 192, app/assets/stylesheets/formir/core/components/select.scss */
.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;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  min-height: inherit;
  padding-right: 2rem;
}

/* line 115, app/assets/stylesheets/formir/override/mixins.scss */
.select.hoverable:not(:hover) .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 label,
.select:not(.hoverable):not(.active):not([tabindex]):not(:focus) .select-content:only-child .placeholder, .select[tabindex]:not(:focus) .select-content:only-child label,
.select[tabindex]:not(:focus) .select-content:only-child .placeholder {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 120, app/assets/stylesheets/formir/override/mixins.scss */
.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;
}

/* line 43, app/assets/stylesheets/formir/core/components/select.scss */
.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;
}

/* line 135, app/assets/stylesheets/formir/override/mixins.scss */
.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;
}

/* line 139, app/assets/stylesheets/formir/override/mixins.scss */
.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;
}

/* line 46, app/assets/stylesheets/formir/core/components/select.scss */
.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;
}

/* line 53, app/assets/stylesheets/formir/core/components/select.scss */
.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;
}

/* line 57, app/assets/stylesheets/formir/core/components/select.scss */
.select.hoverable:not(:hover) .select-content:only-child input:checked ~ input.select-all:checked + label, .select:not(.hoverable):not(.active):not([tabindex]):not(:focus) .select-content:only-child input:checked ~ input.select-all:checked + label, .select[tabindex]:not(:focus) .select-content:only-child input:checked ~ input.select-all:checked + label {
  display: none;
}

/* line 61, app/assets/stylesheets/formir/core/components/select.scss */
.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;
}

/* line 70, app/assets/stylesheets/formir/core/components/select.scss */
.select.hoverable:not(:hover) .select-content.multi:only-child label.checked, .select:not(.hoverable):not(.active):not([tabindex]):not(:focus) .select-content.multi:only-child label.checked, .select[tabindex]:not(:focus) .select-content.multi:only-child 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;
}

/* line 135, app/assets/stylesheets/formir/override/mixins.scss */
.select.hoverable:not(:hover) .select-content.multi:only-child label.checked:last-of-type, .select:not(.hoverable):not(.active):not([tabindex]):not(:focus) .select-content.multi:only-child label.checked:last-of-type, .select[tabindex]:not(:focus) .select-content.multi:only-child label.checked:last-of-type {
  margin-bottom: 0.8rem;
}

/* line 139, app/assets/stylesheets/formir/override/mixins.scss */
.select.hoverable:not(:hover) .select-content.multi:only-child label.checked:hover:after, .select:not(.hoverable):not(.active):not([tabindex]):not(:focus) .select-content.multi:only-child label.checked:hover:after, .select[tabindex]:not(:focus) .select-content.multi:only-child label.checked:hover:after {
  opacity: 1;
}

/* line 73, app/assets/stylesheets/formir/core/components/select.scss */
.select.hoverable:not(:hover) .select-content.multi:only-child label.checked:after, .select:not(.hoverable):not(.active):not([tabindex]):not(:focus) .select-content.multi:only-child label.checked:after, .select[tabindex]:not(:focus) .select-content.multi:only-child 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;
}

/* line 79, app/assets/stylesheets/formir/core/components/select.scss */
.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;
}

/* line 84, app/assets/stylesheets/formir/core/components/select.scss */
.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;
}

/* line 88, app/assets/stylesheets/formir/core/components/select.scss */
.select.hoverable:not(:hover) .select-content:only-child label.checked ~ label.checked.select-all[for], .select:not(.hoverable):not(.active):not([tabindex]):not(:focus) .select-content:only-child label.checked ~ label.checked.select-all[for], .select[tabindex]:not(:focus) .select-content:only-child label.checked ~ label.checked.select-all[for] {
  display: none;
}

/* line 198, app/assets/stylesheets/formir/core/components/select.scss */
.select > input:not(:checked) ~ .select-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  min-height: inherit;
  padding-right: 2rem;
}

/* line 115, app/assets/stylesheets/formir/override/mixins.scss */
.select > input:not(:checked) ~ .select-content label,
.select > input:not(:checked) ~ .select-content .placeholder {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 120, app/assets/stylesheets/formir/override/mixins.scss */
.select > input:not(:checked) ~ .select-content .control {
  display: none !important;
}

/* line 43, app/assets/stylesheets/formir/core/components/select.scss */
.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;
}

/* line 135, app/assets/stylesheets/formir/override/mixins.scss */
.select > input:not(:checked) ~ .select-content input[type="checkbox"] + label:last-of-type {
  margin-bottom: 0.8rem;
}

/* line 139, app/assets/stylesheets/formir/override/mixins.scss */
.select > input:not(:checked) ~ .select-content input[type="checkbox"] + label:hover:after {
  opacity: 1;
}

/* line 46, app/assets/stylesheets/formir/core/components/select.scss */
.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;
}

/* line 53, app/assets/stylesheets/formir/core/components/select.scss */
.select > input:not(:checked) ~ .select-content input:checked ~ .placeholder {
  display: none;
}

/* line 57, app/assets/stylesheets/formir/core/components/select.scss */
.select > input:not(:checked) ~ .select-content input:checked ~ input.select-all:checked + label {
  display: none;
}

/* line 61, app/assets/stylesheets/formir/core/components/select.scss */
.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;
}

/* line 70, app/assets/stylesheets/formir/core/components/select.scss */
.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;
}

/* line 135, app/assets/stylesheets/formir/override/mixins.scss */
.select > input:not(:checked) ~ .select-content.multi label.checked:last-of-type {
  margin-bottom: 0.8rem;
}

/* line 139, app/assets/stylesheets/formir/override/mixins.scss */
.select > input:not(:checked) ~ .select-content.multi label.checked:hover:after {
  opacity: 1;
}

/* line 73, app/assets/stylesheets/formir/core/components/select.scss */
.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;
}

/* line 79, app/assets/stylesheets/formir/core/components/select.scss */
.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;
}

/* line 84, app/assets/stylesheets/formir/core/components/select.scss */
.select > input:not(:checked) ~ .select-content label.checked ~ .placeholder {
  display: none;
}

/* line 88, app/assets/stylesheets/formir/core/components/select.scss */
.select > input:not(:checked) ~ .select-content label.checked ~ label.checked.select-all[for] {
  display: none;
}

/* line 203, app/assets/stylesheets/formir/core/components/select.scss */
.select .placeholder {
  margin: 1.2rem 1rem;
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: -1;
  -webkit-order: -1;
  order: -1;
}

/* line 206, app/assets/stylesheets/formir/core/components/select.scss */
.select .placeholder:after {
  content: attr(data-placeholder);
}

/* line 211, app/assets/stylesheets/formir/core/components/select.scss */
.select .select-content {
  background-color: #fff;
  -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: #000;
  background-color: #fff;
  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;
}

/* line 72, app/assets/stylesheets/formir/core/components/form.scss */
.select .select-content:hover, .select .select-content.hover {
  border-color: #ccc !important;
  border-style: solid !important;
  background-color: #fff !important;
}

/* line 89, app/assets/stylesheets/formir/core/components/form.scss */
.select .select-content:focus, .select .select-content.focus {
  border-color: #7886a4 !important;
  border-style: solid !important;
}

/* line 106, app/assets/stylesheets/formir/core/components/form.scss */
.select .select-content:disabled, .select .select-content[disabled] {
  pointer-events: none;
  cursor: normal;
  opacity: 0.7 !important;
}

/* line 111, app/assets/stylesheets/formir/core/components/form.scss */
.select .select-content.inverse {
  background-color: #c6ccda !important;
  border-color: #fff !important;
  color: #fff !important;
}

/* line 116, app/assets/stylesheets/formir/core/components/form.scss */
.select .select-content.transparent {
  background-color: transparent !important;
}

/* line 218, app/assets/stylesheets/formir/core/components/select.scss */
.select .select-content a:active, .select .select-content a:focus {
  text-decoration: none;
}

/* line 222, app/assets/stylesheets/formir/core/components/select.scss */
.select .select-content label {
  display: block;
  white-space: nowrap;
  text-align: left;
  width: 100%;
  text-overflow: ellipsis;
  box-sizing: border-box;
  line-height: 2rem;
  padding: 1.2rem 1rem;
}

/* line 232, app/assets/stylesheets/formir/core/components/select.scss */
.select .select-content label {
  cursor: pointer;
  display: none;
}

/* line 236, app/assets/stylesheets/formir/core/components/select.scss */
.select .select-content a {
  cursor: pointer;
}

/* line 242, app/assets/stylesheets/formir/core/components/select.scss */
.select:not(.count-selected):not(.has-datepicker) .select-content input {
  display: none;
}

/* line 247, app/assets/stylesheets/formir/core/components/select.scss */
.select.count-selected {
  counter-reset: selected;
}

/* line 96, app/assets/stylesheets/formir/core/components/select.scss */
.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;
}

/* line 100, app/assets/stylesheets/formir/core/components/select.scss */
.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;
}

/* line 102, app/assets/stylesheets/formir/core/components/select.scss */
.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;
}

/* line 104, app/assets/stylesheets/formir/core/components/select.scss */
.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);
}

/* line 109, app/assets/stylesheets/formir/core/components/select.scss */
.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;
}

/* line 111, app/assets/stylesheets/formir/core/components/select.scss */
.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);
}

/* line 118, app/assets/stylesheets/formir/core/components/select.scss */
.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;
}

/* line 125, app/assets/stylesheets/formir/core/components/select.scss */
.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;
}

/* line 127, app/assets/stylesheets/formir/core/components/select.scss */
.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);
}

/* line 132, app/assets/stylesheets/formir/core/components/select.scss */
.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;
}

/* line 134, app/assets/stylesheets/formir/core/components/select.scss */
.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);
}

/* line 96, app/assets/stylesheets/formir/core/components/select.scss */
.select.count-selected > input:not(:checked) ~ .select-content label[for] {
  display: none;
}

/* line 100, app/assets/stylesheets/formir/core/components/select.scss */
.select.count-selected > input:not(:checked) ~ .select-content input:checked {
  counter-increment: selected;
}

/* line 102, app/assets/stylesheets/formir/core/components/select.scss */
.select.count-selected > input:not(:checked) ~ .select-content input:checked ~ .placeholder {
  display: block;
}

/* line 104, app/assets/stylesheets/formir/core/components/select.scss */
.select.count-selected > input:not(:checked) ~ .select-content input:checked ~ .placeholder:after {
  content: "1 " attr(data-selected);
}

/* line 109, app/assets/stylesheets/formir/core/components/select.scss */
.select.count-selected > input:not(:checked) ~ .select-content input:checked ~ input:checked ~ .placeholder {
  display: block;
}

/* line 111, app/assets/stylesheets/formir/core/components/select.scss */
.select.count-selected > input:not(:checked) ~ .select-content input:checked ~ input:checked ~ .placeholder:after {
  content: counter(selected) " " attr(data-selected);
}

/* line 118, app/assets/stylesheets/formir/core/components/select.scss */
.select.count-selected > input:not(:checked) ~ .select-content label.checked {
  counter-increment: selected;
  display: inline-block;
  width: 0;
  height: 0;
  left: -100000px;
  position: fixed;
}

/* line 125, app/assets/stylesheets/formir/core/components/select.scss */
.select.count-selected > input:not(:checked) ~ .select-content label.checked ~ .placeholder {
  display: block;
}

/* line 127, app/assets/stylesheets/formir/core/components/select.scss */
.select.count-selected > input:not(:checked) ~ .select-content label.checked ~ .placeholder:after {
  content: "1 " attr(data-selected);
}

/* line 132, app/assets/stylesheets/formir/core/components/select.scss */
.select.count-selected > input:not(:checked) ~ .select-content label.checked ~ label.checked ~ .placeholder {
  display: block;
}

/* line 134, app/assets/stylesheets/formir/core/components/select.scss */
.select.count-selected > input:not(:checked) ~ .select-content label.checked ~ label.checked ~ .placeholder:after {
  content: counter(selected) " " attr(data-selected);
}

/* line 262, app/assets/stylesheets/formir/core/components/select.scss */
.select.count-selected.selected > input:not(:checked) ~ .select-content .placeholder {
  color: #fff;
}

/* line 273, app/assets/stylesheets/formir/core/components/select.scss */
.select.hoverable.hide-selected:hover .select-content input:checked + label, .select.hoverable.hide-selected:hover .select-content label.checked, .select.active.hide-selected .select-content input:checked + label, .select.active.hide-selected .select-content label.checked, .select.hide-selected[tabindex]:focus .select-content input:checked + label, .select.hide-selected[tabindex]:focus .select-content label.checked {
  display: none;
}

/* line 278, app/assets/stylesheets/formir/core/components/select.scss */
.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;
}

/* line 98, app/assets/stylesheets/formir/override/mixins.scss */
.select.hoverable:hover .select-content > a, .select.active .select-content > a, .select[tabindex]:focus .select-content > a {
  display: block;
}

/* line 9, app/assets/stylesheets/formir/core/components/select.scss */
.select.hoverable:hover .select-content .placeholder, .select.active .select-content .placeholder, .select[tabindex]:focus .select-content .placeholder {
  display: none;
}

/* line 12, app/assets/stylesheets/formir/core/components/select.scss */
.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%;
}

/* line 18, app/assets/stylesheets/formir/core/components/select.scss */
.select.hoverable:hover .select-content label:hover, .select.active .select-content label:hover, .select[tabindex]:focus .select-content label:hover {
  background-color: #f6f7fb;
}

/* line 22, app/assets/stylesheets/formir/core/components/select.scss */
.select.hoverable:hover .select-content:after, .select.active .select-content:after, .select[tabindex]:focus .select-content:after {
  display: none !important;
}

/* line 25, app/assets/stylesheets/formir/core/components/select.scss */
.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;
}

/* line 167, app/assets/stylesheets/formir/override/mixins.scss */
.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;
}

/* line 28, app/assets/stylesheets/formir/core/components/select.scss */
.select.hoverable:hover .select-content input:checked + label, .select.hoverable:hover .select-content label.checked, .select.active .select-content input:checked + label, .select.active .select-content label.checked, .select[tabindex]:focus .select-content input:checked + label, .select[tabindex]:focus .select-content label.checked {
  background-color: #408cf8;
  color: #fff;
}

/* line 159, app/assets/stylesheets/formir/override/mixins.scss */
.select.hoverable:hover .select-content input:checked + label span, .select.hoverable:hover .select-content label.checked span, .select.active .select-content input:checked + label span, .select.active .select-content label.checked span, .select[tabindex]:focus .select-content input:checked + label span, .select[tabindex]:focus .select-content label.checked span {
  color: #fff;
}

/* line 30, app/assets/stylesheets/formir/core/components/select.scss */
.select.hoverable:hover .select-content input:checked + label:hover, .select.hoverable:hover .select-content label.checked:hover, .select.active .select-content input:checked + label:hover, .select.active .select-content label.checked:hover, .select[tabindex]:focus .select-content input:checked + label:hover, .select[tabindex]:focus .select-content label.checked:hover {
  background-color: #0863e3;
  color: #fff;
}

/* line 167, app/assets/stylesheets/formir/override/mixins.scss */
.select.hoverable:hover .select-content input:checked + label:hover span, .select.hoverable:hover .select-content label.checked:hover span, .select.active .select-content input:checked + label:hover span, .select.active .select-content label.checked:hover span, .select[tabindex]:focus .select-content input:checked + label:hover span, .select[tabindex]:focus .select-content label.checked:hover span {
  color: #fff;
}

/* line 285, app/assets/stylesheets/formir/core/components/select.scss */
.select.hide-selected > input:checked ~ .select-content input:checked + label, .select.hide-selected > input:checked ~ .select-content label.checked {
  display: none;
}

/* line 290, app/assets/stylesheets/formir/core/components/select.scss */
.select > input:checked {
  position: fixed !important;
  z-index: 1499;
}

/* line 293, app/assets/stylesheets/formir/core/components/select.scss */
.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;
}

/* line 98, app/assets/stylesheets/formir/override/mixins.scss */
.select > input:checked ~ .select-content > a {
  display: block;
}

/* line 9, app/assets/stylesheets/formir/core/components/select.scss */
.select > input:checked ~ .select-content .placeholder {
  display: none;
}

/* line 12, app/assets/stylesheets/formir/core/components/select.scss */
.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%;
}

/* line 18, app/assets/stylesheets/formir/core/components/select.scss */
.select > input:checked ~ .select-content label:hover {
  background-color: #f6f7fb;
}

/* line 22, app/assets/stylesheets/formir/core/components/select.scss */
.select > input:checked ~ .select-content:after {
  display: none !important;
}

/* line 25, app/assets/stylesheets/formir/core/components/select.scss */
.select > input:checked ~ .select-content label.pre-checked {
  background-color: #0863e3;
  color: #fff;
}

/* line 167, app/assets/stylesheets/formir/override/mixins.scss */
.select > input:checked ~ .select-content label.pre-checked span {
  color: #fff;
}

/* line 28, app/assets/stylesheets/formir/core/components/select.scss */
.select > input:checked ~ .select-content input:checked + label, .select > input:checked ~ .select-content label.checked {
  background-color: #408cf8;
  color: #fff;
}

/* line 159, app/assets/stylesheets/formir/override/mixins.scss */
.select > input:checked ~ .select-content input:checked + label span, .select > input:checked ~ .select-content label.checked span {
  color: #fff;
}

/* line 30, app/assets/stylesheets/formir/core/components/select.scss */
.select > input:checked ~ .select-content input:checked + label:hover, .select > input:checked ~ .select-content label.checked:hover {
  background-color: #0863e3;
  color: #fff;
}

/* line 167, app/assets/stylesheets/formir/override/mixins.scss */
.select > input:checked ~ .select-content input:checked + label:hover span, .select > input:checked ~ .select-content label.checked:hover span {
  color: #fff;
}

/* line 301, app/assets/stylesheets/formir/core/components/select.scss */
.select.selected:not(.react-only) > input:not(:checked) ~ .select-content .placeholder {
  display: none;
}

/* line 309, app/assets/stylesheets/formir/core/components/select.scss */
.select[tabindex] .select-content input[type="checkbox"] + label:after, .select[tabindex] .select-content label.checked:after, .select.hoverable .select-content input[type="checkbox"] + label:after, .select.hoverable .select-content label.checked:after {
  display: none;
}

/* line 319, app/assets/stylesheets/formir/core/components/select.scss */
.select.input-xs {
  min-height: calc(1.2rem + 0.48rem * 2 + 1px * 2);
}

/* line 321, app/assets/stylesheets/formir/core/components/select.scss */
.select.input-xs .control {
  height: calc( 1.2rem + 0.48rem * 2 + 1px * 2);
}

/* line 323, app/assets/stylesheets/formir/core/components/select.scss */
.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-width: none;
  box-shadow: none;
  height: inherit;
}

/* line 334, app/assets/stylesheets/formir/core/components/select.scss */
.select.input-xs > input:checked ~ .control ~ .select-content {
  margin-top: calc( 1.2rem + 0.48rem * 2 + 1px * 2);
}

/* line 337, app/assets/stylesheets/formir/core/components/select.scss */
.select.input-xs .select-content {
  border-radius: 2px;
  border-width: 1px;
  outline-width: none;
  box-shadow: none;
}

/* line 342, app/assets/stylesheets/formir/core/components/select.scss */
.select.input-xs .select-content > label {
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding: 0.48rem 1rem;
}

/* line 347, app/assets/stylesheets/formir/core/components/select.scss */
.select.input-xs .select-content .placeholder {
  font-size: 1.2rem;
  line-height: 1.2rem;
  margin: 0.48rem 1rem;
}

/* line 354, app/assets/stylesheets/formir/core/components/select.scss */
.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);
}

/* line 355, app/assets/stylesheets/formir/core/components/select.scss */
.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;
}

/* line 362, app/assets/stylesheets/formir/core/components/select.scss */
.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);
}

/* line 371, app/assets/stylesheets/formir/core/components/select.scss */
.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);
}

/* line 319, app/assets/stylesheets/formir/core/components/select.scss */
.select.input-s {
  min-height: calc(1.4rem + 0.6rem * 2 + 1px * 2);
}

/* line 321, app/assets/stylesheets/formir/core/components/select.scss */
.select.input-s .control {
  height: calc( 1.4rem + 0.6rem * 2 + 1px * 2);
}

/* line 323, app/assets/stylesheets/formir/core/components/select.scss */
.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-width: none;
  box-shadow: none;
  height: inherit;
}

/* line 334, app/assets/stylesheets/formir/core/components/select.scss */
.select.input-s > input:checked ~ .control ~ .select-content {
  margin-top: calc( 1.4rem + 0.6rem * 2 + 1px * 2);
}

/* line 337, app/assets/stylesheets/formir/core/components/select.scss */
.select.input-s .select-content {
  border-radius: 2px;
  border-width: 1px;
  outline-width: none;
  box-shadow: none;
}

/* line 342, app/assets/stylesheets/formir/core/components/select.scss */
.select.input-s .select-content > label {
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 0.6rem 0.5rem;
}

/* line 347, app/assets/stylesheets/formir/core/components/select.scss */
.select.input-s .select-content .placeholder {
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin: 0.6rem 0.5rem;
}

/* line 354, app/assets/stylesheets/formir/core/components/select.scss */
.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);
}

/* line 355, app/assets/stylesheets/formir/core/components/select.scss */
.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;
}

/* line 362, app/assets/stylesheets/formir/core/components/select.scss */
.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);
}

/* line 371, app/assets/stylesheets/formir/core/components/select.scss */
.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);
}

/* line 319, app/assets/stylesheets/formir/core/components/select.scss */
.select.input-m {
  min-height: calc(1.5rem + 0.9rem * 2 + 1px * 2);
}

/* line 321, app/assets/stylesheets/formir/core/components/select.scss */
.select.input-m .control {
  height: calc( 1.5rem + 0.9rem * 2 + 1px * 2);
}

/* line 323, app/assets/stylesheets/formir/core/components/select.scss */
.select.input-m .control input[type="text"] {
  font-size: 1.05rem;
  line-height: 1.5rem;
  padding: 0.9rem 0.75rem;
  border-radius: 5px;
  border-width: 1px;
  outline-width: none;
  box-shadow: none;
  height: inherit;
}

/* line 334, app/assets/stylesheets/formir/core/components/select.scss */
.select.input-m > input:checked ~ .control ~ .select-content {
  margin-top: calc( 1.5rem + 0.9rem * 2 + 1px * 2);
}

/* line 337, app/assets/stylesheets/formir/core/components/select.scss */
.select.input-m .select-content {
  border-radius: 5px;
  border-width: 1px;
  outline-width: none;
  box-shadow: none;
}

/* line 342, app/assets/stylesheets/formir/core/components/select.scss */
.select.input-m .select-content > label {
  font-size: 1.05rem;
  line-height: 1.5rem;
  padding: 0.9rem 0.75rem;
}

/* line 347, app/assets/stylesheets/formir/core/components/select.scss */
.select.input-m .select-content .placeholder {
  font-size: 1.05rem;
  line-height: 1.5rem;
  margin: 0.9rem 0.75rem;
}

/* line 354, app/assets/stylesheets/formir/core/components/select.scss */
.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.9rem + 1px * 2);
}

/* line 355, app/assets/stylesheets/formir/core/components/select.scss */
.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.9rem * 2 + 1px * 2);
  right: 0.9rem;
  text-indent: 0.9rem;
}

/* line 362, app/assets/stylesheets/formir/core/components/select.scss */
.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.9rem - 1px) 0 calc( 0.9rem - 1px) calc(0.75rem - 1px);
}

/* line 371, app/assets/stylesheets/formir/core/components/select.scss */
.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.9rem - 1px) 0 calc( 0.9rem - 1px) calc(0.75rem - 1px);
}

/* line 319, app/assets/stylesheets/formir/core/components/select.scss */
.select.input-l {
  min-height: calc(2.1rem + 1.26rem * 2 + 1px * 2);
}

/* line 321, app/assets/stylesheets/formir/core/components/select.scss */
.select.input-l .control {
  height: calc( 2.1rem + 1.26rem * 2 + 1px * 2);
}

/* line 323, app/assets/stylesheets/formir/core/components/select.scss */
.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-width: none;
  box-shadow: none;
  height: inherit;
}

/* line 334, app/assets/stylesheets/formir/core/components/select.scss */
.select.input-l > input:checked ~ .control ~ .select-content {
  margin-top: calc( 2.1rem + 1.26rem * 2 + 1px * 2);
}

/* line 337, app/assets/stylesheets/formir/core/components/select.scss */
.select.input-l .select-content {
  border-radius: 4px;
  border-width: 1px;
  outline-width: none;
  box-shadow: none;
}

/* line 342, app/assets/stylesheets/formir/core/components/select.scss */
.select.input-l .select-content > label {
  font-size: 1.47rem;
  line-height: 2.1rem;
  padding: 1.26rem 1.05rem;
}

/* line 347, app/assets/stylesheets/formir/core/components/select.scss */
.select.input-l .select-content .placeholder {
  font-size: 1.47rem;
  line-height: 2.1rem;
  margin: 1.26rem 1.05rem;
}

/* line 354, app/assets/stylesheets/formir/core/components/select.scss */
.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);
}

/* line 355, app/assets/stylesheets/formir/core/components/select.scss */
.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;
}

/* line 362, app/assets/stylesheets/formir/core/components/select.scss */
.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);
}

/* line 371, app/assets/stylesheets/formir/core/components/select.scss */
.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);
}

/* line 319, app/assets/stylesheets/formir/core/components/select.scss */
.select.input-r {
  min-height: calc(1.4rem + 1rem * 2 + 1px * 2);
}

/* line 321, app/assets/stylesheets/formir/core/components/select.scss */
.select.input-r .control {
  height: calc( 1.4rem + 1rem * 2 + 1px * 2);
}

/* line 323, app/assets/stylesheets/formir/core/components/select.scss */
.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-width: none;
  box-shadow: none;
  height: inherit;
}

/* line 334, app/assets/stylesheets/formir/core/components/select.scss */
.select.input-r > input:checked ~ .control ~ .select-content {
  margin-top: calc( 1.4rem + 1rem * 2 + 1px * 2);
}

/* line 337, app/assets/stylesheets/formir/core/components/select.scss */
.select.input-r .select-content {
  border-radius: 0;
  border-width: 1px;
  outline-width: none;
  box-shadow: none;
}

/* line 342, app/assets/stylesheets/formir/core/components/select.scss */
.select.input-r .select-content > label {
  font-size: 1.2rem;
  line-height: 1.4rem;
  padding: 1rem 0.5rem;
}

/* line 347, app/assets/stylesheets/formir/core/components/select.scss */
.select.input-r .select-content .placeholder {
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin: 1rem 0.5rem;
}

/* line 354, app/assets/stylesheets/formir/core/components/select.scss */
.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);
}

/* line 355, app/assets/stylesheets/formir/core/components/select.scss */
.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;
}

/* line 362, app/assets/stylesheets/formir/core/components/select.scss */
.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);
}

/* line 371, app/assets/stylesheets/formir/core/components/select.scss */
.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);
}

@media (min-width: 1024px) and (max-width: 1180px) {
  /* line 199, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:not(:checked) + .side.side-form {
    width: 100% !important;
  }
}

@media (min-width: 1024px) {
  /* line 203, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:not(:checked) + .side .with-collapse {
    display: none;
  }
}

@media (min-width: 1024px) and (min-width: 1180px) and (max-width: 1300px) {
  /* line 212, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:not(:checked) + .side ~ .body-content > .grid .table .td.number, .side-collapse:not(:checked) + .side ~ .body-content > .grid .table .td.actions, .side-collapse:not(:checked) + .side ~ .body-content > .grid .table td.number, .side-collapse:not(:checked) + .side ~ .body-content > .grid .table td.actions, .side-collapse:not(:checked) + .side ~ .body-content > .grid .table th.number, .side-collapse:not(:checked) + .side ~ .body-content > .grid .table th.actions, .side-collapse:not(:checked) + .side ~ .body-content > .grid .table .th.number, .side-collapse:not(:checked) + .side ~ .body-content > .grid .table .th.actions, .side-collapse:not(:checked) + .side ~ .body-content > div > .grid .table .td.number, .side-collapse:not(:checked) + .side ~ .body-content > div > .grid .table .td.actions, .side-collapse:not(:checked) + .side ~ .body-content > div > .grid .table td.number, .side-collapse:not(:checked) + .side ~ .body-content > div > .grid .table td.actions, .side-collapse:not(:checked) + .side ~ .body-content > div > .grid .table th.number, .side-collapse:not(:checked) + .side ~ .body-content > div > .grid .table th.actions, .side-collapse:not(:checked) + .side ~ .body-content > div > .grid .table .th.number, .side-collapse:not(:checked) + .side ~ .body-content > div > .grid .table .th.actions {
    padding-right: 1rem;
  }
  /* line 215, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:not(:checked) + .side ~ .body-content > .grid .table .td .status, .side-collapse:not(:checked) + .side ~ .body-content > .grid .table td .status, .side-collapse:not(:checked) + .side ~ .body-content > .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 .td .status, .side-collapse:not(:checked) + .side ~ .body-content > div > .grid .table td .status, .side-collapse:not(:checked) + .side ~ .body-content > div > .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 (min-width: 1024px) and (min-width: 1180px) {
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  6);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  7);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  8);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  9);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  10);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  11);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  12);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  13);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  14);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  15);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  16);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  17);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  18);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  19);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  20);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:not(:checked) + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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) {
  /* line 47, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:not(:checked) + .side .expanded-hide {
    display: none;
  }
  /* line 50, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:not(:checked) + .side .expanded-show {
    display: block;
  }
  /* line 54, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:not(:checked) + .side.left:not([class*="width-"]), .side-collapse:not(:checked) + .side.right:not([class*="width-"]) {
    width: 100px;
  }
  /* line 59, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:not(:checked) + .side.top:not([class*="height-"]), .side-collapse:not(:checked) + .side.bottom:not([class*="height-"]) {
    height: 4.2rem;
  }
  /* line 65, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:not(:checked) + .side.cover.left ~ .body-content {
    margin-left: 0;
  }
  /* line 70, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:not(:checked) + .side.cover.right ~ .body-content {
    margin-right: 0;
  }
  /* line 75, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:not(:checked) + .side.cover.top:not(.manual) ~ .body-content {
    margin-top: 37.5px;
  }
  /* line 80, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:not(:checked) + .side.cover.bottom ~ .body-content {
    margin-bottom: 37.5px;
  }
}

@media (max-width: 1023px) {
  /* line 192, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:not(:checked) + .side .with-collapse {
    display: none;
  }
  /* line 89, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:not(:checked) + .side .collapsed-hide {
    display: none;
  }
  /* line 92, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:not(:checked) + .side .collapsed-show {
    display: block;
  }
  /* line 96, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:not(:checked) + .side.animated.left, .side-collapse:not(:checked) + .side.animated.right {
    transition: width 1s;
  }
  /* line 99, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:not(:checked) + .side.animated.top, .side-collapse:not(:checked) + .side.animated.bottom {
    transition: height 1s;
  }
  /* line 103, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:not(:checked) + .side.animated ~ .body-content {
    transition: margin 1s;
  }
  /* line 109, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:not(:checked) + .side.left:not(.cover) ~ .body-content {
    margin-left: 0;
  }
  /* line 25, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
  .side-collapse:not(:checked) + .side.left:not(.cover) ~ .body-content .header.fixed, .side-collapse:not(:checked) + .side.left:not(.cover) ~ .body-content.header.fixed {
    margin-left: 0;
    left: 0;
  }
  /* line 29, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
  .side-collapse:not(:checked) + .side.left:not(.cover) ~ .body-content .header.fixed .menu-mobile, .side-collapse:not(:checked) + .side.left:not(.cover) ~ .body-content.header.fixed .menu-mobile {
    left: 0;
  }
  /* line 117, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:not(:checked) + .side.right:not(.cover) ~ .body-content {
    margin-right: 0;
  }
  /* line 25, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
  .side-collapse:not(:checked) + .side.right:not(.cover) ~ .body-content .header.fixed, .side-collapse:not(:checked) + .side.right:not(.cover) ~ .body-content.header.fixed {
    margin-right: 0;
    right: 0;
  }
  /* line 36, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
  .side-collapse:not(:checked) + .side.right:not(.cover) ~ .body-content .header.fixed .menu-mobile, .side-collapse:not(:checked) + .side.right:not(.cover) ~ .body-content.header.fixed .menu-mobile {
    right: 0;
  }
  /* line 125, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:not(:checked) + .side.top:not(.cover) ~ .body-content {
    margin-top: 37.5px;
  }
  /* line 25, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
  .side-collapse:not(:checked) + .side.top:not(.cover) ~ .body-content .header.fixed, .side-collapse:not(:checked) + .side.top:not(.cover) ~ .body-content.header.fixed {
    margin-top: 0;
    top: 37.5px;
  }
  /* line 133, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:not(:checked) + .side.bottom:not(.cover) ~ .body-content {
    margin-bottom: 37.5px;
  }
  /* line 25, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
  .side-collapse:not(:checked) + .side.bottom:not(.cover) ~ .body-content .header.fixed, .side-collapse:not(:checked) + .side.bottom:not(.cover) ~ .body-content.header.fixed {
    margin-bottom: 0;
    bottom: 37.5px;
  }
  /* line 142, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:not(:checked) + .side.left, .side-collapse:not(:checked) + .side.right {
    width: 0;
  }
  /* line 146, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:not(:checked) + .side.top, .side-collapse:not(:checked) + .side.bottom {
    height: 37.5px;
  }
  /* line 45, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:not(:checked) + .side.hoverable.left.width-1:hover, .side-collapse:not(:checked) + .side.hoverable.right.width-1:hover, .side-collapse:not(:checked) + .side.focusable.left.width-1:focus, .side-collapse:not(:checked) + .side.focusable.right.width-1:focus {
    width: 94px;
  }
  /* line 45, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:not(:checked) + .side.hoverable.left.width-2:hover, .side-collapse:not(:checked) + .side.hoverable.right.width-2:hover, .side-collapse:not(:checked) + .side.focusable.left.width-2:focus, .side-collapse:not(:checked) + .side.focusable.right.width-2:focus {
    width: 188px;
  }
  /* line 45, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:not(:checked) + .side.hoverable.left.width-3:hover, .side-collapse:not(:checked) + .side.hoverable.right.width-3:hover, .side-collapse:not(:checked) + .side.focusable.left.width-3:focus, .side-collapse:not(:checked) + .side.focusable.right.width-3:focus {
    width: 282px;
  }
  /* line 45, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:not(:checked) + .side.hoverable.left.width-4:hover, .side-collapse:not(:checked) + .side.hoverable.right.width-4:hover, .side-collapse:not(:checked) + .side.focusable.left.width-4:focus, .side-collapse:not(:checked) + .side.focusable.right.width-4:focus {
    width: 376px;
  }
  /* line 45, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:not(:checked) + .side.hoverable.left.width-5:hover, .side-collapse:not(:checked) + .side.hoverable.right.width-5:hover, .side-collapse:not(:checked) + .side.focusable.left.width-5:focus, .side-collapse:not(:checked) + .side.focusable.right.width-5:focus {
    width: 470px;
  }
  /* line 45, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:not(:checked) + .side.hoverable.left.width-6:hover, .side-collapse:not(:checked) + .side.hoverable.right.width-6:hover, .side-collapse:not(:checked) + .side.focusable.left.width-6:focus, .side-collapse:not(:checked) + .side.focusable.right.width-6:focus {
    width: 564px;
  }
  /* line 45, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:not(:checked) + .side.hoverable.left.width-7:hover, .side-collapse:not(:checked) + .side.hoverable.right.width-7:hover, .side-collapse:not(:checked) + .side.focusable.left.width-7:focus, .side-collapse:not(:checked) + .side.focusable.right.width-7:focus {
    width: 658px;
  }
  /* line 45, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:not(:checked) + .side.hoverable.left.width-8:hover, .side-collapse:not(:checked) + .side.hoverable.right.width-8:hover, .side-collapse:not(:checked) + .side.focusable.left.width-8:focus, .side-collapse:not(:checked) + .side.focusable.right.width-8:focus {
    width: 752px;
  }
  /* line 45, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:not(:checked) + .side.hoverable.left.width-9:hover, .side-collapse:not(:checked) + .side.hoverable.right.width-9:hover, .side-collapse:not(:checked) + .side.focusable.left.width-9:focus, .side-collapse:not(:checked) + .side.focusable.right.width-9:focus {
    width: 846px;
  }
  /* line 45, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:not(:checked) + .side.hoverable.left.width-10:hover, .side-collapse:not(:checked) + .side.hoverable.right.width-10:hover, .side-collapse:not(:checked) + .side.focusable.left.width-10:focus, .side-collapse:not(:checked) + .side.focusable.right.width-10:focus {
    width: 940px;
  }
  /* line 45, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:not(:checked) + .side.hoverable.left.width-11:hover, .side-collapse:not(:checked) + .side.hoverable.right.width-11:hover, .side-collapse:not(:checked) + .side.focusable.left.width-11:focus, .side-collapse:not(:checked) + .side.focusable.right.width-11:focus {
    width: 1034px;
  }
  /* line 45, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:not(:checked) + .side.hoverable.left.width-12:hover, .side-collapse:not(:checked) + .side.hoverable.right.width-12:hover, .side-collapse:not(:checked) + .side.focusable.left.width-12:focus, .side-collapse:not(:checked) + .side.focusable.right.width-12:focus {
    width: 1128px;
  }
  /* line 54, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:not(:checked) + .side.hoverable.top.height-1:hover, .side-collapse:not(:checked) + .side.hoverable.bottom.height-1:hover, .side-collapse:not(:checked) + .side.focusable.top.height-1:focus, .side-collapse:not(:checked) + .side.focusable.bottom.height-1:focus {
    height: 50px;
  }
  /* line 54, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:not(:checked) + .side.hoverable.top.height-2:hover, .side-collapse:not(:checked) + .side.hoverable.bottom.height-2:hover, .side-collapse:not(:checked) + .side.focusable.top.height-2:focus, .side-collapse:not(:checked) + .side.focusable.bottom.height-2:focus {
    height: 100px;
  }
  /* line 54, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:not(:checked) + .side.hoverable.top.height-3:hover, .side-collapse:not(:checked) + .side.hoverable.bottom.height-3:hover, .side-collapse:not(:checked) + .side.focusable.top.height-3:focus, .side-collapse:not(:checked) + .side.focusable.bottom.height-3:focus {
    height: 150px;
  }
  /* line 54, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:not(:checked) + .side.hoverable.top.height-4:hover, .side-collapse:not(:checked) + .side.hoverable.bottom.height-4:hover, .side-collapse:not(:checked) + .side.focusable.top.height-4:focus, .side-collapse:not(:checked) + .side.focusable.bottom.height-4:focus {
    height: 200px;
  }
  /* line 54, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:not(:checked) + .side.hoverable.top.height-5:hover, .side-collapse:not(:checked) + .side.hoverable.bottom.height-5:hover, .side-collapse:not(:checked) + .side.focusable.top.height-5:focus, .side-collapse:not(:checked) + .side.focusable.bottom.height-5:focus {
    height: 250px;
  }
  /* line 54, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:not(:checked) + .side.hoverable.top.height-6:hover, .side-collapse:not(:checked) + .side.hoverable.bottom.height-6:hover, .side-collapse:not(:checked) + .side.focusable.top.height-6:focus, .side-collapse:not(:checked) + .side.focusable.bottom.height-6:focus {
    height: 300px;
  }
  /* line 54, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:not(:checked) + .side.hoverable.top.height-7:hover, .side-collapse:not(:checked) + .side.hoverable.bottom.height-7:hover, .side-collapse:not(:checked) + .side.focusable.top.height-7:focus, .side-collapse:not(:checked) + .side.focusable.bottom.height-7:focus {
    height: 350px;
  }
  /* line 54, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:not(:checked) + .side.hoverable.top.height-8:hover, .side-collapse:not(:checked) + .side.hoverable.bottom.height-8:hover, .side-collapse:not(:checked) + .side.focusable.top.height-8:focus, .side-collapse:not(:checked) + .side.focusable.bottom.height-8:focus {
    height: 400px;
  }
  /* line 54, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:not(:checked) + .side.hoverable.top.height-9:hover, .side-collapse:not(:checked) + .side.hoverable.bottom.height-9:hover, .side-collapse:not(:checked) + .side.focusable.top.height-9:focus, .side-collapse:not(:checked) + .side.focusable.bottom.height-9:focus {
    height: 450px;
  }
  /* line 54, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:not(:checked) + .side.hoverable.top.height-10:hover, .side-collapse:not(:checked) + .side.hoverable.bottom.height-10:hover, .side-collapse:not(:checked) + .side.focusable.top.height-10:focus, .side-collapse:not(:checked) + .side.focusable.bottom.height-10:focus {
    height: 500px;
  }
  /* line 54, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:not(:checked) + .side.hoverable.top.height-11:hover, .side-collapse:not(:checked) + .side.hoverable.bottom.height-11:hover, .side-collapse:not(:checked) + .side.focusable.top.height-11:focus, .side-collapse:not(:checked) + .side.focusable.bottom.height-11:focus {
    height: 550px;
  }
  /* line 54, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:not(:checked) + .side.hoverable.top.height-12:hover, .side-collapse:not(:checked) + .side.hoverable.bottom.height-12:hover, .side-collapse:not(:checked) + .side.focusable.top.height-12:focus, .side-collapse:not(:checked) + .side.focusable.bottom.height-12:focus {
    height: 600px;
  }
  /* line 165, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:not(:checked) + .side.focusable.focus-backdrop:focus + .side-backdrop {
    display: block;
  }
  /* line 170, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:not(:checked) + .side.hoverable.hover-backdrop:hover + .side-backdrop {
    display: block;
  }
}

@media (max-width: 1023px) {
  /* line 239, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:not(:checked) + .side.hoverable {
    display: block;
  }
  /* line 242, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:not(:checked) + .side.hoverable.left:not(:hover), .side-collapse:not(:checked) + .side.hoverable.right:not(:hover) {
    width: 5px;
    opacity: 0;
    overflow-x: hidden;
  }
  /* line 247, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:not(:checked) + .side.hoverable.top:not(:hover), .side-collapse:not(:checked) + .side.hoverable.bottom:not(:hover) {
    height: 5px;
    opacity: 0;
    overflow-y: hidden;
  }
  /* line 25, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
  .side-collapse:not(:checked) + .side.left:not(.cover) ~ .body-content .header.fixed, .side-collapse:not(:checked) + .side.left:not(.cover) ~ .body-content.header.fixed, .side-collapse:not(:checked) + .side.right:not(.cover) ~ .body-content .header.fixed, .side-collapse:not(:checked) + .side.right:not(.cover) ~ .body-content.header.fixed, .side-collapse:not(:checked) + .side .cover.left ~ .body-content .header.fixed, .side-collapse:not(:checked) + .side .cover.left ~ .body-content.header.fixed, .side-collapse:not(:checked) + .side .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;
  }
  /* line 29, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
  .side-collapse:not(:checked) + .side.left:not(.cover) ~ .body-content .header.fixed .menu-mobile, .side-collapse:not(:checked) + .side.left:not(.cover) ~ .body-content.header.fixed .menu-mobile, .side-collapse:not(:checked) + .side.right:not(.cover) ~ .body-content .header.fixed .menu-mobile, .side-collapse:not(:checked) + .side.right:not(.cover) ~ .body-content.header.fixed .menu-mobile, .side-collapse:not(:checked) + .side .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 .cover.right ~ .body-content .header.fixed .menu-mobile, .side-collapse:not(:checked) + .side .cover.right ~ .body-content.header.fixed .menu-mobile {
    left: 0;
  }
  /* line 36, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
  .side-collapse:not(:checked) + .side.left:not(.cover) ~ .body-content .header.fixed .menu-mobile, .side-collapse:not(:checked) + .side.left:not(.cover) ~ .body-content.header.fixed .menu-mobile, .side-collapse:not(:checked) + .side.right:not(.cover) ~ .body-content .header.fixed .menu-mobile, .side-collapse:not(:checked) + .side.right:not(.cover) ~ .body-content.header.fixed .menu-mobile, .side-collapse:not(:checked) + .side .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 .cover.right ~ .body-content .header.fixed .menu-mobile, .side-collapse:not(:checked) + .side .cover.right ~ .body-content.header.fixed .menu-mobile {
    right: 0;
  }
  /* line 266, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:not(:checked) + .side:not(.hoverable), .side-collapse:not(:checked) + .side.hoverable:not(:hover) {
    display: none;
  }
  /* line 268, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:not(:checked) + .side:not(.hoverable) ~ .side-open, .side-collapse:not(:checked) + .side.hoverable:not(:hover) ~ .side-open {
    display: block;
  }
  /* line 271, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:not(:checked) + .side.animated:not(.hoverable), .side-collapse:not(:checked) + .side.hoverable.animated:not(:hover) {
    display: block;
  }
  /* line 273, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:not(:checked) + .side.animated.left:not(.hoverable), .side-collapse:not(:checked) + .side.animated.right:not(.hoverable), .side-collapse:not(:checked) + .side.hoverable.animated.left:not(:hover), .side-collapse:not(:checked) + .side.hoverable.animated.right:not(:hover) {
    width: 0;
    overflow-x: hidden;
  }
  /* line 277, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:not(:checked) + .side.animated.top:not(.hoverable), .side-collapse:not(:checked) + .side.animated.bottom:not(.hoverable), .side-collapse:not(:checked) + .side.hoverable.animated.top:not(:hover), .side-collapse:not(:checked) + .side.hoverable.animated.bottom:not(:hover) {
    height: 0;
    overflow-y: hidden;
  }
  /* line 284, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:not(:checked) + .side.left:not([class*="width-"]), .side-collapse:not(:checked) + .side.right:not([class*="width-"]) {
    width: 100px;
  }
  /* line 290, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:not(:checked) + .side.left[class*="width-"] ~ .body-content, .side-collapse:not(:checked) + .side.left:not([class*="width-"]) ~ .body-content {
    margin-left: 0;
  }
  /* line 295, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:not(:checked) + .side.right[class*="width-"] ~ .body-content, .side-collapse:not(:checked) + .side.right:not([class*="width-"]) ~ .body-content {
    margin-right: 0;
  }
  /* line 301, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:not(:checked) + .side.top:not([class*="height-"]), .side-collapse:not(:checked) + .side.bottom:not([class*="height-"]) {
    height: 4.2rem;
  }
  /* line 307, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:not(:checked) + .side.top[class*="height-"]:not(.manual) ~ .body-content {
    margin-top: 0;
  }
  /* line 312, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:not(:checked) + .side.bottom[class*="height-"]:not(.manual) ~ .body-content {
    margin-bottom: 0;
  }
}

@media (max-width: 1023px) {
  /* line 340, app/assets/stylesheets/formir/core/layouts/side.scss */
  .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) {
  /* line 192, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side .with-collapse {
    display: none;
  }
  /* line 89, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:checked + .side .collapsed-hide {
    display: none;
  }
  /* line 92, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:checked + .side .collapsed-show {
    display: block;
  }
  /* line 96, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:checked + .side.animated.left, .side-collapse:checked + .side.animated.right {
    transition: width 1s;
  }
  /* line 99, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:checked + .side.animated.top, .side-collapse:checked + .side.animated.bottom {
    transition: height 1s;
  }
  /* line 103, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:checked + .side.animated ~ .body-content {
    transition: margin 1s;
  }
  /* line 109, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:checked + .side.left:not(.cover) ~ .body-content {
    margin-left: 0;
  }
  /* line 25, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
  .side-collapse:checked + .side.left:not(.cover) ~ .body-content .header.fixed, .side-collapse:checked + .side.left:not(.cover) ~ .body-content.header.fixed {
    margin-left: 0;
    left: 0;
  }
  /* line 29, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
  .side-collapse:checked + .side.left:not(.cover) ~ .body-content .header.fixed .menu-mobile, .side-collapse:checked + .side.left:not(.cover) ~ .body-content.header.fixed .menu-mobile {
    left: 0;
  }
  /* line 117, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:checked + .side.right:not(.cover) ~ .body-content {
    margin-right: 0;
  }
  /* line 25, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
  .side-collapse:checked + .side.right:not(.cover) ~ .body-content .header.fixed, .side-collapse:checked + .side.right:not(.cover) ~ .body-content.header.fixed {
    margin-right: 0;
    right: 0;
  }
  /* line 36, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
  .side-collapse:checked + .side.right:not(.cover) ~ .body-content .header.fixed .menu-mobile, .side-collapse:checked + .side.right:not(.cover) ~ .body-content.header.fixed .menu-mobile {
    right: 0;
  }
  /* line 125, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:checked + .side.top:not(.cover) ~ .body-content {
    margin-top: 37.5px;
  }
  /* line 25, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
  .side-collapse:checked + .side.top:not(.cover) ~ .body-content .header.fixed, .side-collapse:checked + .side.top:not(.cover) ~ .body-content.header.fixed {
    margin-top: 0;
    top: 37.5px;
  }
  /* line 133, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:checked + .side.bottom:not(.cover) ~ .body-content {
    margin-bottom: 37.5px;
  }
  /* line 25, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
  .side-collapse:checked + .side.bottom:not(.cover) ~ .body-content .header.fixed, .side-collapse:checked + .side.bottom:not(.cover) ~ .body-content.header.fixed {
    margin-bottom: 0;
    bottom: 37.5px;
  }
  /* line 142, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:checked + .side.left, .side-collapse:checked + .side.right {
    width: 0;
  }
  /* line 146, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:checked + .side.top, .side-collapse:checked + .side.bottom {
    height: 37.5px;
  }
  /* line 45, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:checked + .side.hoverable.left.width-1:hover, .side-collapse:checked + .side.hoverable.right.width-1:hover, .side-collapse:checked + .side.focusable.left.width-1:focus, .side-collapse:checked + .side.focusable.right.width-1:focus {
    width: 94px;
  }
  /* line 45, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:checked + .side.hoverable.left.width-2:hover, .side-collapse:checked + .side.hoverable.right.width-2:hover, .side-collapse:checked + .side.focusable.left.width-2:focus, .side-collapse:checked + .side.focusable.right.width-2:focus {
    width: 188px;
  }
  /* line 45, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:checked + .side.hoverable.left.width-3:hover, .side-collapse:checked + .side.hoverable.right.width-3:hover, .side-collapse:checked + .side.focusable.left.width-3:focus, .side-collapse:checked + .side.focusable.right.width-3:focus {
    width: 282px;
  }
  /* line 45, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:checked + .side.hoverable.left.width-4:hover, .side-collapse:checked + .side.hoverable.right.width-4:hover, .side-collapse:checked + .side.focusable.left.width-4:focus, .side-collapse:checked + .side.focusable.right.width-4:focus {
    width: 376px;
  }
  /* line 45, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:checked + .side.hoverable.left.width-5:hover, .side-collapse:checked + .side.hoverable.right.width-5:hover, .side-collapse:checked + .side.focusable.left.width-5:focus, .side-collapse:checked + .side.focusable.right.width-5:focus {
    width: 470px;
  }
  /* line 45, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:checked + .side.hoverable.left.width-6:hover, .side-collapse:checked + .side.hoverable.right.width-6:hover, .side-collapse:checked + .side.focusable.left.width-6:focus, .side-collapse:checked + .side.focusable.right.width-6:focus {
    width: 564px;
  }
  /* line 45, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:checked + .side.hoverable.left.width-7:hover, .side-collapse:checked + .side.hoverable.right.width-7:hover, .side-collapse:checked + .side.focusable.left.width-7:focus, .side-collapse:checked + .side.focusable.right.width-7:focus {
    width: 658px;
  }
  /* line 45, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:checked + .side.hoverable.left.width-8:hover, .side-collapse:checked + .side.hoverable.right.width-8:hover, .side-collapse:checked + .side.focusable.left.width-8:focus, .side-collapse:checked + .side.focusable.right.width-8:focus {
    width: 752px;
  }
  /* line 45, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:checked + .side.hoverable.left.width-9:hover, .side-collapse:checked + .side.hoverable.right.width-9:hover, .side-collapse:checked + .side.focusable.left.width-9:focus, .side-collapse:checked + .side.focusable.right.width-9:focus {
    width: 846px;
  }
  /* line 45, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:checked + .side.hoverable.left.width-10:hover, .side-collapse:checked + .side.hoverable.right.width-10:hover, .side-collapse:checked + .side.focusable.left.width-10:focus, .side-collapse:checked + .side.focusable.right.width-10:focus {
    width: 940px;
  }
  /* line 45, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:checked + .side.hoverable.left.width-11:hover, .side-collapse:checked + .side.hoverable.right.width-11:hover, .side-collapse:checked + .side.focusable.left.width-11:focus, .side-collapse:checked + .side.focusable.right.width-11:focus {
    width: 1034px;
  }
  /* line 45, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:checked + .side.hoverable.left.width-12:hover, .side-collapse:checked + .side.hoverable.right.width-12:hover, .side-collapse:checked + .side.focusable.left.width-12:focus, .side-collapse:checked + .side.focusable.right.width-12:focus {
    width: 1128px;
  }
  /* line 54, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:checked + .side.hoverable.top.height-1:hover, .side-collapse:checked + .side.hoverable.bottom.height-1:hover, .side-collapse:checked + .side.focusable.top.height-1:focus, .side-collapse:checked + .side.focusable.bottom.height-1:focus {
    height: 50px;
  }
  /* line 54, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:checked + .side.hoverable.top.height-2:hover, .side-collapse:checked + .side.hoverable.bottom.height-2:hover, .side-collapse:checked + .side.focusable.top.height-2:focus, .side-collapse:checked + .side.focusable.bottom.height-2:focus {
    height: 100px;
  }
  /* line 54, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:checked + .side.hoverable.top.height-3:hover, .side-collapse:checked + .side.hoverable.bottom.height-3:hover, .side-collapse:checked + .side.focusable.top.height-3:focus, .side-collapse:checked + .side.focusable.bottom.height-3:focus {
    height: 150px;
  }
  /* line 54, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:checked + .side.hoverable.top.height-4:hover, .side-collapse:checked + .side.hoverable.bottom.height-4:hover, .side-collapse:checked + .side.focusable.top.height-4:focus, .side-collapse:checked + .side.focusable.bottom.height-4:focus {
    height: 200px;
  }
  /* line 54, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:checked + .side.hoverable.top.height-5:hover, .side-collapse:checked + .side.hoverable.bottom.height-5:hover, .side-collapse:checked + .side.focusable.top.height-5:focus, .side-collapse:checked + .side.focusable.bottom.height-5:focus {
    height: 250px;
  }
  /* line 54, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:checked + .side.hoverable.top.height-6:hover, .side-collapse:checked + .side.hoverable.bottom.height-6:hover, .side-collapse:checked + .side.focusable.top.height-6:focus, .side-collapse:checked + .side.focusable.bottom.height-6:focus {
    height: 300px;
  }
  /* line 54, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:checked + .side.hoverable.top.height-7:hover, .side-collapse:checked + .side.hoverable.bottom.height-7:hover, .side-collapse:checked + .side.focusable.top.height-7:focus, .side-collapse:checked + .side.focusable.bottom.height-7:focus {
    height: 350px;
  }
  /* line 54, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:checked + .side.hoverable.top.height-8:hover, .side-collapse:checked + .side.hoverable.bottom.height-8:hover, .side-collapse:checked + .side.focusable.top.height-8:focus, .side-collapse:checked + .side.focusable.bottom.height-8:focus {
    height: 400px;
  }
  /* line 54, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:checked + .side.hoverable.top.height-9:hover, .side-collapse:checked + .side.hoverable.bottom.height-9:hover, .side-collapse:checked + .side.focusable.top.height-9:focus, .side-collapse:checked + .side.focusable.bottom.height-9:focus {
    height: 450px;
  }
  /* line 54, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:checked + .side.hoverable.top.height-10:hover, .side-collapse:checked + .side.hoverable.bottom.height-10:hover, .side-collapse:checked + .side.focusable.top.height-10:focus, .side-collapse:checked + .side.focusable.bottom.height-10:focus {
    height: 500px;
  }
  /* line 54, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:checked + .side.hoverable.top.height-11:hover, .side-collapse:checked + .side.hoverable.bottom.height-11:hover, .side-collapse:checked + .side.focusable.top.height-11:focus, .side-collapse:checked + .side.focusable.bottom.height-11:focus {
    height: 550px;
  }
  /* line 54, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
  .side-collapse:checked + .side.hoverable.top.height-12:hover, .side-collapse:checked + .side.hoverable.bottom.height-12:hover, .side-collapse:checked + .side.focusable.top.height-12:focus, .side-collapse:checked + .side.focusable.bottom.height-12:focus {
    height: 600px;
  }
  /* line 165, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:checked + .side.focusable.focus-backdrop:focus + .side-backdrop {
    display: block;
  }
  /* line 170, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:checked + .side.hoverable.hover-backdrop:hover + .side-backdrop {
    display: block;
  }
}

@media (max-width: 1023px) and (max-width: 1180px) {
  /* line 199, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side.side-form {
    width: 100% !important;
  }
}

@media (max-width: 1023px) {
  /* line 203, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side .with-collapse {
    display: none;
  }
}

@media (max-width: 1023px) and (min-width: 1180px) and (max-width: 1300px) {
  /* line 212, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side ~ .body-content > .grid .table .td.number, .side-collapse:checked + .side ~ .body-content > .grid .table .td.actions, .side-collapse:checked + .side ~ .body-content > .grid .table td.number, .side-collapse:checked + .side ~ .body-content > .grid .table td.actions, .side-collapse:checked + .side ~ .body-content > .grid .table th.number, .side-collapse:checked + .side ~ .body-content > .grid .table th.actions, .side-collapse:checked + .side ~ .body-content > .grid .table .th.number, .side-collapse:checked + .side ~ .body-content > .grid .table .th.actions, .side-collapse:checked + .side ~ .body-content > div > .grid .table .td.number, .side-collapse:checked + .side ~ .body-content > div > .grid .table .td.actions, .side-collapse:checked + .side ~ .body-content > div > .grid .table td.number, .side-collapse:checked + .side ~ .body-content > div > .grid .table td.actions, .side-collapse:checked + .side ~ .body-content > div > .grid .table th.number, .side-collapse:checked + .side ~ .body-content > div > .grid .table th.actions, .side-collapse:checked + .side ~ .body-content > div > .grid .table .th.number, .side-collapse:checked + .side ~ .body-content > div > .grid .table .th.actions {
    padding-right: 1rem;
  }
  /* line 215, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side ~ .body-content > .grid .table .td .status, .side-collapse:checked + .side ~ .body-content > .grid .table td .status, .side-collapse:checked + .side ~ .body-content > .grid .table th .status, .side-collapse:checked + .side ~ .body-content > .grid .table .th .status, .side-collapse:checked + .side ~ .body-content > div > .grid .table .td .status, .side-collapse:checked + .side ~ .body-content > div > .grid .table td .status, .side-collapse:checked + .side ~ .body-content > div > .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) and (min-width: 1180px) {
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  6);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  7);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  8);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  9);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  10);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  11);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  12);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  13);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  14);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  15);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  16);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  17);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  18);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  19);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  20);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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) {
  /* line 47, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:checked + .side .expanded-hide {
    display: none;
  }
  /* line 50, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:checked + .side .expanded-show {
    display: block;
  }
  /* line 54, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:checked + .side.left:not([class*="width-"]), .side-collapse:checked + .side.right:not([class*="width-"]) {
    width: 100px;
  }
  /* line 59, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:checked + .side.top:not([class*="height-"]), .side-collapse:checked + .side.bottom:not([class*="height-"]) {
    height: 4.2rem;
  }
  /* line 65, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:checked + .side.cover.left ~ .body-content {
    margin-left: 0;
  }
  /* line 70, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:checked + .side.cover.right ~ .body-content {
    margin-right: 0;
  }
  /* line 75, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:checked + .side.cover.top:not(.manual) ~ .body-content {
    margin-top: 37.5px;
  }
  /* line 80, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:checked + .side.cover.bottom ~ .body-content {
    margin-bottom: 37.5px;
  }
}

@media (max-width: 1023px) {
  /* line 356, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:checked + .side.left, .side-collapse:checked + .side.right {
    max-width: 100%;
    width: 300px !important;
    display: block !important;
  }
}

@media (max-width: 1023px) and (max-width: 1180px) {
  /* line 199, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side.left.side-form, .side-collapse:checked + .side.right.side-form {
    width: 100% !important;
  }
}

@media (max-width: 1023px) {
  /* line 203, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side.left .with-collapse, .side-collapse:checked + .side.right .with-collapse {
    display: none;
  }
}

@media (max-width: 1023px) and (min-width: 1180px) and (max-width: 1300px) {
  /* line 212, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side.left ~ .body-content > .grid .table .td.number, .side-collapse:checked + .side.left ~ .body-content > .grid .table .td.actions, .side-collapse:checked + .side.left ~ .body-content > .grid .table td.number, .side-collapse:checked + .side.left ~ .body-content > .grid .table td.actions, .side-collapse:checked + .side.left ~ .body-content > .grid .table th.number, .side-collapse:checked + .side.left ~ .body-content > .grid .table th.actions, .side-collapse:checked + .side.left ~ .body-content > .grid .table .th.number, .side-collapse:checked + .side.left ~ .body-content > .grid .table .th.actions, .side-collapse:checked + .side.left ~ .body-content > div > .grid .table .td.number, .side-collapse:checked + .side.left ~ .body-content > div > .grid .table .td.actions, .side-collapse:checked + .side.left ~ .body-content > div > .grid .table td.number, .side-collapse:checked + .side.left ~ .body-content > div > .grid .table td.actions, .side-collapse:checked + .side.left ~ .body-content > div > .grid .table th.number, .side-collapse:checked + .side.left ~ .body-content > div > .grid .table th.actions, .side-collapse:checked + .side.left ~ .body-content > div > .grid .table .th.number, .side-collapse:checked + .side.left ~ .body-content > div > .grid .table .th.actions, .side-collapse:checked + .side.right ~ .body-content > .grid .table .td.number, .side-collapse:checked + .side.right ~ .body-content > .grid .table .td.actions, .side-collapse:checked + .side.right ~ .body-content > .grid .table td.number, .side-collapse:checked + .side.right ~ .body-content > .grid .table td.actions, .side-collapse:checked + .side.right ~ .body-content > .grid .table th.number, .side-collapse:checked + .side.right ~ .body-content > .grid .table th.actions, .side-collapse:checked + .side.right ~ .body-content > .grid .table .th.number, .side-collapse:checked + .side.right ~ .body-content > .grid .table .th.actions, .side-collapse:checked + .side.right ~ .body-content > div > .grid .table .td.number, .side-collapse:checked + .side.right ~ .body-content > div > .grid .table .td.actions, .side-collapse:checked + .side.right ~ .body-content > div > .grid .table td.number, .side-collapse:checked + .side.right ~ .body-content > div > .grid .table td.actions, .side-collapse:checked + .side.right ~ .body-content > div > .grid .table th.number, .side-collapse:checked + .side.right ~ .body-content > div > .grid .table th.actions, .side-collapse:checked + .side.right ~ .body-content > div > .grid .table .th.number, .side-collapse:checked + .side.right ~ .body-content > div > .grid .table .th.actions {
    padding-right: 1rem;
  }
  /* line 215, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side.left ~ .body-content > .grid .table .td .status, .side-collapse:checked + .side.left ~ .body-content > .grid .table td .status, .side-collapse:checked + .side.left ~ .body-content > .grid .table th .status, .side-collapse:checked + .side.left ~ .body-content > .grid .table .th .status, .side-collapse:checked + .side.left ~ .body-content > div > .grid .table .td .status, .side-collapse:checked + .side.left ~ .body-content > div > .grid .table td .status, .side-collapse:checked + .side.left ~ .body-content > div > .grid .table th .status, .side-collapse:checked + .side.left ~ .body-content > div > .grid .table .th .status, .side-collapse:checked + .side.right ~ .body-content > .grid .table .td .status, .side-collapse:checked + .side.right ~ .body-content > .grid .table td .status, .side-collapse:checked + .side.right ~ .body-content > .grid .table th .status, .side-collapse:checked + .side.right ~ .body-content > .grid .table .th .status, .side-collapse:checked + .side.right ~ .body-content > div > .grid .table .td .status, .side-collapse:checked + .side.right ~ .body-content > div > .grid .table td .status, .side-collapse:checked + .side.right ~ .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;
  }
}

@media (max-width: 1023px) and (min-width: 1180px) {
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  6);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  7);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  8);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  9);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  10);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  11);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  12);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  13);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  14);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  15);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  16);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  17);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  18);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  19);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  20);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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) {
  /* line 240, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side.left .with-logo, .side-collapse:checked + .side.right .with-logo {
    display: none;
  }
  /* line 243, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side.left + .header, .side-collapse:checked + .side.right + .header {
    width: 100vw !important;
  }
  /* line 246, app/assets/stylesheets/formir/override/mixins.scss */
  .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;
  }
  /* line 252, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side.left .item + .item, .side-collapse:checked + .side.right .item + .item {
    margin-top: 4rem;
  }
  /* line 255, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side.left .item i, .side-collapse:checked + .side.left .item .avatar, .side-collapse:checked + .side.right .item i, .side-collapse:checked + .side.right .item .avatar {
    margin-top: 0;
    position: absolute;
    left: 4rem;
    top: 0;
    font-size: 3.5rem;
  }
  /* line 261, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side.left .item i + span, .side-collapse:checked + .side.left .item .avatar + span, .side-collapse:checked + .side.right .item i + span, .side-collapse:checked + .side.right .item .avatar + span {
    display: inline-block;
    margin-left: 5.5rem;
    font-size: 1.3rem;
    margin-top: 1.2rem;
  }
  /* line 270, app/assets/stylesheets/formir/override/mixins.scss */
  .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;
  }
  /* line 278, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side.left .item > span.with-count:first-child, .side-collapse:checked + .side.right .item > span.with-count:first-child {
    position: static;
  }
  /* line 280, app/assets/stylesheets/formir/override/mixins.scss */
  .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;
  }
  /* line 284, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side.left .item br, .side-collapse:checked + .side.right .item br {
    display: none;
  }
  /* line 288, app/assets/stylesheets/formir/override/mixins.scss */
  .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;
  }
  /* line 295, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side.left .with-collapse label, .side-collapse:checked + .side.right .with-collapse label {
    display: block;
  }
  /* line 298, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side.left .with-collapse i, .side-collapse:checked + .side.right .with-collapse i {
    color: #979ea7;
    font-size: 3rem;
  }
  /* line 303, app/assets/stylesheets/formir/override/mixins.scss */
  .side-collapse:checked + .side.left .side-content, .side-collapse:checked + .side.right .side-content {
    padding-top: 9.5rem;
  }
  /* line 182, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:checked + .side.left ~ .body-content > *, .side-collapse:checked + .side.right ~ .body-content > * {
    width: 100vw !important;
    max-width: none;
  }
  /* line 186, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:checked + .side.left ~ .body-content > .content-holder, .side-collapse:checked + .side.right ~ .body-content > .content-holder {
    margin-left: 20;
    margin-right: 20;
  }
  /* line 191, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:checked + .side.left + .side-backdrop, .side-collapse:checked + .side.right + .side-backdrop {
    display: block;
  }
  /* line 196, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:checked + .side.left.left:not(.cover) ~ .body-content, .side-collapse:checked + .side.left.right:not(.cover) ~ .body-content, .side-collapse:checked + .side.right.left:not(.cover) ~ .body-content, .side-collapse:checked + .side.right.right:not(.cover) ~ .body-content {
    width: calc(100% - 300px);
    overflow: hidden;
  }
  /* line 202, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:checked + .side.left.left:not(.cover) ~ .body-content, .side-collapse:checked + .side.right.left:not(.cover) ~ .body-content {
    margin-left: 300px;
  }
  /* line 25, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
  .side-collapse:checked + .side.left.left:not(.cover) ~ .body-content .header.fixed, .side-collapse:checked + .side.left.left:not(.cover) ~ .body-content.header.fixed, .side-collapse:checked + .side.right.left:not(.cover) ~ .body-content .header.fixed, .side-collapse:checked + .side.right.left:not(.cover) ~ .body-content.header.fixed {
    margin-left: 0;
    left: 300px;
  }
  /* line 29, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
  .side-collapse:checked + .side.left.left:not(.cover) ~ .body-content .header.fixed .menu-mobile, .side-collapse:checked + .side.left.left:not(.cover) ~ .body-content.header.fixed .menu-mobile, .side-collapse:checked + .side.right.left:not(.cover) ~ .body-content .header.fixed .menu-mobile, .side-collapse:checked + .side.right.left:not(.cover) ~ .body-content.header.fixed .menu-mobile {
    left: 300px;
  }
  /* line 210, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:checked + .side.left.right:not(.cover) ~ .body-content, .side-collapse:checked + .side.right.right:not(.cover) ~ .body-content {
    margin-right: 300px;
  }
  /* line 25, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
  .side-collapse:checked + .side.left.right:not(.cover) ~ .body-content .header.fixed, .side-collapse:checked + .side.left.right:not(.cover) ~ .body-content.header.fixed, .side-collapse:checked + .side.right.right:not(.cover) ~ .body-content .header.fixed, .side-collapse:checked + .side.right.right:not(.cover) ~ .body-content.header.fixed {
    margin-right: 0;
    right: 300px;
  }
  /* line 36, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
  .side-collapse:checked + .side.left.right:not(.cover) ~ .body-content .header.fixed .menu-mobile, .side-collapse:checked + .side.left.right:not(.cover) ~ .body-content.header.fixed .menu-mobile, .side-collapse:checked + .side.right.right:not(.cover) ~ .body-content .header.fixed .menu-mobile, .side-collapse:checked + .side.right.right:not(.cover) ~ .body-content.header.fixed .menu-mobile {
    right: 300px;
  }
  /* line 219, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:checked + .side.left.cover ~ .body-content, .side-collapse:checked + .side.right.cover ~ .body-content {
    margin-left: 0;
  }
}

/* line 192, app/assets/stylesheets/formir/override/mixins.scss */
.side-expand:not(:checked) + .side .with-collapse {
  display: none;
}

/* line 89, app/assets/stylesheets/formir/core/layouts/side.scss */
.side-expand:not(:checked) + .side .collapsed-hide {
  display: none;
}

/* line 92, app/assets/stylesheets/formir/core/layouts/side.scss */
.side-expand:not(:checked) + .side .collapsed-show {
  display: block;
}

/* line 96, app/assets/stylesheets/formir/core/layouts/side.scss */
.side-expand:not(:checked) + .side.animated.left, .side-expand:not(:checked) + .side.animated.right {
  transition: width 1s;
}

/* line 99, app/assets/stylesheets/formir/core/layouts/side.scss */
.side-expand:not(:checked) + .side.animated.top, .side-expand:not(:checked) + .side.animated.bottom {
  transition: height 1s;
}

/* line 103, app/assets/stylesheets/formir/core/layouts/side.scss */
.side-expand:not(:checked) + .side.animated ~ .body-content {
  transition: margin 1s;
}

/* line 109, app/assets/stylesheets/formir/core/layouts/side.scss */
.side-expand:not(:checked) + .side.left:not(.cover) ~ .body-content {
  margin-left: 0;
}

/* line 25, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
.side-expand:not(:checked) + .side.left:not(.cover) ~ .body-content .header.fixed, .side-expand:not(:checked) + .side.left:not(.cover) ~ .body-content.header.fixed {
  margin-left: 0;
  left: 0;
}

/* line 29, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
.side-expand:not(:checked) + .side.left:not(.cover) ~ .body-content .header.fixed .menu-mobile, .side-expand:not(:checked) + .side.left:not(.cover) ~ .body-content.header.fixed .menu-mobile {
  left: 0;
}

/* line 117, app/assets/stylesheets/formir/core/layouts/side.scss */
.side-expand:not(:checked) + .side.right:not(.cover) ~ .body-content {
  margin-right: 0;
}

/* line 25, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
.side-expand:not(:checked) + .side.right:not(.cover) ~ .body-content .header.fixed, .side-expand:not(:checked) + .side.right:not(.cover) ~ .body-content.header.fixed {
  margin-right: 0;
  right: 0;
}

/* line 36, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
.side-expand:not(:checked) + .side.right:not(.cover) ~ .body-content .header.fixed .menu-mobile, .side-expand:not(:checked) + .side.right:not(.cover) ~ .body-content.header.fixed .menu-mobile {
  right: 0;
}

/* line 125, app/assets/stylesheets/formir/core/layouts/side.scss */
.side-expand:not(:checked) + .side.top:not(.cover) ~ .body-content {
  margin-top: 37.5px;
}

/* line 25, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
.side-expand:not(:checked) + .side.top:not(.cover) ~ .body-content .header.fixed, .side-expand:not(:checked) + .side.top:not(.cover) ~ .body-content.header.fixed {
  margin-top: 0;
  top: 37.5px;
}

/* line 133, app/assets/stylesheets/formir/core/layouts/side.scss */
.side-expand:not(:checked) + .side.bottom:not(.cover) ~ .body-content {
  margin-bottom: 37.5px;
}

/* line 25, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
.side-expand:not(:checked) + .side.bottom:not(.cover) ~ .body-content .header.fixed, .side-expand:not(:checked) + .side.bottom:not(.cover) ~ .body-content.header.fixed {
  margin-bottom: 0;
  bottom: 37.5px;
}

/* line 142, app/assets/stylesheets/formir/core/layouts/side.scss */
.side-expand:not(:checked) + .side.left, .side-expand:not(:checked) + .side.right {
  width: 0;
}

/* line 146, app/assets/stylesheets/formir/core/layouts/side.scss */
.side-expand:not(:checked) + .side.top, .side-expand:not(:checked) + .side.bottom {
  height: 37.5px;
}

/* line 45, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
.side-expand:not(:checked) + .side.hoverable.left.width-1:hover, .side-expand:not(:checked) + .side.hoverable.right.width-1:hover, .side-expand:not(:checked) + .side.focusable.left.width-1:focus, .side-expand:not(:checked) + .side.focusable.right.width-1:focus {
  width: 94px;
}

/* line 45, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
.side-expand:not(:checked) + .side.hoverable.left.width-2:hover, .side-expand:not(:checked) + .side.hoverable.right.width-2:hover, .side-expand:not(:checked) + .side.focusable.left.width-2:focus, .side-expand:not(:checked) + .side.focusable.right.width-2:focus {
  width: 188px;
}

/* line 45, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
.side-expand:not(:checked) + .side.hoverable.left.width-3:hover, .side-expand:not(:checked) + .side.hoverable.right.width-3:hover, .side-expand:not(:checked) + .side.focusable.left.width-3:focus, .side-expand:not(:checked) + .side.focusable.right.width-3:focus {
  width: 282px;
}

/* line 45, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
.side-expand:not(:checked) + .side.hoverable.left.width-4:hover, .side-expand:not(:checked) + .side.hoverable.right.width-4:hover, .side-expand:not(:checked) + .side.focusable.left.width-4:focus, .side-expand:not(:checked) + .side.focusable.right.width-4:focus {
  width: 376px;
}

/* line 45, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
.side-expand:not(:checked) + .side.hoverable.left.width-5:hover, .side-expand:not(:checked) + .side.hoverable.right.width-5:hover, .side-expand:not(:checked) + .side.focusable.left.width-5:focus, .side-expand:not(:checked) + .side.focusable.right.width-5:focus {
  width: 470px;
}

/* line 45, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
.side-expand:not(:checked) + .side.hoverable.left.width-6:hover, .side-expand:not(:checked) + .side.hoverable.right.width-6:hover, .side-expand:not(:checked) + .side.focusable.left.width-6:focus, .side-expand:not(:checked) + .side.focusable.right.width-6:focus {
  width: 564px;
}

/* line 45, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
.side-expand:not(:checked) + .side.hoverable.left.width-7:hover, .side-expand:not(:checked) + .side.hoverable.right.width-7:hover, .side-expand:not(:checked) + .side.focusable.left.width-7:focus, .side-expand:not(:checked) + .side.focusable.right.width-7:focus {
  width: 658px;
}

/* line 45, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
.side-expand:not(:checked) + .side.hoverable.left.width-8:hover, .side-expand:not(:checked) + .side.hoverable.right.width-8:hover, .side-expand:not(:checked) + .side.focusable.left.width-8:focus, .side-expand:not(:checked) + .side.focusable.right.width-8:focus {
  width: 752px;
}

/* line 45, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
.side-expand:not(:checked) + .side.hoverable.left.width-9:hover, .side-expand:not(:checked) + .side.hoverable.right.width-9:hover, .side-expand:not(:checked) + .side.focusable.left.width-9:focus, .side-expand:not(:checked) + .side.focusable.right.width-9:focus {
  width: 846px;
}

/* line 45, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
.side-expand:not(:checked) + .side.hoverable.left.width-10:hover, .side-expand:not(:checked) + .side.hoverable.right.width-10:hover, .side-expand:not(:checked) + .side.focusable.left.width-10:focus, .side-expand:not(:checked) + .side.focusable.right.width-10:focus {
  width: 940px;
}

/* line 45, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
.side-expand:not(:checked) + .side.hoverable.left.width-11:hover, .side-expand:not(:checked) + .side.hoverable.right.width-11:hover, .side-expand:not(:checked) + .side.focusable.left.width-11:focus, .side-expand:not(:checked) + .side.focusable.right.width-11:focus {
  width: 1034px;
}

/* line 45, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
.side-expand:not(:checked) + .side.hoverable.left.width-12:hover, .side-expand:not(:checked) + .side.hoverable.right.width-12:hover, .side-expand:not(:checked) + .side.focusable.left.width-12:focus, .side-expand:not(:checked) + .side.focusable.right.width-12:focus {
  width: 1128px;
}

/* line 54, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
.side-expand:not(:checked) + .side.hoverable.top.height-1:hover, .side-expand:not(:checked) + .side.hoverable.bottom.height-1:hover, .side-expand:not(:checked) + .side.focusable.top.height-1:focus, .side-expand:not(:checked) + .side.focusable.bottom.height-1:focus {
  height: 50px;
}

/* line 54, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
.side-expand:not(:checked) + .side.hoverable.top.height-2:hover, .side-expand:not(:checked) + .side.hoverable.bottom.height-2:hover, .side-expand:not(:checked) + .side.focusable.top.height-2:focus, .side-expand:not(:checked) + .side.focusable.bottom.height-2:focus {
  height: 100px;
}

/* line 54, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
.side-expand:not(:checked) + .side.hoverable.top.height-3:hover, .side-expand:not(:checked) + .side.hoverable.bottom.height-3:hover, .side-expand:not(:checked) + .side.focusable.top.height-3:focus, .side-expand:not(:checked) + .side.focusable.bottom.height-3:focus {
  height: 150px;
}

/* line 54, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
.side-expand:not(:checked) + .side.hoverable.top.height-4:hover, .side-expand:not(:checked) + .side.hoverable.bottom.height-4:hover, .side-expand:not(:checked) + .side.focusable.top.height-4:focus, .side-expand:not(:checked) + .side.focusable.bottom.height-4:focus {
  height: 200px;
}

/* line 54, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
.side-expand:not(:checked) + .side.hoverable.top.height-5:hover, .side-expand:not(:checked) + .side.hoverable.bottom.height-5:hover, .side-expand:not(:checked) + .side.focusable.top.height-5:focus, .side-expand:not(:checked) + .side.focusable.bottom.height-5:focus {
  height: 250px;
}

/* line 54, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
.side-expand:not(:checked) + .side.hoverable.top.height-6:hover, .side-expand:not(:checked) + .side.hoverable.bottom.height-6:hover, .side-expand:not(:checked) + .side.focusable.top.height-6:focus, .side-expand:not(:checked) + .side.focusable.bottom.height-6:focus {
  height: 300px;
}

/* line 54, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
.side-expand:not(:checked) + .side.hoverable.top.height-7:hover, .side-expand:not(:checked) + .side.hoverable.bottom.height-7:hover, .side-expand:not(:checked) + .side.focusable.top.height-7:focus, .side-expand:not(:checked) + .side.focusable.bottom.height-7:focus {
  height: 350px;
}

/* line 54, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
.side-expand:not(:checked) + .side.hoverable.top.height-8:hover, .side-expand:not(:checked) + .side.hoverable.bottom.height-8:hover, .side-expand:not(:checked) + .side.focusable.top.height-8:focus, .side-expand:not(:checked) + .side.focusable.bottom.height-8:focus {
  height: 400px;
}

/* line 54, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
.side-expand:not(:checked) + .side.hoverable.top.height-9:hover, .side-expand:not(:checked) + .side.hoverable.bottom.height-9:hover, .side-expand:not(:checked) + .side.focusable.top.height-9:focus, .side-expand:not(:checked) + .side.focusable.bottom.height-9:focus {
  height: 450px;
}

/* line 54, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
.side-expand:not(:checked) + .side.hoverable.top.height-10:hover, .side-expand:not(:checked) + .side.hoverable.bottom.height-10:hover, .side-expand:not(:checked) + .side.focusable.top.height-10:focus, .side-expand:not(:checked) + .side.focusable.bottom.height-10:focus {
  height: 500px;
}

/* line 54, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
.side-expand:not(:checked) + .side.hoverable.top.height-11:hover, .side-expand:not(:checked) + .side.hoverable.bottom.height-11:hover, .side-expand:not(:checked) + .side.focusable.top.height-11:focus, .side-expand:not(:checked) + .side.focusable.bottom.height-11:focus {
  height: 550px;
}

/* line 54, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/mixins/functions.scss */
.side-expand:not(:checked) + .side.hoverable.top.height-12:hover, .side-expand:not(:checked) + .side.hoverable.bottom.height-12:hover, .side-expand:not(:checked) + .side.focusable.top.height-12:focus, .side-expand:not(:checked) + .side.focusable.bottom.height-12:focus {
  height: 600px;
}

/* line 165, app/assets/stylesheets/formir/core/layouts/side.scss */
.side-expand:not(:checked) + .side.focusable.focus-backdrop:focus + .side-backdrop {
  display: block;
}

/* line 170, app/assets/stylesheets/formir/core/layouts/side.scss */
.side-expand:not(:checked) + .side.hoverable.hover-backdrop:hover + .side-backdrop {
  display: block;
}

@media (max-width: 1023px) {
  /* line 239, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-expand:not(:checked) + .side.hoverable {
    display: block;
  }
  /* line 242, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-expand:not(:checked) + .side.hoverable.left:not(:hover), .side-expand:not(:checked) + .side.hoverable.right:not(:hover) {
    width: 5px;
    opacity: 0;
    overflow-x: hidden;
  }
  /* line 247, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-expand:not(:checked) + .side.hoverable.top:not(:hover), .side-expand:not(:checked) + .side.hoverable.bottom:not(:hover) {
    height: 5px;
    opacity: 0;
    overflow-y: hidden;
  }
  /* line 25, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
  .side-expand:not(:checked) + .side.left:not(.cover) ~ .body-content .header.fixed, .side-expand:not(:checked) + .side.left:not(.cover) ~ .body-content.header.fixed, .side-expand:not(:checked) + .side.right:not(.cover) ~ .body-content .header.fixed, .side-expand:not(:checked) + .side.right:not(.cover) ~ .body-content.header.fixed, .side-expand:not(:checked) + .side .cover.left ~ .body-content .header.fixed, .side-expand:not(:checked) + .side .cover.left ~ .body-content.header.fixed, .side-expand:not(:checked) + .side .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;
  }
  /* line 29, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
  .side-expand:not(:checked) + .side.left:not(.cover) ~ .body-content .header.fixed .menu-mobile, .side-expand:not(:checked) + .side.left:not(.cover) ~ .body-content.header.fixed .menu-mobile, .side-expand:not(:checked) + .side.right:not(.cover) ~ .body-content .header.fixed .menu-mobile, .side-expand:not(:checked) + .side.right:not(.cover) ~ .body-content.header.fixed .menu-mobile, .side-expand:not(:checked) + .side .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 .cover.right ~ .body-content .header.fixed .menu-mobile, .side-expand:not(:checked) + .side .cover.right ~ .body-content.header.fixed .menu-mobile {
    left: 0;
  }
  /* line 36, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
  .side-expand:not(:checked) + .side.left:not(.cover) ~ .body-content .header.fixed .menu-mobile, .side-expand:not(:checked) + .side.left:not(.cover) ~ .body-content.header.fixed .menu-mobile, .side-expand:not(:checked) + .side.right:not(.cover) ~ .body-content .header.fixed .menu-mobile, .side-expand:not(:checked) + .side.right:not(.cover) ~ .body-content.header.fixed .menu-mobile, .side-expand:not(:checked) + .side .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 .cover.right ~ .body-content .header.fixed .menu-mobile, .side-expand:not(:checked) + .side .cover.right ~ .body-content.header.fixed .menu-mobile {
    right: 0;
  }
  /* line 266, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-expand:not(:checked) + .side:not(.hoverable), .side-expand:not(:checked) + .side.hoverable:not(:hover) {
    display: none;
  }
  /* line 268, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-expand:not(:checked) + .side:not(.hoverable) ~ .side-open, .side-expand:not(:checked) + .side.hoverable:not(:hover) ~ .side-open {
    display: block;
  }
  /* line 271, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-expand:not(:checked) + .side.animated:not(.hoverable), .side-expand:not(:checked) + .side.hoverable.animated:not(:hover) {
    display: block;
  }
  /* line 273, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-expand:not(:checked) + .side.animated.left:not(.hoverable), .side-expand:not(:checked) + .side.animated.right:not(.hoverable), .side-expand:not(:checked) + .side.hoverable.animated.left:not(:hover), .side-expand:not(:checked) + .side.hoverable.animated.right:not(:hover) {
    width: 0;
    overflow-x: hidden;
  }
  /* line 277, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-expand:not(:checked) + .side.animated.top:not(.hoverable), .side-expand:not(:checked) + .side.animated.bottom:not(.hoverable), .side-expand:not(:checked) + .side.hoverable.animated.top:not(:hover), .side-expand:not(:checked) + .side.hoverable.animated.bottom:not(:hover) {
    height: 0;
    overflow-y: hidden;
  }
  /* line 284, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-expand:not(:checked) + .side.left:not([class*="width-"]), .side-expand:not(:checked) + .side.right:not([class*="width-"]) {
    width: 100px;
  }
  /* line 290, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-expand:not(:checked) + .side.left[class*="width-"] ~ .body-content, .side-expand:not(:checked) + .side.left:not([class*="width-"]) ~ .body-content {
    margin-left: 0;
  }
  /* line 295, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-expand:not(:checked) + .side.right[class*="width-"] ~ .body-content, .side-expand:not(:checked) + .side.right:not([class*="width-"]) ~ .body-content {
    margin-right: 0;
  }
  /* line 301, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-expand:not(:checked) + .side.top:not([class*="height-"]), .side-expand:not(:checked) + .side.bottom:not([class*="height-"]) {
    height: 4.2rem;
  }
  /* line 307, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-expand:not(:checked) + .side.top[class*="height-"]:not(.manual) ~ .body-content {
    margin-top: 0;
  }
  /* line 312, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-expand:not(:checked) + .side.bottom[class*="height-"]:not(.manual) ~ .body-content {
    margin-bottom: 0;
  }
}

@media (max-width: 1023px) {
  /* line 381, app/assets/stylesheets/formir/core/layouts/side.scss */
  .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) and (max-width: 1180px) {
  /* line 199, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side.side-form {
    width: 100% !important;
  }
}

@media (min-width: 1024px) {
  /* line 203, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side .with-collapse {
    display: none;
  }
}

@media (min-width: 1024px) and (min-width: 1180px) and (max-width: 1300px) {
  /* line 212, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side ~ .body-content > .grid .table .td.number, .side-expand:checked + .side ~ .body-content > .grid .table .td.actions, .side-expand:checked + .side ~ .body-content > .grid .table td.number, .side-expand:checked + .side ~ .body-content > .grid .table td.actions, .side-expand:checked + .side ~ .body-content > .grid .table th.number, .side-expand:checked + .side ~ .body-content > .grid .table th.actions, .side-expand:checked + .side ~ .body-content > .grid .table .th.number, .side-expand:checked + .side ~ .body-content > .grid .table .th.actions, .side-expand:checked + .side ~ .body-content > div > .grid .table .td.number, .side-expand:checked + .side ~ .body-content > div > .grid .table .td.actions, .side-expand:checked + .side ~ .body-content > div > .grid .table td.number, .side-expand:checked + .side ~ .body-content > div > .grid .table td.actions, .side-expand:checked + .side ~ .body-content > div > .grid .table th.number, .side-expand:checked + .side ~ .body-content > div > .grid .table th.actions, .side-expand:checked + .side ~ .body-content > div > .grid .table .th.number, .side-expand:checked + .side ~ .body-content > div > .grid .table .th.actions {
    padding-right: 1rem;
  }
  /* line 215, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side ~ .body-content > .grid .table .td .status, .side-expand:checked + .side ~ .body-content > .grid .table td .status, .side-expand:checked + .side ~ .body-content > .grid .table th .status, .side-expand:checked + .side ~ .body-content > .grid .table .th .status, .side-expand:checked + .side ~ .body-content > div > .grid .table .td .status, .side-expand:checked + .side ~ .body-content > div > .grid .table td .status, .side-expand:checked + .side ~ .body-content > div > .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 (min-width: 1024px) and (min-width: 1180px) {
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side ~ .body-content > .grid > .cell-12 .table-fluid.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  6);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  7);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  8);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  9);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  10);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  11);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  12);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  13);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  14);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  15);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  16);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  17);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  18);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  19);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  20);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side ~ .body-content > .grid > .cell-16 .table-fluid.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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) {
  /* line 47, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-expand:checked + .side .expanded-hide {
    display: none;
  }
  /* line 50, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-expand:checked + .side .expanded-show {
    display: block;
  }
  /* line 54, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-expand:checked + .side.left:not([class*="width-"]), .side-expand:checked + .side.right:not([class*="width-"]) {
    width: 100px;
  }
  /* line 59, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-expand:checked + .side.top:not([class*="height-"]), .side-expand:checked + .side.bottom:not([class*="height-"]) {
    height: 4.2rem;
  }
  /* line 65, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-expand:checked + .side.cover.left ~ .body-content {
    margin-left: 0;
  }
  /* line 70, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-expand:checked + .side.cover.right ~ .body-content {
    margin-right: 0;
  }
  /* line 75, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-expand:checked + .side.cover.top:not(.manual) ~ .body-content {
    margin-top: 37.5px;
  }
  /* line 80, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-expand:checked + .side.cover.bottom ~ .body-content {
    margin-bottom: 37.5px;
  }
}

@media (max-width: 1023px) {
  /* line 397, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-expand:checked + .side.left, .side-expand:checked + .side.right {
    max-width: 100%;
    width: 300px !important;
    display: block !important;
  }
}

@media (max-width: 1023px) and (max-width: 1180px) {
  /* line 199, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side.left.side-form, .side-expand:checked + .side.right.side-form {
    width: 100% !important;
  }
}

@media (max-width: 1023px) {
  /* line 203, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side.left .with-collapse, .side-expand:checked + .side.right .with-collapse {
    display: none;
  }
}

@media (max-width: 1023px) and (min-width: 1180px) and (max-width: 1300px) {
  /* line 212, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side.left ~ .body-content > .grid .table .td.number, .side-expand:checked + .side.left ~ .body-content > .grid .table .td.actions, .side-expand:checked + .side.left ~ .body-content > .grid .table td.number, .side-expand:checked + .side.left ~ .body-content > .grid .table td.actions, .side-expand:checked + .side.left ~ .body-content > .grid .table th.number, .side-expand:checked + .side.left ~ .body-content > .grid .table th.actions, .side-expand:checked + .side.left ~ .body-content > .grid .table .th.number, .side-expand:checked + .side.left ~ .body-content > .grid .table .th.actions, .side-expand:checked + .side.left ~ .body-content > div > .grid .table .td.number, .side-expand:checked + .side.left ~ .body-content > div > .grid .table .td.actions, .side-expand:checked + .side.left ~ .body-content > div > .grid .table td.number, .side-expand:checked + .side.left ~ .body-content > div > .grid .table td.actions, .side-expand:checked + .side.left ~ .body-content > div > .grid .table th.number, .side-expand:checked + .side.left ~ .body-content > div > .grid .table th.actions, .side-expand:checked + .side.left ~ .body-content > div > .grid .table .th.number, .side-expand:checked + .side.left ~ .body-content > div > .grid .table .th.actions, .side-expand:checked + .side.right ~ .body-content > .grid .table .td.number, .side-expand:checked + .side.right ~ .body-content > .grid .table .td.actions, .side-expand:checked + .side.right ~ .body-content > .grid .table td.number, .side-expand:checked + .side.right ~ .body-content > .grid .table td.actions, .side-expand:checked + .side.right ~ .body-content > .grid .table th.number, .side-expand:checked + .side.right ~ .body-content > .grid .table th.actions, .side-expand:checked + .side.right ~ .body-content > .grid .table .th.number, .side-expand:checked + .side.right ~ .body-content > .grid .table .th.actions, .side-expand:checked + .side.right ~ .body-content > div > .grid .table .td.number, .side-expand:checked + .side.right ~ .body-content > div > .grid .table .td.actions, .side-expand:checked + .side.right ~ .body-content > div > .grid .table td.number, .side-expand:checked + .side.right ~ .body-content > div > .grid .table td.actions, .side-expand:checked + .side.right ~ .body-content > div > .grid .table th.number, .side-expand:checked + .side.right ~ .body-content > div > .grid .table th.actions, .side-expand:checked + .side.right ~ .body-content > div > .grid .table .th.number, .side-expand:checked + .side.right ~ .body-content > div > .grid .table .th.actions {
    padding-right: 1rem;
  }
  /* line 215, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side.left ~ .body-content > .grid .table .td .status, .side-expand:checked + .side.left ~ .body-content > .grid .table td .status, .side-expand:checked + .side.left ~ .body-content > .grid .table th .status, .side-expand:checked + .side.left ~ .body-content > .grid .table .th .status, .side-expand:checked + .side.left ~ .body-content > div > .grid .table .td .status, .side-expand:checked + .side.left ~ .body-content > div > .grid .table td .status, .side-expand:checked + .side.left ~ .body-content > div > .grid .table th .status, .side-expand:checked + .side.left ~ .body-content > div > .grid .table .th .status, .side-expand:checked + .side.right ~ .body-content > .grid .table .td .status, .side-expand:checked + .side.right ~ .body-content > .grid .table td .status, .side-expand:checked + .side.right ~ .body-content > .grid .table th .status, .side-expand:checked + .side.right ~ .body-content > .grid .table .th .status, .side-expand:checked + .side.right ~ .body-content > div > .grid .table .td .status, .side-expand:checked + .side.right ~ .body-content > div > .grid .table td .status, .side-expand:checked + .side.right ~ .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) and (min-width: 1180px) {
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  6);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  7);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  8);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  9);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  10);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  11);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  12);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  13);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  14);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  15);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  16);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  17);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  18);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  19);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  20);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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) {
  /* line 240, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side.left .with-logo, .side-expand:checked + .side.right .with-logo {
    display: none;
  }
  /* line 243, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side.left + .header, .side-expand:checked + .side.right + .header {
    width: 100vw !important;
  }
  /* line 246, app/assets/stylesheets/formir/override/mixins.scss */
  .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;
  }
  /* line 252, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side.left .item + .item, .side-expand:checked + .side.right .item + .item {
    margin-top: 4rem;
  }
  /* line 255, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side.left .item i, .side-expand:checked + .side.left .item .avatar, .side-expand:checked + .side.right .item i, .side-expand:checked + .side.right .item .avatar {
    margin-top: 0;
    position: absolute;
    left: 4rem;
    top: 0;
    font-size: 3.5rem;
  }
  /* line 261, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side.left .item i + span, .side-expand:checked + .side.left .item .avatar + span, .side-expand:checked + .side.right .item i + span, .side-expand:checked + .side.right .item .avatar + span {
    display: inline-block;
    margin-left: 5.5rem;
    font-size: 1.3rem;
    margin-top: 1.2rem;
  }
  /* line 270, app/assets/stylesheets/formir/override/mixins.scss */
  .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;
  }
  /* line 278, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side.left .item > span.with-count:first-child, .side-expand:checked + .side.right .item > span.with-count:first-child {
    position: static;
  }
  /* line 280, app/assets/stylesheets/formir/override/mixins.scss */
  .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;
  }
  /* line 284, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side.left .item br, .side-expand:checked + .side.right .item br {
    display: none;
  }
  /* line 288, app/assets/stylesheets/formir/override/mixins.scss */
  .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;
  }
  /* line 295, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side.left .with-collapse label, .side-expand:checked + .side.right .with-collapse label {
    display: block;
  }
  /* line 298, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side.left .with-collapse i, .side-expand:checked + .side.right .with-collapse i {
    color: #979ea7;
    font-size: 3rem;
  }
  /* line 303, app/assets/stylesheets/formir/override/mixins.scss */
  .side-expand:checked + .side.left .side-content, .side-expand:checked + .side.right .side-content {
    padding-top: 9.5rem;
  }
  /* line 182, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-expand:checked + .side.left ~ .body-content > *, .side-expand:checked + .side.right ~ .body-content > * {
    width: 100vw !important;
    max-width: none;
  }
  /* line 186, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-expand:checked + .side.left ~ .body-content > .content-holder, .side-expand:checked + .side.right ~ .body-content > .content-holder {
    margin-left: 20;
    margin-right: 20;
  }
  /* line 191, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-expand:checked + .side.left + .side-backdrop, .side-expand:checked + .side.right + .side-backdrop {
    display: block;
  }
  /* line 196, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-expand:checked + .side.left.left:not(.cover) ~ .body-content, .side-expand:checked + .side.left.right:not(.cover) ~ .body-content, .side-expand:checked + .side.right.left:not(.cover) ~ .body-content, .side-expand:checked + .side.right.right:not(.cover) ~ .body-content {
    width: calc(100% - 300px);
    overflow: hidden;
  }
  /* line 202, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-expand:checked + .side.left.left:not(.cover) ~ .body-content, .side-expand:checked + .side.right.left:not(.cover) ~ .body-content {
    margin-left: 300px;
  }
  /* line 25, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
  .side-expand:checked + .side.left.left:not(.cover) ~ .body-content .header.fixed, .side-expand:checked + .side.left.left:not(.cover) ~ .body-content.header.fixed, .side-expand:checked + .side.right.left:not(.cover) ~ .body-content .header.fixed, .side-expand:checked + .side.right.left:not(.cover) ~ .body-content.header.fixed {
    margin-left: 0;
    left: 300px;
  }
  /* line 29, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
  .side-expand:checked + .side.left.left:not(.cover) ~ .body-content .header.fixed .menu-mobile, .side-expand:checked + .side.left.left:not(.cover) ~ .body-content.header.fixed .menu-mobile, .side-expand:checked + .side.right.left:not(.cover) ~ .body-content .header.fixed .menu-mobile, .side-expand:checked + .side.right.left:not(.cover) ~ .body-content.header.fixed .menu-mobile {
    left: 300px;
  }
  /* line 210, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-expand:checked + .side.left.right:not(.cover) ~ .body-content, .side-expand:checked + .side.right.right:not(.cover) ~ .body-content {
    margin-right: 300px;
  }
  /* line 25, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
  .side-expand:checked + .side.left.right:not(.cover) ~ .body-content .header.fixed, .side-expand:checked + .side.left.right:not(.cover) ~ .body-content.header.fixed, .side-expand:checked + .side.right.right:not(.cover) ~ .body-content .header.fixed, .side-expand:checked + .side.right.right:not(.cover) ~ .body-content.header.fixed {
    margin-right: 0;
    right: 300px;
  }
  /* line 36, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
  .side-expand:checked + .side.left.right:not(.cover) ~ .body-content .header.fixed .menu-mobile, .side-expand:checked + .side.left.right:not(.cover) ~ .body-content.header.fixed .menu-mobile, .side-expand:checked + .side.right.right:not(.cover) ~ .body-content .header.fixed .menu-mobile, .side-expand:checked + .side.right.right:not(.cover) ~ .body-content.header.fixed .menu-mobile {
    right: 300px;
  }
  /* line 219, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-expand:checked + .side.left.cover ~ .body-content, .side-expand:checked + .side.right.cover ~ .body-content {
    margin-left: 0;
  }
}

@media (max-width: 1023px) {
  /* line 408, app/assets/stylesheets/formir/core/layouts/side.scss */
  .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;
  }
}

/* line 239, app/assets/stylesheets/formir/core/layouts/side.scss */
.side-hide:checked + .side.hoverable {
  display: block;
}

/* line 242, app/assets/stylesheets/formir/core/layouts/side.scss */
.side-hide:checked + .side.hoverable.left:not(:hover), .side-hide:checked + .side.hoverable.right:not(:hover) {
  width: 5px;
  opacity: 0;
  overflow-x: hidden;
}

/* line 247, app/assets/stylesheets/formir/core/layouts/side.scss */
.side-hide:checked + .side.hoverable.top:not(:hover), .side-hide:checked + .side.hoverable.bottom:not(:hover) {
  height: 5px;
  opacity: 0;
  overflow-y: hidden;
}

/* line 25, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
.side-hide:checked + .side.left:not(.cover) ~ .body-content .header.fixed, .side-hide:checked + .side.left:not(.cover) ~ .body-content.header.fixed, .side-hide:checked + .side.right:not(.cover) ~ .body-content .header.fixed, .side-hide:checked + .side.right:not(.cover) ~ .body-content.header.fixed, .side-hide:checked + .side .cover.left ~ .body-content .header.fixed, .side-hide:checked + .side .cover.left ~ .body-content.header.fixed, .side-hide:checked + .side .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;
}

/* line 29, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
.side-hide:checked + .side.left:not(.cover) ~ .body-content .header.fixed .menu-mobile, .side-hide:checked + .side.left:not(.cover) ~ .body-content.header.fixed .menu-mobile, .side-hide:checked + .side.right:not(.cover) ~ .body-content .header.fixed .menu-mobile, .side-hide:checked + .side.right:not(.cover) ~ .body-content.header.fixed .menu-mobile, .side-hide:checked + .side .cover.left ~ .body-content .header.fixed .menu-mobile, .side-hide:checked + .side .cover.left ~ .body-content.header.fixed .menu-mobile, .side-hide:checked + .side .cover.right ~ .body-content .header.fixed .menu-mobile, .side-hide:checked + .side .cover.right ~ .body-content.header.fixed .menu-mobile {
  left: 0;
}

/* line 36, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
.side-hide:checked + .side.left:not(.cover) ~ .body-content .header.fixed .menu-mobile, .side-hide:checked + .side.left:not(.cover) ~ .body-content.header.fixed .menu-mobile, .side-hide:checked + .side.right:not(.cover) ~ .body-content .header.fixed .menu-mobile, .side-hide:checked + .side.right:not(.cover) ~ .body-content.header.fixed .menu-mobile, .side-hide:checked + .side .cover.left ~ .body-content .header.fixed .menu-mobile, .side-hide:checked + .side .cover.left ~ .body-content.header.fixed .menu-mobile, .side-hide:checked + .side .cover.right ~ .body-content .header.fixed .menu-mobile, .side-hide:checked + .side .cover.right ~ .body-content.header.fixed .menu-mobile {
  right: 0;
}

/* line 266, app/assets/stylesheets/formir/core/layouts/side.scss */
.side-hide:checked + .side:not(.hoverable), .side-hide:checked + .side.hoverable:not(:hover) {
  display: none;
}

/* line 268, app/assets/stylesheets/formir/core/layouts/side.scss */
.side-hide:checked + .side:not(.hoverable) ~ .side-open, .side-hide:checked + .side.hoverable:not(:hover) ~ .side-open {
  display: block;
}

/* line 271, app/assets/stylesheets/formir/core/layouts/side.scss */
.side-hide:checked + .side.animated:not(.hoverable), .side-hide:checked + .side.hoverable.animated:not(:hover) {
  display: block;
}

/* line 273, app/assets/stylesheets/formir/core/layouts/side.scss */
.side-hide:checked + .side.animated.left:not(.hoverable), .side-hide:checked + .side.animated.right:not(.hoverable), .side-hide:checked + .side.hoverable.animated.left:not(:hover), .side-hide:checked + .side.hoverable.animated.right:not(:hover) {
  width: 0;
  overflow-x: hidden;
}

/* line 277, app/assets/stylesheets/formir/core/layouts/side.scss */
.side-hide:checked + .side.animated.top:not(.hoverable), .side-hide:checked + .side.animated.bottom:not(.hoverable), .side-hide:checked + .side.hoverable.animated.top:not(:hover), .side-hide:checked + .side.hoverable.animated.bottom:not(:hover) {
  height: 0;
  overflow-y: hidden;
}

/* line 284, app/assets/stylesheets/formir/core/layouts/side.scss */
.side-hide:checked + .side.left:not([class*="width-"]), .side-hide:checked + .side.right:not([class*="width-"]) {
  width: 100px;
}

/* line 290, app/assets/stylesheets/formir/core/layouts/side.scss */
.side-hide:checked + .side.left[class*="width-"] ~ .body-content, .side-hide:checked + .side.left:not([class*="width-"]) ~ .body-content {
  margin-left: 0;
}

/* line 295, app/assets/stylesheets/formir/core/layouts/side.scss */
.side-hide:checked + .side.right[class*="width-"] ~ .body-content, .side-hide:checked + .side.right:not([class*="width-"]) ~ .body-content {
  margin-right: 0;
}

/* line 301, app/assets/stylesheets/formir/core/layouts/side.scss */
.side-hide:checked + .side.top:not([class*="height-"]), .side-hide:checked + .side.bottom:not([class*="height-"]) {
  height: 4.2rem;
}

/* line 307, app/assets/stylesheets/formir/core/layouts/side.scss */
.side-hide:checked + .side.top[class*="height-"]:not(.manual) ~ .body-content {
  margin-top: 0;
}

/* line 312, app/assets/stylesheets/formir/core/layouts/side.scss */
.side-hide:checked + .side.bottom[class*="height-"]:not(.manual) ~ .body-content {
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  /* line 419, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-hide:checked + .side.left, .side-hide:checked + .side.right {
    max-width: 100%;
    width: 300px !important;
    display: block !important;
  }
}

@media (max-width: 1023px) and (max-width: 1180px) {
  /* line 199, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide:checked + .side.left.side-form, .side-hide:checked + .side.right.side-form {
    width: 100% !important;
  }
}

@media (max-width: 1023px) {
  /* line 203, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide:checked + .side.left .with-collapse, .side-hide:checked + .side.right .with-collapse {
    display: none;
  }
}

@media (max-width: 1023px) and (min-width: 1180px) and (max-width: 1300px) {
  /* line 212, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide:checked + .side.left ~ .body-content > .grid .table .td.number, .side-hide:checked + .side.left ~ .body-content > .grid .table .td.actions, .side-hide:checked + .side.left ~ .body-content > .grid .table td.number, .side-hide:checked + .side.left ~ .body-content > .grid .table td.actions, .side-hide:checked + .side.left ~ .body-content > .grid .table th.number, .side-hide:checked + .side.left ~ .body-content > .grid .table th.actions, .side-hide:checked + .side.left ~ .body-content > .grid .table .th.number, .side-hide:checked + .side.left ~ .body-content > .grid .table .th.actions, .side-hide:checked + .side.left ~ .body-content > div > .grid .table .td.number, .side-hide:checked + .side.left ~ .body-content > div > .grid .table .td.actions, .side-hide:checked + .side.left ~ .body-content > div > .grid .table td.number, .side-hide:checked + .side.left ~ .body-content > div > .grid .table td.actions, .side-hide:checked + .side.left ~ .body-content > div > .grid .table th.number, .side-hide:checked + .side.left ~ .body-content > div > .grid .table th.actions, .side-hide:checked + .side.left ~ .body-content > div > .grid .table .th.number, .side-hide:checked + .side.left ~ .body-content > div > .grid .table .th.actions, .side-hide:checked + .side.right ~ .body-content > .grid .table .td.number, .side-hide:checked + .side.right ~ .body-content > .grid .table .td.actions, .side-hide:checked + .side.right ~ .body-content > .grid .table td.number, .side-hide:checked + .side.right ~ .body-content > .grid .table td.actions, .side-hide:checked + .side.right ~ .body-content > .grid .table th.number, .side-hide:checked + .side.right ~ .body-content > .grid .table th.actions, .side-hide:checked + .side.right ~ .body-content > .grid .table .th.number, .side-hide:checked + .side.right ~ .body-content > .grid .table .th.actions, .side-hide:checked + .side.right ~ .body-content > div > .grid .table .td.number, .side-hide:checked + .side.right ~ .body-content > div > .grid .table .td.actions, .side-hide:checked + .side.right ~ .body-content > div > .grid .table td.number, .side-hide:checked + .side.right ~ .body-content > div > .grid .table td.actions, .side-hide:checked + .side.right ~ .body-content > div > .grid .table th.number, .side-hide:checked + .side.right ~ .body-content > div > .grid .table th.actions, .side-hide:checked + .side.right ~ .body-content > div > .grid .table .th.number, .side-hide:checked + .side.right ~ .body-content > div > .grid .table .th.actions {
    padding-right: 1rem;
  }
  /* line 215, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide:checked + .side.left ~ .body-content > .grid .table .td .status, .side-hide:checked + .side.left ~ .body-content > .grid .table td .status, .side-hide:checked + .side.left ~ .body-content > .grid .table th .status, .side-hide:checked + .side.left ~ .body-content > .grid .table .th .status, .side-hide:checked + .side.left ~ .body-content > div > .grid .table .td .status, .side-hide:checked + .side.left ~ .body-content > div > .grid .table td .status, .side-hide:checked + .side.left ~ .body-content > div > .grid .table th .status, .side-hide:checked + .side.left ~ .body-content > div > .grid .table .th .status, .side-hide:checked + .side.right ~ .body-content > .grid .table .td .status, .side-hide:checked + .side.right ~ .body-content > .grid .table td .status, .side-hide:checked + .side.right ~ .body-content > .grid .table th .status, .side-hide:checked + .side.right ~ .body-content > .grid .table .th .status, .side-hide:checked + .side.right ~ .body-content > div > .grid .table .td .status, .side-hide:checked + .side.right ~ .body-content > div > .grid .table td .status, .side-hide:checked + .side.right ~ .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) and (min-width: 1180px) {
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  6);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  7);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  8);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  9);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  10);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  11);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  12);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  13);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  14);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  15);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  16);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  17);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  18);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  19);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  20);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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) {
  /* line 240, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide:checked + .side.left .with-logo, .side-hide:checked + .side.right .with-logo {
    display: none;
  }
  /* line 243, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide:checked + .side.left + .header, .side-hide:checked + .side.right + .header {
    width: 100vw !important;
  }
  /* line 246, app/assets/stylesheets/formir/override/mixins.scss */
  .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;
  }
  /* line 252, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide:checked + .side.left .item + .item, .side-hide:checked + .side.right .item + .item {
    margin-top: 4rem;
  }
  /* line 255, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide:checked + .side.left .item i, .side-hide:checked + .side.left .item .avatar, .side-hide:checked + .side.right .item i, .side-hide:checked + .side.right .item .avatar {
    margin-top: 0;
    position: absolute;
    left: 4rem;
    top: 0;
    font-size: 3.5rem;
  }
  /* line 261, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide:checked + .side.left .item i + span, .side-hide:checked + .side.left .item .avatar + span, .side-hide:checked + .side.right .item i + span, .side-hide:checked + .side.right .item .avatar + span {
    display: inline-block;
    margin-left: 5.5rem;
    font-size: 1.3rem;
    margin-top: 1.2rem;
  }
  /* line 270, app/assets/stylesheets/formir/override/mixins.scss */
  .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;
  }
  /* line 278, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide:checked + .side.left .item > span.with-count:first-child, .side-hide:checked + .side.right .item > span.with-count:first-child {
    position: static;
  }
  /* line 280, app/assets/stylesheets/formir/override/mixins.scss */
  .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;
  }
  /* line 284, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide:checked + .side.left .item br, .side-hide:checked + .side.right .item br {
    display: none;
  }
  /* line 288, app/assets/stylesheets/formir/override/mixins.scss */
  .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;
  }
  /* line 295, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide:checked + .side.left .with-collapse label, .side-hide:checked + .side.right .with-collapse label {
    display: block;
  }
  /* line 298, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide:checked + .side.left .with-collapse i, .side-hide:checked + .side.right .with-collapse i {
    color: #979ea7;
    font-size: 3rem;
  }
  /* line 303, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide:checked + .side.left .side-content, .side-hide:checked + .side.right .side-content {
    padding-top: 9.5rem;
  }
  /* line 182, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-hide:checked + .side.left ~ .body-content > *, .side-hide:checked + .side.right ~ .body-content > * {
    width: 100vw !important;
    max-width: none;
  }
  /* line 186, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-hide:checked + .side.left ~ .body-content > .content-holder, .side-hide:checked + .side.right ~ .body-content > .content-holder {
    margin-left: 20;
    margin-right: 20;
  }
  /* line 191, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-hide:checked + .side.left + .side-backdrop, .side-hide:checked + .side.right + .side-backdrop {
    display: block;
  }
  /* line 196, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-hide:checked + .side.left.left:not(.cover) ~ .body-content, .side-hide:checked + .side.left.right:not(.cover) ~ .body-content, .side-hide:checked + .side.right.left:not(.cover) ~ .body-content, .side-hide:checked + .side.right.right:not(.cover) ~ .body-content {
    width: calc(100% - 300px);
    overflow: hidden;
  }
  /* line 202, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-hide:checked + .side.left.left:not(.cover) ~ .body-content, .side-hide:checked + .side.right.left:not(.cover) ~ .body-content {
    margin-left: 300px;
  }
  /* line 25, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
  .side-hide:checked + .side.left.left:not(.cover) ~ .body-content .header.fixed, .side-hide:checked + .side.left.left:not(.cover) ~ .body-content.header.fixed, .side-hide:checked + .side.right.left:not(.cover) ~ .body-content .header.fixed, .side-hide:checked + .side.right.left:not(.cover) ~ .body-content.header.fixed {
    margin-left: 0;
    left: 300px;
  }
  /* line 29, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
  .side-hide:checked + .side.left.left:not(.cover) ~ .body-content .header.fixed .menu-mobile, .side-hide:checked + .side.left.left:not(.cover) ~ .body-content.header.fixed .menu-mobile, .side-hide:checked + .side.right.left:not(.cover) ~ .body-content .header.fixed .menu-mobile, .side-hide:checked + .side.right.left:not(.cover) ~ .body-content.header.fixed .menu-mobile {
    left: 300px;
  }
  /* line 210, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-hide:checked + .side.left.right:not(.cover) ~ .body-content, .side-hide:checked + .side.right.right:not(.cover) ~ .body-content {
    margin-right: 300px;
  }
  /* line 25, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
  .side-hide:checked + .side.left.right:not(.cover) ~ .body-content .header.fixed, .side-hide:checked + .side.left.right:not(.cover) ~ .body-content.header.fixed, .side-hide:checked + .side.right.right:not(.cover) ~ .body-content .header.fixed, .side-hide:checked + .side.right.right:not(.cover) ~ .body-content.header.fixed {
    margin-right: 0;
    right: 300px;
  }
  /* line 36, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
  .side-hide:checked + .side.left.right:not(.cover) ~ .body-content .header.fixed .menu-mobile, .side-hide:checked + .side.left.right:not(.cover) ~ .body-content.header.fixed .menu-mobile, .side-hide:checked + .side.right.right:not(.cover) ~ .body-content .header.fixed .menu-mobile, .side-hide:checked + .side.right.right:not(.cover) ~ .body-content.header.fixed .menu-mobile {
    right: 300px;
  }
  /* line 219, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-hide:checked + .side.left.cover ~ .body-content, .side-hide:checked + .side.right.cover ~ .body-content {
    margin-left: 0;
  }
}

@media (max-width: 1023px) {
  /* line 239, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-hide:not(:checked) + .side.hoverable {
    display: block;
  }
  /* line 242, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-hide:not(:checked) + .side.hoverable.left:not(:hover), .side-hide:not(:checked) + .side.hoverable.right:not(:hover) {
    width: 5px;
    opacity: 0;
    overflow-x: hidden;
  }
  /* line 247, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-hide:not(:checked) + .side.hoverable.top:not(:hover), .side-hide:not(:checked) + .side.hoverable.bottom:not(:hover) {
    height: 5px;
    opacity: 0;
    overflow-y: hidden;
  }
  /* line 25, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
  .side-hide:not(:checked) + .side.left:not(.cover) ~ .body-content .header.fixed, .side-hide:not(:checked) + .side.left:not(.cover) ~ .body-content.header.fixed, .side-hide:not(:checked) + .side.right:not(.cover) ~ .body-content .header.fixed, .side-hide:not(:checked) + .side.right:not(.cover) ~ .body-content.header.fixed, .side-hide:not(:checked) + .side .cover.left ~ .body-content .header.fixed, .side-hide:not(:checked) + .side .cover.left ~ .body-content.header.fixed, .side-hide:not(:checked) + .side .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;
  }
  /* line 29, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
  .side-hide:not(:checked) + .side.left:not(.cover) ~ .body-content .header.fixed .menu-mobile, .side-hide:not(:checked) + .side.left:not(.cover) ~ .body-content.header.fixed .menu-mobile, .side-hide:not(:checked) + .side.right:not(.cover) ~ .body-content .header.fixed .menu-mobile, .side-hide:not(:checked) + .side.right:not(.cover) ~ .body-content.header.fixed .menu-mobile, .side-hide:not(:checked) + .side .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 .cover.right ~ .body-content .header.fixed .menu-mobile, .side-hide:not(:checked) + .side .cover.right ~ .body-content.header.fixed .menu-mobile {
    left: 0;
  }
  /* line 36, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
  .side-hide:not(:checked) + .side.left:not(.cover) ~ .body-content .header.fixed .menu-mobile, .side-hide:not(:checked) + .side.left:not(.cover) ~ .body-content.header.fixed .menu-mobile, .side-hide:not(:checked) + .side.right:not(.cover) ~ .body-content .header.fixed .menu-mobile, .side-hide:not(:checked) + .side.right:not(.cover) ~ .body-content.header.fixed .menu-mobile, .side-hide:not(:checked) + .side .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 .cover.right ~ .body-content .header.fixed .menu-mobile, .side-hide:not(:checked) + .side .cover.right ~ .body-content.header.fixed .menu-mobile {
    right: 0;
  }
  /* line 266, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-hide:not(:checked) + .side:not(.hoverable), .side-hide:not(:checked) + .side.hoverable:not(:hover) {
    display: none;
  }
  /* line 268, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-hide:not(:checked) + .side:not(.hoverable) ~ .side-open, .side-hide:not(:checked) + .side.hoverable:not(:hover) ~ .side-open {
    display: block;
  }
  /* line 271, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-hide:not(:checked) + .side.animated:not(.hoverable), .side-hide:not(:checked) + .side.hoverable.animated:not(:hover) {
    display: block;
  }
  /* line 273, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-hide:not(:checked) + .side.animated.left:not(.hoverable), .side-hide:not(:checked) + .side.animated.right:not(.hoverable), .side-hide:not(:checked) + .side.hoverable.animated.left:not(:hover), .side-hide:not(:checked) + .side.hoverable.animated.right:not(:hover) {
    width: 0;
    overflow-x: hidden;
  }
  /* line 277, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-hide:not(:checked) + .side.animated.top:not(.hoverable), .side-hide:not(:checked) + .side.animated.bottom:not(.hoverable), .side-hide:not(:checked) + .side.hoverable.animated.top:not(:hover), .side-hide:not(:checked) + .side.hoverable.animated.bottom:not(:hover) {
    height: 0;
    overflow-y: hidden;
  }
  /* line 284, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-hide:not(:checked) + .side.left:not([class*="width-"]), .side-hide:not(:checked) + .side.right:not([class*="width-"]) {
    width: 100px;
  }
  /* line 290, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-hide:not(:checked) + .side.left[class*="width-"] ~ .body-content, .side-hide:not(:checked) + .side.left:not([class*="width-"]) ~ .body-content {
    margin-left: 0;
  }
  /* line 295, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-hide:not(:checked) + .side.right[class*="width-"] ~ .body-content, .side-hide:not(:checked) + .side.right:not([class*="width-"]) ~ .body-content {
    margin-right: 0;
  }
  /* line 301, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-hide:not(:checked) + .side.top:not([class*="height-"]), .side-hide:not(:checked) + .side.bottom:not([class*="height-"]) {
    height: 4.2rem;
  }
  /* line 307, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-hide:not(:checked) + .side.top[class*="height-"]:not(.manual) ~ .body-content {
    margin-top: 0;
  }
  /* line 312, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-hide:not(:checked) + .side.bottom[class*="height-"]:not(.manual) ~ .body-content {
    margin-bottom: 0;
  }
}

/* line 239, app/assets/stylesheets/formir/core/layouts/side.scss */
.side-hide-expand:not(:checked) + .side.hoverable {
  display: block;
}

/* line 242, app/assets/stylesheets/formir/core/layouts/side.scss */
.side-hide-expand:not(:checked) + .side.hoverable.left:not(:hover), .side-hide-expand:not(:checked) + .side.hoverable.right:not(:hover) {
  width: 5px;
  opacity: 0;
  overflow-x: hidden;
}

/* line 247, app/assets/stylesheets/formir/core/layouts/side.scss */
.side-hide-expand:not(:checked) + .side.hoverable.top:not(:hover), .side-hide-expand:not(:checked) + .side.hoverable.bottom:not(:hover) {
  height: 5px;
  opacity: 0;
  overflow-y: hidden;
}

/* line 25, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
.side-hide-expand:not(:checked) + .side.left:not(.cover) ~ .body-content .header.fixed, .side-hide-expand:not(:checked) + .side.left:not(.cover) ~ .body-content.header.fixed, .side-hide-expand:not(:checked) + .side.right:not(.cover) ~ .body-content .header.fixed, .side-hide-expand:not(:checked) + .side.right:not(.cover) ~ .body-content.header.fixed, .side-hide-expand:not(:checked) + .side .cover.left ~ .body-content .header.fixed, .side-hide-expand:not(:checked) + .side .cover.left ~ .body-content.header.fixed, .side-hide-expand:not(:checked) + .side .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;
}

/* line 29, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
.side-hide-expand:not(:checked) + .side.left:not(.cover) ~ .body-content .header.fixed .menu-mobile, .side-hide-expand:not(:checked) + .side.left:not(.cover) ~ .body-content.header.fixed .menu-mobile, .side-hide-expand:not(:checked) + .side.right:not(.cover) ~ .body-content .header.fixed .menu-mobile, .side-hide-expand:not(:checked) + .side.right:not(.cover) ~ .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 .cover.left ~ .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 .cover.right ~ .body-content.header.fixed .menu-mobile {
  left: 0;
}

/* line 36, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
.side-hide-expand:not(:checked) + .side.left:not(.cover) ~ .body-content .header.fixed .menu-mobile, .side-hide-expand:not(:checked) + .side.left:not(.cover) ~ .body-content.header.fixed .menu-mobile, .side-hide-expand:not(:checked) + .side.right:not(.cover) ~ .body-content .header.fixed .menu-mobile, .side-hide-expand:not(:checked) + .side.right:not(.cover) ~ .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 .cover.left ~ .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 .cover.right ~ .body-content.header.fixed .menu-mobile {
  right: 0;
}

/* line 266, app/assets/stylesheets/formir/core/layouts/side.scss */
.side-hide-expand:not(:checked) + .side:not(.hoverable), .side-hide-expand:not(:checked) + .side.hoverable:not(:hover) {
  display: none;
}

/* line 268, app/assets/stylesheets/formir/core/layouts/side.scss */
.side-hide-expand:not(:checked) + .side:not(.hoverable) ~ .side-open, .side-hide-expand:not(:checked) + .side.hoverable:not(:hover) ~ .side-open {
  display: block;
}

/* line 271, app/assets/stylesheets/formir/core/layouts/side.scss */
.side-hide-expand:not(:checked) + .side.animated:not(.hoverable), .side-hide-expand:not(:checked) + .side.hoverable.animated:not(:hover) {
  display: block;
}

/* line 273, app/assets/stylesheets/formir/core/layouts/side.scss */
.side-hide-expand:not(:checked) + .side.animated.left:not(.hoverable), .side-hide-expand:not(:checked) + .side.animated.right:not(.hoverable), .side-hide-expand:not(:checked) + .side.hoverable.animated.left:not(:hover), .side-hide-expand:not(:checked) + .side.hoverable.animated.right:not(:hover) {
  width: 0;
  overflow-x: hidden;
}

/* line 277, app/assets/stylesheets/formir/core/layouts/side.scss */
.side-hide-expand:not(:checked) + .side.animated.top:not(.hoverable), .side-hide-expand:not(:checked) + .side.animated.bottom:not(.hoverable), .side-hide-expand:not(:checked) + .side.hoverable.animated.top:not(:hover), .side-hide-expand:not(:checked) + .side.hoverable.animated.bottom:not(:hover) {
  height: 0;
  overflow-y: hidden;
}

/* line 284, app/assets/stylesheets/formir/core/layouts/side.scss */
.side-hide-expand:not(:checked) + .side.left:not([class*="width-"]), .side-hide-expand:not(:checked) + .side.right:not([class*="width-"]) {
  width: 100px;
}

/* line 290, app/assets/stylesheets/formir/core/layouts/side.scss */
.side-hide-expand:not(:checked) + .side.left[class*="width-"] ~ .body-content, .side-hide-expand:not(:checked) + .side.left:not([class*="width-"]) ~ .body-content {
  margin-left: 0;
}

/* line 295, app/assets/stylesheets/formir/core/layouts/side.scss */
.side-hide-expand:not(:checked) + .side.right[class*="width-"] ~ .body-content, .side-hide-expand:not(:checked) + .side.right:not([class*="width-"]) ~ .body-content {
  margin-right: 0;
}

/* line 301, app/assets/stylesheets/formir/core/layouts/side.scss */
.side-hide-expand:not(:checked) + .side.top:not([class*="height-"]), .side-hide-expand:not(:checked) + .side.bottom:not([class*="height-"]) {
  height: 4.2rem;
}

/* line 307, app/assets/stylesheets/formir/core/layouts/side.scss */
.side-hide-expand:not(:checked) + .side.top[class*="height-"]:not(.manual) ~ .body-content {
  margin-top: 0;
}

/* line 312, app/assets/stylesheets/formir/core/layouts/side.scss */
.side-hide-expand:not(:checked) + .side.bottom[class*="height-"]:not(.manual) ~ .body-content {
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  /* line 239, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-hide-expand:checked + .side.hoverable {
    display: block;
  }
  /* line 242, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-hide-expand:checked + .side.hoverable.left:not(:hover), .side-hide-expand:checked + .side.hoverable.right:not(:hover) {
    width: 5px;
    opacity: 0;
    overflow-x: hidden;
  }
  /* line 247, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-hide-expand:checked + .side.hoverable.top:not(:hover), .side-hide-expand:checked + .side.hoverable.bottom:not(:hover) {
    height: 5px;
    opacity: 0;
    overflow-y: hidden;
  }
  /* line 25, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
  .side-hide-expand:checked + .side.left:not(.cover) ~ .body-content .header.fixed, .side-hide-expand:checked + .side.left:not(.cover) ~ .body-content.header.fixed, .side-hide-expand:checked + .side.right:not(.cover) ~ .body-content .header.fixed, .side-hide-expand:checked + .side.right:not(.cover) ~ .body-content.header.fixed, .side-hide-expand:checked + .side .cover.left ~ .body-content .header.fixed, .side-hide-expand:checked + .side .cover.left ~ .body-content.header.fixed, .side-hide-expand:checked + .side .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;
  }
  /* line 29, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
  .side-hide-expand:checked + .side.left:not(.cover) ~ .body-content .header.fixed .menu-mobile, .side-hide-expand:checked + .side.left:not(.cover) ~ .body-content.header.fixed .menu-mobile, .side-hide-expand:checked + .side.right:not(.cover) ~ .body-content .header.fixed .menu-mobile, .side-hide-expand:checked + .side.right:not(.cover) ~ .body-content.header.fixed .menu-mobile, .side-hide-expand:checked + .side .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 .cover.right ~ .body-content .header.fixed .menu-mobile, .side-hide-expand:checked + .side .cover.right ~ .body-content.header.fixed .menu-mobile {
    left: 0;
  }
  /* line 36, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
  .side-hide-expand:checked + .side.left:not(.cover) ~ .body-content .header.fixed .menu-mobile, .side-hide-expand:checked + .side.left:not(.cover) ~ .body-content.header.fixed .menu-mobile, .side-hide-expand:checked + .side.right:not(.cover) ~ .body-content .header.fixed .menu-mobile, .side-hide-expand:checked + .side.right:not(.cover) ~ .body-content.header.fixed .menu-mobile, .side-hide-expand:checked + .side .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 .cover.right ~ .body-content .header.fixed .menu-mobile, .side-hide-expand:checked + .side .cover.right ~ .body-content.header.fixed .menu-mobile {
    right: 0;
  }
  /* line 266, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-hide-expand:checked + .side:not(.hoverable), .side-hide-expand:checked + .side.hoverable:not(:hover) {
    display: none;
  }
  /* line 268, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-hide-expand:checked + .side:not(.hoverable) ~ .side-open, .side-hide-expand:checked + .side.hoverable:not(:hover) ~ .side-open {
    display: block;
  }
  /* line 271, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-hide-expand:checked + .side.animated:not(.hoverable), .side-hide-expand:checked + .side.hoverable.animated:not(:hover) {
    display: block;
  }
  /* line 273, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-hide-expand:checked + .side.animated.left:not(.hoverable), .side-hide-expand:checked + .side.animated.right:not(.hoverable), .side-hide-expand:checked + .side.hoverable.animated.left:not(:hover), .side-hide-expand:checked + .side.hoverable.animated.right:not(:hover) {
    width: 0;
    overflow-x: hidden;
  }
  /* line 277, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-hide-expand:checked + .side.animated.top:not(.hoverable), .side-hide-expand:checked + .side.animated.bottom:not(.hoverable), .side-hide-expand:checked + .side.hoverable.animated.top:not(:hover), .side-hide-expand:checked + .side.hoverable.animated.bottom:not(:hover) {
    height: 0;
    overflow-y: hidden;
  }
  /* line 284, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-hide-expand:checked + .side.left:not([class*="width-"]), .side-hide-expand:checked + .side.right:not([class*="width-"]) {
    width: 100px;
  }
  /* line 290, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-hide-expand:checked + .side.left[class*="width-"] ~ .body-content, .side-hide-expand:checked + .side.left:not([class*="width-"]) ~ .body-content {
    margin-left: 0;
  }
  /* line 295, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-hide-expand:checked + .side.right[class*="width-"] ~ .body-content, .side-hide-expand:checked + .side.right:not([class*="width-"]) ~ .body-content {
    margin-right: 0;
  }
  /* line 301, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-hide-expand:checked + .side.top:not([class*="height-"]), .side-hide-expand:checked + .side.bottom:not([class*="height-"]) {
    height: 4.2rem;
  }
  /* line 307, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-hide-expand:checked + .side.top[class*="height-"]:not(.manual) ~ .body-content {
    margin-top: 0;
  }
  /* line 312, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-hide-expand:checked + .side.bottom[class*="height-"]:not(.manual) ~ .body-content {
    margin-bottom: 0;
  }
}

@media (max-width: 1023px) {
  /* line 453, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-hide-expand:checked + .side.left, .side-hide-expand:checked + .side.right {
    max-width: 100%;
    width: 300px !important;
    display: block !important;
  }
}

@media (max-width: 1023px) and (max-width: 1180px) {
  /* line 199, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide-expand:checked + .side.left.side-form, .side-hide-expand:checked + .side.right.side-form {
    width: 100% !important;
  }
}

@media (max-width: 1023px) {
  /* line 203, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide-expand:checked + .side.left .with-collapse, .side-hide-expand:checked + .side.right .with-collapse {
    display: none;
  }
}

@media (max-width: 1023px) and (min-width: 1180px) and (max-width: 1300px) {
  /* line 212, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide-expand:checked + .side.left ~ .body-content > .grid .table .td.number, .side-hide-expand:checked + .side.left ~ .body-content > .grid .table .td.actions, .side-hide-expand:checked + .side.left ~ .body-content > .grid .table td.number, .side-hide-expand:checked + .side.left ~ .body-content > .grid .table td.actions, .side-hide-expand:checked + .side.left ~ .body-content > .grid .table th.number, .side-hide-expand:checked + .side.left ~ .body-content > .grid .table th.actions, .side-hide-expand:checked + .side.left ~ .body-content > .grid .table .th.number, .side-hide-expand:checked + .side.left ~ .body-content > .grid .table .th.actions, .side-hide-expand:checked + .side.left ~ .body-content > div > .grid .table .td.number, .side-hide-expand:checked + .side.left ~ .body-content > div > .grid .table .td.actions, .side-hide-expand:checked + .side.left ~ .body-content > div > .grid .table td.number, .side-hide-expand:checked + .side.left ~ .body-content > div > .grid .table td.actions, .side-hide-expand:checked + .side.left ~ .body-content > div > .grid .table th.number, .side-hide-expand:checked + .side.left ~ .body-content > div > .grid .table th.actions, .side-hide-expand:checked + .side.left ~ .body-content > div > .grid .table .th.number, .side-hide-expand:checked + .side.left ~ .body-content > div > .grid .table .th.actions, .side-hide-expand:checked + .side.right ~ .body-content > .grid .table .td.number, .side-hide-expand:checked + .side.right ~ .body-content > .grid .table .td.actions, .side-hide-expand:checked + .side.right ~ .body-content > .grid .table td.number, .side-hide-expand:checked + .side.right ~ .body-content > .grid .table td.actions, .side-hide-expand:checked + .side.right ~ .body-content > .grid .table th.number, .side-hide-expand:checked + .side.right ~ .body-content > .grid .table th.actions, .side-hide-expand:checked + .side.right ~ .body-content > .grid .table .th.number, .side-hide-expand:checked + .side.right ~ .body-content > .grid .table .th.actions, .side-hide-expand:checked + .side.right ~ .body-content > div > .grid .table .td.number, .side-hide-expand:checked + .side.right ~ .body-content > div > .grid .table .td.actions, .side-hide-expand:checked + .side.right ~ .body-content > div > .grid .table td.number, .side-hide-expand:checked + .side.right ~ .body-content > div > .grid .table td.actions, .side-hide-expand:checked + .side.right ~ .body-content > div > .grid .table th.number, .side-hide-expand:checked + .side.right ~ .body-content > div > .grid .table th.actions, .side-hide-expand:checked + .side.right ~ .body-content > div > .grid .table .th.number, .side-hide-expand:checked + .side.right ~ .body-content > div > .grid .table .th.actions {
    padding-right: 1rem;
  }
  /* line 215, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide-expand:checked + .side.left ~ .body-content > .grid .table .td .status, .side-hide-expand:checked + .side.left ~ .body-content > .grid .table td .status, .side-hide-expand:checked + .side.left ~ .body-content > .grid .table th .status, .side-hide-expand:checked + .side.left ~ .body-content > .grid .table .th .status, .side-hide-expand:checked + .side.left ~ .body-content > div > .grid .table .td .status, .side-hide-expand:checked + .side.left ~ .body-content > div > .grid .table td .status, .side-hide-expand:checked + .side.left ~ .body-content > div > .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 > .grid .table .td .status, .side-hide-expand:checked + .side.right ~ .body-content > .grid .table td .status, .side-hide-expand:checked + .side.right ~ .body-content > .grid .table th .status, .side-hide-expand:checked + .side.right ~ .body-content > .grid .table .th .status, .side-hide-expand:checked + .side.right ~ .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.right ~ .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;
  }
}

@media (max-width: 1023px) and (min-width: 1180px) {
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-12 .table-fluid.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .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.table-column-6:not(.inside-window):not(.table-fluid-manual) 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.table-column-6:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  6);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .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.table-column-7:not(.inside-window):not(.table-fluid-manual) 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.table-column-7:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  7);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .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.table-column-8:not(.inside-window):not(.table-fluid-manual) 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.table-column-8:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  8);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .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.table-column-9:not(.inside-window):not(.table-fluid-manual) 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.table-column-9:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  9);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .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.table-column-10:not(.inside-window):not(.table-fluid-manual) 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.table-column-10:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  10);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .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.table-column-11:not(.inside-window):not(.table-fluid-manual) 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.table-column-11:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  11);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .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.table-column-12:not(.inside-window):not(.table-fluid-manual) 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.table-column-12:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  12);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .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.table-column-13:not(.inside-window):not(.table-fluid-manual) 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.table-column-13:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  13);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .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.table-column-14:not(.inside-window):not(.table-fluid-manual) 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.table-column-14:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  14);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .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.table-column-15:not(.inside-window):not(.table-fluid-manual) 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.table-column-15:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  15);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .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.table-column-16:not(.inside-window):not(.table-fluid-manual) 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.table-column-16:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  16);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .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.table-column-17:not(.inside-window):not(.table-fluid-manual) 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.table-column-17:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  17);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .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.table-column-18:not(.inside-window):not(.table-fluid-manual) 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.table-column-18:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  18);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .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.table-column-19:not(.inside-window):not(.table-fluid-manual) 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.table-column-19:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  19);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .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.table-column-20:not(.inside-window):not(.table-fluid-manual) 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.table-column-20:not(.inside-window):not(.table-fluid-manual) .td:not(.number):not(.with-avatars):not(.actions):not(.has-charts):not(.has-status):not(.column-fit) {
    max-width: calc(((100vh -  87px ) *  1 ) /  20);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide-expand:checked + .side.left ~ .body-content > .grid > .cell-16 .table-fluid.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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.table-column-21:not(.inside-window):not(.table-fluid-manual) 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.table-column-21:not(.inside-window):not(.table-fluid-manual) .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) {
  /* line 240, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide-expand:checked + .side.left .with-logo, .side-hide-expand:checked + .side.right .with-logo {
    display: none;
  }
  /* line 243, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide-expand:checked + .side.left + .header, .side-hide-expand:checked + .side.right + .header {
    width: 100vw !important;
  }
  /* line 246, app/assets/stylesheets/formir/override/mixins.scss */
  .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;
  }
  /* line 252, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide-expand:checked + .side.left .item + .item, .side-hide-expand:checked + .side.right .item + .item {
    margin-top: 4rem;
  }
  /* line 255, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide-expand:checked + .side.left .item i, .side-hide-expand:checked + .side.left .item .avatar, .side-hide-expand:checked + .side.right .item i, .side-hide-expand:checked + .side.right .item .avatar {
    margin-top: 0;
    position: absolute;
    left: 4rem;
    top: 0;
    font-size: 3.5rem;
  }
  /* line 261, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide-expand:checked + .side.left .item i + span, .side-hide-expand:checked + .side.left .item .avatar + span, .side-hide-expand:checked + .side.right .item i + 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;
  }
  /* line 270, app/assets/stylesheets/formir/override/mixins.scss */
  .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;
  }
  /* line 278, app/assets/stylesheets/formir/override/mixins.scss */
  .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;
  }
  /* line 280, app/assets/stylesheets/formir/override/mixins.scss */
  .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;
  }
  /* line 284, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide-expand:checked + .side.left .item br, .side-hide-expand:checked + .side.right .item br {
    display: none;
  }
  /* line 288, app/assets/stylesheets/formir/override/mixins.scss */
  .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;
  }
  /* line 295, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide-expand:checked + .side.left .with-collapse label, .side-hide-expand:checked + .side.right .with-collapse label {
    display: block;
  }
  /* line 298, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide-expand:checked + .side.left .with-collapse i, .side-hide-expand:checked + .side.right .with-collapse i {
    color: #979ea7;
    font-size: 3rem;
  }
  /* line 303, app/assets/stylesheets/formir/override/mixins.scss */
  .side-hide-expand:checked + .side.left .side-content, .side-hide-expand:checked + .side.right .side-content {
    padding-top: 9.5rem;
  }
  /* line 182, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-hide-expand:checked + .side.left ~ .body-content > *, .side-hide-expand:checked + .side.right ~ .body-content > * {
    width: 100vw !important;
    max-width: none;
  }
  /* line 186, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-hide-expand:checked + .side.left ~ .body-content > .content-holder, .side-hide-expand:checked + .side.right ~ .body-content > .content-holder {
    margin-left: 20;
    margin-right: 20;
  }
  /* line 191, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-hide-expand:checked + .side.left + .side-backdrop, .side-hide-expand:checked + .side.right + .side-backdrop {
    display: block;
  }
  /* line 196, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-hide-expand:checked + .side.left.left:not(.cover) ~ .body-content, .side-hide-expand:checked + .side.left.right:not(.cover) ~ .body-content, .side-hide-expand:checked + .side.right.left:not(.cover) ~ .body-content, .side-hide-expand:checked + .side.right.right:not(.cover) ~ .body-content {
    width: calc(100% - 300px);
    overflow: hidden;
  }
  /* line 202, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-hide-expand:checked + .side.left.left:not(.cover) ~ .body-content, .side-hide-expand:checked + .side.right.left:not(.cover) ~ .body-content {
    margin-left: 300px;
  }
  /* line 25, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
  .side-hide-expand:checked + .side.left.left:not(.cover) ~ .body-content .header.fixed, .side-hide-expand:checked + .side.left.left:not(.cover) ~ .body-content.header.fixed, .side-hide-expand:checked + .side.right.left:not(.cover) ~ .body-content .header.fixed, .side-hide-expand:checked + .side.right.left:not(.cover) ~ .body-content.header.fixed {
    margin-left: 0;
    left: 300px;
  }
  /* line 29, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
  .side-hide-expand:checked + .side.left.left:not(.cover) ~ .body-content .header.fixed .menu-mobile, .side-hide-expand:checked + .side.left.left:not(.cover) ~ .body-content.header.fixed .menu-mobile, .side-hide-expand:checked + .side.right.left:not(.cover) ~ .body-content .header.fixed .menu-mobile, .side-hide-expand:checked + .side.right.left:not(.cover) ~ .body-content.header.fixed .menu-mobile {
    left: 300px;
  }
  /* line 210, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-hide-expand:checked + .side.left.right:not(.cover) ~ .body-content, .side-hide-expand:checked + .side.right.right:not(.cover) ~ .body-content {
    margin-right: 300px;
  }
  /* line 25, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
  .side-hide-expand:checked + .side.left.right:not(.cover) ~ .body-content .header.fixed, .side-hide-expand:checked + .side.left.right:not(.cover) ~ .body-content.header.fixed, .side-hide-expand:checked + .side.right.right:not(.cover) ~ .body-content .header.fixed, .side-hide-expand:checked + .side.right.right:not(.cover) ~ .body-content.header.fixed {
    margin-right: 0;
    right: 300px;
  }
  /* line 36, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
  .side-hide-expand:checked + .side.left.right:not(.cover) ~ .body-content .header.fixed .menu-mobile, .side-hide-expand:checked + .side.left.right:not(.cover) ~ .body-content.header.fixed .menu-mobile, .side-hide-expand:checked + .side.right.right:not(.cover) ~ .body-content .header.fixed .menu-mobile, .side-hide-expand:checked + .side.right.right:not(.cover) ~ .body-content.header.fixed .menu-mobile {
    right: 300px;
  }
  /* line 219, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-hide-expand:checked + .side.left.cover ~ .body-content, .side-hide-expand:checked + .side.right.cover ~ .body-content {
    margin-left: 0;
  }
}

/* line 463, app/assets/stylesheets/formir/core/layouts/side.scss */
.side-collapse, .side-expand, .side-hide, .side-hide-expand {
  display: none;
}

@media (max-width: 1023px) {
  /* line 469, app/assets/stylesheets/formir/core/layouts/side.scss */
  .side-collapse:checked + .side.left + .side-backdrop, .side-collapse:checked + .side.right + .side-backdrop, .side-expand:checked + .side.left + .side-backdrop, .side-expand:checked + .side.right + .side-backdrop, .side-hide:checked + .side.left + .side-backdrop, .side-hide:checked + .side.right + .side-backdrop, .side-hide-expand:checked + .side.left + .side-backdrop, .side-hide-expand:checked + .side.right + .side-backdrop {
    display: block;
  }
}

/* line 482, app/assets/stylesheets/formir/core/layouts/side.scss */
.side-expand:checked + .side + .side-backdrop, .side-hide-expand:checked + .side + .side-backdrop {
  display: block;
}

/* line 488, app/assets/stylesheets/formir/core/layouts/side.scss */
.side-full-height {
  position: relative;
}

/* line 492, app/assets/stylesheets/formir/core/layouts/side.scss */
.side {
  position: fixed;
  z-index: 1100;
  overflow: auto;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  outline: none;
}

/* line 502, app/assets/stylesheets/formir/core/layouts/side.scss */
.side.uncover-hover.hoverable.left:hover:not([class*="width-"]) ~ .body-content, .side.left:not(.cover):not([class*="width-"]) ~ .body-content, .side.uncover-focus.focusable.left:focus:not([class*="width-"]) ~ .body-content {
  margin-left: 100px;
}

/* line 25, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
.side.uncover-hover.hoverable.left:hover:not([class*="width-"]) ~ .body-content .header.fixed, .side.uncover-hover.hoverable.left:hover:not([class*="width-"]) ~ .body-content.header.fixed, .side.left:not(.cover):not([class*="width-"]) ~ .body-content .header.fixed, .side.left:not(.cover):not([class*="width-"]) ~ .body-content.header.fixed, .side.uncover-focus.focusable.left:focus:not([class*="width-"]) ~ .body-content .header.fixed, .side.uncover-focus.focusable.left:focus:not([class*="width-"]) ~ .body-content.header.fixed {
  margin-left: 0;
  left: 100px;
}

/* line 29, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
.side.uncover-hover.hoverable.left:hover:not([class*="width-"]) ~ .body-content .header.fixed .menu-mobile, .side.uncover-hover.hoverable.left:hover:not([class*="width-"]) ~ .body-content.header.fixed .menu-mobile, .side.left:not(.cover):not([class*="width-"]) ~ .body-content .header.fixed .menu-mobile, .side.left:not(.cover):not([class*="width-"]) ~ .body-content.header.fixed .menu-mobile, .side.uncover-focus.focusable.left:focus:not([class*="width-"]) ~ .body-content .header.fixed .menu-mobile, .side.uncover-focus.focusable.left:focus:not([class*="width-"]) ~ .body-content.header.fixed .menu-mobile {
  left: 100px;
}

/* line 508, app/assets/stylesheets/formir/core/layouts/side.scss */
.side.uncover-hover.hoverable.right:hover:not([class*="width-"]) ~ .body-content, .side.right:not(.cover):not([class*="width-"]) ~ .body-content, .side.uncover-focus.focusable.right:focus:not([class*="width-"]) ~ .body-content {
  margin-right: 100px;
}

/* line 25, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
.side.uncover-hover.hoverable.right:hover:not([class*="width-"]) ~ .body-content .header.fixed, .side.uncover-hover.hoverable.right:hover:not([class*="width-"]) ~ .body-content.header.fixed, .side.right:not(.cover):not([class*="width-"]) ~ .body-content .header.fixed, .side.right:not(.cover):not([class*="width-"]) ~ .body-content.header.fixed, .side.uncover-focus.focusable.right:focus:not([class*="width-"]) ~ .body-content .header.fixed, .side.uncover-focus.focusable.right:focus:not([class*="width-"]) ~ .body-content.header.fixed {
  margin-right: 0;
  right: 100px;
}

/* line 36, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/layouts/header.scss */
.side.uncover-hover.hoverable.right:hover:not([class*="width-"]) ~ .body-content .header.fixed .menu-mobile, .side.uncover-hover.hoverable.right:hover:not([class*="width-"]) ~ .body-content.header.fixed .menu-mobile, .side.right:not(.cover):not([class*="width-"]) ~ .body-content .header.fixed .menu-mobile, .side.right:not(.cover):not([class*="width-"]) ~ .body-content.header.fixed .menu-mobile, .side.uncover-focus.focusable.right:focus:not([class*="width-"]) ~ .body-content .header.fixed .menu-mobile, .side.uncover-focus.focusable.right:focus:not([class*="width-"]) ~ .body-content.header.fixed .menu-mobile {
  right: 100px;
}

/* line 516, app/assets/stylesheets/formir/core/layouts/side.scss */
.side.uncover-hover.hoverable.top:hover:not([class*="height-"]):not(.manual) ~ .body-content, .side.top:not(.cover):not([class*="height-"]):not(.manual) ~ .body-content, .side.uncover-focus.focusable.top:focus:not([class*="height-"]):not(.manual) ~ .body-content {
  margin-top: 4.2rem;
}

/* line 521, app/assets/stylesheets/formir/core/layouts/side.scss */
.side.uncover-hover.hoverable.bottom:hover:not([class*="height-"]):not(.manual) ~ .body-content, .side.bottom:not(.cover):not([class*="height-"]):not(.manual) ~ .body-content, .side.uncover-focus.focusable.bottom:focus:not([class*="height-"]):not(.manual) ~ .body-content {
  margin-bottom: 4.2rem;
}

/* line 528, app/assets/stylesheets/formir/core/layouts/side.scss */
.side.left, .side.right {
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 532, app/assets/stylesheets/formir/core/layouts/side.scss */
.side.top, .side.bottom {
  overflow-x: auto;
  overflow-y: hidden;
}

/* line 538, app/assets/stylesheets/formir/core/layouts/side.scss */
.side.animated.left, .side.animated.right {
  transition: width 1s;
}

/* line 541, app/assets/stylesheets/formir/core/layouts/side.scss */
.side.animated.top, .side.animated.bottom {
  transition: height 1s;
}

/* line 544, app/assets/stylesheets/formir/core/layouts/side.scss */
.side.animated ~ .body-content {
  transition: margin 1s;
}

/* line 550, app/assets/stylesheets/formir/core/layouts/side.scss */
.side.absolute.left, .side.absolute.right {
  position: absolute;
  top: 0;
  bottom: auto;
  height: auto;
  min-height: 100%;
  max-height: 100%;
}

/* line 561, app/assets/stylesheets/formir/core/layouts/side.scss */
.side.float.right {
  float: right;
}

/* line 564, app/assets/stylesheets/formir/core/layouts/side.scss */
.side.float.left {
  float: left;
}

/* line 569, app/assets/stylesheets/formir/core/layouts/side.scss */
.side.relative {
  position: relative;
}

/* line 572, app/assets/stylesheets/formir/core/layouts/side.scss */
.side.relative.right {
  float: right;
}

/* line 575, app/assets/stylesheets/formir/core/layouts/side.scss */
.side.relative.left {
  float: left;
}

/* line 579, app/assets/stylesheets/formir/core/layouts/side.scss */
.side.static {
  position: static;
}

/* line 583, app/assets/stylesheets/formir/core/layouts/side.scss */
.side.left, .side.right {
  top: 0;
  bottom: 0;
  max-height: 100%;
  height: 100%;
  will-change: width;
}

/* line 591, app/assets/stylesheets/formir/core/layouts/side.scss */
.side.left {
  left: 0;
  right: auto;
}

/* line 594, app/assets/stylesheets/formir/core/layouts/side.scss */
.side.left ~ .side-open {
  bottom: 0;
  right: 0;
  margin: 0 1.4rem 0.7rem 0;
}

/* line 599, app/assets/stylesheets/formir/core/layouts/side.scss */
.side.right {
  right: 0;
  left: auto;
}

/* line 602, app/assets/stylesheets/formir/core/layouts/side.scss */
.side.right ~ .side-open {
  top: 0;
  right: 0;
}

/* line 607, app/assets/stylesheets/formir/core/layouts/side.scss */
.side.top, .side.bottom {
  left: 0;
  right: 0;
  width: 100%;
  will-change: height;
}

/* line 614, app/assets/stylesheets/formir/core/layouts/side.scss */
.side.top {
  top: 0;
  bottom: auto;
}

/* line 617, app/assets/stylesheets/formir/core/layouts/side.scss */
.side.top ~ .side-open {
  top: 0;
  left: 0;
}

/* line 622, app/assets/stylesheets/formir/core/layouts/side.scss */
.side.bottom {
  bottom: 0;
  top: auto;
}

/* line 625, app/assets/stylesheets/formir/core/layouts/side.scss */
.side.bottom ~ .side-open {
  bottom: 0;
  left: 0;
}

/* line 631, app/assets/stylesheets/formir/core/layouts/side.scss */
.side-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1099;
  display: none;
}

/* line 643, app/assets/stylesheets/formir/core/layouts/side.scss */
.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;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background-color: #faac18;
}

/* line 317, app/assets/stylesheets/formir/override/mixins.scss */
.side-open i {
  color: #fff;
}

@media (min-width: 1180px) {
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .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);
  }
  /* line 183, app/assets/stylesheets/formir/override/mixins.scss */
  .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);
  }
}

/* line 5, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
.side-backdrop {
  background-color: black;
  opacity: 0.5;
}

/* line 9, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
.side-close {
  position: absolute;
  top: 1rem;
  left: 1rem;
}

/* line 16, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
.side.left {
  background: #294058;
  font-family: 'Roboto';
}

/* line 19, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
.side.left .with-logo {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 2.2rem 0 2.7rem;
}

/* line 25, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
.side.left .with-collapse:first-child + nav:last-child {
  margin-top: 2.5rem;
}

@media (min-width: 1023px) {
  /* line 25, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
  .side.left .with-collapse:first-child + nav:last-child {
    min-height: calc(100vh - 4.5rem);
  }
}

/* line 31, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
.side.left nav {
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

/* line 33, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
.side.left nav:only-child {
  margin-top: 2.5rem;
}

@media (min-width: 1023px) {
  /* line 33, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
  .side.left nav:only-child {
    min-height: calc(100vh - 4.5rem);
  }
}

/* line 43, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
.side.left nav .item.end {
  margin-top: auto;
  margin-bottom: 0;
}

/* line 49, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
.side.left .item {
  color: #fff;
  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;
}

/* line 58, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
.side.left .item.active {
  color: #faac18;
  border-right: 4px solid #faac18;
}

/* line 62, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
.side.left .item.lock {
  position: relative;
}

/* line 64, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
.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;
}

/* line 73, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
.side.left .item + .item {
  margin-top: 1rem;
}

/* line 76, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
.side.left .item i {
  font-size: 2.7rem;
  margin: 1rem 0 0;
  display: inline-block;
}

/* line 81, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
.side.left .item .with-count {
  position: relative;
  display: inline-block;
  margin: 1rem 0 0;
}

/* line 85, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
.side.left .item .with-count i {
  margin: 0;
}

/* line 88, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
.side.left .item .with-count span {
  position: absolute;
  right: -5px;
  bottom: 0;
  display: inline-block;
  background: #408cf8;
  color: #fff;
  line-height: 1.5rem;
  border-radius: 1.5rem;
  padding: 0 0.5rem;
}

/* line 98, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
.side.left .item .with-count span[data-count="0"] {
  display: none;
}

/* line 103, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
.side.left .item > span {
  display: block;
  line-height: 1.2rem;
  margin: 1rem 0;
}

/* line 110, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
.side.top {
  width: auto;
  height: 4.2rem;
}

/* line 113, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
.side.top .side-content {
  text-align: center;
  font-size: 1.3rem;
  line-height: 4.2rem;
  padding: 0 40px 0 20;
}

/* line 119, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
.side.top .icon-close {
  font-size: 2rem;
  position: absolute;
  right: 20;
  top: 0;
  bottom: 0;
  height: 2rem;
  margin: auto 0;
}

/* line 128, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
.side.top.info {
  background-color: #408cf8;
  color: #fff;
}

/* line 132, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
.side.top.warning {
  background-color: #ff004e;
  color: #fff;
}

/* line 136, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
.side.top.error {
  background-color: #f86786;
  color: #fff;
}

/* line 140, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
.side.top.success {
  background-color: #84b500;
  color: #fff;
}

/* line 148, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
.side-expand:not(:checked) + .side.right {
  width: 0;
  display: none;
}

/* line 153, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
.side.top {
  margin-top: 0 !important;
}

@media (max-width: 1023px) {
  /* line 157, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
  .aside-top.side-hide:not(:checked) + .side.top {
    display: block;
    width: auto !important;
  }
  /* line 161, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
  .aside-top.side-hide:not(:checked) + .side.top ~ .body-content.t-under-show {
    margin-top: 4.2rem;
  }
  /* line 165, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
  .aside-top.side-hide:not(:checked) + .side.top ~ .aside-top.side-hide:not(:checked) + .side.top {
    margin-top: 4.2rem !important;
  }
  /* line 167, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
  .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;
  }
  /* line 172, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
  .aside-top.side-hide:not(:checked) + .side.top ~ .body-content.body-main {
    margin-top: 0;
  }
}

/* line 176, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
.aside-top.side-hide:not(:checked) + .side.top ~ .body-content.header {
  margin-top: 4.2rem;
}

/* line 180, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
.aside-top.side-hide:not(:checked) + .side.top ~ .aside-top.side-hide:not(:checked) + .side.top {
  margin-top: 4.2rem !important;
}

/* line 182, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
.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) {
  /* line 188, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
  .aside-top.side-hide:not(:checked) + .side.top ~ .body-content.body-main {
    margin-top: 10.9rem;
  }
  /* line 193, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
  .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) {
  /* line 201, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
  .aside-top.side-hide:not(:checked) + .side.top ~ .body-content.body-main:not(.main-dashboard) {
    height: calc(100vh - ($side-height-default + $header-height));
  }
}

@media (min-width: 1180px) and (min-width: 1180px) {
  /* line 206, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
  .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);
  }
}

@media (min-width: 1180px) {
  /* line 215, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
  .aside-top.side-hide:not(:checked) + .side.top ~ .body-content.body-main .tile-content.scroll {
    max-height: calc(100vh - ( 4.2rem +  6.7rem +  6rem +  8rem +  5rem ));
  }
  /* line 224, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
  .aside-top.side-hide:not(:checked) + .side.top ~ .body-content.body-main .tile-content.notifications {
    max-height: calc(100vh - ( 4.2rem +  6.7rem +  2.1rem  * 2 +  4.3rem +  4.2rem +  3rem +  18rem +  5rem ));
  }
  /* line 236, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
  .aside-top.side-hide:not(:checked) + .side.top ~ .body-content.body-main .tile-content.notifications.scroll {
    max-height: calc(100vh - ( 4.2rem +  6.7rem +  2.1rem  * 2 +  4.3rem +  4.2rem +  18rem +  5rem ));
  }
  /* line 254, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
  .aside-top.side-hide:not(:checked) + .side.top ~ .aside-top.side-hide:not(:checked) + .side.top ~ .body-content.body-main {
    height: calc(100vh - ($side-height-default + $side-height-default + $header-height));
  }
  /* line 257, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
  .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 - ( 4.2rem +  4.2rem +  6.7rem + 6rem +  8rem +  5rem ));
  }
  /* line 267, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
  .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 - ( 4.2rem +  4.2rem +  6.7rem +  2.1rem  * 2 +  4.3rem +  4.2rem +  3rem +  18rem +  5rem ));
  }
  /* line 280, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
  .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 - ( 4.2rem +  4.2rem +  6.7rem +  2.1rem  * 2 +  4.3rem +  4.2rem +  18rem +  5rem ));
  }
}

/* line 306, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
body.admin .side.left {
  background-color: #8d95ac;
}

/* line 309, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
body.admin .side.left .with-collapse i {
  color: #fff !important;
}

/* line 322, app/assets/stylesheets/formir/themes/cost_tracker/layouts/side.scss */
html[lang='nb'] .side.left .item {
  font-size: 0.95rem;
}

/* line 2, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal.active {
  display: block;
}

/* line 7, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal.modal-s > .modal-wrapper > .modal-window {
  width: 400px;
  min-height: 0;
}

/* line 13, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal.modal-m > .modal-wrapper > .modal-window {
  width: 420px;
  min-height: 0;
}

/* line 19, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal.modal-l > .modal-wrapper > .modal-window {
  width: 800px;
}

/* line 24, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal.modal-xl > .modal-wrapper > .modal-window {
  width: 105rem;
}

/* line 29, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal.searching-modal .window-content {
  padding-top: 4rem;
}

/* line 31, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal.searching-modal .window-content p {
  margin: 0;
  font-size: 2rem;
  line-height: normal;
}

/* line 36, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal.searching-modal .window-content h2 {
  margin-top: -1rem;
}

/* line 38, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal.searching-modal .window-content h2 + p {
  font-size: 1.2rem;
}

/* line 44, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal.searching-modal .modal-footer .items {
  width: calc(100% + 1.5rem);
}

/* line 46, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.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;
}

/* line 52, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal.sub-modal {
  z-index: 1250;
  background: none;
}

/* line 55, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal.sub-modal > .modal-wrapper > .modal-window {
  z-index: 1252;
  min-height: 1px;
}

/* line 59, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal.sub-modal > .modal-backdrop {
  z-index: 1249;
}

/* line 63, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal.sub-sub-modal {
  z-index: 1300;
  background: none;
}

/* line 66, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal.sub-sub-modal > .modal-wrapper > .modal-window {
  z-index: 1302;
  min-height: 1px;
}

/* line 70, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal.sub-sub-modal > .modal-backdrop {
  z-index: 1299;
}

/* line 75, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal.modal-table .modal-window {
  width: 80%;
  margin: 3vh auto 0;
}

@media (max-width: 1400px) {
  /* line 75, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
  .modal.modal-table .modal-window {
    width: 95%;
  }
}

/* line 83, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.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;
}

/* line 88, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal.modal-table > .modal-wrapper > .window > .window-header.column {
  padding-bottom: 1.5rem;
}

/* line 92, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal.modal-table > .modal-wrapper > .window > .window-header h1, .modal.modal-table > .modal-wrapper > .window > .window-header .h1 {
  margin: 0;
  line-height: normal;
}

/* line 95, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal.modal-table > .modal-wrapper > .window > .window-header h1 + p, .modal.modal-table > .modal-wrapper > .window > .window-header .h1 + p {
  color: #979ea7;
}

/* line 99, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal.modal-table > .modal-wrapper > .window > .window-header p {
  margin: 0;
  line-height: normal;
}

/* line 103, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal.modal-table > .modal-wrapper > .window > .window-header .actions {
  margin-right: -3rem;
}

/* line 105, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal.modal-table > .modal-wrapper > .window > .window-header .actions .link {
  font-size: 1.4rem;
}

/* line 110, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.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;
}

/* line 117, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.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;
}

/* line 122, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.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;
}

/* line 129, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal.modal-table > .modal-wrapper > .window > .window-header .total .value {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: right;
}

/* line 133, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal.modal-table > .modal-wrapper > .window > .window-header .total .value.red {
  color: #f65f7b;
}

@media (min-width: 1180px) {
  /* line 143, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
  .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);
  }
  /* line 146, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
  .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.10);
  }
  /* line 149, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
  .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);
  }
  /* line 152, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
  .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);
  }
  /* line 155, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
  .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);
  }
}

/* line 161, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.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;
}

/* line 166, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal.modal-table > .modal-wrapper > .window > .window-footer .items {
  width: 100%;
}

/* line 170, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal.modal-table > .modal-wrapper > .window > .window-content {
  overflow-y: scroll;
  max-height: calc(100vh - 25rem);
  min-height: 25rem;
}

/* line 177, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal.modal-table.full-width > .modal-wrapper > .modal-window {
  width: calc(100% - 2rem);
  max-width: calc(100% - 2rem);
  margin: 1rem auto;
}

/* line 181, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal.modal-table.full-width > .modal-wrapper > .modal-window .window-content {
  max-height: calc(100vh - 20rem);
}

/* line 184, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal.modal-table.full-width > .modal-wrapper > .modal-window .window-footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 191, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal.modal-table > .modal-backdrop {
  background-color: rgba(246, 247, 251, 0.75);
}

/* line 194, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal.modal-table .table-fluid .table-header {
  top: 0;
}

/* line 201, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.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;
}

/* line 208, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.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) {
  /* line 208, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
  .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;
  }
}

/* line 220, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.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);
}

/* line 223, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.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);
}

/* line 228, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.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);
}

/* line 231, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.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);
}

/* line 239, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal.modal-selectable > .modal-wrapper > .window > .window-header {
  border-bottom: 0 none;
}

/* line 243, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal.modal-selectable .modal-window {
  width: 89rem;
}

/* line 248, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal.modal-table-search .modal-header, .modal.modal-table-search .window-footer {
  padding: 1.5rem 2rem 2rem !important;
  box-shadow: none !important;
}

/* line 252, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal.modal-table-search .modal-window {
  width: 46rem;
}

/* line 255, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal.modal-table-search .modal-footer {
  border-top: 1px solid #ededed !important;
}

/* line 259, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.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;
}

/* line 262, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.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;
}

/* line 265, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.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;
}

/* line 271, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.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;
}

/* line 277, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal.modal-table-search.modal-table-search-lg .modal-window {
  width: 56rem;
}

/* line 282, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal.modal-fullscreen {
  overflow-y: scroll;
}

/* line 284, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal.modal-fullscreen > .modal-wrapper > .modal-window:not(.window-inside) {
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 0;
}

/* line 290, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal.modal-fullscreen > .modal-wrapper > .window:not(.window-inside) {
  box-shadow: none;
  border-radius: 0;
}

/* line 293, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.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) {
  /* line 297, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
  .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;
  }
  /* line 302, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
  .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) {
  /* line 310, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
  .modal.modal-fullscreen > .modal-wrapper > .window:not(.window-inside):not(.window-with-nav) .window-toasts {
    top: 7rem;
  }
}

/* line 316, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal.modal-fullscreen > .modal-wrapper > .window:not(.window-inside) > .window-content {
  min-height: calc(100% - $window-header-height);
  margin-top: 5rem;
  padding-top: 1.5rem;
  box-sizing: border-box;
}

@media (max-width: 1180px) {
  /* line 316, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
  .modal.modal-fullscreen > .modal-wrapper > .window:not(.window-inside) > .window-content {
    margin-top: 7rem;
  }
}

/* line 325, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.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);
}

/* line 334, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal.modal-fullscreen > .modal-wrapper > .window.window-with-nav:not(.window-inside) > .window-content {
  min-height: calc(100% - 6rem);
  margin-top: 6rem;
  box-sizing: border-box;
}

@media (max-width: 1180px) {
  /* line 345, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
  .modal:not(.modal-fullscreen) > .modal-wrapper > .modal-window {
    width: 100% !important;
    max-width: calc(100%) !important;
    margin: 1rem 0 !important;
    vertical-align: top !important;
  }
}

/* line 354, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.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-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* line 361, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal .modal-header label {
  line-height: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
}

/* line 365, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal .modal-header label + label {
  margin-left: 1.5rem;
}

/* line 368, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal .modal-header label i {
  font-size: 3rem;
  color: #c5cad6;
  line-height: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  vertical-align: middle;
}

/* line 375, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal .modal-header label i:before {
  line-height: 2.5rem;
  height: 2.5rem;
}

/* line 379, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal .modal-header label i.icon-question_answer {
  font-size: 2.5rem;
}

/* line 385, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal .modal-header .select.filter-select:not(.has-datepicker) label {
  margin: 0;
}

/* line 389, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal .modal-header.modal-header-auto {
  height: auto;
  min-height: 5rem;
}

/* line 393, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal .modal-header h1 {
  margin: 2.5rem 0;
}

/* line 395, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal .modal-header h1.small-margin {
  margin: 1.5rem 0 1rem;
}

/* line 400, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal .modal-content {
  color: #fff;
  padding: 0 2rem;
}

/* line 404, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.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-justify-content: flex-end;
  justify-content: flex-end;
}

/* line 409, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal .modal-footer .on-left {
  margin-left: 0;
  margin-right: auto;
}

/* line 413, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal .modal-footer .on-right {
  margin-left: auto;
  margin-right: 0;
}

/* line 417, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal .modal-footer > .items {
  max-width: calc(100% + 15px);
}

/* line 420, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal .modal-footer.column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 100%;
}

/* line 424, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal .modal-footer.column > * + * {
  padding-top: 2.5rem;
}

/* line 426, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal .modal-footer.column > * + *.items {
  margin-top: 0;
  padding-top: calc(2.5rem - 1.5rem);
}

/* line 433, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal .window {
  box-shadow: 0 0 4px rgba(21, 16, 60, 0.3);
  border-radius: 0.4rem;
}

/* line 436, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal .window.modal-window {
  min-height: 0;
}

/* line 439, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal .window .window-header {
  border-radius: 0.4rem 0.4rem 0 0;
}

/* line 442, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal .window .window-footer {
  border-radius: 0 0 0.4rem 0.4rem;
}

/* line 447, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
.modal-footer-space {
  padding-top: 5rem !important;
}

/* line 455, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
body[data-scrollbar-width="17"] .modal.modal-fullscreen > .modal-wrapper > .window:not(.window-inside) > .window-header {
  right: 17px;
}

/* line 466, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
input.modal-open, input.modal-close {
  display: none;
}

/* line 470, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
input.modal-close:not(:checked) ~ .body {
  height: 100vh;
  overflow-y: hidden;
}

/* line 477, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
body.modal-opened {
  overflow-y: hidden;
}

/* line 481, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
input.mobile-modal-open {
  display: none;
}

@media (max-width: 1180px) {
  /* line 486, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
  .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);
  }
  /* line 497, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
  .mobile-modal.active {
    display: block;
    height: 100%;
  }
  /* line 8, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/modal.scss */
  .mobile-modal.active.animated {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
  /* line 12, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/modal.scss */
  .mobile-modal.active.animated .modal-backdrop:after {
    transition: background-color 0.4s ease;
    background-color: rgba(246, 247, 251, 0.75);
  }
  /* line 19, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/modal.scss */
  .mobile-modal.active.animated .modal-window {
    transform: translate(0, 0);
    transition: transform 0.4s ease;
  }
  /* line 27, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/modal.scss */
  .mobile-modal.active.centered .modal-wrapper:before {
    height: 50%;
    content: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    transition: height 0.4s ease;
  }
  /* line 502, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
  .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-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  /* line 509, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
  .mobile-modal-header label {
    line-height: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
  }
  /* line 513, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
  .mobile-modal-header label i {
    font-size: 3rem;
    color: #c5cad6;
    line-height: 2.5rem;
    height: 2.5rem;
    display: inline-block;
    vertical-align: middle;
  }
  /* line 520, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
  .mobile-modal-header label i.icon-close {
    font-size: 3rem;
  }
  /* line 523, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
  .mobile-modal-header label i:before {
    line-height: 2.5rem;
    height: 2.5rem;
  }
  /* line 531, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
  .mobile-modal-window {
    width: 650px;
    min-height: 300px;
    max-width: calc(100% - (20px * 2));
    position: relative;
    left: 0;
    right: 0;
    margin: 5vh auto;
    background-color: rgba(246, 247, 251, 0.75);
    z-index: 1207;
    border: 0 none;
  }
  /* line 544, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
  .mobile-window {
    background-color: #fff;
  }
  /* line 546, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
  .mobile-window .mobile-window-content {
    padding: 0 !important;
  }
  /* line 553, app/assets/stylesheets/formir/themes/cost_tracker/components/modal.scss */
  input.mobile-modal-open:checked + .mobile-modal {
    display: block;
    height: 100%;
  }
  /* line 8, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/modal.scss */
  input.mobile-modal-open:checked + .mobile-modal.animated {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
  /* line 12, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/modal.scss */
  input.mobile-modal-open:checked + .mobile-modal.animated .modal-backdrop:after {
    transition: background-color 0.4s ease;
    background-color: rgba(246, 247, 251, 0.75);
  }
  /* line 19, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/modal.scss */
  input.mobile-modal-open:checked + .mobile-modal.animated .modal-window {
    transform: translate(0, 0);
    transition: transform 0.4s ease;
  }
  /* line 27, app/assets/stylesheets/../../../node_modules/formir/src/scss/core/components/modal.scss */
  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;
  }
}

/* line 2, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window > .window-header {
  line-height: 5rem;
  height: 5rem;
  padding: 0 2.5rem;
  white-space: nowrap;
}

/* line 7, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window > .window-header > span:first-child {
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 11, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.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;
}

/* line 16, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window > .window-header.window-header-auto {
  height: auto;
  line-height: normal;
  padding-top: 2rem;
  padding-bottom: 3rem;
  white-space: normal;
}

/* line 22, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window > .window-header.window-header-auto h1, .window > .window-header.window-header-auto h2 {
  margin: 0;
}

/* line 26, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window > .window-header.column {
  display: block;
}

/* line 29, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window > .window-header.window-header-blue {
  display: block;
  padding: 0 !important;
  border-bottom: 0 none !important;
}

/* line 31, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window > .window-header.window-header-blue.window-header-auto ~ .window-content {
  height: calc(100vh - 32rem);
}

/* line 39, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window > .window-header.window-header-blue .window-header-wrapper {
  background-color: #408cf8;
  border-radius: inherit;
  color: #fff;
  padding: 2rem !important;
}

/* line 44, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window > .window-header.window-header-blue .window-header-wrapper ~ * {
  min-height: 0;
  padding: 1rem 2rem !important;
}

/* line 49, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window > .window-header.window-header-blue h2 {
  margin: 0;
}

/* line 52, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window > .window-header.window-header-blue .items.items-divided > * + .link:before {
  border-color: #fff;
}

/* line 56, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window > .window-header p {
  font-size: 1.2rem;
  white-space: normal;
}

/* line 59, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window > .window-header p.mute {
  color: #979ea7;
}

/* line 62, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window > .window-header p.small {
  font-size: 1.1rem;
}

/* line 66, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window > .window-header .timestamp {
  font-size: 1.2rem;
}

/* line 68, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window > .window-header .timestamp + label {
  margin-left: 4rem;
}

/* line 72, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window > .window-header .mute {
  color: #a1a9bd;
}

/* line 75, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window > .window-header .window-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* line 80, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.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-justify-content: space-between;
  justify-content: space-between;
}

/* line 86, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window > .window-header .window-bar .filters {
  margin: auto auto auto 0;
  -webkit-align-self: center;
  align-self: center;
}

/* line 93, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window.window-with-nav > .window-header {
  height: 6rem;
  line-height: 6rem;
  padding: 0 !important;
}

/* line 97, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window.window-with-nav > .window-header .window-nav {
  border-left: 1px solid #959db1;
  cursor: pointer;
}

/* line 101, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window.window-with-nav > .window-header > span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-width: 0;
}

/* line 105, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window.window-with-nav > .window-header > span:first-child .window-nav {
  border-right: 1px solid #959db1;
  border-left: 0;
  margin-right: 2.9rem;
}

/* line 113, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window.window-with-nav .window-toasts {
  top: 6rem;
}

/* line 116, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window.window-with-nav > .window-content {
  margin-top: 6rem !important;
}

/* line 120, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window > .window-content {
  padding: 0.1px 2.5rem;
}

/* line 122, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window > .window-content > p {
  font-size: 1.2rem;
}

/* line 124, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window > .window-content > p:only-child {
  margin: 0;
}

/* line 127, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window > .window-content > p.mute {
  color: #979ea7;
}

/* line 132, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window > .window-footer {
  padding: 3rem 2.5rem 3.5rem;
  background-color: #fff;
}

/* line 135, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window > .window-footer .button {
  box-shadow: none;
  padding-left: 2rem;
  padding-right: 2rem;
  min-width: 11.5rem;
  box-sizing: border-box;
}

/* line 143, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window .window-toasts {
  position: fixed;
  top: 5rem;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1201;
}

/* line 150, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window .window-toasts input {
  display: none;
}

/* line 153, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window .window-toasts .toast {
  padding-right: 2rem;
  padding-left: 5rem;
}

@media (max-width: 1180px) {
  /* line 153, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
  .window .window-toasts .toast {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }
}

/* line 160, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window .window-toasts .toast.error {
  background-color: #FB85A9;
}

/* line 165, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window .window-frame, .window .with-frame {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* line 169, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window .window-footer .items {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 172, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window .window-footer .button {
  box-shadow: none;
}

@media (min-width: 1181px) {
  /* line 178, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
  .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) {
  /* line 183, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
  .window.window-form .mobile-hide {
    display: none;
  }
  /* line 186, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
  .window.window-form .mobile-inline {
    display: inline;
  }
  /* line 189, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
  .window.window-form .mobile-inline-block, .window.window-form .mobile-show {
    display: inline-block;
  }
  /* line 192, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
  .window.window-form .mobile-block {
    display: block;
  }
}

/* line 196, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window.window-form > .window-content {
  padding: 0;
}

/* line 199, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window.window-form > .window-footer {
  padding: 3rem 2.3rem 3.5rem 1.4rem;
}

/* line 202, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window.window-form > .window-header {
  padding: 0 2rem 0 5rem;
}

/* line 205, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window.window-form .form-section.cell-4 {
  width: calc(100% / 3);
}

@media (min-width: 1181px) {
  /* line 205, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
  .window.window-form .form-section.cell-4 {
    border-bottom: 0 none;
  }
}

@media (max-width: 1180px) {
  /* line 205, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
  .window.window-form .form-section.cell-4 {
    width: calc(100% - $window-sidebar-width) !important;
  }
}

@media (max-width: 1180px) {
  /* line 205, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
  .window.window-form .form-section.cell-4 {
    width: 100% !important;
  }
}

/* line 217, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window.window-form .form-section-footer.cell-12 {
  width: 100%;
  padding-right: 2.5rem;
}

@media (max-width: 1180px) {
  /* line 217, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
  .window.window-form .form-section-footer.cell-12 {
    width: 100% !important;
  }
}

/* line 224, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window.window-form .form-section.cell-12 {
  border-top: 0 none;
  width: 100%;
}

@media (max-width: 1180px) {
  /* line 224, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
  .window.window-form .form-section.cell-12 {
    width: 100% !important;
  }
}

/* line 230, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window.window-form .form-section.cell-12.with-tile {
  padding: 3.5rem 2.5rem 2.5rem 3.5rem;
}

@media (max-width: 1180px) {
  /* line 230, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
  .window.window-form .form-section.cell-12.with-tile {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 237, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.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) {
  /* line 237, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
  .window.window-form .form-section.cell-12.with-tile .window-footer.form-section-footer.cell-12.modal-footer {
    width: auto;
    padding-right: 0;
  }
}

/* line 246, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window.window-form .form-section.cell-12.with-tile .tile-space {
  padding-top: 3.5rem;
}

/* line 249, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window.window-form .form-section.cell-12.with-tile + .form-section.cell-12.with-tile {
  padding-top: 1rem;
}

/* line 252, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window.window-form .form-section.cell-12.with-tile .tile-header {
  padding-left: 1.4rem;
  padding-right: 2rem;
}

@media (min-width: 1180px) {
  /* line 257, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
  .window.window-form .form-section.cell-12.with-tile .release-table {
    overflow-x: auto;
    overflow-y: visible;
  }
  /* line 260, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
  .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;
  }
  /* line 263, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
  .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;
  }
  /* line 272, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
  .window.window-form .form-section.cell-12.with-tile .release-table.table-goods tr td.no:not(.with-textarea):not([colspan]), .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;
  }
  /* line 277, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
  .window.window-form .form-section.cell-12.with-tile .release-table.table-goods tr td.no:not(.with-textarea):not([colspan]) {
    width: 160px;
    min-width: 160px;
  }
  /* line 280, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
  .window.window-form .form-section.cell-12.with-tile .release-table.table-goods tr td.no:not(.with-textarea):not([colspan]) .select {
    min-width: 140px;
  }
  /* line 284, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
  .window.window-form .form-section.cell-12.with-tile .release-table.table-goods tr td.desc:not(.with-textarea):not([colspan]) {
    width: 7vw;
    max-width: 7vw;
    min-width: 7vw;
  }
  /* line 289, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
  .window.window-form .form-section.cell-12.with-tile .release-table.table-goods tr td.category:not(.with-textarea):not([colspan]) {
    width: 5vw;
    max-width: 5vw;
    min-width: 5vw;
  }
}

/* line 301, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.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) {
  /* line 306, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
  .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 .th.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 td.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 {
    padding-right: 1rem;
  }
}

@media (min-width: 1300px) {
  /* line 301, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
  .window.window-form .form-section.cell-12.with-tile table, .window.window-form .form-section.cell-12.with-tile .table {
    table-layout: fixed;
  }
  /* line 314, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
  .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 .th.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 td.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 {
    padding-right: 1rem;
  }
  /* line 317, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
  .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 + td, .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 + td, .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 + td, .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 + td, .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 + td, .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 + td, .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 + td, .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 + td {
    width: 20vw;
  }
  /* line 320, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
  .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 + td + td, .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 + td + td, .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 + td + td, .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 + td + td, .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 + td + td, .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 + td + td, .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 + td + td, .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 + td + td {
    width: 10vw;
  }
  /* line 324, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
  .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;
  }
}

/* line 331, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.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 .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 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 .th:first-child, .window.window-form .form-section.cell-12.with-tile .table .td:first-child {
  padding-left: 1.4rem;
}

/* line 334, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.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 .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 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 .th:last-child, .window.window-form .form-section.cell-12.with-tile .table .td:last-child {
  padding-right: 2rem;
}

/* line 339, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.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;
}

/* line 344, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.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) {
  /* line 357, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
  .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;
  }
}

/* line 365, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window.window-form .form-section.cell-12.with-tile .table-header {
  top: 5rem;
}

@media (max-width: 1023px) {
  /* line 372, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
  .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;
  }
}

/* line 381, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window.window-form .window-footer.form-section-footer {
  background-color: transparent;
}

/* line 383, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window.window-form .window-footer.form-section-footer.modal-footer {
  padding-bottom: 2rem;
}

/* line 389, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window.copy-window {
  min-width: 80%;
  height: 80%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
}

/* line 395, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.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;
}

/* line 405, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window.copy-window .window-header h3 {
  margin: 0;
}

/* line 409, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window.copy-window .window-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

/* line 414, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window.copy-window .window-content > p {
  flex: 0 0 auto;
  color: #1E3668;
  opacity: 0.74;
  font-size: 1.1rem;
  min-height: 0;
}

/* line 422, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window.copy-window .window-content.with-textarea textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  flex: 1 1 auto;
  color: black;
  font-size: 1.4rem;
  min-height: 0;
}

/* line 431, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window.copy-window .window-content.with-textarea + .window-footer {
  padding-right: 5.6rem;
}

/* line 436, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.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;
}

/* line 445, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window.copy-window .window-content.with-table .inside-window th {
  position: sticky;
  top: 0;
  background: #fff;
}

/* line 458, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.with-frame.modal .window-header {
  right: 0 !important;
}

/* line 461, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.with-frame.modal .window-content {
  padding-top: 0 !important;
}

/* line 465, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.with-frame.window-wrapper {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  width: 100%;
}

/* line 470, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.with-frame.window-wrapper .sidebar {
  right: 0;
}

/* line 473, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.with-frame.window-wrapper .window-footer {
  padding-top: 2rem;
}

/* line 476, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.with-frame.window-wrapper .form-section-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* line 479, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.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;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 0 8px rgba(66, 67, 68, 0.08);
}

/* line 484, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.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;
}

/* line 488, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.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;
}

/* line 493, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.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;
}

/* line 500, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.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;
}

/* line 504, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.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;
}

/* line 507, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.with-frame.form-section + .form-section {
  background-color: #fff;
}

/* line 513, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window-frame {
  width: 100%;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 516, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.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;
}

/* line 520, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.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;
}

/* line 531, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.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%;
}

/* line 537, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window-frame .window-frame-sidebar .cell-1 .has-tooltip {
  margin-left: -1.4rem;
}

/* line 542, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window-frame .window-frame-sidebar .has-tooltip:after {
  max-width: inherit;
  text-align: left !important;
}

/* line 548, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window-frame .window-frame-sidebar .form-section .form-section-header {
  padding: 1.6rem 7rem 1.6rem 3.5rem;
}

/* line 551, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window-frame .window-frame-sidebar .form-section .form-section-content {
  padding: 0.4rem 7rem 1rem 3.5rem;
}

@media (max-width: 1023px) {
  /* line 513, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
  .window-frame {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 558, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
  .window-frame .window-frame-sidebar {
    width: 100%;
    max-width: none;
    min-width: 0;
  }
  /* line 562, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
  .window-frame .window-frame-sidebar .form-section-content {
    padding-left: 2.4rem !important;
    padding-right: 2.4rem !important;
  }
  /* line 567, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
  .window-frame .window-frame-content {
    flex: none;
    height: 70vh;
    min-height: 30rem;
  }
  /* line 571, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
  .window-frame .window-frame-content .window-frame-content-wrapper {
    padding: 4rem 2.4rem 2.4rem;
  }
  /* line 574, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
  .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;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  /* line 582, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
  .window-frame .window-frame-content .mobile-wrapper .window-editor-dots {
    width: auto;
  }
  /* line 585, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
  .window-frame .window-frame-content .mobile-wrapper > *, .window-frame .window-frame-content .mobile-wrapper .window-fixed {
    position: static;
    transform: none;
  }
  /* line 590, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
  .window-frame .window-frame-content .window-editor-actions {
    left: 0;
    top: 0;
    right: auto;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 0;
  }
  /* line 597, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
  .window-frame .window-frame-content .window-editor-actions .window-fixed {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  /* line 600, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
  .window-frame .window-frame-content .window-editor-actions .window-fixed > a + a {
    margin-left: 1rem;
    margin-top: 0;
  }
}

/* line 611, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.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;
}

/* line 622, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.toggle-window-content-sidebar i {
  font-size: 2.5rem;
}

/* line 627, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.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) {
  /* line 627, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
  .toggle-window-content-sidebar .on-active {
    height: 4rem;
  }
}

/* line 637, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.toggle-window-content-sidebar .on-not-active {
  display: none;
}

/* line 640, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.toggle-window-content-sidebar.active {
  bottom: 0;
  top: auto;
}

/* line 643, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.toggle-window-content-sidebar.active .on-active {
  display: none;
}

/* line 646, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.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) {
  /* line 657, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
  .window-with-nav .window-frame .window-editor-actions {
    left: 7rem;
  }
}

/* line 664, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.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;
}

/* line 670, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window-nav i {
  height: 3rem !important;
  font-size: 3rem !important;
  line-height: 3rem !important;
  color: #959db1;
}

/* line 675, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window-nav i.icon-close {
  height: 2.5rem !important;
  font-size: 2.5rem !important;
  line-height: 2.5rem !important;
  color: #c4c4c4 !important;
}

/* line 680, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window-nav i.icon-close:before {
  height: 2.5rem !important;
}

/* line 684, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
.window-nav i:before {
  height: 3rem !important;
  display: inline-block;
  vertical-align: top;
}

/* line 691, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
label.window-nav {
  height: 6rem !important;
}

/* line 698, app/assets/stylesheets/formir/themes/cost_tracker/components/window.scss */
body[data-scrollbar-width="17"] .window.window-form .window-header {
  right: 17px;
}

/* line 6, app/assets/stylesheets/formir/themes/cost_tracker/components/tab.scss */
.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;
}

/* line 15, app/assets/stylesheets/formir/themes/cost_tracker/components/tab.scss */
.tabs .tab-navs .tab-labels.grid label.cell[for]:last-child {
  text-align: right;
}

/* line 20, app/assets/stylesheets/formir/themes/cost_tracker/components/tab.scss */
.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;
}

/* line 31, app/assets/stylesheets/formir/themes/cost_tracker/components/tab.scss */
.tabs .tab-navs .sidebar-toggle i {
  font-size: 1.8rem;
}

/* line 35, app/assets/stylesheets/formir/themes/cost_tracker/components/tab.scss */
.tabs .tab-navs .sidebar-toggle + .tab-labels.grid label:last-child {
  padding-right: 4rem;
}

/* line 40, app/assets/stylesheets/formir/themes/cost_tracker/components/tab.scss */
.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;
}

/* line 57, app/assets/stylesheets/formir/themes/cost_tracker/components/tab.scss */
.tabs .tab-navs .has-tooltip .icon-info {
  cursor: help;
}

/* line 1, app/assets/stylesheets/../../../node_modules/formir/src/scss/themes/default/components/tooltip.scss */
.tooltip {
  font-size: 0.8em;
}

/* line 3, app/assets/stylesheets/formir/themes/cost_tracker/components/popup.scss */
.has-popup > input {
  margin: 0;
  cursor: pointer;
}

/* line 6, app/assets/stylesheets/formir/themes/cost_tracker/components/popup.scss */
.has-popup > input:checked {
  z-index: 1;
}

/* line 12, app/assets/stylesheets/formir/themes/cost_tracker/components/popup.scss */
.has-popup.popup-under-header > input:checked {
  z-index: 890 !important;
}

/* line 16, app/assets/stylesheets/formir/themes/cost_tracker/components/popup.scss */
.has-popup.popup-under-header .popup {
  z-index: 900;
}

/* line 20, app/assets/stylesheets/formir/themes/cost_tracker/components/popup.scss */
.has-popup.mobile-filter {
  display: none;
}

/* line 21, app/assets/stylesheets/formir/themes/cost_tracker/components/popup.scss */
.has-popup.mobile-filter > input {
  margin: 0;
}

/* line 23, app/assets/stylesheets/formir/themes/cost_tracker/components/popup.scss */
.has-popup.mobile-filter > input:checked {
  z-index: 2500;
}

@media (max-width: 1180px) {
  /* line 20, app/assets/stylesheets/formir/themes/cost_tracker/components/popup.scss */
  .has-popup.mobile-filter {
    display: block;
  }
  /* line 30, app/assets/stylesheets/formir/themes/cost_tracker/components/popup.scss */
  .has-popup.mobile-filter .select {
    width: 100% !important;
    display: block !important;
  }
  /* line 33, app/assets/stylesheets/formir/themes/cost_tracker/components/popup.scss */
  .has-popup.mobile-filter .select .select-content {
    width: 100% !important;
    max-width: none !important;
  }
  /* line 38, app/assets/stylesheets/formir/themes/cost_tracker/components/popup.scss */
  .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;
  }
  /* line 55, app/assets/stylesheets/formir/themes/cost_tracker/components/popup.scss */
  .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;
  }
  /* line 65, app/assets/stylesheets/formir/themes/cost_tracker/components/popup.scss */
  .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);
  }
}

/* line 82, app/assets/stylesheets/formir/themes/cost_tracker/components/popup.scss */
.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;
}

/* line 89, app/assets/stylesheets/formir/themes/cost_tracker/components/popup.scss */
.popup.tabs .popup-header {
  padding: 0;
}

/* line 94, app/assets/stylesheets/formir/themes/cost_tracker/components/popup.scss */
.popup.menu {
  padding: 1rem 0.5rem;
}

/* line 97, app/assets/stylesheets/formir/themes/cost_tracker/components/popup.scss */
.popup.menu .item .anchor {
  font-size: 1.2rem;
  color: #717b96;
}

/* line 100, app/assets/stylesheets/formir/themes/cost_tracker/components/popup.scss */
.popup.menu .item .anchor i {
  font-size: 1.6rem;
  color: #adb3c3;
}

/* line 104, app/assets/stylesheets/formir/themes/cost_tracker/components/popup.scss */
.popup.menu .item .anchor:hover {
  background-color: #f2f2f2;
}

/* line 110, app/assets/stylesheets/formir/themes/cost_tracker/components/popup.scss */
.popup.window {
  padding: 0 !important;
  border-radius: 0;
}

/* line 113, app/assets/stylesheets/formir/themes/cost_tracker/components/popup.scss */
.popup.window .window-header {
  background-color: #294058;
  color: #fff;
  line-height: 2.8rem;
  padding: 0 1.8rem;
  height: 2.8rem;
  font-size: 1.2rem;
}

/* line 2, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
ul.menu > .item {
  color: #2a2a2a;
}

/* line 4, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
ul.menu > .item:hover {
  color: #2a2a2a;
  background-color: white;
}

/* line 8, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
ul.menu > .item > .anchor {
  padding: 0.5rem .7rem;
}

/* line 10, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
ul.menu > .item > .anchor > .has-popup ~ i ~ * {
  margin-right: 1.5rem;
}

/* line 13, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
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;
}

/* line 22, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
ul.menu > .item > .anchor > i ~ * {
  margin-left: 2.5rem;
  display: block;
  word-wrap: break-word;
}

/* line 28, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
ul.menu > .item > .anchor:not(.button) {
  position: relative;
  text-decoration: none;
}

/* line 29, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
ul.menu > .item > .anchor:not(.button) > a {
  font-size: 1.2rem;
}

/* line 32, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
ul.menu > .item > .anchor:not(.button) .has-popup {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1.2rem;
  height: 2rem;
}

/* line 39, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
ul.menu > .item > .anchor:not(.button) .has-popup .more {
  height: 2rem;
  line-height: 2rem;
  font-size: 2rem;
  color: #9ea0a4;
}

/* line 45, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
ul.menu > .item > .anchor:not(.button) .has-popup > input:not(:checked) {
  cursor: pointer;
}

/* line 48, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
ul.menu > .item > .anchor:not(.button) .has-popup .popup {
  top: 0;
}

/* line 55, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
ul.menu > .item > .anchor:not(.button):hover {
  text-decoration: none;
  background-color: #eceef4;
}

/* line 64, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
ul.menu.upload-items > .item > .anchor {
  padding: 0.7rem 1.7rem;
}

/* line 66, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
ul.menu.upload-items > .item > .anchor > i {
  left: 1.2rem;
}

/* line 69, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
ul.menu.upload-items > .item > .anchor a {
  word-wrap: break-word;
  white-space: normal;
}

/* line 74, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
ul.menu.upload-items > .item > .anchor:not(.button) > a, ul.menu.upload-items > .item > .anchor:not(.button) > i {
  color: #408cf8;
}

/* line 77, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
ul.menu.upload-items > .item > .anchor:not(.button) > i {
  color: #a1a9bd;
}

/* line 78, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
ul.menu.upload-items > .item > .anchor:not(.button) > i.icon-attach_file {
  color: #408cf8;
}

/* line 83, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
ul.menu.upload-items > .item > .anchor:not(.button) > span {
  display: block;
  font-size: 1rem;
  color: #a1a9bd;
}

/* line 103, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
ul.menu.companies {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  max-height: calc(100vh - 16rem);
  overflow: auto;
}

/* line 108, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
ul.menu.companies .anchor > span {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* line 112, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
ul.menu.companies .anchor > span .avatar {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  background-color: #fff;
}

/* line 117, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
ul.menu.companies .anchor > span .avatar + span {
  max-width: 12rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 124, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
ul.menu.companies .anchor > span span {
  white-space: nowrap;
}

/* line 126, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
ul.menu.companies .anchor > span span + span {
  margin-left: 0.3rem;
}

@media (max-width: 768px) {
  /* line 2, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
  .menu-mobile > .item {
    color: #2a2a2a;
  }
  /* line 4, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
  .menu-mobile > .item:hover {
    color: #2a2a2a;
    background-color: white;
  }
  /* line 8, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
  .menu-mobile > .item > .anchor {
    padding: 0.5rem .7rem;
  }
  /* line 10, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
  .menu-mobile > .item > .anchor > .has-popup ~ i ~ * {
    margin-right: 1.5rem;
  }
  /* line 13, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
  .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;
  }
  /* line 22, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
  .menu-mobile > .item > .anchor > i ~ * {
    margin-left: 2.5rem;
    display: block;
    word-wrap: break-word;
  }
  /* line 28, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
  .menu-mobile > .item > .anchor:not(.button) {
    position: relative;
    text-decoration: none;
  }
  /* line 29, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
  .menu-mobile > .item > .anchor:not(.button) > a {
    font-size: 1.2rem;
  }
  /* line 32, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
  .menu-mobile > .item > .anchor:not(.button) .has-popup {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 1.2rem;
    height: 2rem;
  }
  /* line 39, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
  .menu-mobile > .item > .anchor:not(.button) .has-popup .more {
    height: 2rem;
    line-height: 2rem;
    font-size: 2rem;
    color: #9ea0a4;
  }
  /* line 45, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
  .menu-mobile > .item > .anchor:not(.button) .has-popup > input:not(:checked) {
    cursor: pointer;
  }
  /* line 48, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
  .menu-mobile > .item > .anchor:not(.button) .has-popup .popup {
    top: 0;
  }
  /* line 55, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
  .menu-mobile > .item > .anchor:not(.button):hover {
    text-decoration: none;
    background-color: #eceef4;
  }
  /* line 64, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
  .menu-mobile.upload-items > .item > .anchor {
    padding: 0.7rem 1.7rem;
  }
  /* line 66, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
  .menu-mobile.upload-items > .item > .anchor > i {
    left: 1.2rem;
  }
  /* line 69, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
  .menu-mobile.upload-items > .item > .anchor a {
    word-wrap: break-word;
    white-space: normal;
  }
  /* line 74, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
  .menu-mobile.upload-items > .item > .anchor:not(.button) > a, .menu-mobile.upload-items > .item > .anchor:not(.button) > i {
    color: #408cf8;
  }
  /* line 77, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
  .menu-mobile.upload-items > .item > .anchor:not(.button) > i {
    color: #a1a9bd;
  }
  /* line 78, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
  .menu-mobile.upload-items > .item > .anchor:not(.button) > i.icon-attach_file {
    color: #408cf8;
  }
  /* line 83, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
  .menu-mobile.upload-items > .item > .anchor:not(.button) > span {
    display: block;
    font-size: 1rem;
    color: #a1a9bd;
  }
}

/* line 144, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
.side ul.menu .item {
  color: #fff;
  background-color: transparent;
}

/* line 10, app/assets/stylesheets/formir/override/mixins.scss */
.side ul.menu .item.active .anchor {
  background-color: rgba(46, 143, 239, 0.5);
}

/* line 150, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
.side ul.menu .item:hover {
  background: #1a141c;
}

/* line 153, app/assets/stylesheets/formir/themes/cost_tracker/components/menu.scss */
.side ul.menu .item .anchor {
  color: inherit;
  border-bottom: 0 none;
}

/* line 1, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
: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;
}

/* line 10, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select .placeholder {
  color: #a5a5a5;
}

/* line 12, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select .placeholder.value {
  color: #000;
}

/* line 17, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.readonly > input {
  pointer-events: none;
}

/* line 21, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.readonly .select-content:after {
  display: none;
}

/* line 26, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select > input:not(:checked) {
  cursor: pointer;
}

/* line 31, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.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;
}

/* line 42, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select:not(.input-s):not(.input-xs) .select-content:after {
  color: #181819;
}

/* line 49, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.input-r .select-content:after {
  font-size: 1.6rem;
}

/* line 55, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select:not(.has-datepicker) > input:checked ~ .select-content {
  padding: 0.8rem 0;
}

/* line 60, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select > input[disabled]:not(:checked) {
  cursor: default;
}

/* line 63, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select > input[disabled]:not(:checked) ~ .select-content:after {
  display: none;
}

/* line 68, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select > input[disabled]:not(:checked) ~ .select-content input[type="checkbox"] + label:after {
  display: none;
}

/* line 79, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select:not(.count-selected) > input:checked ~ .select-content input[type="checkbox"]:checked + label {
  position: relative;
}

/* line 81, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.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;
}

/* line 97, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select > input:checked ~ .select-content {
  border-color: #7886a4;
}

/* line 100, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select > input:checked ~ .select-content .placeholder:only-child {
  display: block;
  width: 100%;
  padding: 1.2rem 1rem;
  margin: 0;
}

/* line 106, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select > input:checked ~ .select-content .placeholder[data-empty]:only-child:after {
  content: attr(data-empty);
}

/* line 111, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select > input:checked ~ .select-content .placeholder:only-child:not([data-empty]):after {
  content: "There is nothing here";
}

/* line 115, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select > input:checked ~ .select-content .placeholder.empty-hide:only-child {
  display: none !important;
}

/* line 121, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select > input:checked ~ .select-content input:focus + * {
  background-color: #0863e3;
  color: #fff;
}

/* line 167, app/assets/stylesheets/formir/override/mixins.scss */
.select > input:checked ~ .select-content input:focus + * span {
  color: #fff;
}

/* line 125, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select > input:checked ~ .select-content label:focus,
.select > input:checked ~ .select-content a:focus {
  background-color: #0863e3;
  color: #fff;
}

/* line 167, app/assets/stylesheets/formir/override/mixins.scss */
.select > input:checked ~ .select-content label:focus span,
.select > input:checked ~ .select-content a:focus span {
  color: #fff;
}

/* line 129, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select > input:checked ~ .select-content input:checked + a {
  background-color: #408cf8;
  color: #fff;
}

/* line 159, app/assets/stylesheets/formir/override/mixins.scss */
.select > input:checked ~ .select-content input:checked + a span {
  color: #fff;
}

/* line 131, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select > input:checked ~ .select-content input:checked + a:hover {
  background-color: #0863e3;
  color: #fff;
}

/* line 167, app/assets/stylesheets/formir/override/mixins.scss */
.select > input:checked ~ .select-content input:checked + a:hover span {
  color: #fff;
}

/* line 135, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select > input:checked ~ .select-content a.checked {
  background-color: #408cf8;
  color: #fff;
}

/* line 159, app/assets/stylesheets/formir/override/mixins.scss */
.select > input:checked ~ .select-content a.checked span {
  color: #fff;
}

/* line 137, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select > input:checked ~ .select-content a.checked:hover {
  background-color: #0863e3;
  color: #fff;
}

/* line 167, app/assets/stylesheets/formir/override/mixins.scss */
.select > input:checked ~ .select-content a.checked:hover span {
  color: #fff;
}

/* line 141, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select > input:checked ~ .select-content .info {
  display: block;
}

/* line 146, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select .with-avatar > span {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* line 150, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select .with-avatar > span .avatar {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  background-color: #fff;
}

/* line 155, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select .with-avatar > span .avatar + span {
  margin-left: 1rem;
}

/* line 162, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select .select-content input:checked + a {
  display: block;
}

/* line 165, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select .select-content a.checked {
  display: block;
}

/* line 168, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select .select-content label > a {
  color: inherit;
}

/* line 171, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select .select-content a {
  display: none;
  white-space: nowrap;
  text-align: left;
  width: 100%;
  text-overflow: ellipsis;
  box-sizing: border-box;
  line-height: 2rem;
  padding: 1.2rem 1rem;
  color: #000;
  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%;
}

/* line 184, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select .select-content a:hover {
  background-color: #f6f7fb;
}

/* line 188, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select .select-content .info {
  display: none;
  white-space: nowrap;
  text-align: left;
  width: 100%;
  text-overflow: ellipsis;
  box-sizing: border-box;
  line-height: 2rem;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
  background-color: #c6ccda;
  color: #fff;
  font-style: italic;
}

/* line 204, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select .select-content label:not(.with-avatar) span {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 209, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select .select-content label:not(.with-avatar) span + span {
  font-size: 1.2rem;
  color: #777777;
}

/* line 216, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.input-s {
  zoom: 0.9999999;
}

/* line 219, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.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;
}

/* line 225, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.input-s .select-content:after {
  font-size: 2rem;
}

/* line 231, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.input-s:not(.has-datepicker) > input:checked ~ .select-content {
  padding: 0.6rem 0;
}

/* line 239, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.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;
}

/* line 245, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.input-xs .select-content:after {
  font-size: 1.6rem;
}

/* line 251, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.input-xs:not(.has-datepicker) > input:checked ~ .select-content {
  padding: 0.6rem 0;
}

/* line 257, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.filter-select {
  height: 1rem;
  vertical-align: middle;
}

/* line 262, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.filter-select.lazy-scroll > input:not(:checked) + .select-content {
  height: 1rem;
}

/* line 264, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.filter-select.lazy-scroll > input:not(:checked) + .select-content > div[style*="position: relative"] {
  display: none;
}

/* line 267, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.filter-select.lazy-scroll > input:not(:checked) + .select-content .placeholder {
  display: block !important;
}

/* line 273, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.filter-select.lazy-scroll > input:checked + .select-content {
  padding: 0;
}

/* line 280, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.filter-select > input:not(:checked) {
  z-index: 1;
}

/* line 282, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.filter-select > input:not(:checked) + .select-content {
  max-width: 20vw;
}

/* line 287, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.filter-select > input:checked + .select-content {
  max-width: 30vw;
}

/* line 293, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.filter-select > .select-content {
  vertical-align: top;
}

/* line 295, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.filter-select > .select-content label {
  width: auto;
}

/* line 300, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.filter-select > input:checked ~ .select-content {
  position: relative;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -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;
}

/* line 306, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.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;
}

/* line 317, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.filter-select:not(.has-datepicker) > input:checked ~ .select-content {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 324, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.filter-select.input-s {
  min-height: calc(1.4rem + 0.6rem * 2 + 2px * 2);
}

/* line 327, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.filter-select.input-s > .select-content label {
  padding-left: 1.4rem;
  min-width: 8rem;
}

/* line 331, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.filter-select.input-s > .select-content .placeholder {
  padding-left: 1rem;
}

/* line 334, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.filter-select.input-s > .select-content:after {
  font-size: 2rem;
}

/* line 339, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.filter-select.input-xs {
  vertical-align: middle;
}

/* line 341, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.filter-select.input-xs > .select-content {
  position: relative;
  vertical-align: top;
}

/* line 344, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.filter-select.input-xs > .select-content label {
  padding-left: var(--select-xs-item-padding-left);
  min-width: var(--select-xs-item-min-width);
}

/* line 348, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.filter-select.input-xs > .select-content .placeholder {
  padding-left: 0;
}

/* line 351, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.filter-select.input-xs > .select-content:after {
  font-size: 1.6rem;
}

/* line 357, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.filter-select.input-xs > input:checked ~ .select-content .placeholder {
  margin: 0 !important;
}

/* line 362, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.filter-select.input-xs > .select-content {
  border-width: 1px;
}

/* line 368, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.filter-select.selected > input:not(:checked) ~ .select-content {
  background-color: #408cf8 !important;
  border-color: #408cf8 !important;
}

/* line 371, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.filter-select.selected > input:not(:checked) ~ .select-content:after {
  color: #fff !important;
}

/* line 377, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.filter-select > .select-content {
  border: 2px solid #c7cdd9;
  border-radius: 13px;
}

/* line 380, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.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;
}

/* line 386, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.filter-select > .select-content label:hover,
.select.filter-select > .select-content .placeholder:hover {
  background-color: #eef0f4;
  color: #545454;
}

/* line 391, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.filter-select > .select-content:after {
  color: #a1a9bd !important;
}

/* line 397, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.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;
}

/* line 402, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.filter-select > input:checked ~ .select-content:after {
  display: block;
  content: "";
  top: 0.7rem;
  bottom: auto;
}

/* line 412, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.filter-select:not(.has-datepicker) > input:not(:checked) ~ .select-content {
  padding-right: 1rem !important;
}

/* line 414, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.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;
}

/* line 423, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.filter-select:not(.has-datepicker) > input:not(:checked) ~ .select-content .placeholder {
  padding-right: 1rem;
}

/* line 431, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.no-border label,
.select.no-border .placeholder,
.select.no-border a {
  font-size: 1.2rem !important;
}

/* line 437, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.no-border > input:not(:checked) ~ .select-content {
  border-color: transparent;
}

/* line 439, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.no-border > input:not(:checked) ~ .select-content label,
.select.no-border > input:not(:checked) ~ .select-content a {
  color: #a5a5a5;
}

/* line 447, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.readonly .select-content {
  border-color: #eef0f4;
}

/* line 449, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.readonly .select-content:after {
  opacity: 0.4;
}

/* line 454, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.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;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

/* line 462, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.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;
}

/* line 466, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.display-inline-block.input-s {
  height: calc(1.4rem + 0.6rem * 2 + 2px * 2);
  min-height: 0;
}

/* line 470, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.display-inline-block.input-xs {
  height: calc(1.2rem + 0.2rem * 2 + 1px * 2);
  min-height: 0;
}

/* line 475, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.display-inline-block > input:checked ~ .select-content {
  position: relative;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -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;
}

/* line 481, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.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;
}

/* line 492, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.display-inline-block.width-1 > input:checked + .select-content {
  min-width: 12rem;
  max-width: 12rem;
}

/* line 502, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.display-inline-block.width-05 > input:checked + .select-content {
  min-width: 9rem;
  max-width: 9rem;
}

/* line 510, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.display-inline-block > input:checked + .select-content {
  position: relative;
}

/* line 519, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.has-datepicker.react-datapicker.selected > input:not(:checked) + .select-content {
  color: #fff;
}

/* line 521, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.has-datepicker.react-datapicker.selected > input:not(:checked) + .select-content .placeholder {
  display: none;
}

/* line 524, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.has-datepicker.react-datapicker.selected > input:not(:checked) + .select-content input[value=""] {
  display: none;
}

/* line 533, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.has-datepicker.react-datapicker:not(.selected) > input:not(:checked) + .select-content .react-datepicker-wrapper {
  display: none;
}

/* line 541, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.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;
}

/* line 550, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.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;
}

/* line 554, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.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;
}

/* line 566, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.has-datepicker.react-datapicker > input:not(:checked) + .select-content .react-datepicker__input-container:after {
  display: none;
}

/* line 570, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.has-datepicker.react-datapicker > input:not(:checked) + .select-content input[type="text"] {
  color: inherit;
}

/* line 574, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.has-datepicker.react-datapicker > input:not(:checked) + .select-content .react-datepicker-wrapper.empty {
  display: none;
}

/* line 578, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.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;
}

/* line 587, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.has-datepicker.react-datapicker .select-content {
  overflow: visible;
}

/* line 589, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.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;
}

/* line 601, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.has-datepicker.selected label:after {
  content: attr(data-selected) !important;
}

/* line 607, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.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;
}

/* line 616, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.has-datepicker.input-s > input:not(:checked) ~ .select-content {
  padding: 0 3rem 0 1.9rem;
}

/* line 618, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.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;
}

/* line 623, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.has-datepicker.input-s > input:not(:checked) ~ .select-content input[type="text"] {
  height: 2.5rem;
}

/* line 631, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.has-datepicker.input-xs > input:not(:checked) ~ .select-content {
  padding: 0 2.5rem 0 1rem;
}

/* line 633, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.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;
}

/* line 638, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.has-datepicker.input-xs > input:not(:checked) ~ .select-content input[type="text"] {
  height: 2rem;
}

/* line 645, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.has-datepicker > input:not(:checked) ~ .select-content {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 647, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.has-datepicker > input:not(:checked) ~ .select-content .placeholder {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
}

/* line 652, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.has-datepicker > input:not(:checked) ~ .select-content .label,
.select.has-datepicker > input:not(:checked) ~ .select-content button {
  display: none;
}

/* line 656, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.has-datepicker > input:not(:checked) ~ .select-content label {
  pointer-events: none !important;
}

/* line 658, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.has-datepicker > input:not(:checked) ~ .select-content label input {
  display: none;
}

/* line 661, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.has-datepicker > input:not(:checked) ~ .select-content label:before, .select.has-datepicker > input:not(:checked) ~ .select-content label:after {
  pointer-events: none !important;
}

/* line 666, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.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;
}

/* line 677, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.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;
}

/* line 687, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.has-datepicker > input:checked ~ .select-content {
  padding-bottom: 1rem;
}

/* line 689, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.has-datepicker > input:checked ~ .select-content input[type="text"] {
  display: block;
  position: static;
  left: auto;
}

/* line 694, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.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;
}

/* line 704, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.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;
}

/* line 712, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.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;
}

/* line 717, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.has-datepicker > input:checked ~ .select-content input:not(:checked) + label, .select.has-datepicker > input:checked ~ .select-content input:not(:checked) + label:after,
.select.has-datepicker > input:checked ~ .select-content input:checked + label,
.select.has-datepicker > input:checked ~ .select-content input:checked + label:after,
.select.has-datepicker > input:checked ~ .select-content label.checked,
.select.has-datepicker > input:checked ~ .select-content label.checked:after,
.select.has-datepicker > input:checked ~ .select-content label[for]:not(.checked),
.select.has-datepicker > input:checked ~ .select-content label[for]:not(.checked):after {
  color: #848b9c;
}

/* line 721, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.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;
}

/* line 723, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.has-datepicker > input:checked ~ .select-content input:not(:checked) + label: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,
.select.has-datepicker > input:checked ~ .select-content input:checked + label:hover:after,
.select.has-datepicker > input:checked ~ .select-content label.checked:hover,
.select.has-datepicker > input:checked ~ .select-content label.checked:hover:after,
.select.has-datepicker > input:checked ~ .select-content label[for]:not(.checked):hover,
.select.has-datepicker > input:checked ~ .select-content label[for]:not(.checked):hover:after {
  color: #fff;
}

/* line 732, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.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;
}

/* line 738, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.has-datepicker > input:checked ~ .select-content label {
  white-space: nowrap;
  margin: 0.2rem 0.4rem;
  border-radius: 5px;
}

/* line 742, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.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;
}

/* line 753, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.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;
}

/* line 766, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.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;
}

/* line 776, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.has-datepicker:not(.selected) > input:checked ~ .select-content button.date-clear {
  display: none;
}

/* line 786, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.add-edit.input-r > input:not(:checked) ~ .select-content {
  padding-right: calc(1.4rem + 3rem + 1px * 2);
}

/* line 792, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.add-edit .select-content:after {
  display: none;
}

/* line 800, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.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;
}

/* line 815, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select > input:not(:checked) ~ .control {
  display: none !important;
}

/* line 821, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.add-edit-trigger {
  position: absolute;
  color: #408cf8;
  font-size: 2rem;
  right: 0;
  top: 2rem;
  z-index: 1;
  cursor: pointer;
}

/* line 834, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.add-edit-trigger ~ .select.add-edit > input:not(:checked) ~ .select-content label.checked:before {
  right: 3rem;
}

/* line 844, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.datepicker-container {
  z-index: 11500 !important;
}

/* line 848, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.selected-filters {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
}

/* line 852, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.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;
}

/* line 864, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.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;
}

/* line 875, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select > .control {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1502;
  height: 4.6rem;
}

/* line 882, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.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%;
}

/* line 890, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select > .control:before {
  right: 1rem;
  font-size: 2rem;
}

/* line 895, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select > input:checked ~ .control {
  margin-top: 0;
}

/* line 897, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select > input:checked ~ .control ~ .select-content {
  margin-top: 4.6rem;
  border-radius: 0 0 3px 3px;
  border-top: 0;
}

/* line 902, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select > input:checked ~ .control ~ .select-content i {
  background-color: #408cf8;
  color: #fff;
  font-variant: normal;
  text-transform: none;
  font-style: normal;
}

/* line 911, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select > input:checked ~ .control.input-s ~ .select-content {
  margin-top: 2.8rem;
}

/* line 916, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select > input:checked ~ .control.input-xs ~ .select-content {
  margin-top: 2.2rem;
}

/* line 920, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select > input:checked ~ .control.empty {
  border-radius: 3px;
}

/* line 922, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select > input:checked ~ .control.empty input:not([type="checkbox"]):not([type="radio"]) {
  border-radius: 3px;
}

/* line 925, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select > input:checked ~ .control.empty ~ .select-content {
  display: none;
}

/* line 933, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.drop-up > input:checked ~ .control, .select.select-up > input:checked ~ .control {
  margin-top: 0;
}

/* line 935, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.drop-up > input:checked ~ .control input, .select.select-up > input:checked ~ .control input {
  border-radius: 0 0 3px 3px;
}

/* line 939, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.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;
}

/* line 950, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.select-up.display-inline-block {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/* line 954, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.select-up > input:checked ~ .select-content {
  top: auto;
  bottom: 0;
}

/* line 963, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.auto-position > input:not(:checked) ~ .select-content {
  position: static !important;
  width: auto !important;
  max-height: none !important;
}

/* line 970, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.auto-position > input:checked ~ .select-content {
  position: fixed;
}

/* line 977, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.auto-content-width > input:checked ~ .select-content {
  width: min-content;
  border-top: 1px solid #7886a4 !important;
  border-bottom: 1px solid #7886a4 !important;
}

/* line 982, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.auto-content-width > input:checked ~ .select-content label {
  min-width: 100%;
  padding-right: 17px;
}

/* line 986, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.auto-content-width > input:checked ~ .select-content label,
.select.auto-content-width > input:checked ~ .select-content span {
  overflow: visible;
}

/* line 996, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.select-transparent > input:not(:checked) ~ .select-content {
  background-color: transparent;
  border-color: transparent;
}

/* line 999, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.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;
}

/* line 1004, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.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;
}

/* line 1010, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.select-transparent > input:checked + .select-content {
  min-width: 10rem;
}

/* line 1019, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.check-selected .select-content label > span {
  color: #000;
}

/* line 1021, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.check-selected .select-content label > span + span {
  color: #868686;
}

/* line 1023, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.check-selected .select-content label > span + span span {
  display: inline-block;
}

/* line 1027, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.check-selected .select-content label > span + span span + span:before {
  content: ", ";
}

/* line 1036, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.check-selected > input:checked ~ .select-content input:checked + label,
.select.check-selected > input:checked ~ .select-content label.checked {
  background-color: #f2f2f2;
  color: #000;
  position: relative;
}

/* line 1041, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.select.check-selected > input:checked ~ .select-content input:checked + label > span,
.select.check-selected > input:checked ~ .select-content label.checked > span {
  color: #000;
}

/* line 1043, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.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;
}

/* line 1045, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.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;
}

/* line 1050, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
.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;
}

/* line 1071, app/assets/stylesheets/formir/themes/cost_tracker/components/select.scss */
html[lang="nb"] .select > input:checked ~ .select-content .placeholder:only-child:not([data-empty]):after {
  content: "Det er ingenting her";
}

/* line 3, app/assets/stylesheets/formir/themes/cost_tracker/components/button.scss */
.button {
  -webkit-appearance: none;
  font-weight: 500;
}

/* line 6, app/assets/stylesheets/formir/themes/cost_tracker/components/button.scss */
.button.button-white {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14), 0 0 6px rgba(0, 0, 0, 0.14);
  color: #8c8f96;
}

/* line 10, app/assets/stylesheets/formir/themes/cost_tracker/components/button.scss */
.button.link {
  border-color: transparent;
}

/* line 14, app/assets/stylesheets/formir/themes/cost_tracker/components/button.scss */
.button.inverse.transparent {
  border: 0 none !important;
  box-shadow: none !important;
}

/* line 17, app/assets/stylesheets/formir/themes/cost_tracker/components/button.scss */
.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;
}

/* line 25, app/assets/stylesheets/formir/themes/cost_tracker/components/button.scss */
.button.inverse.transparent.button-s i {
  font-size: 2rem;
  height: 2rem;
}

/* line 31, app/assets/stylesheets/formir/themes/cost_tracker/components/button.scss */
.button.inverse.button-gray {
  border-color: #BFC4D0;
  box-shadow: none;
  border-radius: 4px;
}

/* line 35, app/assets/stylesheets/formir/themes/cost_tracker/components/button.scss */
.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;
}

/* line 40, app/assets/stylesheets/formir/themes/cost_tracker/components/button.scss */
.button.inverse.button-gray.with-icon.button-s {
  width: 2.8rem;
  height: 2.8rem;
}

/* line 45, app/assets/stylesheets/formir/themes/cost_tracker/components/button.scss */
.button.inverse.button-gray i {
  color: #BFC4D0;
}

/* line 47, app/assets/stylesheets/formir/themes/cost_tracker/components/button.scss */
.button.inverse.button-gray i:only-child {
  font-size: 2em;
  margin: -1rem 0;
}

/* line 54, app/assets/stylesheets/formir/themes/cost_tracker/components/button.scss */
.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;
}

/* line 62, app/assets/stylesheets/formir/themes/cost_tracker/components/button.scss */
.button-quickbooks:after {
  background-image: url(/assets/quickbooks/C2QB_green_btn_tall_hover_2x-8bc5b91305d31670b90d9c08f70e713026ed5e3fb9867a33a3f256fabc3d9006.png);
  content: '';
}

/* line 66, app/assets/stylesheets/formir/themes/cost_tracker/components/button.scss */
.button-quickbooks:hover {
  background-image: url(/assets/quickbooks/C2QB_green_btn_tall_hover_2x-8bc5b91305d31670b90d9c08f70e713026ed5e3fb9867a33a3f256fabc3d9006.png);
}

/* line 70, app/assets/stylesheets/formir/themes/cost_tracker/components/button.scss */
.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;
}

/* line 79, app/assets/stylesheets/formir/themes/cost_tracker/components/button.scss */
.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;
}

/* line 88, app/assets/stylesheets/formir/themes/cost_tracker/components/button.scss */
.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;
}

/* line 98, app/assets/stylesheets/formir/themes/cost_tracker/components/button.scss */
.button.will-processing i {
  font-size: 1.7rem;
  vertical-align: middle;
  position: relative;
  height: 1.4rem;
  width: 1.7rem;
  display: inline-block;
}

/* line 105, app/assets/stylesheets/formir/themes/cost_tracker/components/button.scss */
.button.will-processing i:before {
  position: absolute;
  top: -1rem;
  bottom: -1rem;
  left: -1rem;
  right: -1rem;
  margin: auto;
  height: 1.7rem;
  width: 1.7rem;
}

/* line 117, app/assets/stylesheets/formir/themes/cost_tracker/components/button.scss */
.button.processing {
  pointer-events: none;
  background: #979ea7;
}

/* line 121, app/assets/stylesheets/formir/themes/cost_tracker/components/button.scss */
.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;
}

/* line 129, app/assets/stylesheets/formir/themes/cost_tracker/components/button.scss */
.button.disabled {
  background: #b5bbc4 !important;
  color: #fff;
  opacity: 1;
}

/* line 134, app/assets/stylesheets/formir/themes/cost_tracker/components/button.scss */
.button.button-reject {
  background-color: #f65f7b;
  color: #fff;
  padding-left: 5rem;
  padding-right: 5rem;
}

/* line 140, app/assets/stylesheets/formir/themes/cost_tracker/components/button.scss */
.button.button-approve {
  background-color: #2cbf55;
  color: #fff;
  padding-left: 5rem;
  padding-right: 5rem;
}

/* line 146, app/assets/stylesheets/formir/themes/cost_tracker/components/button.scss */
.button.button-icon {
  border-radius: 3px;
}

/* line 148, app/assets/stylesheets/formir/themes/cost_tracker/components/button.scss */
.button.button-icon:before {
  font-size: 1.5rem;
}

/* line 152, app/assets/stylesheets/formir/themes/cost_tracker/components/button.scss */
.button.no-shadow {
  box-shadow: none;
}

@media (max-width: 1180px) {
  /* line 155, app/assets/stylesheets/formir/themes/cost_tracker/components/button.scss */
  .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;
  }
  /* line 164, app/assets/stylesheets/formir/themes/cost_tracker/components/button.scss */
  .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;
  }
}

/* line 176, app/assets/stylesheets/formir/themes/cost_tracker/components/button.scss */
.button-xl {
  font-size: 2.03rem;
  line-height: 1.885rem;
  padding: 1.6675rem 2.175rem;
}

/* line 1, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.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;
}

/* line 13, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.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;
}

/* line 18, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.input-table.select:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) > input:not(:checked) ~ .select-content {
  background-color: transparent;
  border: 0 none;
}

/* line 25, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.input-round {
  border-radius: 10rem !important;
}

/* line 28, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.input-flex {
  display: flex;
  background-color: transparent !important;
  align-items: center;
}

/* line 32, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.input-flex.input-r {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 37, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.input-flex.input-r input, .input-flex.input-r textarea {
  padding: 0 0.3rem !important;
}

/* line 42, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.input-flex:hover {
  background-color: transparent !important;
}

/* line 45, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.input-flex:focus-within, .input-flex:focus-within:hover {
  border-bottom-color: #7886a4 !important;
}

/* line 48, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.input-flex input, .input-flex textarea {
  flex: 1 1 auto;
}

/* line 51, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.input-flex .label, .input-flex .addon {
  color: #979ea7;
  font-size: 1.1rem;
}

/* line 56, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.input-flex .label + input, .input-flex .label + textarea {
  text-align: right;
}

/* line 60, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.input-flex > * {
  flex: 0 0 auto;
  min-width: 0 !important;
}

/* line 68, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
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 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"]) {
  min-width: 100%;
  max-width: 100%;
  width: 100%;
}

/* line 76, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
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;
}

/* line 83, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
table select.input-table, .table select.input-table {
  line-height: 1.5em;
  min-height: 1.5em;
  height: 1.5em !important;
}

/* line 89, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
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%;
}

/* line 99, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
table textarea.input-table::-webkit-scrollbar, .table textarea.input-table::-webkit-scrollbar {
  display: none;
  scrollbar-width: none;
}

/* line 106, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
label.file-button {
  position: relative;
  display: block;
}

/* line 112, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.file-uploaded .row {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 115, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.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;
}

/* line 119, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.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;
}

/* line 125, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.file-uploaded .file-actions {
  margin-left: 2rem;
}

/* line 127, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.file-uploaded .file-actions > a {
  cursor: pointer;
  margin-left: 1rem;
}

/* line 131, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.file-uploaded .file-actions i {
  font-size: 1.7rem;
  color: #979ea7;
}

/* line 139, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.file-button label {
  position: relative;
  display: block;
}

/* line 143, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.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;
}

/* line 153, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.file-button input[type="file"][type="file"][type="file"][disabled] ~ .button {
  opacity: 0.5;
}

/* line 158, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.file-button input[type="file"][type="file"][type="file"]:hover + .button.button-primary {
  background: #fbb531;
  transition: none;
}

/* line 164, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.file-button .row, .file-button + .row {
  margin-top: 1rem;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* line 167, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.file-button .row .state-info, .file-button .row .remove, .file-button + .row .state-info, .file-button + .row .remove {
  min-width: 0;
}

/* line 170, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.file-button .row .remove, .file-button + .row .remove {
  font-size: 1.7rem;
  cursor: pointer;
  margin-left: 1rem;
  opacity: 0.75;
}

/* line 175, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.file-button .row .remove:hover, .file-button + .row .remove:hover {
  opacity: 0.5;
}

/* line 179, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.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;
}

/* line 186, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.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;
}

/* line 194, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
select.input-table {
  height: 2.3rem;
  line-height: 2.3rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 202, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.control.select-arrow select + span::after, .select-arrow[class*="cell"] select + span::after, .control-group.select-arrow select + span::after {
  color: #181819;
  font-size: 2.5rem;
}

/* line 207, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
label.label {
  color: #294058;
  font-size: 1.4rem;
}

/* line 210, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
label.label.hint {
  font-size: 1.2rem;
}

/* line 213, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
label.label.small {
  font-size: 1rem;
  font-weight: bold;
  color: #979ea7;
  text-transform: uppercase;
}

/* line 218, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
label.label.small[class*="cell"] {
  border-bottom: 0 none !important;
}

/* line 222, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
label.label.small-hint {
  font-size: 1.1rem;
  font-weight: normal;
  color: #294058;
  text-transform: none;
}

/* line 232, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.control.with-date .output {
  font-size: 1.4rem;
  margin-left: 1rem;
}

/* line 235, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.control.with-date .output i {
  color: #408cf8;
}

/* line 244, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.number .input[contenteditable]:empty, .number .input-table[contenteditable]:empty {
  direction: rtl;
}

/* line 251, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.input[contenteditable]:empty:before, .input-table[contenteditable]:empty:before {
  content: attr(data-placeholder);
  color: #a5a5a5;
  pointer-events: none;
}

/* line 259, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.as-input {
  display: block;
  position: relative;
  padding-top: 0.01rem;
}

/* line 263, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.as-input .file-uploaded {
  margin-top: 3rem;
}

/* line 268, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.as-input.required span.label:after {
  content: '*';
  color: #408cf8;
  margin-left: 0.2rem;
}

/* line 275, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.as-input.as-input-inline {
  display: flex;
  align-items: center;
}

/* line 279, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.as-input .react-datepicker-wrapper, .as-input .react-datepicker__input-container {
  display: block;
}

/* line 282, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.as-input .react-datepicker-popper {
  z-index: 20;
}

/* line 285, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.as-input span.label {
  position: absolute;
  left: calc(1rem - 0.2rem + 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;
}

/* line 296, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.as-input span.label.start-left {
  left: 0;
}

/* line 300, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.as-input input:not([type="checkbox"]):not([type="radio"]), .as-input select, .as-input textarea, .as-input .output {
  width: 100%;
  margin-top: 0.6rem;
}

/* line 303, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.as-input input.number-field:not([type="checkbox"]):not([type="radio"]), .as-input select.number-field, .as-input textarea.number-field, .as-input .output.number-field {
  margin-top: 0;
}

/* line 308, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.as-input .output.link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #408cf8;
  cursor: text;
}

/* line 313, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.as-input .output.link a {
  cursor: pointer;
}

/* line 318, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.as-input .file-button {
  margin-top: 2rem;
  display: block;
}

/* line 322, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.as-input .control {
  margin-top: 0.6rem;
}

/* line 324, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.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;
}

/* line 328, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.as-input .control.select-arrow select + span:after {
  top: 0.5rem;
}

/* line 333, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.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;
}

/* line 340, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.as-input .control.right-icon[class^="icon-"]:before, .as-input .control.right-icon[class*="icon-"]:before {
  right: 1rem;
}

/* line 343, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.as-input .control.right-icon[class^="icon-"] input, .as-input .control.right-icon[class*="icon-"] input {
  padding-right: 2.5rem;
}

/* line 348, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.as-input .control.left-icon[class^="icon-"]:before, .as-input .control.left-icon[class*="icon-"]:before {
  left: 1rem;
}

/* line 351, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.as-input .control.left-icon[class^="icon-"] input, .as-input .control.left-icon[class*="icon-"] input {
  padding-left: 2.5rem;
}

/* line 357, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.as-input .select {
  margin-top: 0.6rem;
  width: 100%;
}

/* line 361, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.as-input .output {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: normal;
  color: #000;
  padding: 1.2rem 1rem;
  display: block;
}

/* line 368, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.as-input .output span:not(.tooltip):not(.avatar) {
  display: block;
}

/* line 370, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.as-input .output span:not(.tooltip):not(.avatar) + span {
  font-size: 1.2rem;
  color: #777777;
}

/* line 376, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.as-input ~ .hint {
  font-size: 1.2rem;
  padding-top: 1rem;
}

/* line 381, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.as-input.reduce span.label {
  padding-left: 0;
  left: 0;
}

/* line 384, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.as-input.reduce span.label + * {
  margin-top: 1.35rem;
}

/* line 388, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.as-input.reduce span.label + .react-datepicker-wrapper input {
  margin-top: 0;
}

/* line 395, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.as-input.reduce .react-datepicker-wrapper .react-datepicker__input-container:after {
  color: #979ea7;
  font-size: 1.6rem;
  top: 0.8rem;
}

/* line 403, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.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;
}

/* line 404, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.as-input.row.below {
  margin-top: -1.5rem;
}

/* line 409, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.as-input.row .cell {
  white-space: nowrap;
  word-break: nowrap;
}

/* line 412, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.as-input.row .cell.output {
  padding: 0;
  margin: 0 0 0 1rem;
  font-size: 1.1rem;
}

/* line 416, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.as-input.row .cell.output.number {
  text-align: right;
}

/* line 420, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.as-input.row .cell.label {
  position: static;
  padding: 0 1rem 0 0;
}

/* line 429, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.form-grid .as-input {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 432, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.form-grid .as-input > * {
  width: 100%;
  min-width: 0;
}

/* line 435, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.form-grid .as-input > *:not(.select) {
  min-height: 0;
}

/* line 442, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.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;
}

/* line 448, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.input-r .select-content {
  font-size: 1.2rem !important;
}

/* line 451, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.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;
}

/* line 459, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.input.no-border {
  border: 0 none !important;
}

/* line 464, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.grid [class^='cell'] textarea {
  width: 100%;
  resize: vertical;
}

/* line 471, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.hint label.link {
  cursor: pointer;
}

/* line 474, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.hint.error {
  text-align: left;
  padding-top: 0.3rem !important;
  font-size: 1.1rem !important;
  display: none;
}

/* line 484, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.has-success .as-input > span.label {
  color: #84b500;
}

/* line 486, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.has-success .as-input > span.label:after {
  color: inherit;
}

/* line 491, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.has-success .select .select-content {
  border-color: #84b500 !important;
}

/* line 493, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.has-success .select .select-content:after {
  color: #84b500 !important;
}

/* line 497, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.has-success .hint {
  color: #84b500 !important;
}

/* line 499, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.has-success .hint.error {
  display: block;
}

/* line 501, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.has-success .hint.error + .hint {
  padding-top: 0.3rem !important;
}

/* line 506, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.has-success .input-table {
  color: #84b500 !important;
}

/* line 509, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.has-success .select-arrow select.input-table + span::after, .has-success .select-arrow[class*="cell"] select.input-table + span::after, .has-success .control-group.select-arrow select.input-table + span::after {
  color: #84b500 !important;
}

/* line 516, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.has-error .as-input > span.label {
  color: #ff0039;
}

/* line 518, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.has-error .as-input > span.label:after {
  color: inherit;
}

/* line 523, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.has-error .select .select-content {
  border-color: #ff0039 !important;
}

/* line 525, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.has-error .select .select-content:after {
  color: #ff0039 !important;
}

/* line 529, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.has-error .hint {
  color: #ff0039 !important;
}

/* line 531, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.has-error .hint.error {
  display: block;
}

/* line 533, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.has-error .hint.error + .hint {
  padding-top: 0.3rem !important;
}

/* line 538, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.has-error .input-table:not(textarea):not(:focus) {
  color: #ff0039 !important;
}

/* line 540, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.has-error .input-table:not(textarea):not(:focus) option:not([disabled]) {
  color: #000;
}

/* line 544, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.has-error .select-arrow select.input-table:not(:focus) + span::after, .has-error .select-arrow[class*="cell"] select.input-table:not(:focus) + span::after, .has-error .control-group.select-arrow select.input-table:not(:focus) + span::after {
  color: #ff0039 !important;
}

/* line 550, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.has-warning .select .select-content {
  border-color: #faac18 !important;
}

/* line 553, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.has-warning .hint {
  color: #faac18 !important;
}

/* line 555, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.has-warning .hint.error {
  display: block;
}

/* line 557, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.has-warning .hint.error + .hint {
  padding-top: 0.3rem !important;
}

/* line 562, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.has-warning .input-table:not(textarea):not(:focus) {
  color: #faac18 !important;
}

/* line 564, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.has-warning .input-table:not(textarea):not(:focus) option:not([disabled]) {
  color: #faac18;
}

/* line 568, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.has-warning .select-arrow select.input-table:not(:focus) + span::after, .has-warning .select-arrow[class*="cell"] select.input-table:not(:focus) + span::after, .has-warning .control-group.select-arrow select.input-table:not(:focus) + span::after {
  color: #faac18 !important;
}

/* line 574, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.has-info .select .select-content {
  border-color: #959db1 !important;
}

/* line 577, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.has-info .hint {
  color: #959db1 !important;
}

/* line 579, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.has-info .hint.info {
  display: block;
}

/* line 581, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.has-info .hint.info + .hint {
  padding-top: 0.3rem !important;
}

/* line 586, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.has-info .input-table:not(textarea):not(:focus) {
  color: #959db1 !important;
}

/* line 588, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.has-info .input-table:not(textarea):not(:focus) option:not([disabled]) {
  color: #959db1;
}

/* line 592, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.has-info .select-arrow select.input-table:not(:focus) + span::after, .has-info .select-arrow[class*="cell"] select.input-table:not(:focus) + span::after, .has-info .control-group.select-arrow select.input-table:not(:focus) + span::after {
  color: #faac18 !important;
}

/* line 599, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.has-error .as-input.reduce + .hint, .has-warning .as-input.reduce + .hint, .has-info .as-input.reduce + .hint {
  text-align: right;
}

/* line 602, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.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;
}

/* line 614, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.input.disabled {
  cursor: normal;
  opacity: 0.7;
}

/* line 628, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.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;
}

/* line 633, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.control.input-search.left-icon:before {
  font-size: 1.5rem;
  color: #979ea7;
  left: 1rem !important;
}

/* line 638, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.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, white 33%, rgba(255, 255, 255, 0) 100%);
}

/* line 655, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.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;
}

/* line 661, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.control.input-search.search-cell:before {
  font-size: 2rem;
  color: #979ea7;
  left: 1rem !important;
}

/* line 669, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.control.cell .label {
  font-size: 1.2rem;
  color: #515151;
}

/* line 678, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
::-webkit-input-placeholder {
  color: #a5a5a5 !important;
  font-weight: normal !important;
}

/* line 681, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
::-moz-placeholder {
  color: #a5a5a5 !important;
  font-weight: normal !important;
  opacity: 1 !important;
}

/* line 685, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
:-ms-input-placeholder {
  color: #a5a5a5 !important;
  font-weight: normal !important;
}

/* line 688, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
:-moz-placeholder {
  color: #a5a5a5 !important;
  font-weight: normal !important;
}

/* line 692, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
select::-ms-expand {
  display: none;
}

/* line 696, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 702, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

/* line 708, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.grid-form [class*=" cell"] .button.button-block, .grid-form [class^="cell"] .button.button-block {
  width: 100%;
}

/* line 717, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.control.currency[data-addon] input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  padding-right: 5rem;
}

/* line 721, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.control[data-addon]:after {
  right: 0.8rem;
  color: #c6ccda;
  font-size: 1.7rem;
  line-height: normal;
}

/* line 728, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.control[data-addon][data-addon='%'] input {
  padding-right: 1.5rem;
}

/* line 730, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.control[data-addon][data-addon='%'] input.width-05 {
  padding-left: 0.7rem;
}

/* line 733, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.control[data-addon][data-addon='%'] input.width-06 {
  padding-left: 0.7rem;
}

/* line 741, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.drop-zone {
  background-color: #959DB10D;
  border: 1px dashed #959DB1;
  padding: 2.3rem 4rem 1.5rem;
  font-size: 1.1rem;
  text-align: center;
  color: #979ea7;
}

/* line 748, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.drop-zone i {
  display: block;
  color: #979ea7;
  font-size: 4rem;
  margin-bottom: 1rem;
}

/* line 755, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.drop-zone .button {
  margin-top: 1rem;
}

@media (min-width: 769px) {
  /* line 763, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
  .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;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}

/* line 772, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.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;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 776, app/assets/stylesheets/formir/themes/cost_tracker/components/form.scss */
.with-fit-height-input:not([class*="tp-cell-"]) .as-input input {
  flex: 1 1 auto;
}

/* line 2, app/assets/stylesheets/formir/themes/cost_tracker/components/tooltip.scss */
.tooltip ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 7, app/assets/stylesheets/formir/themes/cost_tracker/components/tooltip.scss */
.tooltip li {
  list-style: none;
  padding: 0;
  margin: 0.2rem 0;
}

/* line 14, app/assets/stylesheets/formir/themes/cost_tracker/components/tooltip.scss */
.has-tooltip[data-tooltip]:before {
  z-index: 16;
}

/* line 18, app/assets/stylesheets/formir/themes/cost_tracker/components/tooltip.scss */
.has-tooltip[data-tooltip] {
  cursor: pointer;
}

@media (max-width: 1180px) {
  /* line 1, app/assets/stylesheets/formir/themes/cost_tracker/helpers/items.scss */
  .items {
    margin-top: -0.8rem;
    margin-left: -0.8rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  /* line 7, app/assets/stylesheets/formir/themes/cost_tracker/helpers/items.scss */
  .items > * {
    margin-top: 0.8rem;
    margin-left: 0.8rem;
  }
  /* line 11, app/assets/stylesheets/formir/themes/cost_tracker/helpers/items.scss */
  .items.items-end {
    margin-right: -0.8rem;
    margin-left: 0;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  /* line 15, app/assets/stylesheets/formir/themes/cost_tracker/helpers/items.scss */
  .items.items-end > * {
    margin-right: 0.8rem;
    margin-left: 0;
  }
}

/* line 22, app/assets/stylesheets/formir/themes/cost_tracker/helpers/items.scss */
.items.items-end > .to-left {
  margin-left: 0 !important;
  margin-right: auto !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 22, app/assets/stylesheets/formir/themes/cost_tracker/helpers/items.scss */
  .items.items-end > .to-left {
    margin-left: 0.8rem !important;
    margin-right: 0.8rem !important;
  }
}

/* line 32, app/assets/stylesheets/formir/themes/cost_tracker/helpers/items.scss */
.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;
}

/* line 36, app/assets/stylesheets/formir/themes/cost_tracker/helpers/items.scss */
.items .to-left {
  margin-left: 0 !important;
  margin-right: auto !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 36, app/assets/stylesheets/formir/themes/cost_tracker/helpers/items.scss */
  .items .to-left {
    margin-left: 0.8rem !important;
    margin-right: 0.8rem !important;
  }
}

/* line 44, app/assets/stylesheets/formir/themes/cost_tracker/helpers/items.scss */
.items .to-right {
  margin-left: auto;
  margin-right: 0;
}

/* line 48, app/assets/stylesheets/formir/themes/cost_tracker/helpers/items.scss */
.items .button {
  -webkit-align-self: center;
  align-self: center;
}

/* line 51, app/assets/stylesheets/formir/themes/cost_tracker/helpers/items.scss */
.items.center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* line 54, app/assets/stylesheets/formir/themes/cost_tracker/helpers/items.scss */
.items.nowrap {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 58, app/assets/stylesheets/formir/themes/cost_tracker/helpers/items.scss */
.items.items-divided > *:not(:empty) {
  white-space: nowrap;
}

/* line 62, app/assets/stylesheets/formir/themes/cost_tracker/helpers/items.scss */
.items.items-divided > *:not(:empty) + *:not(.no-divide):before {
  border-left: 1px solid currentColor;
  margin-right: 1.5rem;
  content: '';
}

/* line 69, app/assets/stylesheets/formir/themes/cost_tracker/helpers/items.scss */
.items.items-divided > *:not(:empty) + *.link:before {
  border-color: #979ea7;
}

/* line 75, app/assets/stylesheets/formir/themes/cost_tracker/helpers/items.scss */
.items.items-divided > *.with-date:not(:empty) .label {
  font-size: 1.1rem;
}

/* line 79, app/assets/stylesheets/formir/themes/cost_tracker/helpers/items.scss */
.items.items-divided > *.with-date:not(:empty) + *.display-flex {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* line 83, app/assets/stylesheets/formir/themes/cost_tracker/helpers/items.scss */
.items.items-divided > *.with-date:not(:empty) + *:not(.no-divide):before {
  height: 1rem;
  border-left-color: #979ea7;
}

/* line 95, app/assets/stylesheets/formir/themes/cost_tracker/helpers/items.scss */
.items.items-divided.as-link > * + *:not(.no-divide):before {
  border-left-color: #408cf8;
}

/* line 1, app/assets/stylesheets/formir/themes/cost_tracker/layouts/header.scss */
.header {
  box-shadow: 0 0 16px rgba(66, 67, 68, 0.08);
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/formir/themes/cost_tracker/layouts/header.scss */
  .header {
    min-width: 100vw;
  }
}

/* line 6, app/assets/stylesheets/formir/themes/cost_tracker/layouts/header.scss */
.header.body-content.fixed {
  margin-right: 0 !important;
}

@media (min-width: 1024px) {
  /* line 12, app/assets/stylesheets/formir/themes/cost_tracker/layouts/header.scss */
  .header.fixed ~ .body-content.body-main {
    margin-top: 6.7rem;
  }
}

/* line 18, app/assets/stylesheets/formir/themes/cost_tracker/layouts/header.scss */
.header .breadcrumbs {
  font-size: 1.2rem;
}

/* line 23, app/assets/stylesheets/formir/themes/cost_tracker/layouts/header.scss */
.header .item.selected {
  position: relative;
}

/* line 25, app/assets/stylesheets/formir/themes/cost_tracker/layouts/header.scss */
.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;
}

/* line 36, app/assets/stylesheets/formir/themes/cost_tracker/layouts/header.scss */
.header .item.pause {
  font-size: 2rem;
}

/* line 38, app/assets/stylesheets/formir/themes/cost_tracker/layouts/header.scss */
.header .item.pause:after {
  border-left: 1px solid;
  content: '';
  height: 1.4rem;
  width: 1rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.5rem;
}

/* line 50, app/assets/stylesheets/formir/themes/cost_tracker/layouts/header.scss */
.header .has-popup > input {
  z-index: 1;
  cursor: pointer;
}

/* line 55, app/assets/stylesheets/formir/themes/cost_tracker/layouts/header.scss */
.header .has-popup.notifications-popup > input:checked + .anchor {
  color: #294058;
}

/* line 58, app/assets/stylesheets/formir/themes/cost_tracker/layouts/header.scss */
.header .has-popup.notifications-popup .popup {
  min-width: 24rem;
  right: -1.7rem;
  top: 5rem;
}

/* line 63, app/assets/stylesheets/formir/themes/cost_tracker/layouts/header.scss */
.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) {
  /* line 58, app/assets/stylesheets/formir/themes/cost_tracker/layouts/header.scss */
  .header .has-popup.notifications-popup .popup {
    position: fixed;
    right: 2rem;
    left: 2rem;
    top: 6.7rem;
    margin: auto;
    max-width: 100%;
  }
  /* line 81, app/assets/stylesheets/formir/themes/cost_tracker/layouts/header.scss */
  .header .has-popup.notifications-popup .popup .window-header:after {
    display: none;
  }
}

/* line 92, app/assets/stylesheets/formir/themes/cost_tracker/layouts/header.scss */
.header .popup.menu .has-popup > input:hover {
  cursor: pointer;
}

/* line 94, app/assets/stylesheets/formir/themes/cost_tracker/layouts/header.scss */
.header .popup.menu .has-popup > input:hover + .anchor {
  background-color: #eceef4;
}

/* line 100, app/assets/stylesheets/formir/themes/cost_tracker/layouts/header.scss */
.header .popup.bottom-right {
  min-width: 12rem;
  margin-top: 1rem;
}

/* line 103, app/assets/stylesheets/formir/themes/cost_tracker/layouts/header.scss */
.header .popup.bottom-right .popup {
  min-width: 14rem;
}

/* line 107, app/assets/stylesheets/formir/themes/cost_tracker/layouts/header.scss */
.header .popup .anchor {
  padding: 0.8rem 0.9rem;
}

/* line 109, app/assets/stylesheets/formir/themes/cost_tracker/layouts/header.scss */
.header .popup .anchor i {
  left: 0.9rem;
  height: 1.7rem;
}

/* line 112, app/assets/stylesheets/formir/themes/cost_tracker/layouts/header.scss */
.header .popup .anchor i ~ * {
  margin-lefT: 2.3rem !important;
}

/* line 116, app/assets/stylesheets/formir/themes/cost_tracker/layouts/header.scss */
.header .popup .anchor span {
  color: #717b96;
}

@media (max-width: 1023px) {
  /* line 126, app/assets/stylesheets/formir/themes/cost_tracker/layouts/header.scss */
  .header nav > ul > li > .anchor > span:not(.avatar):not(.count) {
    display: none;
  }
}

/* line 130, app/assets/stylesheets/formir/themes/cost_tracker/layouts/header.scss */
.header nav > ul > li > .anchor > span {
  vertical-align: middle;
}

/* line 132, app/assets/stylesheets/formir/themes/cost_tracker/layouts/header.scss */
.header nav > ul > li > .anchor > span + .avatar {
  margin-left: 1rem;
}

/* line 140, app/assets/stylesheets/formir/themes/cost_tracker/layouts/header.scss */
.header i.icon-menu {
  font-size: 2.5rem;
}

/* line 143, app/assets/stylesheets/formir/themes/cost_tracker/layouts/header.scss */
.header .anchor {
  cursor: pointer;
  font-size: 1.2rem;
}

/* line 146, app/assets/stylesheets/formir/themes/cost_tracker/layouts/header.scss */
.header .anchor span + i {
  margin-left: 0.5rem;
}

/* line 150, app/assets/stylesheets/formir/themes/cost_tracker/layouts/header.scss */
.header .anchor .avatar.company {
  margin-left: 0.1rem;
  background-color: #eeeeee;
}

/* line 153, app/assets/stylesheets/formir/themes/cost_tracker/layouts/header.scss */
.header .anchor .avatar.company img {
  opacity: 0.9;
}

@media (min-width: 1024px) {
  /* line 150, app/assets/stylesheets/formir/themes/cost_tracker/layouts/header.scss */
  .header .anchor .avatar.company {
    display: none;
  }
}

/* line 161, app/assets/stylesheets/formir/themes/cost_tracker/layouts/header.scss */
.header .anchor .with-company {
  display: inline-block;
  vertical-align: middle;
}

/* line 164, app/assets/stylesheets/formir/themes/cost_tracker/layouts/header.scss */
.header .anchor .with-company span {
  display: block;
}

/* line 166, app/assets/stylesheets/formir/themes/cost_tracker/layouts/header.scss */
.header .anchor .with-company span + span {
  font-size: 1rem;
  text-align: right;
}

/* line 173, app/assets/stylesheets/formir/themes/cost_tracker/layouts/header.scss */
.header .anchor i {
  font-size: 2rem;
  vertical-align: middle;
}

/* line 176, app/assets/stylesheets/formir/themes/cost_tracker/layouts/header.scss */
.header .anchor i.icon-keyboard_arrow_down {
  font-size: 1.2rem;
}

/* line 180, app/assets/stylesheets/formir/themes/cost_tracker/layouts/header.scss */
.header .anchor.with-count {
  position: relative;
  display: inline-block;
}

/* line 183, app/assets/stylesheets/formir/themes/cost_tracker/layouts/header.scss */
.header .anchor.with-count i {
  margin: 0;
}

/* line 186, app/assets/stylesheets/formir/themes/cost_tracker/layouts/header.scss */
.header .anchor.with-count span {
  position: absolute;
  right: -7px;
  bottom: -3px;
  display: inline-block;
  background: #faac18;
  color: #fff;
  line-height: 1.4rem;
  height: 1.4rem;
  border-radius: 1.5rem;
  padding: 0 0.5rem;
  font-size: 0.9rem;
  font-weight: bold;
}

/* line 1, app/assets/stylesheets/cost_tracker/layouts/body.scss */
body {
  background: #f2f3f9;
  color: #343434;
}

/* line 6, app/assets/stylesheets/cost_tracker/layouts/body.scss */
.body-main {
  font-size: 1.2rem;
  padding: 2.5rem 2.7rem 2.5rem 4rem;
  box-sizing: border-box;
}

@media (max-width: 1023px) {
  /* line 6, app/assets/stylesheets/cost_tracker/layouts/body.scss */
  .body-main {
    padding: 1rem 1rem 2.5rem 1rem;
  }
}

/* line 15, app/assets/stylesheets/cost_tracker/layouts/body.scss */
.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) {
  /* line 19, app/assets/stylesheets/cost_tracker/layouts/body.scss */
  .body-main:not(.root-dashboard) > .grid, .body-main:not(.root-dashboard) > div > .grid {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 23, app/assets/stylesheets/cost_tracker/layouts/body.scss */
  .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;
  }
}

/* line 30, app/assets/stylesheets/cost_tracker/layouts/body.scss */
.body-main > .grid, .body-main > div > .grid {
  box-sizing: border-box;
}

@media (min-width: 1024px) {
  /* line 30, app/assets/stylesheets/cost_tracker/layouts/body.scss */
  .body-main > .grid, .body-main > div > .grid {
    height: 100%;
  }
}

/* line 41, app/assets/stylesheets/cost_tracker/layouts/body.scss */
.body-main > .grid .tile.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 > .grid .tile.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 > .grid .tile.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 > .grid .tile.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 > .grid .tile-content.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 > .grid .tile-content.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 > .grid .tile-content.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 > .grid .tile-content.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.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 > div > .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 > div > .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 > div > .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 > div > .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 > div > .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 > div > .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 > div > .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) {
  /* line 57, app/assets/stylesheets/cost_tracker/layouts/body.scss */
  .body-main > .grid .tile.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 > .grid .tile.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 > .grid .tile.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 > .grid .tile.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 > .grid .tile-content.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 > .grid .tile-content.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 > .grid .tile-content.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 > .grid .tile-content.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.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 > div > .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 > div > .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 > div > .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 > div > .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 > div > .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 > div > .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 > div > .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;
  }
}

/* line 68, app/assets/stylesheets/cost_tracker/layouts/body.scss */
.body-main > .grid .tile.with-table .tbody > .tr:first-child > .td, .body-main > .grid .tile.with-table .tbody > .tr:first-child > td, .body-main > .grid .tile.with-table .tbody > tr:first-child > .td, .body-main > .grid .tile.with-table .tbody > tr:first-child > td, .body-main > .grid .tile.with-table tbody > .tr:first-child > .td, .body-main > .grid .tile.with-table tbody > .tr:first-child > td, .body-main > .grid .tile.with-table tbody > tr:first-child > .td, .body-main > .grid .tile.with-table tbody > tr:first-child > td, .body-main > .grid .tile-content.with-table .tbody > .tr:first-child > .td, .body-main > .grid .tile-content.with-table .tbody > .tr:first-child > td, .body-main > .grid .tile-content.with-table .tbody > tr:first-child > .td, .body-main > .grid .tile-content.with-table .tbody > tr:first-child > td, .body-main > .grid .tile-content.with-table tbody > .tr:first-child > .td, .body-main > .grid .tile-content.with-table tbody > .tr:first-child > td, .body-main > .grid .tile-content.with-table tbody > tr:first-child > .td, .body-main > .grid .tile-content.with-table tbody > tr:first-child > td, .body-main > div > .grid .tile.with-table .tbody > .tr:first-child > .td, .body-main > div > .grid .tile.with-table .tbody > .tr:first-child > td, .body-main > div > .grid .tile.with-table .tbody > tr:first-child > .td, .body-main > div > .grid .tile.with-table .tbody > tr:first-child > td, .body-main > div > .grid .tile.with-table tbody > .tr:first-child > .td, .body-main > div > .grid .tile.with-table tbody > .tr:first-child > td, .body-main > div > .grid .tile.with-table tbody > tr:first-child > .td, .body-main > div > .grid .tile.with-table tbody > tr:first-child > td, .body-main > div > .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 > div > .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 > div > .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 > div > .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;
}

/* line 78, app/assets/stylesheets/cost_tracker/layouts/body.scss */
.body-main .tile-content.scroll {
  max-height: calc(100vh - ( 6.7rem +  6rem +  8rem +  5rem ));
}

/* line 89, app/assets/stylesheets/cost_tracker/layouts/body.scss */
.body-main .cell-auto:first-child + .cell-auto + .cell-fill .tile-content.notifications {
  max-height: calc(100vh - ( 6.7rem +  2.1rem  * 2 +  4.3rem +  4.2rem +  3rem +  18rem +  5rem +  1rem ));
  overflow: hidden;
}

/* line 102, app/assets/stylesheets/cost_tracker/layouts/body.scss */
.body-main .cell-auto:first-child + .cell-auto + .cell-fill .tile-content.notifications.scroll {
  overflow: auto;
  max-height: calc(100vh - ( 6.7rem +  2.1rem * 2 +  4.3rem +  4.2rem + 18rem +  5rem +  1rem));
}

/* line 117, app/assets/stylesheets/cost_tracker/layouts/body.scss */
.body-main .cell-auto:first-child + .cell-fill .tile-content.notifications {
  max-height: calc(100vh - ( 6.7rem +  2.1rem * 2 +  4.3rem +  4.2rem + 3rem +  2.5rem +  1rem));
  overflow: hidden;
}

/* line 126, app/assets/stylesheets/cost_tracker/layouts/body.scss */
.body-main .cell-auto:first-child + .cell-fill .tile-content.notifications.scroll {
  overflow: auto;
  max-height: calc(100vh - ( 6.7rem +  2.1rem * 2 +  4.3rem +  4.2rem + 2.5rem +  1rem));
}

/* line 148, app/assets/stylesheets/cost_tracker/layouts/body.scss */
.table-fluid-manual .body-main > .grid .tile.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.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.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.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-content.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-content.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-content.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-content.with-table .table-fluid table:not(.inside-window) > thead th {
  top: 10.7rem;
}

/* line 164, app/assets/stylesheets/cost_tracker/layouts/body.scss */
.content-fixed {
  position: relative;
}

@media (max-width: 1023px) {
  /* line 169, app/assets/stylesheets/cost_tracker/layouts/body.scss */
  .content-fixed.cell-4.t-cell-16 > * {
    position: static;
    width: 100%;
  }
}

/* line 175, app/assets/stylesheets/cost_tracker/layouts/body.scss */
.content-fixed.cell-4 > * {
  width: calc(25% - 5.8rem);
  position: fixed;
}

/* line 182, app/assets/stylesheets/cost_tracker/layouts/body.scss */
input[type=number] {
  -moz-appearance: textfield !important;
}

/* line 185, app/assets/stylesheets/cost_tracker/layouts/body.scss */
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) {
  /* line 193, app/assets/stylesheets/cost_tracker/layouts/body.scss */
  .t-top-order {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -1;
    order: -1;
  }
}

/* line 198, app/assets/stylesheets/cost_tracker/layouts/body.scss */
.link {
  color: #408cf8;
}

/* line 203, app/assets/stylesheets/cost_tracker/layouts/body.scss */
.grid .row {
  max-width: 100%;
}

/* line 208, app/assets/stylesheets/cost_tracker/layouts/body.scss */
.items-end {
  align-items: end;
}

/* line 212, app/assets/stylesheets/cost_tracker/layouts/body.scss */
label[for]:not(.custom) {
  cursor: pointer;
}

@media (max-width: 1023px) {
  /* line 218, app/assets/stylesheets/cost_tracker/layouts/body.scss */
  .breadcrumbs {
    font-size: 1.1rem;
    color: #979ea7;
    padding: 1rem 0 0 2.5rem !important;
  }
}

/* line 227, app/assets/stylesheets/cost_tracker/layouts/body.scss */
.enjoyhint .enjoy_hint_label {
  line-height: normal;
}

/* line 229, app/assets/stylesheets/cost_tracker/layouts/body.scss */
.enjoyhint .enjoy_hint_label p {
  margin: 0;
}

/* line 235, app/assets/stylesheets/cost_tracker/layouts/body.scss */
:focus {
  outline: 0 none;
}

/* line 240, app/assets/stylesheets/cost_tracker/layouts/body.scss */
a:focus:not(.button), label:focus:not(.button) {
  text-decoration: underline;
}

/* line 254, app/assets/stylesheets/cost_tracker/layouts/body.scss */
.main-dashboard > .grid, .main-dashboard > div > .grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* line 256, app/assets/stylesheets/cost_tracker/layouts/body.scss */
.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;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 1180px) {
  /* line 256, app/assets/stylesheets/cost_tracker/layouts/body.scss */
  .main-dashboard > .grid > [class*="cell-1"], .main-dashboard > div > .grid > [class*="cell-1"] {
    max-height: calc(100vh - 11.7rem);
    min-width: 110px;
  }
}

/* line 263, app/assets/stylesheets/cost_tracker/layouts/body.scss */
.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;
}

/* line 266, app/assets/stylesheets/cost_tracker/layouts/body.scss */
.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;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: auto;
  min-height: 0;
}

/* line 268, app/assets/stylesheets/cost_tracker/layouts/body.scss */
.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;
}

/* line 272, app/assets/stylesheets/cost_tracker/layouts/body.scss */
.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;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: auto;
  min-height: 0;
}

/* line 275, app/assets/stylesheets/cost_tracker/layouts/body.scss */
.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;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: auto;
  min-height: 0;
}

/* line 277, app/assets/stylesheets/cost_tracker/layouts/body.scss */
.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;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: auto;
  min-height: 0;
}

/* line 282, app/assets/stylesheets/cost_tracker/layouts/body.scss */
.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;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: auto;
  min-height: 0;
}

/* line 285, app/assets/stylesheets/cost_tracker/layouts/body.scss */
.main-dashboard > .grid > [class*="cell-1"] > .tile > .tile-content, .main-dashboard > .grid > [class*="cell-1"] > .tile > .tab-pages, .main-dashboard > div > .grid > [class*="cell-1"] > .tile > .tile-content, .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;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: auto;
  min-height: 0;
}

/* line 287, app/assets/stylesheets/cost_tracker/layouts/body.scss */
.main-dashboard > .grid > [class*="cell-1"] > .tile > .tile-content > *:not(.table-actions):not(.tile-footer):not(.modal):not(.page), .main-dashboard > .grid > [class*="cell-1"] > .tile > .tile-content > .page.active, .main-dashboard > .grid > [class*="cell-1"] > .tile > .tile-content .tables, .main-dashboard > .grid > [class*="cell-1"] > .tile > .tab-pages > *:not(.table-actions):not(.tile-footer):not(.modal):not(.page), .main-dashboard > .grid > [class*="cell-1"] > .tile > .tab-pages > .page.active, .main-dashboard > .grid > [class*="cell-1"] > .tile > .tab-pages .tables, .main-dashboard > div > .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 > .page.active, .main-dashboard > div > .grid > [class*="cell-1"] > .tile > .tile-content .tables, .main-dashboard > div > .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 > .page.active, .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;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: auto;
  min-height: 0;
}

/* line 290, app/assets/stylesheets/cost_tracker/layouts/body.scss */
.main-dashboard > .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 > .tile-content > .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;
}

/* line 294, app/assets/stylesheets/cost_tracker/layouts/body.scss */
.main-dashboard > .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 > .tile-content > .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;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: auto;
  min-height: 0;
}

/* line 297, app/assets/stylesheets/cost_tracker/layouts/body.scss */
.main-dashboard > .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 > .tile-content > .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;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: auto;
  min-height: 0;
}

/* line 301, app/assets/stylesheets/cost_tracker/layouts/body.scss */
.main-dashboard > .grid > [class*="cell-1"] > .tile > .tile-content > *:not(.table-actions):not(.tile-footer):not(.modal):not(.page), .main-dashboard > .grid > [class*="cell-1"] > .tile > .tile-content > .page.active, .main-dashboard > .grid > [class*="cell-1"] > .tile > .tab-pages > *:not(.table-actions):not(.tile-footer):not(.modal):not(.page), .main-dashboard > .grid > [class*="cell-1"] > .tile > .tab-pages > .page.active, .main-dashboard > div > .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 > .page.active, .main-dashboard > div > .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 > .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;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: auto;
  min-height: 0;
}

/* line 304, app/assets/stylesheets/cost_tracker/layouts/body.scss */
.main-dashboard > .grid > [class*="cell-1"] > .tile > .tile-content .table-actions, .main-dashboard > .grid > [class*="cell-1"] > .tile > .tile-content .tile-footer, .main-dashboard > .grid > [class*="cell-1"] > .tile > .tile-content .table-dashboard, .main-dashboard > .grid > [class*="cell-1"] > .tile > .tab-pages .table-actions, .main-dashboard > .grid > [class*="cell-1"] > .tile > .tab-pages .tile-footer, .main-dashboard > .grid > [class*="cell-1"] > .tile > .tab-pages .table-dashboard, .main-dashboard > div > .grid > [class*="cell-1"] > .tile > .tile-content .table-actions, .main-dashboard > div > .grid > [class*="cell-1"] > .tile > .tile-content .tile-footer, .main-dashboard > div > .grid > [class*="cell-1"] > .tile > .tile-content .table-dashboard, .main-dashboard > div > .grid > [class*="cell-1"] > .tile > .tab-pages .table-actions, .main-dashboard > div > .grid > [class*="cell-1"] > .tile > .tab-pages .tile-footer, .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;
}

/* line 1, app/assets/stylesheets/cost_tracker/layouts/unauthorized.scss */
html.unauthorized {
  height: 100%;
}

/* line 3, app/assets/stylesheets/cost_tracker/layouts/unauthorized.scss */
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%;
}

/* line 13, app/assets/stylesheets/cost_tracker/layouts/unauthorized.scss */
html.unauthorized .content-holder {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* line 18, app/assets/stylesheets/cost_tracker/layouts/unauthorized.scss */
html.unauthorized .content-holder .links {
  text-align: center;
  margin: 1.5rem auto;
  font-size: 1.2rem;
}

/* line 22, app/assets/stylesheets/cost_tracker/layouts/unauthorized.scss */
html.unauthorized .content-holder .links a {
  color: #fefefe;
}

/* line 27, app/assets/stylesheets/cost_tracker/layouts/unauthorized.scss */
html.unauthorized .unauthorized-content {
  font-size: 1.2rem;
}

/* line 29, app/assets/stylesheets/cost_tracker/layouts/unauthorized.scss */
html.unauthorized .unauthorized-content .control.text-center {
  max-width: 29rem;
  margin: 1.5rem auto 2.5rem;
}

/* line 33, app/assets/stylesheets/cost_tracker/layouts/unauthorized.scss */
html.unauthorized .unauthorized-content .control.left-icon {
  margin: 0 auto;
  max-width: 25rem;
}

/* line 36, app/assets/stylesheets/cost_tracker/layouts/unauthorized.scss */
html.unauthorized .unauthorized-content .control.left-icon + .control {
  margin-top: 7rem;
}

/* line 39, app/assets/stylesheets/cost_tracker/layouts/unauthorized.scss */
html.unauthorized .unauthorized-content .control.left-icon input {
  width: 100%;
}

/* line 42, app/assets/stylesheets/cost_tracker/layouts/unauthorized.scss */
html.unauthorized .unauthorized-content .control.left-icon:before {
  color: #979ea7;
  font-size: 2rem;
  left: 1.5rem;
}

/* line 48, app/assets/stylesheets/cost_tracker/layouts/unauthorized.scss */
html.unauthorized .unauthorized-content .items {
  justify-content: center;
}

/* line 50, app/assets/stylesheets/cost_tracker/layouts/unauthorized.scss */
html.unauthorized .unauthorized-content .items + .control {
  margin-top: 7rem;
}

/* line 54, app/assets/stylesheets/cost_tracker/layouts/unauthorized.scss */
html.unauthorized .unauthorized-content .button {
  min-width: 13rem;
}

/* line 58, app/assets/stylesheets/cost_tracker/layouts/unauthorized.scss */
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;
}

/* line 61, app/assets/stylesheets/cost_tracker/layouts/unauthorized.scss */
html.unauthorized .unauthorized-tile + .with-footer .links {
  width: 440px;
  max-width: 100%;
}

/* line 67, app/assets/stylesheets/cost_tracker/layouts/unauthorized.scss */
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;
}

/* line 70, app/assets/stylesheets/cost_tracker/layouts/unauthorized.scss */
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;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* line 78, app/assets/stylesheets/cost_tracker/layouts/unauthorized.scss */
html.unauthorized .with-footer .links {
  width: 700px;
  max-width: 100%;
  text-align: right !important;
  margin-bottom: 3rem !important;
  height: auto;
}

/* line 84, app/assets/stylesheets/cost_tracker/layouts/unauthorized.scss */
html.unauthorized .with-footer .links.center {
  text-align: center !important;
}

/* line 87, app/assets/stylesheets/cost_tracker/layouts/unauthorized.scss */
html.unauthorized .with-footer .links a {
  opacity: 0.4;
}

/* line 92, app/assets/stylesheets/cost_tracker/layouts/unauthorized.scss */
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-justify-content: space-between;
  justify-content: space-between;
}

/* line 102, app/assets/stylesheets/cost_tracker/layouts/unauthorized.scss */
html.unauthorized .footer > span {
  white-space: nowrap;
  margin-top: 2rem;
}

/* line 106, app/assets/stylesheets/cost_tracker/layouts/unauthorized.scss */
html.unauthorized .footer > a, html.unauthorized .footer > span > a {
  margin-top: 2rem;
  color: rgba(255, 255, 255, 0.4);
}

/* line 110, app/assets/stylesheets/cost_tracker/layouts/unauthorized.scss */
html.unauthorized .footer .icon-logo {
  opacity: 0.4;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2rem;
  margin-top: -0.5rem;
}

/* line 116, app/assets/stylesheets/cost_tracker/layouts/unauthorized.scss */
html.unauthorized .footer .icon-logo.footer-logo {
  opacity: 1;
  margin-top: 0;
}

/* line 120, app/assets/stylesheets/cost_tracker/layouts/unauthorized.scss */
html.unauthorized .footer .icon-logo img {
  width: 1.2rem;
  height: auto;
  vertical-align: middle;
}

/* line 127, app/assets/stylesheets/cost_tracker/layouts/unauthorized.scss */
html.unauthorized .footer .select {
  margin-top: -0.7rem;
  min-width: 85px;
}

/* line 130, app/assets/stylesheets/cost_tracker/layouts/unauthorized.scss */
html.unauthorized .footer .select > input {
  cursor: pointer;
}

/* line 134, app/assets/stylesheets/cost_tracker/layouts/unauthorized.scss */
html.unauthorized .footer .select > input:checked + .select-content {
  bottom: 0;
  top: auto;
}

/* line 141, app/assets/stylesheets/cost_tracker/layouts/unauthorized.scss */
html.unauthorized .footer .select > input:not(:checked) + .select-content {
  background-color: transparent;
  border: 0 none;
}

/* line 144, app/assets/stylesheets/cost_tracker/layouts/unauthorized.scss */
html.unauthorized .footer .select > input:not(:checked) + .select-content label {
  background-color: transparent;
  border: 0 none;
}

/* line 1, app/assets/stylesheets/cost_tracker/layouts/only-modal.scss */
body.only-modal {
  padding: 0;
}

/* line 3, app/assets/stylesheets/cost_tracker/layouts/only-modal.scss */
body.only-modal .modal-fullscreen {
  position: static;
  overflow: visible;
}

/* line 7, app/assets/stylesheets/cost_tracker/layouts/only-modal.scss */
body.only-modal .modal-fullscreen > .modal-wrapper:before {
  display: none;
}

/* line 12, app/assets/stylesheets/cost_tracker/layouts/only-modal.scss */
body.only-modal .body-content.body-main {
  padding: 0;
}

/* line 15, app/assets/stylesheets/cost_tracker/layouts/only-modal.scss */
body.only-modal .modal.modal-fullscreen > .modal-wrapper > .window:not(.window-inside) > .window-header {
  right: 0;
}

/* line 18, app/assets/stylesheets/cost_tracker/layouts/only-modal.scss */
body.only-modal .modal-backdrop {
  right: 0;
}

/* line 21, app/assets/stylesheets/cost_tracker/layouts/only-modal.scss */
body.only-modal .toasts {
  top: 6rem;
  right: 5rem;
}

/* line 27, app/assets/stylesheets/cost_tracker/layouts/only-modal.scss */
html.only-modal {
  height: 100%;
}

/* line 29, app/assets/stylesheets/cost_tracker/layouts/only-modal.scss */
html.only-modal body, html.only-modal .body-content {
  height: 100%;
}

/* line 33, app/assets/stylesheets/cost_tracker/layouts/only-modal.scss */
html.only-modal .body-content > div {
  height: 100%;
}

/* line 1, app/assets/stylesheets/cost_tracker/components/breadcrumbs.scss */
.breadcrumbs {
  display: block;
  margin: 0;
  padding: 0;
}

/* line 5, app/assets/stylesheets/cost_tracker/components/breadcrumbs.scss */
.breadcrumbs a[href] {
  cursor: pointer;
}

/* line 8, app/assets/stylesheets/cost_tracker/components/breadcrumbs.scss */
.breadcrumbs li, .breadcrumbs a {
  display: inline;
  margin: 0;
  padding: 0;
  color: inherit;
}

/* line 13, app/assets/stylesheets/cost_tracker/components/breadcrumbs.scss */
.breadcrumbs li:hover, .breadcrumbs a:hover {
  color: inherit;
}

/* line 16, app/assets/stylesheets/cost_tracker/components/breadcrumbs.scss */
.breadcrumbs li[href]:hover, .breadcrumbs a[href]:hover {
  text-decoration: underline;
}

/* line 21, app/assets/stylesheets/cost_tracker/components/breadcrumbs.scss */
.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;
}

/* line 28, app/assets/stylesheets/cost_tracker/components/breadcrumbs.scss */
.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;
}

/* line 35, app/assets/stylesheets/cost_tracker/components/breadcrumbs.scss */
h1.breadcrumbs {
  display: inline;
}

/* line 38, app/assets/stylesheets/cost_tracker/components/breadcrumbs.scss */
h1.breadcrumbs > a:first-child {
  color: #979ea7;
}

/* line 40, app/assets/stylesheets/cost_tracker/components/breadcrumbs.scss */
h1.breadcrumbs > a:first-child:before {
  color: inherit;
}

/* line 1, app/assets/stylesheets/cost_tracker/components/filters.scss */
.filters {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -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;
}

/* line 6, app/assets/stylesheets/cost_tracker/components/filters.scss */
.filters > span {
  text-transform: uppercase;
  color: #a1a9bd;
  font-size: 1rem;
}

/* line 11, app/assets/stylesheets/cost_tracker/components/filters.scss */
.filters > * + .select, .filters > * + .has-popup {
  margin-left: 1.3rem;
}

/* line 14, app/assets/stylesheets/cost_tracker/components/filters.scss */
.filters a.link {
  font-size: 1.2rem;
}

/* line 16, app/assets/stylesheets/cost_tracker/components/filters.scss */
.filters a.link i {
  font-size: 1.6rem;
  vertical-align: middle;
}

/* line 21, app/assets/stylesheets/cost_tracker/components/filters.scss */
.filters .pause {
  font-size: 2rem;
  display: inline-block;
  color: #959db1;
}

/* line 25, app/assets/stylesheets/cost_tracker/components/filters.scss */
.filters .pause:after {
  border-left: 1px solid;
  content: '';
  height: 1.4rem;
  width: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.5rem;
}

/* line 1, app/assets/stylesheets/cost_tracker/components/filter-tabs.scss */
.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;
}

/* line 5, app/assets/stylesheets/cost_tracker/components/filter-tabs.scss */
.filter-tabs .filter-tab {
  font-size: 1.1rem;
  color: #A8B0C2;
  font-weight: bold;
  margin-left: 1.5rem;
  cursor: pointer;
}

/* line 11, app/assets/stylesheets/cost_tracker/components/filter-tabs.scss */
.filter-tabs .filter-tab.active {
  color: #294058;
  position: relative;
  cursor: default;
}

/* line 15, app/assets/stylesheets/cost_tracker/components/filter-tabs.scss */
.filter-tabs .filter-tab.active:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-bottom: 2px solid #FBAF5D;
}

/* line 1, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(21, 16, 60, 0.22);
}

@media (max-width: 1180px) {
  /* line 1, app/assets/stylesheets/cost_tracker/components/tile.scss */
  .tile {
    border-radius: 0;
  }
}

/* line 9, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile.tabs .tile {
  box-shadow: none;
  border-radius: 0 0 4px 4px;
}

/* line 13, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile.tabs.addons-inside {
  position: relative;
}

/* line 15, app/assets/stylesheets/cost_tracker/components/tile.scss */
.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;
}

/* line 27, app/assets/stylesheets/cost_tracker/components/tile.scss */
.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-justify-content: space-between;
  justify-content: space-between;
}

/* line 33, app/assets/stylesheets/cost_tracker/components/tile.scss */
.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) {
  /* line 33, app/assets/stylesheets/cost_tracker/components/tile.scss */
  .tile .tile-header {
    line-height: 8rem;
    min-height: 8rem;
    --tile-header-line-height: 8rem;
  }
}

/* line 49, app/assets/stylesheets/cost_tracker/components/tile.scss */
.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;
}

/* line 53, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-header .tab-addons .items > * + *:before {
  height: 1.4rem;
}

/* line 61, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-header .h1 i {
  color: #979ea7;
  vertical-align: middle;
}

/* line 65, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-header.tile-header-short {
  line-height: 4.5rem;
  min-height: 4.5rem;
  --tile-header-line-height: 4.5rem;
}

/* line 70, app/assets/stylesheets/cost_tracker/components/tile.scss */
.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;
}

/* line 73, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-header.no-line {
  line-height: normal;
  padding-top: 2rem;
  padding-bottom: 2rem;
  min-height: 0;
  --tile-header-line-height: normal;
}

/* line 80, app/assets/stylesheets/cost_tracker/components/tile.scss */
.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;
}

/* line 85, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-header.with-steps h1, .tile .tile-header.with-steps h2 {
  color: #000;
}

/* line 88, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-header.with-steps h1, .tile .tile-header.with-steps h2, .tile .tile-header.with-steps p {
  margin: 0;
  padding: 0;
}

/* line 92, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-header.with-steps h1 {
  font-size: 2.4rem;
}

/* line 94, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-header.with-steps h1 + p {
  margin-top: 0.5rem;
}

/* line 98, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-header.with-steps p {
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.55);
}

/* line 102, app/assets/stylesheets/cost_tracker/components/tile.scss */
.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;
}

/* line 108, app/assets/stylesheets/cost_tracker/components/tile.scss */
.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;
}

/* line 119, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-header.with-steps .steps .step:before {
  content: counter(steps);
}

/* line 123, app/assets/stylesheets/cost_tracker/components/tile.scss */
.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;
}

/* line 135, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-header.with-steps .steps .step.current {
  background-color: #294058;
}

/* line 138, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-header.with-steps .steps .step.done {
  background-color: #2bb45b;
}

/* line 140, app/assets/stylesheets/cost_tracker/components/tile.scss */
.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;
}

/* line 147, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-header.with-steps .steps .step.done + .step:after {
  background-color: #2bb45b;
}

/* line 152, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-header.with-steps .steps .step + .step {
  margin-left: 4.2rem;
}

/* line 158, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-header.tab-labels {
  background-color: #f6f7f9;
  color: #a6acb5;
  padding: 0 !important;
  -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;
}

/* line 165, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-header.tab-labels.tab-light {
  background-color: #fff;
}

@media (max-width: 768px) {
  /* line 158, app/assets/stylesheets/cost_tracker/components/tile.scss */
  .tile .tile-header.tab-labels {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/tile.scss */
  .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;
  }
  /* line 174, app/assets/stylesheets/cost_tracker/components/tile.scss */
  .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%;
  }
  /* line 178, app/assets/stylesheets/cost_tracker/components/tile.scss */
  .tile .tile-header.tab-labels > label {
    text-align: center;
    white-space: nowrap;
    max-width: 100%;
  }
  /* line 182, app/assets/stylesheets/cost_tracker/components/tile.scss */
  .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;
  }
  /* line 187, app/assets/stylesheets/cost_tracker/components/tile.scss */
  .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;
  }
  /* line 192, app/assets/stylesheets/cost_tracker/components/tile.scss */
  .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;
  }
  /* line 197, app/assets/stylesheets/cost_tracker/components/tile.scss */
  .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;
  }
  /* line 203, app/assets/stylesheets/cost_tracker/components/tile.scss */
  .tile .tile-header.tab-labels .tab-addons .actions.items {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-right: 0;
  }
  /* line 206, app/assets/stylesheets/cost_tracker/components/tile.scss */
  .tile .tile-header.tab-labels .tab-addons .actions.items > *:only-child {
    margin-right: 0;
    margin-left: auto;
  }
  /* line 211, app/assets/stylesheets/cost_tracker/components/tile.scss */
  .tile .tile-header.tab-labels .tab-addons .actions.items.items-divided > *:before {
    display: none;
  }
}

/* line 218, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-header.tab-labels > label {
  height: inherit;
  line-height: inherit;
  padding: 0;
  cursor: pointer;
}

/* line 223, app/assets/stylesheets/cost_tracker/components/tile.scss */
.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;
}

/* line 228, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-header.tab-labels .actions, .tile .tile-header.tab-labels .tab-addons {
  margin-right: 0;
  margin-left: auto;
  padding-right: 1.7rem;
}

/* line 235, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-header .tab-addons .actions {
  font-size: 1.2rem;
}

/* line 238, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-header .tab-addons > div {
  height: 100%;
}

/* line 240, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-header .tab-addons > div > .actions {
  height: 100%;
}

/* line 245, app/assets/stylesheets/cost_tracker/components/tile.scss */
.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;
}

/* line 253, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-header h2 {
  font-size: 1.6rem;
}

/* line 257, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-header span:first-child {
  white-space: nowrap;
}

/* line 261, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-header .has-popup {
  line-height: normal;
}

/* line 263, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-header .has-popup > input:not(:checked) {
  cursor: pointer;
}

/* line 266, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-header .has-popup .button {
  vertical-align: top;
}

/* line 271, app/assets/stylesheets/cost_tracker/components/tile.scss */
.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;
}

/* line 278, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-header span + span:not(.clear) .link i {
  font-size: 2rem;
  vertical-align: middle;
}

/* line 284, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-header .actions {
  font-size: 1.4rem;
}

/* line 287, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-header .actions a:focus {
  text-decoration: none;
}

/* line 290, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-header .actions a + a {
  margin-left: 1rem;
}

/* line 294, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-header .actions a.link i {
  color: currentColor;
}

/* line 295, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-header .actions a.link i:hover {
  text-transform: none;
}

/* line 301, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-header .actions a i {
  font-size: 2.3rem;
  font-size: 2.3rem;
  height: 2.3rem;
  line-height: 2.3rem;
  display: inline-block;
  vertical-align: middle;
}

/* line 309, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-header .actions a i {
  color: rgba(0, 0, 0, 0.1);
}

/* line 314, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-header .actions a.edit:hover i {
  color: #faac18;
}

/* line 319, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-header .actions a.delete:hover i {
  color: #f65f7b;
}

/* line 324, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-header .actions a.approve:hover i {
  color: #2cbf55;
}

/* line 329, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-header .actions a.reject:hover i {
  color: #f65f7b;
}

/* line 336, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-header .link {
  cursor: pointer;
}

/* line 340, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-footer, .tile .tile-header {
  padding-left: 2.2rem;
  padding-right: 1.7rem;
}

@media (max-width: 1180px) {
  /* line 340, app/assets/stylesheets/cost_tracker/components/tile.scss */
  .tile .tile-footer, .tile .tile-header {
    padding-left: 1.5rem;
  }
}

/* line 348, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-footer > .pagination:only-child {
  margin-right: 0;
  margin-left: auto;
}

/* line 353, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-footer .items a + small.display-block {
  line-height: normal;
  margin-top: 1rem;
  width: 100%;
}

@media (max-width: 568px) {
  /* line 358, app/assets/stylesheets/cost_tracker/components/tile.scss */
  .tile .tile-footer .items.items-end {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 361, app/assets/stylesheets/cost_tracker/components/tile.scss */
  .tile .tile-footer .items.items-end > * {
    margin-left: 0 !important;
  }
}

/* line 372, app/assets/stylesheets/cost_tracker/components/tile.scss */
.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;
}

/* line 380, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .with-table .tile-header, .tile .with-table .tile-footer, .tile.with-table .tile-header, .tile.with-table .tile-footer {
  padding-left: 3.5rem;
  padding-right: 1.7rem;
}

@media (max-width: 1180px) {
  /* line 380, app/assets/stylesheets/cost_tracker/components/tile.scss */
  .tile .with-table .tile-header, .tile .with-table .tile-footer, .tile.with-table .tile-header, .tile.with-table .tile-footer {
    padding-left: 1.5rem;
  }
}

/* line 387, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .with-table .tile-footer, .tile.with-table .tile-footer {
  border-top: 1px solid #ededed;
}

/* line 392, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .with-table table th:first-child, .tile .with-table table td:first-child, .tile .with-table table .th:first-child, .tile .with-table table .td:first-child, .tile .with-table .table th:first-child, .tile .with-table .table td:first-child, .tile .with-table .table .th:first-child, .tile .with-table .table .td:first-child, .tile.with-table table th:first-child, .tile.with-table table td:first-child, .tile.with-table table .th:first-child, .tile.with-table table .td:first-child, .tile.with-table .table th:first-child, .tile.with-table .table td:first-child, .tile.with-table .table .th:first-child, .tile.with-table .table .td:first-child {
  padding-left: 3.5rem;
}

/* line 395, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .with-table table th:last-child, .tile .with-table table td:last-child, .tile .with-table table .th:last-child, .tile .with-table table .td:last-child, .tile .with-table .table th:last-child, .tile .with-table .table td:last-child, .tile .with-table .table .th:last-child, .tile .with-table .table .td:last-child, .tile.with-table table th:last-child, .tile.with-table table td:last-child, .tile.with-table table .th:last-child, .tile.with-table table .td:last-child, .tile.with-table .table th:last-child, .tile.with-table .table td:last-child, .tile.with-table .table .th:last-child, .tile.with-table .table .td:last-child {
  padding-right: 1.7rem;
}

/* line 397, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .with-table table th.number:last-child, .tile .with-table table td.number:last-child, .tile .with-table table .th.number:last-child, .tile .with-table table .td.number:last-child, .tile .with-table .table th.number:last-child, .tile .with-table .table td.number:last-child, .tile .with-table .table .th.number:last-child, .tile .with-table .table .td.number:last-child, .tile.with-table table th.number:last-child, .tile.with-table table td.number:last-child, .tile.with-table table .th.number:last-child, .tile.with-table table .td.number:last-child, .tile.with-table .table th.number:last-child, .tile.with-table .table td.number:last-child, .tile.with-table .table .th.number:last-child, .tile.with-table .table .td.number:last-child {
  padding-right: 3.5rem;
}

/* line 406, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .with-table .has-bulk table th: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 .td: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 .th: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 td: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 th: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 .td:first-child {
  padding-left: 1rem;
  white-space: nowrap !important;
}

/* line 409, app/assets/stylesheets/cost_tracker/components/tile.scss */
.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 .th: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 td: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 th: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 .td: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 .th:first-child .checkbox, .tile.with-table .has-bulk .table .td:first-child .checkbox {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
}

/* line 413, app/assets/stylesheets/cost_tracker/components/tile.scss */
.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 .th: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 td: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 th: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 .td: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 .th: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;
}

/* line 422, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .with-table .has-bulk table th.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 .th:first-child, .tile .with-table .has-bulk table th.with-table .td:first-child, .tile .with-table .has-bulk table td.with-table th:first-child, .tile .with-table .has-bulk table td.with-table td:first-child, .tile .with-table .has-bulk table td.with-table .th: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 td:first-child, .tile .with-table .has-bulk table .th.with-table .th:first-child, .tile .with-table .has-bulk table .th.with-table .td:first-child, .tile .with-table .has-bulk table .td.with-table th:first-child, .tile .with-table .has-bulk table .td.with-table td:first-child, .tile .with-table .has-bulk table .td.with-table .th: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 td:first-child, .tile .with-table .has-bulk .table th.with-table .th:first-child, .tile .with-table .has-bulk .table th.with-table .td:first-child, .tile .with-table .has-bulk .table td.with-table th:first-child, .tile .with-table .has-bulk .table td.with-table td:first-child, .tile .with-table .has-bulk .table td.with-table .th: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 td:first-child, .tile .with-table .has-bulk .table .th.with-table .th:first-child, .tile .with-table .has-bulk .table .th.with-table .td:first-child, .tile .with-table .has-bulk .table .td.with-table th:first-child, .tile .with-table .has-bulk .table .td.with-table td:first-child, .tile .with-table .has-bulk .table .td.with-table .th: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 td:first-child, .tile.with-table .has-bulk table th.with-table .th:first-child, .tile.with-table .has-bulk table th.with-table .td:first-child, .tile.with-table .has-bulk table td.with-table th:first-child, .tile.with-table .has-bulk table td.with-table td:first-child, .tile.with-table .has-bulk table td.with-table .th: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 td:first-child, .tile.with-table .has-bulk table .th.with-table .th:first-child, .tile.with-table .has-bulk table .th.with-table .td:first-child, .tile.with-table .has-bulk table .td.with-table th:first-child, .tile.with-table .has-bulk table .td.with-table td:first-child, .tile.with-table .has-bulk table .td.with-table .th: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 td:first-child, .tile.with-table .has-bulk .table th.with-table .th:first-child, .tile.with-table .has-bulk .table th.with-table .td:first-child, .tile.with-table .has-bulk .table td.with-table th:first-child, .tile.with-table .has-bulk .table td.with-table td:first-child, .tile.with-table .has-bulk .table td.with-table .th: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 td:first-child, .tile.with-table .has-bulk .table .th.with-table .th:first-child, .tile.with-table .has-bulk .table .th.with-table .td:first-child, .tile.with-table .has-bulk .table .td.with-table th:first-child, .tile.with-table .has-bulk .table .td.with-table td:first-child, .tile.with-table .has-bulk .table .td.with-table .th:first-child, .tile.with-table .has-bulk .table .td.with-table .td:first-child {
  padding-left: 3.7rem;
}

/* line 431, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .with-table.simetric-padding .tile-header, .tile .with-table.simetric-padding .tile-footer, .tile.with-table.simetric-padding .tile-header, .tile.with-table.simetric-padding .tile-footer {
  padding-left: 1.7rem;
  padding-right: 1.7rem;
}

/* line 437, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .with-table.simetric-padding table th: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 .td: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 .th: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 td: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 th: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 .td:first-child {
  padding-left: 1.7rem;
}

/* line 440, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .with-table.simetric-padding table th: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 .td: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 .th: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 td: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 th: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 .td:last-child {
  padding-right: 1.7rem;
}

/* line 448, app/assets/stylesheets/cost_tracker/components/tile.scss */
.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;
}

/* line 459, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile h2.label, .tile h3.label {
  margin: 0;
  color: #294058;
}

/* line 464, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-footer {
  line-height: 8rem;
  min-height: 8rem;
  font-size: 1.4rem;
}

@media (max-width: 1180px) {
  /* line 464, app/assets/stylesheets/cost_tracker/components/tile.scss */
  .tile .tile-footer {
    line-height: 5.5rem;
    min-height: 5.5rem;
  }
}

/* line 472, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-footer.tile-footer-top {
  padding-bottom: 2rem !important;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  line-height: normal;
  min-height: 0;
}

/* line 478, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-footer.tile-footer-short {
  line-height: 3.5rem;
  min-height: 3.5rem;
}

/* line 482, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-footer .last {
  margin-right: 0 !important;
  margin-left: auto !important;
  text-align: right;
}

/* line 487, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-footer .actions {
  margin-left: -2rem;
}

/* line 489, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-footer .actions > * {
  margin-left: 2rem;
}

/* line 492, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-footer .actions .pagination {
  display: inline-block;
}

/* line 496, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-footer .link {
  text-transform: uppercase;
}

/* line 500, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-footer .actions .link {
  text-transform: none;
}

/* line 505, app/assets/stylesheets/cost_tracker/components/tile.scss */
.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;
}

/* line 511, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-content.scroll, .tile .tile-content-scroll {
  overflow-y: auto;
}

/* line 514, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-content-scroll {
  max-height: calc(100vh - 17.8rem);
}

/* line 517, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-content.with-padding {
  padding: 1.5rem 2rem 3rem;
}

/* line 520, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-content.with-border {
  padding: 1.5rem 2rem;
}

/* line 522, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-content.with-border + .with-border {
  border-top: 1px solid #ededed;
}

/* line 526, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile .tile-content .with-charts {
  overflow: hidden;
}

/* line 532, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile.tile-expandable.form-section .tile-header {
  padding: 0 2.5rem 0 1.5rem;
  line-height: 5.5rem;
  min-height: 5.5rem;
}

/* line 538, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile.tile-expandable > input[type="checkbox"] {
  display: none;
}

/* line 541, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile.tile-expandable > input[type="checkbox"]:not(:checked) ~ .tile-content, .tile.tile-expandable > input[type="checkbox"]:not(:checked) ~ .tile-footer {
  display: none;
}

/* line 548, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile.tile-expandable > input[type="checkbox"]:checked ~ .tile-content {
  display: block;
}

/* line 551, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile.tile-expandable > input[type="checkbox"]:checked ~ .tile-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* line 556, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile.tile-expandable > .tile-header + .tile-content {
  border-top: 1px solid #ededed;
}

/* line 560, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile abbr {
  color: #408cf8;
  font-weight: 900;
  font-size: 1.1rem;
  vertical-align: top;
}

/* line 566, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile article.quickbooks {
  text-align: center;
  color: #294058;
}

/* line 569, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile article.quickbooks h1 {
  font-size: 3rem;
}

/* line 572, app/assets/stylesheets/cost_tracker/components/tile.scss */
.tile article.quickbooks p {
  margin: 2rem 0 4rem;
  font-size: 1.5rem;
  line-height: 1.7;
  font-weight: 300;
}

/* line 1, app/assets/stylesheets/cost_tracker/components/tile/list.scss */
.tile-list {
  padding: 0 2.2rem;
}

/* line 3, app/assets/stylesheets/cost_tracker/components/tile/list.scss */
.tile-list.window-content {
  padding: 0 1.8rem;
  max-height: 70vh;
  overflow: auto;
}

/* line 7, app/assets/stylesheets/cost_tracker/components/tile/list.scss */
.tile-list.window-content .tile-item {
  padding: 1.5rem 0;
}

/* line 11, app/assets/stylesheets/cost_tracker/components/tile/list.scss */
.tile-list .tile-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 2rem 0 1.8rem;
}

/* line 14, app/assets/stylesheets/cost_tracker/components/tile/list.scss */
.tile-list .tile-item + .tile-item {
  border-top: 1px solid #f2f3f9;
}

/* line 18, app/assets/stylesheets/cost_tracker/components/tile/list.scss */
.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;
}

/* line 24, app/assets/stylesheets/cost_tracker/components/tile/list.scss */
.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;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -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);
}

/* line 31, app/assets/stylesheets/cost_tracker/components/tile/list.scss */
.tile-list .tile-item .tile-item-description p.timestamp {
  font-size: 1rem;
  color: #a1a9bd;
  margin: -0.1rem 0 0;
}

/* line 36, app/assets/stylesheets/cost_tracker/components/tile/list.scss */
.tile-list .tile-item .tile-item-description p {
  font-size: 1.2rem;
  color: #515151;
  margin: 0.2rem 0 0;
  font-weight: 500;
}

/* line 46, app/assets/stylesheets/cost_tracker/components/tile/list.scss */
.tile-list.notifications.scroll + .tile-list-expand {
  display: none;
}

/* line 52, app/assets/stylesheets/cost_tracker/components/tile/list.scss */
.tile-list.notifications .tile-item.new-po i {
  color: #1E3668;
}

/* line 57, app/assets/stylesheets/cost_tracker/components/tile/list.scss */
.tile-list.notifications .tile-item.approved i {
  color: #2cbf55;
}

/* line 62, app/assets/stylesheets/cost_tracker/components/tile/list.scss */
.tile-list.notifications .tile-item.rejected i {
  color: #f65f7b;
}

/* line 70, app/assets/stylesheets/cost_tracker/components/tile/list.scss */
.tile-list-expand.button {
  height: 3rem;
  line-height: 3rem;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.unauthorized.tile, .unauthorized-tile {
  margin: calc(7vh + 7.5rem) auto auto;
}

/* line 3, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.unauthorized.tile.registration, .unauthorized-tile.registration {
  margin: 4vh auto auto;
  width: unset;
}

/* line 7, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.unauthorized.tile.invitations, .unauthorized-tile.invitations {
  min-width: 100%;
}

/* line 9, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.unauthorized.tile.invitations .with-action, .unauthorized-tile.invitations .with-action {
  min-width: 100%;
}

/* line 15, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.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;
  box-sizing: border-box;
}

@media (max-width: 700px) {
  /* line 15, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
  .unauthorized-tile {
    padding: 6rem 4rem 5rem;
  }
}

@media (max-width: 500px) {
  /* line 15, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
  .unauthorized-tile {
    padding: 6rem 2rem 5rem;
  }
}

/* line 32, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.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) {
  /* line 32, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
  .unauthorized-tile .errors {
    padding-left: 4rem;
    padding-right: 4rem;
    margin-left: -4rem;
    margin-right: -4rem;
  }
}

@media (max-width: 500px) {
  /* line 32, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
  .unauthorized-tile .errors {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

/* line 55, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.unauthorized-tile h2 {
  display: block;
  text-align: center;
  font-size: 2.4rem;
  margin: 1rem -7rem 4.2rem;
  font-weight: normal;
}

/* line 61, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.unauthorized-tile h2.lower {
  margin-bottom: 3.5rem;
}

@media (max-width: 700px) {
  /* line 55, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
  .unauthorized-tile h2 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}

@media (max-width: 500px) {
  /* line 55, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
  .unauthorized-tile h2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

/* line 72, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.unauthorized-tile h2 + p {
  margin-top: -1rem;
}

/* line 76, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.unauthorized-tile p {
  text-align: center;
  margin: 0 0 2.5rem;
}

/* line 81, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.unauthorized-tile .control.left-icon:before {
  font-size: 2rem;
  left: 1.2rem;
}

/* line 86, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.unauthorized-tile .with-link {
  text-align: right;
}

/* line 88, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.unauthorized-tile .with-link a {
  margin-top: 1rem;
  display: inline-block;
}

/* line 93, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.unauthorized-tile .with-action {
  margin-top: 1rem;
}

/* line 96, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.unauthorized-tile .with-action label.label input {
  vertical-align: middle;
  margin: 0 0.5rem 0 0;
}

/* line 101, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.unauthorized-tile .with-action .button {
  margin-top: 1rem;
}

/* line 105, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.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);
}

/* line 116, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.unauthorized-tile .icon-logo img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 126, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.unauthorized-tile .cell label.label {
  color: #515151;
  font-size: 1.2rem;
}

/* line 131, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.unauthorized-tile a:not(.button) {
  color: #408cf8;
}

/* line 136, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.unauthorized.tile {
  max-width: 100%;
  background-color: transparent;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 140, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.unauthorized.tile .cell-fill {
  background-color: #fff;
  border-radius: 0 4px 4px 0;
}

/* line 143, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.unauthorized.tile .cell-fill .tile-content, .unauthorized.tile .cell-fill .tile-header {
  padding-left: 6.7rem;
  padding-right: 5rem;
}

@media (max-width: 1023px) {
  /* line 148, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
  .unauthorized.tile .cell-fill .tile-content, .unauthorized.tile .cell-fill .tile-header {
    padding-left: 3rem;
    padding-right: 2rem;
  }
  /* line 152, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
  .unauthorized.tile .cell-fill .tile-header {
    max-width: calc(100vw - 155px);
  }
}

/* line 156, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.unauthorized.tile .cell-fill .tile-content {
  padding-top: 2.7rem;
}

/* line 158, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.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) {
  /* line 158, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
  .unauthorized.tile .cell-fill .tile-content .errors {
    padding-left: 4rem;
    padding-right: 4rem;
    margin-left: -3rem;
    margin-right: -2rem;
  }
}

@media (max-width: 500px) {
  /* line 158, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
  .unauthorized.tile .cell-fill .tile-content .errors {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* line 179, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.unauthorized.tile .cell-fill .tile-content span.section-title {
  font-size: 12px;
  font-weight: 500;
  color: black;
}

/* line 183, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.unauthorized.tile .cell-fill .tile-content span.section-title.additional-settings {
  position: absolute;
  padding-left: 0.7rem;
}

/* line 188, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.unauthorized.tile .cell-fill .tile-content select {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  height: 35px;
  padding-top: 0;
  padding-bottom: 0;
}

/* line 196, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.unauthorized.tile .cell-fill .tile-content span.d-ruby {
  display: ruby;
}

/* line 198, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.unauthorized.tile .cell-fill .tile-content span.d-ruby .required {
  color: #408cf8;
}

/* line 202, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.unauthorized.tile .cell-fill .tile-content .pt-20px {
  padding-top: 20px;
}

/* line 205, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.unauthorized.tile .cell-fill .tile-content .icon-close {
  font-size: 2rem;
  color: rgba(0, 0, 0, 0.3);
  float: right;
  margin-top: 6px;
}

/* line 210, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.unauthorized.tile .cell-fill .tile-content .icon-close:hover {
  color: black;
}

/* line 214, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.unauthorized.tile .cell-fill .tile-content .description {
  font-size: 1.4rem;
  margin-bottom: 20px;
}

/* line 218, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.unauthorized.tile .cell-fill .tile-content .table-head {
  padding-left: 20px;
  border-bottom: 1px solid #979ea7;
  text-transform: uppercase;
  color: #979ea7;
  font-size: 1.3rem;
  padding-bottom: 10px;
}

/* line 226, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.unauthorized.tile .cell-fill .tile-content .email-row {
  justify-content: space-between;
  margin-left: 15px;
  margin-right: 15px;
  border-bottom: 1px solid #979ea7;
}

/* line 231, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.unauthorized.tile .cell-fill .tile-content .email-row input {
  border-bottom: 0px;
  width: 100%;
  padding-bottom: 5px;
}

/* line 236, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.unauthorized.tile .cell-fill .tile-content .email-row.error {
  border-bottom-color: red;
}

/* line 240, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.unauthorized.tile .cell-fill .tile-content span.error {
  margin-left: 20px;
  color: red;
}

/* line 244, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.unauthorized.tile .cell-fill .tile-content .new-invitation {
  margin-left: 15px;
  margin-top: 10px;
}

/* line 249, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.unauthorized.tile .cell-fill .cell.with-action {
  text-align: center;
  padding-top: 7rem;
  padding-bottom: 1rem;
}

/* line 253, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.unauthorized.tile .cell-fill .cell.with-action.reduce {
  padding-top: 2rem;
}

/* line 256, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.unauthorized.tile .cell-fill .cell.with-action .justify-between {
  display: flex;
  justify-content: space-between;
}

/* line 260, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.unauthorized.tile .cell-fill .cell.with-action .button {
  min-width: 13rem;
  border-radius: 2px;
}

/* line 263, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.unauthorized.tile .cell-fill .cell.with-action .button.rounded {
  border-radius: 5px;
}

/* line 267, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.unauthorized.tile .cell-fill .cell.with-action .button-back {
  color: #979EA7;
  border: 1px solid #979EA7;
  min-width: 91px;
}

/* line 272, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.unauthorized.tile .cell-fill .cell.with-action .rounded {
  border-radius: 5px;
}

/* line 275, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.unauthorized.tile .cell-fill .cell.with-action .stick-right {
  text-align: right;
}

/* line 278, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.unauthorized.tile .cell-fill .cell.with-action .button-back {
  color: #979EA7;
  border: 1px solid #979EA7;
  min-width: 91px;
}

/* line 285, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
.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) {
  /* line 285, app/assets/stylesheets/cost_tracker/components/tile/unauthorized.scss */
  .unauthorized.tile .cell-auto {
    width: auto;
  }
}

@media (max-width: 1180px) {
  /* line 22, app/assets/stylesheets/cost_tracker/components/form-section.scss */
  .form-section.collapse .form-section-header > span:first-child:after {
    content: "\e90a" !important;
  }
  /* line 25, app/assets/stylesheets/cost_tracker/components/form-section.scss */
  .form-section.collapse .form-section-header > span:first-child + span {
    display: none;
  }
  /* line 30, app/assets/stylesheets/cost_tracker/components/form-section.scss */
  .form-section.collapse .form-section-content, .form-section.collapse .tile-content {
    display: none;
  }
  /* line 33, app/assets/stylesheets/cost_tracker/components/form-section.scss */
  .form-section.collapse > .tile {
    box-shadow: none;
  }
  /* line 36, app/assets/stylesheets/cost_tracker/components/form-section.scss */
  .form-section.collapse.with-tile {
    padding: 0 !important;
  }
}

/* line 41, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* line 46, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.with-sidebar .hint {
  padding-right: 2rem;
  padding-top: 1.5rem;
}

/* line 53, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.form-not-editable .form-section-footer .button {
  opacity: 0.7;
}

/* line 59, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.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;
}

/* line 62, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.form-not-editable .form-section-content .as-input ~ .hint {
  display: none;
}

/* line 67, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.form-not-editable .form-section-content .has-checkbox .checkbox {
  border: 0 none;
  background-color: transparent;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}

/* line 73, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.form-not-editable .form-section-content .has-checkbox .checkbox:before {
  font-size: 2rem;
}

/* line 79, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.form-not-editable .form-section-content .has-checkbox.item input:checked + .checkbox:before {
  color: #408cf8;
}

/* line 83, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.form-not-editable .form-section-content .has-checkbox.item.has-checkbox {
  padding-left: 4.5rem;
}

/* line 85, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.form-not-editable .form-section-content .has-checkbox.item.has-checkbox .checkbox {
  margin-left: -3rem;
}

/* line 91, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.form-not-editable .form-section-content .select-content, .form-section.form-not-editable .form-section-content .select-arrow {
  border-color: #eef0f4;
}

/* line 93, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.form-not-editable .form-section-content .select-content:after, .form-section.form-not-editable .form-section-content .select-content select + span, .form-section.form-not-editable .form-section-content .select-arrow:after, .form-section.form-not-editable .form-section-content .select-arrow select + span {
  opacity: 0.4;
}

/* line 97, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.form-not-editable .form-section-content .radio-switch {
  opacity: 0.7;
  pointer-events: none;
}

/* line 102, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.form-not-editable .items-list .item:hover {
  background-color: transparent;
  cursor: default;
}

/* line 106, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.form-not-editable .checkbox ~ span, .form-section.form-not-editable .checkbox {
  cursor: default;
}

/* line 110, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section + .form-section {
  position: relative;
}

@media (max-width: 1180px) {
  /* line 113, app/assets/stylesheets/cost_tracker/components/form-section.scss */
  .form-section + .form-section:not(.with-tile) {
    border-top: 1px solid #d9d9d9 !important;
  }
  /* line 116, app/assets/stylesheets/cost_tracker/components/form-section.scss */
  .form-section + .form-section.with-tile.collapse {
    border-top: 1px solid #d9d9d9 !important;
  }
}

@media (min-width: 1181px) {
  /* line 122, app/assets/stylesheets/cost_tracker/components/form-section.scss */
  .form-section + .form-section:not(:last-child):after {
    position: absolute;
    left: 0;
    width: 0;
    border-left: 1px solid #ebebeb;
    top: 4rem;
    bottom: 4rem;
    content: '';
  }
}

/* line 135, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section .disabled[class*="cell-"], .form-section .row.disabled {
  opacity: 0.43;
  pointer-events: none;
}

/* line 140, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section .hint {
  font-size: 1.2rem;
  padding-top: 0.8rem;
}

/* line 143, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section .hint .link {
  color: #408cf8;
  cursor: pointer;
}

/* line 148, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section .form-section-header {
  font-size: 1.7rem;
  color: #294058;
  counter-increment: form-section;
}

/* line 149, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section .form-section-header:not(.tile-header) {
  line-height: 3rem;
  height: 3rem;
  padding: 0 5rem;
}

/* line 154, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section .form-section-header.tile-header {
  line-height: 7rem;
  min-height: 7rem;
  padding: 0 3rem 0 4rem;
}

/* line 158, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.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-justify-content: space-between;
  justify-content: space-between;
}

/* line 162, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section .form-section-header.tile-header h4 {
  line-height: normal;
  height: auto;
}

/* line 166, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section .form-section-header.tile-header h1 + h4 {
  margin-top: 0.5rem;
}

/* line 169, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section .form-section-header.tile-header.no-line {
  line-height: normal;
  padding-top: 2rem;
  padding-bottom: 2rem;
  min-height: 0;
}

/* line 176, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section .form-section-header.tile-header span + span {
  margin-right: 0;
  margin-left: auto;
}

@media (max-width: 1180px) {
  /* line 176, app/assets/stylesheets/cost_tracker/components/form-section.scss */
  .form-section .form-section-header.tile-header span + span {
    width: 100%;
    text-align: right;
    line-height: 4rem;
  }
}

@media (max-width: 1180px) {
  /* line 186, app/assets/stylesheets/cost_tracker/components/form-section.scss */
  .form-section .form-section-header.tile-header .popup.left-bottom {
    left: 0;
    right: auto;
    bottom: 2rem;
    max-width: 90vw;
  }
}

@media (max-width: 1180px) {
  /* line 194, app/assets/stylesheets/cost_tracker/components/form-section.scss */
  .form-section .form-section-header:not(.no-line) {
    line-height: 6rem !important;
    min-height: 6rem !important;
    padding: 0 2.4rem !important;
  }
  /* line 199, app/assets/stylesheets/cost_tracker/components/form-section.scss */
  .form-section .form-section-header:not(.no-line) > span:first-child {
    position: relative;
    width: 100%;
    line-height: inherit;
    display: block;
  }
  /* line 204, app/assets/stylesheets/cost_tracker/components/form-section.scss */
  .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;
  }
}

/* line 222, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.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;
}

/* line 228, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section .form-section-header.mark span {
  position: relative;
}

/* line 230, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.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;
}

/* line 247, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section .form-section-footer.tile-footer {
  padding: 5rem 4.5rem 0 3rem;
  line-height: 6.5rem;
  min-height: 6.5rem;
  height: auto;
}

/* line 252, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section .form-section-footer.tile-footer.small-padding {
  padding-top: 1rem;
}

/* line 256, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section .form-section-footer.tile-footer > span + span {
  margin-left: -2rem;
}

/* line 258, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section .form-section-footer.tile-footer > span + span .button {
  margin-left: 2rem;
  vertical-align: top;
}

/* line 264, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section .form-section-footer.tile-footer .button {
  box-shadow: none;
  min-width: 7rem;
}

/* line 267, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section .form-section-footer.tile-footer .button.min-width {
  min-width: 10rem;
}

/* line 274, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section .form-section-content {
  padding: 2rem 5rem 0;
}

@media (max-width: 1180px) {
  /* line 274, app/assets/stylesheets/cost_tracker/components/form-section.scss */
  .form-section .form-section-content {
    padding-left: 2rem;
    padding-right: 2.4rem;
    padding-bottom: 2.7rem;
  }
}

/* line 281, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section .form-section-content.tile-content {
  padding-left: 4rem;
  padding-right: 4.5rem;
}

/* line 286, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section .form-section-content .tabs .tab-navs {
  padding: 0 0.7rem;
  box-shadow: 0 -1px 0px #dddee1 inset;
}

/* line 289, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.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;
}

/* line 297, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section .form-section-content .tabs .tab-pages > div {
  padding-bottom: 1.3rem;
}

/* line 303, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section .form-section-wrapper-header {
  padding: 2rem 2rem 0.7rem;
  font-size: 1.4rem;
  color: #294058;
  border-top: 1px solid #dee0e8;
}

/* line 308, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section .form-section-wrapper-header i {
  margin-right: 0.5rem;
  font-size: 2rem;
  vertical-align: middle;
}

@media (min-width: 1181px) {
  /* line 316, app/assets/stylesheets/cost_tracker/components/form-section.scss */
  .form-section.with-sidebar .form-section-header.not-desktop {
    display: none;
  }
  /* line 319, app/assets/stylesheets/cost_tracker/components/form-section.scss */
  .form-section.with-sidebar .form-section-content {
    padding: 0;
  }
}

/* line 327, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.accounting .show-on-complete, .form-section .tile.accounting .show-on-complete {
  display: none;
}

/* line 330, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.accounting .hide-on-complete, .form-section .tile.accounting .hide-on-complete {
  display: inline-block;
}

/* line 333, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.accounting .tile, .form-section.accounting.tile, .form-section .tile.accounting .tile, .form-section .tile.accounting.tile {
  border: 2px solid #408cf8;
}

@media (max-width: 1180px) {
  /* line 333, app/assets/stylesheets/cost_tracker/components/form-section.scss */
  .form-section.accounting .tile, .form-section.accounting.tile, .form-section .tile.accounting .tile, .form-section .tile.accounting.tile {
    border-left: 0 none;
    border-right: 0 none;
    border-width: 4px;
  }
}

/* line 344, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.accounting .tbody tr td:first-child, .form-section.accounting .tbody tr .td:first-child, .form-section.accounting .tbody .tr td:first-child, .form-section.accounting .tbody .tr .td:first-child, .form-section.accounting tbody tr td:first-child, .form-section.accounting tbody tr .td:first-child, .form-section.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 .tile.accounting .tbody tr .td:first-child, .form-section .tile.accounting .tbody .tr td:first-child, .form-section .tile.accounting .tbody .tr .td:first-child, .form-section .tile.accounting tbody tr td:first-child, .form-section .tile.accounting tbody tr .td:first-child, .form-section .tile.accounting tbody .tr td:first-child, .form-section .tile.accounting tbody .tr .td:first-child {
  border-left: 2px solid transparent !important;
}

/* line 353, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.accounting .tfoot tr:last-child td, .form-section.accounting .tfoot tr:last-child .td, .form-section.accounting .tfoot tr:last-child th, .form-section.accounting .tfoot tr:last-child .th, .form-section.accounting .tfoot .tr:last-child td, .form-section.accounting .tfoot .tr:last-child .td, .form-section.accounting .tfoot .tr:last-child th, .form-section.accounting .tfoot .tr:last-child .th, .form-section.accounting tfoot tr:last-child td, .form-section.accounting tfoot tr:last-child .td, .form-section.accounting tfoot tr:last-child th, .form-section.accounting tfoot tr:last-child .th, .form-section.accounting tfoot .tr:last-child td, .form-section.accounting tfoot .tr:last-child .td, .form-section.accounting tfoot .tr:last-child th, .form-section.accounting tfoot .tr:last-child .th, .form-section .tile.accounting .tfoot tr:last-child td, .form-section .tile.accounting .tfoot tr:last-child .td, .form-section .tile.accounting .tfoot tr:last-child th, .form-section .tile.accounting .tfoot tr:last-child .th, .form-section .tile.accounting .tfoot .tr:last-child td, .form-section .tile.accounting .tfoot .tr:last-child .td, .form-section .tile.accounting .tfoot .tr:last-child th, .form-section .tile.accounting .tfoot .tr:last-child .th, .form-section .tile.accounting tfoot tr:last-child td, .form-section .tile.accounting tfoot tr:last-child .td, .form-section .tile.accounting tfoot tr:last-child th, .form-section .tile.accounting tfoot tr:last-child .th, .form-section .tile.accounting tfoot .tr:last-child td, .form-section .tile.accounting tfoot .tr:last-child .td, .form-section .tile.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) {
  /* line 359, app/assets/stylesheets/cost_tracker/components/form-section.scss */
  .form-section.accounting .tfoot tr:last-child td, .form-section.accounting .tfoot tr:last-child .td, .form-section.accounting .tfoot tr:last-child th, .form-section.accounting .tfoot tr:last-child .th, .form-section.accounting .tfoot .tr:last-child td, .form-section.accounting .tfoot .tr:last-child .td, .form-section.accounting .tfoot .tr:last-child th, .form-section.accounting .tfoot .tr:last-child .th, .form-section.accounting tfoot tr:last-child td, .form-section.accounting tfoot tr:last-child .td, .form-section.accounting tfoot tr:last-child th, .form-section.accounting tfoot tr:last-child .th, .form-section.accounting tfoot .tr:last-child td, .form-section.accounting tfoot .tr:last-child .td, .form-section.accounting tfoot .tr:last-child th, .form-section.accounting tfoot .tr:last-child .th, .form-section .tile.accounting .tfoot tr:last-child td, .form-section .tile.accounting .tfoot tr:last-child .td, .form-section .tile.accounting .tfoot tr:last-child th, .form-section .tile.accounting .tfoot tr:last-child .th, .form-section .tile.accounting .tfoot .tr:last-child td, .form-section .tile.accounting .tfoot .tr:last-child .td, .form-section .tile.accounting .tfoot .tr:last-child th, .form-section .tile.accounting .tfoot .tr:last-child .th, .form-section .tile.accounting tfoot tr:last-child td, .form-section .tile.accounting tfoot tr:last-child .td, .form-section .tile.accounting tfoot tr:last-child th, .form-section .tile.accounting tfoot tr:last-child .th, .form-section .tile.accounting tfoot .tr:last-child td, .form-section .tile.accounting tfoot .tr:last-child .td, .form-section .tile.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) {
  /* line 352, app/assets/stylesheets/cost_tracker/components/form-section.scss */
  .form-section.accounting .tfoot tr:last-child, .form-section.accounting .tfoot .tr:last-child, .form-section.accounting tfoot tr:last-child, .form-section.accounting tfoot .tr:last-child, .form-section .tile.accounting .tfoot tr:last-child, .form-section .tile.accounting .tfoot .tr:last-child, .form-section .tile.accounting tfoot tr:last-child, .form-section .tile.accounting tfoot .tr:last-child {
    background-color: #eef8ff;
    border-top: 1px dotted #408cf8;
  }
}

/* line 372, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.accounting.invoiced .show-on-complete, .form-section.accounting .tile.invoicing .show-on-complete, .form-section .tile.accounting.invoiced .show-on-complete, .form-section .tile.accounting .tile.invoicing .show-on-complete {
  display: inline-block;
}

/* line 375, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.accounting.invoiced .hide-on-complete, .form-section.accounting .tile.invoicing .hide-on-complete, .form-section .tile.accounting.invoiced .hide-on-complete, .form-section .tile.accounting .tile.invoicing .hide-on-complete {
  display: none;
}

/* line 378, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.accounting.invoiced .tile, .form-section.accounting.invoiced.tile, .form-section.accounting .tile.invoicing .tile, .form-section.accounting .tile.invoicing.tile, .form-section .tile.accounting.invoiced .tile, .form-section .tile.accounting.invoiced.tile, .form-section .tile.accounting .tile.invoicing .tile, .form-section .tile.accounting .tile.invoicing.tile {
  border: 2px solid #2cbf55;
}

@media (max-width: 1180px) {
  /* line 378, app/assets/stylesheets/cost_tracker/components/form-section.scss */
  .form-section.accounting.invoiced .tile, .form-section.accounting.invoiced.tile, .form-section.accounting .tile.invoicing .tile, .form-section.accounting .tile.invoicing.tile, .form-section .tile.accounting.invoiced .tile, .form-section .tile.accounting.invoiced.tile, .form-section .tile.accounting .tile.invoicing .tile, .form-section .tile.accounting .tile.invoicing.tile {
    border-left: 0 none;
    border-right: 0 none;
    border-width: 4px;
  }
}

/* line 389, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.accounting.invoiced .table .td.actions > *, .form-section.accounting.invoiced .table td.actions > *, .form-section.accounting.invoiced table .td.actions > *, .form-section.accounting.invoiced table td.actions > *, .form-section.accounting .tile.invoicing .table .td.actions > *, .form-section.accounting .tile.invoicing .table td.actions > *, .form-section.accounting .tile.invoicing table .td.actions > *, .form-section.accounting .tile.invoicing table td.actions > *, .form-section .tile.accounting.invoiced .table .td.actions > *, .form-section .tile.accounting.invoiced .table td.actions > *, .form-section .tile.accounting.invoiced table .td.actions > *, .form-section .tile.accounting.invoiced table td.actions > *, .form-section .tile.accounting .tile.invoicing .table .td.actions > *, .form-section .tile.accounting .tile.invoicing .table td.actions > *, .form-section .tile.accounting .tile.invoicing table .td.actions > *, .form-section .tile.accounting .tile.invoicing table td.actions > * {
  visibility: hidden !important;
  pointer-events: none;
}

/* line 399, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.accounting.invoiced .tfoot tr:last-child td, .form-section.accounting.invoiced .tfoot tr:last-child .td, .form-section.accounting.invoiced .tfoot tr:last-child th, .form-section.accounting.invoiced .tfoot tr:last-child .th, .form-section.accounting.invoiced .tfoot .tr:last-child td, .form-section.accounting.invoiced .tfoot .tr:last-child .td, .form-section.accounting.invoiced .tfoot .tr:last-child th, .form-section.accounting.invoiced .tfoot .tr:last-child .th, .form-section.accounting.invoiced tfoot tr:last-child td, .form-section.accounting.invoiced tfoot tr:last-child .td, .form-section.accounting.invoiced tfoot tr:last-child th, .form-section.accounting.invoiced tfoot tr:last-child .th, .form-section.accounting.invoiced tfoot .tr:last-child td, .form-section.accounting.invoiced tfoot .tr:last-child .td, .form-section.accounting.invoiced tfoot .tr:last-child th, .form-section.accounting.invoiced tfoot .tr:last-child .th, .form-section.accounting .tile.invoicing .tfoot tr:last-child td, .form-section.accounting .tile.invoicing .tfoot tr:last-child .td, .form-section.accounting .tile.invoicing .tfoot tr:last-child th, .form-section.accounting .tile.invoicing .tfoot tr:last-child .th, .form-section.accounting .tile.invoicing .tfoot .tr:last-child td, .form-section.accounting .tile.invoicing .tfoot .tr:last-child .td, .form-section.accounting .tile.invoicing .tfoot .tr:last-child th, .form-section.accounting .tile.invoicing .tfoot .tr:last-child .th, .form-section.accounting .tile.invoicing tfoot tr:last-child td, .form-section.accounting .tile.invoicing tfoot tr:last-child .td, .form-section.accounting .tile.invoicing tfoot tr:last-child th, .form-section.accounting .tile.invoicing tfoot tr:last-child .th, .form-section.accounting .tile.invoicing tfoot .tr:last-child td, .form-section.accounting .tile.invoicing tfoot .tr:last-child .td, .form-section.accounting .tile.invoicing tfoot .tr:last-child th, .form-section.accounting .tile.invoicing tfoot .tr:last-child .th, .form-section .tile.accounting.invoiced .tfoot tr:last-child td, .form-section .tile.accounting.invoiced .tfoot tr:last-child .td, .form-section .tile.accounting.invoiced .tfoot tr:last-child th, .form-section .tile.accounting.invoiced .tfoot tr:last-child .th, .form-section .tile.accounting.invoiced .tfoot .tr:last-child td, .form-section .tile.accounting.invoiced .tfoot .tr:last-child .td, .form-section .tile.accounting.invoiced .tfoot .tr:last-child th, .form-section .tile.accounting.invoiced .tfoot .tr:last-child .th, .form-section .tile.accounting.invoiced tfoot tr:last-child td, .form-section .tile.accounting.invoiced tfoot tr:last-child .td, .form-section .tile.accounting.invoiced tfoot tr:last-child th, .form-section .tile.accounting.invoiced tfoot tr:last-child .th, .form-section .tile.accounting.invoiced tfoot .tr:last-child td, .form-section .tile.accounting.invoiced tfoot .tr:last-child .td, .form-section .tile.accounting.invoiced tfoot .tr:last-child th, .form-section .tile.accounting.invoiced tfoot .tr:last-child .th, .form-section .tile.accounting .tile.invoicing .tfoot tr:last-child td, .form-section .tile.accounting .tile.invoicing .tfoot tr:last-child .td, .form-section .tile.accounting .tile.invoicing .tfoot tr:last-child th, .form-section .tile.accounting .tile.invoicing .tfoot tr:last-child .th, .form-section .tile.accounting .tile.invoicing .tfoot .tr:last-child td, .form-section .tile.accounting .tile.invoicing .tfoot .tr:last-child .td, .form-section .tile.accounting .tile.invoicing .tfoot .tr:last-child th, .form-section .tile.accounting .tile.invoicing .tfoot .tr:last-child .th, .form-section .tile.accounting .tile.invoicing tfoot tr:last-child td, .form-section .tile.accounting .tile.invoicing tfoot tr:last-child .td, .form-section .tile.accounting .tile.invoicing tfoot tr:last-child th, .form-section .tile.accounting .tile.invoicing tfoot tr:last-child .th, .form-section .tile.accounting .tile.invoicing tfoot .tr:last-child td, .form-section .tile.accounting .tile.invoicing tfoot .tr:last-child .td, .form-section .tile.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;
}

/* line 409, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.receiving .show-on-complete, .form-section .tile.receiving .show-on-complete {
  display: none;
}

/* line 412, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.receiving .hide-on-complete, .form-section .tile.receiving .hide-on-complete {
  display: inline-block;
}

/* line 416, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.receiving th.colored, .form-section.receiving .th.colored, .form-section .tile.receiving th.colored, .form-section .tile.receiving .th.colored {
  color: #000;
}

/* line 420, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.receiving col.auto, .form-section .tile.receiving col.auto {
  width: auto;
}

/* line 423, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.receiving col.colored, .form-section .tile.receiving col.colored {
  min-width: 80px;
}

/* line 426, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.receiving col.colored.actions, .form-section .tile.receiving col.colored.actions {
  width: 60px;
}

/* line 430, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.receiving .above-table th, .form-section.receiving .above-table td, .form-section .tile.receiving .above-table th, .form-section .tile.receiving .above-table td {
  padding: 0;
  height: 0;
  max-height: 0;
  position: relative !important;
  overflow: visible !important;
}

/* line 436, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.receiving .above-table th .th-content, .form-section.receiving .above-table td .th-content, .form-section .tile.receiving .above-table th .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;
  box-sizing: border-box;
  text-align: center;
  color: #979ea7;
  text-transform: uppercase;
  font-size: 1.2rem;
}

/* line 452, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.receiving .colored, .form-section .tile.receiving .colored {
  background-color: #eef8ff;
  color: #408cf8;
}

/* line 455, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.receiving .colored.first-colored, .form-section .tile.receiving .colored.first-colored {
  border-left: 1px dotted #408cf8;
  padding-left: 1.5rem;
}

/* line 459, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.receiving .colored.actions, .form-section .tile.receiving .colored.actions {
  text-align: center;
}

/* line 462, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.receiving .colored.fail, .form-section .tile.receiving .colored.fail {
  color: #f65f7b !important;
  font-weight: bold;
}

/* line 466, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.receiving .colored.pass, .form-section .tile.receiving .colored.pass {
  color: #2cbf55 !important;
  font-weight: bold;
}

@media (max-width: 1180px) {
  /* line 452, app/assets/stylesheets/cost_tracker/components/form-section.scss */
  .form-section.receiving .colored, .form-section .tile.receiving .colored {
    border: 0 none !important;
  }
  /* line 472, app/assets/stylesheets/cost_tracker/components/form-section.scss */
  .form-section.receiving .colored:before, .form-section .tile.receiving .colored:before {
    border-top: 1px dotted #408cf8;
  }
  /* line 475, app/assets/stylesheets/cost_tracker/components/form-section.scss */
  .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;
  }
}

/* line 482, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.receiving .colored input, .form-section.receiving .colored .input, .form-section.receiving .colored .output, .form-section .tile.receiving .colored input, .form-section .tile.receiving .colored .input, .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;
}

/* line 495, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.receiving .colored input, .form-section.receiving .colored .input, .form-section .tile.receiving .colored input, .form-section .tile.receiving .colored .input {
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}

/* line 499, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.receiving .colored .output, .form-section .tile.receiving .colored .output {
  line-height: 3rem;
  min-height: 3rem;
  padding: 0;
}

/* line 504, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.receiving .colored .checkbox, .form-section .tile.receiving .colored .checkbox {
  background-color: transparent;
  border: 0 none;
  vertical-align: middle;
}

/* line 508, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.receiving .colored .checkbox:before, .form-section .tile.receiving .colored .checkbox:before {
  font-size: 2.2rem;
  border-color: #bac7da;
}

/* line 513, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.receiving .colored input, .form-section.receiving .colored .input, .form-section .tile.receiving .colored input, .form-section .tile.receiving .colored .input {
  color: #cacaca;
}

/* line 517, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.receiving .colored .checkbox:before, .form-section .tile.receiving .colored .checkbox:before {
  color: #d6dfe5;
}

/* line 522, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.receiving .colored.set input, .form-section.receiving .colored.set .input, .form-section .tile.receiving .colored.set input, .form-section .tile.receiving .colored.set .input {
  color: #000;
}

/* line 526, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.receiving .colored.set .checkbox:before, .form-section .tile.receiving .colored.set .checkbox:before {
  color: #000;
}

/* line 532, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.receiving .colored.correct input, .form-section.receiving .colored.correct .input, .form-section .tile.receiving .colored.correct input, .form-section .tile.receiving .colored.correct .input {
  color: #2cbf55;
  font-weight: bold;
}

/* line 537, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.receiving .colored.correct .checkbox:before, .form-section .tile.receiving .colored.correct .checkbox:before {
  color: #2cbf55;
}

/* line 544, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.receiving.received .colored, .form-section .tile.receiving.received .colored {
  background-color: #e9f8ee;
  color: #2cbf55;
}

/* line 547, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.receiving.received .colored.first-colored, .form-section .tile.receiving.received .colored.first-colored {
  border-left: 1px dotted #2cbf55;
}

@media (max-width: 1180px) {
  /* line 544, app/assets/stylesheets/cost_tracker/components/form-section.scss */
  .form-section.receiving.received .colored, .form-section .tile.receiving.received .colored {
    border: 0 none !important;
  }
  /* line 552, app/assets/stylesheets/cost_tracker/components/form-section.scss */
  .form-section.receiving.received .colored > span, .form-section .tile.receiving.received .colored > span {
    border-top: 1px dotted #2cbf55;
  }
  /* line 555, app/assets/stylesheets/cost_tracker/components/form-section.scss */
  .form-section.receiving.received .colored:before, .form-section .tile.receiving.received .colored:before {
    border-top: 1px dotted #2cbf55;
  }
}

/* line 560, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.receiving.received .show-on-complete, .form-section .tile.receiving.received .show-on-complete {
  display: inline-block;
}

/* line 563, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.receiving.received .hide-on-complete, .form-section .tile.receiving.received .hide-on-complete {
  display: none;
}

/* line 569, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.receiving .tr.received .colored, .form-section.receiving tr.received .colored, .form-section .tile.receiving .tr.received .colored, .form-section .tile.receiving tr.received .colored {
  background-color: #e9f8ee;
  color: #2cbf55;
}

/* line 572, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.receiving .tr.received .colored.first-colored, .form-section.receiving tr.received .colored.first-colored, .form-section .tile.receiving .tr.received .colored.first-colored, .form-section .tile.receiving tr.received .colored.first-colored {
  border-left: 1px dotted #2cbf55;
}

@media (max-width: 1180px) {
  /* line 569, app/assets/stylesheets/cost_tracker/components/form-section.scss */
  .form-section.receiving .tr.received .colored, .form-section.receiving tr.received .colored, .form-section .tile.receiving .tr.received .colored, .form-section .tile.receiving tr.received .colored {
    border: 0 none !important;
  }
  /* line 577, app/assets/stylesheets/cost_tracker/components/form-section.scss */
  .form-section.receiving .tr.received .colored > span, .form-section.receiving tr.received .colored > span, .form-section .tile.receiving .tr.received .colored > span, .form-section .tile.receiving tr.received .colored > span {
    border-top: 1px dotted #2cbf55;
  }
  /* line 580, app/assets/stylesheets/cost_tracker/components/form-section.scss */
  .form-section.receiving .tr.received .colored:before, .form-section.receiving tr.received .colored:before, .form-section .tile.receiving .tr.received .colored:before, .form-section .tile.receiving tr.received .colored:before {
    border-top: 1px dotted #2cbf55;
  }
}

/* line 591, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.not-editable .table .td:first-child, .form-section.not-editable .table td:first-child, .form-section.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 .tile-not-editable .table td:first-child, .form-section .tile-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) {
  /* line 591, app/assets/stylesheets/cost_tracker/components/form-section.scss */
  .form-section.not-editable .table .td:first-child, .form-section.not-editable .table td:first-child, .form-section.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 .tile-not-editable .table td:first-child, .form-section .tile-not-editable table .td:first-child, .form-section .tile-not-editable table td:first-child {
    border-left: 0 none !important;
  }
}

/* line 598, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-section.not-editable .table .td.actions > *, .form-section.not-editable .table td.actions > *, .form-section.not-editable table .td.actions > *, .form-section.not-editable table td.actions > *, .form-section .tile-not-editable .table .td.actions > *, .form-section .tile-not-editable .table td.actions > *, .form-section .tile-not-editable table .td.actions > *, .form-section .tile-not-editable table td.actions > * {
  visibility: hidden !important;
  pointer-events: none;
}

/* line 607, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.modal {
  counter-reset: form-section;
}

/* line 611, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-sections {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* line 615, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-sections .form-section {
  overflow: auto;
}

/* line 617, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.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;
}

/* line 619, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-sections .form-section.auto .scroll {
  max-height: calc(50vh - 5rem + 5rem);
  overflow: auto;
}

/* line 622, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-sections .form-section.auto .scroll .popup.bottom-right {
  position: fixed;
  top: auto !important;
  right: 3rem;
}

@media (min-width: 1181px) {
  /* line 629, app/assets/stylesheets/cost_tracker/components/form-section.scss */
  .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;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    overflow: auto;
  }
}

/* line 639, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.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-justify-content: space-between;
  justify-content: space-between;
}

/* line 644, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-sections .form-section.auto:empty ~ .mobile-modal .sidebar-toggle {
  cursor: pointer;
}

/* line 650, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.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;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* line 656, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.form-sections .form-section.fill .scroll {
  max-height: calc(50vh - $window-header-height + 5rem);
  overflow: auto;
}

/* line 665, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.inter-section {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  max-width: 1100px;
  margin-right: auto;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 672, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.inter-section .row.more-as-first {
  padding-top: 1rem;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 675, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.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;
}

/* line 680, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.inter-section .chart-title {
  color: #294058;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  margin-left: 2rem;
}

/* line 686, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.inter-section .inter-title {
  font-size: 1.7rem;
  color: #294058;
}

/* line 689, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.inter-section .inter-title span {
  padding-right: 1rem;
}

/* line 692, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.inter-section .inter-title i {
  font-size: 3rem;
  color: #408cf8;
  margin-right: 1rem;
  vertical-align: middle;
}

/* line 699, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.inter-section .inter-section-title {
  padding-right: 3rem;
  text-align: center;
}

/* line 702, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.inter-section .inter-section-title .inter-label {
  margin-top: 0.3rem;
}

/* line 706, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.inter-section .inter-section-actions {
  padding-left: 4rem;
  font-size: 1.2rem;
  margin-top: 12px;
}

/* line 712, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.inter-section .inter-section-content .with-labels {
  margin-top: 12px;
  margin-bottom: 40px;
  padding-bottom: 0 !important;
}

/* line 716, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.inter-section .inter-section-content .with-labels td {
  padding-top: 12px !important;
  padding-bottom: 40px !important;
}

/* line 721, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.inter-section .inter-section-content.up {
  padding-top: 2rem;
}

/* line 724, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.inter-section .inter-section-content.up-1 {
  padding-top: 3rem;
}

/* line 727, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.inter-section .inter-section-content.up-2 {
  padding-top: 5.2rem;
}

/* line 731, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.inter-section .inter-label {
  color: #8EBAF7;
  font-size: 1.1rem;
  font-weight: bold;
}

/* line 735, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.inter-section .inter-label.warning {
  color: rgba(206, 1, 82, 0.7);
}

/* line 739, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.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;
}

/* line 742, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.inter-section .with-value > * {
  min-width: 0;
}

/* line 745, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.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;
}

/* line 751, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.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;
}

/* line 755, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.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;
}

/* line 760, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.inter-section .with-value .inter-label.current {
  color: #F8C740;
}

/* line 765, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.inter-section.more {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 767, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.inter-section.more .row.with-legend {
  padding-top: 0.5rem;
}

/* line 769, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.inter-section.more .row.with-legend td {
  padding-top: 0.5rem !important;
}

/* line 773, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.inter-section.more .row.with-chart {
  padding-bottom: 2.5rem;
  padding-top: 0.5rem;
}

/* line 776, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.inter-section.more .row.with-chart td {
  padding-bottom: 2.5rem !important;
  padding-top: 0.5rem !important;
}

/* line 780, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.inter-section.more .row.with-chart:first-child {
  padding-bottom: 3rem;
}

/* line 782, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.inter-section.more .row.with-chart:first-child td {
  padding-bottom: 4rem !important;
}

/* line 787, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.inter-section.more .row.more-as-first {
  padding-top: 2rem;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 789, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.inter-section.more .row.more-as-first td {
  padding-top: 2rem !important;
}

/* line 793, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.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;
}

/* line 799, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.inter-section.more .more-as-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: -1;
  -webkit-order: -1;
  order: -1;
}

/* line 802, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.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;
}

/* line 808, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.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;
}

/* line 812, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.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;
}

/* line 815, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.inter-section.more .inter-section-content .with-labels {
  margin-top: 55px;
}

/* line 816, app/assets/stylesheets/cost_tracker/components/form-section.scss */
.inter-section.more .inter-section-content .with-labels td {
  padding-top: 55px !important;
}

@media (max-width: 1000px) {
  /* line 665, app/assets/stylesheets/cost_tracker/components/form-section.scss */
  .inter-section {
    -webkit-box-flex: wrap;
    -moz-box-flex: wrap;
    -webkit-flex: wrap;
    -ms-flex: wrap;
    flex: wrap;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 826, app/assets/stylesheets/cost_tracker/components/form-section.scss */
  .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;
  }
  /* line 831, app/assets/stylesheets/cost_tracker/components/form-section.scss */
  .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;
  }
  /* line 835, app/assets/stylesheets/cost_tracker/components/form-section.scss */
  .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;
  }
  /* line 840, app/assets/stylesheets/cost_tracker/components/form-section.scss */
  .inter-section .row.more-as-first {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 845, app/assets/stylesheets/cost_tracker/components/form-section.scss */
  .inter-section:not(.more) .inter-section-content {
    margin-top: 2rem;
  }
}

/* line 1, app/assets/stylesheets/cost_tracker/components/status.scss */
.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;
  box-sizing: border-box;
}

/* line 12, app/assets/stylesheets/cost_tracker/components/status.scss */
.status.status-small {
  height: 2.2rem;
  line-height: 2.2rem;
}

/* line 17, app/assets/stylesheets/cost_tracker/components/status.scss */
.status.capitalize::first-letter {
  text-transform: uppercase;
}

/* line 21, app/assets/stylesheets/cost_tracker/components/status.scss */
.status.draft {
  color: #7d7d7d;
  background-color: #e8eaed;
}

/* line 25, app/assets/stylesheets/cost_tracker/components/status.scss */
.status.sent_to_approve, .status.for_approval, .status.send_for_approval {
  color: #9a8301;
  background-color: #f8eec6;
}

/* line 29, app/assets/stylesheets/cost_tracker/components/status.scss */
.status.approved {
  color: #046820;
  background-color: #d5f7d2;
}

/* line 33, app/assets/stylesheets/cost_tracker/components/status.scss */
.status.rejected {
  color: #a7143a;
  background-color: #fedbdf;
}

/* line 37, app/assets/stylesheets/cost_tracker/components/status.scss */
.status.sent_to_supplier {
  color: #0f798a;
  background-color: #beeee9;
}

/* line 41, app/assets/stylesheets/cost_tracker/components/status.scss */
.status.received {
  color: #21759d;
  background-color: #bbdff6;
}

/* line 45, app/assets/stylesheets/cost_tracker/components/status.scss */
.status.invoiced {
  color: #404dbf;
  background-color: #c9cefd;
}

/* line 49, app/assets/stylesheets/cost_tracker/components/status.scss */
.status.completed {
  color: #616161;
  background-color: #cdd1da;
}

/* line 53, app/assets/stylesheets/cost_tracker/components/status.scss */
.status.deleted {
  color: #ffffff;
  background-color: #525252;
}

/* line 57, app/assets/stylesheets/cost_tracker/components/status.scss */
.status.valid, .status.validated {
  color: #0062E2;
  background-color: #AED0FE;
}

/* line 61, app/assets/stylesheets/cost_tracker/components/status.scss */
.status.transfer {
  color: #046865;
  background-color: #D2F4F7;
}

/* line 65, app/assets/stylesheets/cost_tracker/components/status.scss */
.status.on_hold {
  color: #4A14A7;
  background-color: #5400FF3D;
}

/* line 69, app/assets/stylesheets/cost_tracker/components/status.scss */
.status.revised {
  background-color: #ffd0b8;
  color: #bb8834;
}

/* line 73, app/assets/stylesheets/cost_tracker/components/status.scss */
.status.planned {
  background-color: #c8cbd1;
  color: #676767;
}

/* line 79, app/assets/stylesheets/cost_tracker/components/status.scss */
.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;
}

/* line 1, app/assets/stylesheets/cost_tracker/components/avatar.scss */
.avatar {
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 10rem;
  position: relative;
  aspect-ratio: 1;
}

/* line 8, app/assets/stylesheets/cost_tracker/components/avatar.scss */
.avatar.small {
  width: 2.2rem;
  height: 2.2rem;
}

/* line 12, app/assets/stylesheets/cost_tracker/components/avatar.scss */
.avatar + .avatar {
  margin-left: 0.5rem;
}

/* line 15, app/assets/stylesheets/cost_tracker/components/avatar.scss */
.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;
}

/* line 29, app/assets/stylesheets/cost_tracker/components/avatar.scss */
.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;
  line-height: 1.4rem;
  text-align: center;
  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;
}

/* line 49, app/assets/stylesheets/cost_tracker/components/avatar.scss */
.avatar.approved:after, .avatar.budget_approved:after, .avatar.department_approved:after, .avatar.admin_approved:after, .avatar.financial_approved:after {
  content: "\e905";
  color: #2cbf55;
}

/* line 55, app/assets/stylesheets/cost_tracker/components/avatar.scss */
.avatar.rejected:after {
  content: "\e904";
  color: #f65f7b;
}

/* line 62, app/assets/stylesheets/cost_tracker/components/avatar.scss */
.user-name {
  display: flex;
  max-width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* line 67, app/assets/stylesheets/cost_tracker/components/avatar.scss */
.user-name .avatar + span {
  margin-left: 0.8rem;
  font-size: 1.3rem;
  word-wrap: break-word;
  white-space: normal;
  min-width: 0;
}

/* line 78, app/assets/stylesheets/cost_tracker/components/avatar.scss */
.with-avatars .avatars {
  margin-left: -0.3rem;
  margin-top: -0.3rem;
  margin-bottom: 0;
  font-size: 0;
}

/* line 84, app/assets/stylesheets/cost_tracker/components/avatar.scss */
.with-avatars .avatars.no-wrap > * * {
  white-space: normal;
}

/* line 90, app/assets/stylesheets/cost_tracker/components/avatar.scss */
.with-avatars .avatars.first-arrow .avatar:first-child:not(:only-child) {
  padding-right: 1rem;
}

/* line 92, app/assets/stylesheets/cost_tracker/components/avatar.scss */
.with-avatars .avatars.first-arrow .avatar:first-child:not(:only-child) img {
  right: 1rem;
  width: calc(100% - 1rem);
}

/* line 96, app/assets/stylesheets/cost_tracker/components/avatar.scss */
.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;
}

/* line 114, app/assets/stylesheets/cost_tracker/components/avatar.scss */
.with-avatars .avatars .avatar {
  margin: 0.3rem 0.3rem 0.3rem 0;
  font-size: 1.2rem;
}

/* line 1, app/assets/stylesheets/cost_tracker/components/pagination.scss */
.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;
}

/* line 6, app/assets/stylesheets/cost_tracker/components/pagination.scss */
.pagination ul, .pagination li, .pagination a {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 12, app/assets/stylesheets/cost_tracker/components/pagination.scss */
.pagination a, .pagination span {
  vertical-align: middle;
  display: inline-block;
}

/* line 16, app/assets/stylesheets/cost_tracker/components/pagination.scss */
.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;
}

/* line 19, app/assets/stylesheets/cost_tracker/components/pagination.scss */
.pagination ul li {
  line-height: normal;
}

/* line 20, app/assets/stylesheets/cost_tracker/components/pagination.scss */
.pagination ul li > a, .pagination ul li > span > a, .pagination ul li > span.current {
  padding: 0.3rem 0.4rem;
}

/* line 26, app/assets/stylesheets/cost_tracker/components/pagination.scss */
.pagination a {
  color: #bcc2d0;
  cursor: pointer;
  height: auto;
  line-height: normal;
  vertical-align: middle;
}

/* line 32, app/assets/stylesheets/cost_tracker/components/pagination.scss */
.pagination a[data-ref="..."] {
  pointer-events: none;
}

/* line 35, app/assets/stylesheets/cost_tracker/components/pagination.scss */
.pagination a.active {
  color: #294058;
}

/* line 38, app/assets/stylesheets/cost_tracker/components/pagination.scss */
.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;
}

/* line 43, app/assets/stylesheets/cost_tracker/components/pagination.scss */
.pagination a.prev:after {
  content: "\e90b";
}

/* line 48, app/assets/stylesheets/cost_tracker/components/pagination.scss */
.pagination a.next:after {
  content: "\e90c";
}

/* line 54, app/assets/stylesheets/cost_tracker/components/pagination.scss */
.pagination li[data-ref="..."] {
  pointer-events: none;
}

/* line 58, app/assets/stylesheets/cost_tracker/components/pagination.scss */
.pagination li.active a {
  color: #294058;
}

/* line 62, app/assets/stylesheets/cost_tracker/components/pagination.scss */
.pagination li.disabled {
  pointer-events: none;
}

/* line 64, app/assets/stylesheets/cost_tracker/components/pagination.scss */
.pagination li.disabled a {
  color: #edeef2;
  pointer-events: none;
}

/* line 69, app/assets/stylesheets/cost_tracker/components/pagination.scss */
.pagination li + li {
  margin-left: 0.7rem;
}

/* line 76, app/assets/stylesheets/cost_tracker/components/pagination.scss */
.select + .pagination {
  margin-left: 1rem;
}

@use "sass:math";
/* line 2, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.dashboard {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 2.3rem 0.7rem 1.5rem;
  box-sizing: border-box;
}

/* line 8, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.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;
  box-sizing: border-box;
  text-transform: uppercase;
}

/* line 15, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.dashboard-state .label[class*="cell"] {
  color: #979ea7;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 20, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.dashboard-state .label.small[class*="cell"] {
  font-size: 1rem;
}

/* line 24, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.dashboard-state [class*="cell"] {
  padding: 0.5rem 0 0;
  white-space: nowrap;
}

/* line 27, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.dashboard-state .total[class*="cell"] {
  padding-top: 1rem;
  border-top: 1px solid #f2f3f9;
  margin-top: 1rem;
}

/* line 33, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.dashboard-state .value {
  font-size: 1.2rem;
  opacity: 0.91;
}

/* line 36, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.dashboard-state .value.bold {
  font-weight: bold;
}

/* line 39, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.dashboard-state .value.approved {
  color: #12ae3d;
  cursor: pointer;
}

/* line 43, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.dashboard-state .value.rejected {
  color: #e63c5b;
  cursor: pointer;
}

/* line 47, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.dashboard-state .value.approval {
  color: #474747;
}

/* line 50, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.dashboard-state .value.total {
  font-weight: bold;
}

/* line 57, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.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;
}

/* line 63, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.tile-content.dashboard .dashboard-info + .dashboard-info {
  border-left: 1px solid #f2f3f9;
}

/* line 66, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.tile-content.dashboard .dashboard-info[class*="cell"] {
  height: 5.3rem;
}

/* line 70, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.tile-content.dashboard i {
  font-size: 2.5rem;
  position: relative;
  vertical-align: baseline;
}

/* line 75, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.tile-content.dashboard h3 {
  font-size: 3.5rem;
  margin: 0 0 0 0.2rem;
  font-weight: bold;
  cursor: pointer;
}

/* line 81, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.tile-content.dashboard p {
  font-size: 1.1rem;
  color: #a1a9bd;
  margin: 0;
}

/* line 87, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.tile-content.dashboard .dashboard-stat i, .tile-content.dashboard .dashboard-stat h3 {
  display: inline;
}

/* line 91, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.tile-content.dashboard .dashboard-stat.new-po i, .tile-content.dashboard .dashboard-stat.new-po h3 {
  color: #1E3668;
}

/* line 96, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.tile-content.dashboard .dashboard-stat.approved i, .tile-content.dashboard .dashboard-stat.approved h3 {
  color: #2cbf55;
}

/* line 101, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.tile-content.dashboard .dashboard-stat.rejected i, .tile-content.dashboard .dashboard-stat.rejected h3 {
  color: #f65f7b;
}

/* line 108, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.root-dashboard {
  height: calc(100vh - $header-height);
  overflow-x: hidden;
}

@media (max-width: 1200px) {
  /* line 108, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
  .root-dashboard {
    height: auto;
  }
}

/* line 114, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.root-dashboard h3 {
  font-weight: 600;
  color: #1E3668;
}

/* line 118, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.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%;
}

/* line 128, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.root-dashboard .no-result.justyfy-start {
  justify-content: start;
  height: auto;
  margin-top: 3rem;
}

/* line 134, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.root-dashboard > .grid, .root-dashboard > div > .grid {
  height: 100%;
}

@media (max-width: 1200px) {
  /* line 134, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
  .root-dashboard > .grid, .root-dashboard > div > .grid {
    height: auto;
  }
}

/* line 140, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.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;
}

/* line 146, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.root-dashboard .recharts-default-tooltip .tooltip-header {
  color: #408cf8;
  display: flex;
  justify-content: space-between;
  padding: 5px 0 0;
}

/* line 152, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.root-dashboard .recharts-default-tooltip .legends {
  margin: 5px 0 0;
}

/* line 158, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.root-dashboard svg .recharts-cartesian-axis-tick line[orientation="bottom"] + text {
  font-size: 1rem;
}

/* line 161, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.root-dashboard .top-grid {
  display: inline-flex;
  max-width: clamp(0px, 100%, 1752px);
  flex-wrap: nowrap;
}

/* line 165, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.root-dashboard .top-grid.tile-dotted {
  border: 1px dashed #A8B0C2;
  background-color: transparent;
  box-shadow: none;
  min-height: 60px;
}

/* line 171, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.root-dashboard .top-grid > .cell {
  flex: 0 1 auto !important;
  width: clamp(350px, calc(100vw - 168px)/4, calc(100vw - 168px)/4);
  min-width: fit-content;
}

/* line 175, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.root-dashboard .top-grid > .cell:not(.grid):not(.column):only-child {
  width: clamp(350px, calc(100vw - 168px)/4, calc(100vw - 168px)/4);
}

@media (max-width: 1200px) {
  /* line 161, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
  .root-dashboard .top-grid {
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
  }
  /* line 183, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
  .root-dashboard .top-grid > .cell {
    width: auto;
    flex: 1 0 auto !important;
  }
}

/* line 190, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.root-dashboard .company-task h4 {
  color: #1E3668;
  font-weight: 700;
}

/* line 196, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.root-dashboard .last-activities.tile-list .tile-item {
  padding: 6px 0;
}

/* line 200, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.root-dashboard .last-activities.tile-list .tile-item .tile-item-description {
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 203, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.root-dashboard .last-activities.tile-list .tile-item .tile-item-description a {
  all: revert;
}

/* line 207, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.root-dashboard .last-activities.tile-list .tile-item .tile-item-description p.activity {
  font-size: 1.3rem;
  color: initial;
  margin: 0.2rem 0 0;
  font-weight: 400;
}

/* line 215, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.root-dashboard .last-activities.tile-list .tile-item .avatar {
  width: 17px;
  height: 17px;
  margin-right: 10px;
  margin-top: 1rem;
}

/* line 221, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.root-dashboard .last-activities.tile-list .tile-item .timestamp {
  margin-right: 0;
  margin-top: 0.3rem;
  color: #A8B0C2;
  font-size: 1rem;
}

/* line 229, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.root-dashboard .dashboard-task {
  font-size: 1.2rem;
}

/* line 231, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.root-dashboard .dashboard-task + h4 {
  margin-top: 20px;
}

/* line 234, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.root-dashboard .dashboard-task .td {
  width: 100%;
  padding: 4px 0;
  background-color: #fff !important;
  border: 0 none !important;
  height: auto;
  min-height: 0;
}

/* line 241, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.root-dashboard .dashboard-task .td + .td {
  min-width: 50px;
  font-size: 14px;
  text-align: right;
  color: #408cf8;
  white-space: nowrap;
}

/* line 247, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.root-dashboard .dashboard-task .td + .td i {
  margin-left: 10px;
}

/* line 253, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.root-dashboard .dashboard-report {
  font-size: 1.2rem;
}

/* line 255, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.root-dashboard .dashboard-report .td {
  padding: 4px 0;
  background-color: #fff !important;
  border: 0 none !important;
  height: auto;
  min-height: 0;
  color: #408cf8;
}

/* line 262, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.root-dashboard .dashboard-report .td + .td {
  min-width: 50px;
  font-size: 14px;
  text-align: right;
}

/* line 269, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.root-dashboard a.stat-info {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

/* line 275, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.root-dashboard .tile-content.stat-info {
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 10px 25px 10px;
  position: relative;
  display: flex;
  align-items: center;
}

/* line 283, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.root-dashboard .tile-content.stat-info.waiting h4 + div {
  color: #F2994A;
}

/* line 288, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.root-dashboard .tile-content.stat-info.ready h4 + div {
  color: #A8B0C2;
}

/* line 293, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.root-dashboard .tile-content.stat-info.reject h4 + div {
  color: #CE015299;
}

/* line 297, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.root-dashboard .tile-content.stat-info .stat-info-description {
  flex: 1 1 auto;
  margin-left: 10px;
}

/* line 300, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.root-dashboard .tile-content.stat-info .stat-info-description div {
  font-weight: 600;
}

/* line 304, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.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;
}

/* line 313, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.root-dashboard .tile-content.stat-info h4 {
  font-weight: 800;
  font-size: 1.5rem;
  margin: 0;
}

/* line 317, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.root-dashboard .tile-content.stat-info h4 + div {
  text-transform: uppercase;
  font-size: 1rem;
}

/* line 322, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.root-dashboard .tile-content.stat-info p {
  margin: 0;
}

/* line 325, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.root-dashboard .tile-content.stat-info .actions {
  position: absolute;
  top: 5px;
  right: 10px;
}

/* line 329, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.root-dashboard .tile-content.stat-info .actions i {
  color: #A8B0C2;
  font-size: 1.6rem;
}

/* line 334, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.root-dashboard .tile-content.stat-info + .stat-info {
  border-left: 1px solid #f2f3f9;
}

/* line 341, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.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) {
  /* line 341, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
  .company-dashboard {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-areas: ". ." ". ." ". .";
  }
}

@media (max-width: 900px) {
  /* line 341, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
  .company-dashboard {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "." "." "." "." "." ".";
  }
}

/* line 374, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.company-dashboard .legends {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 10px;
}

/* line 379, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.company-dashboard .legends .legend {
  display: flex;
}

/* line 382, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.company-dashboard .legends .legend-color {
  width: 10px;
  height: 10px;
  margin-right: 5px;
}

/* line 386, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.company-dashboard .legends .legend-color.round {
  border-radius: 10rem;
}

/* line 390, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.company-dashboard .legends .legend-sum {
  padding-left: 20px;
  border-top: 1px solid #F2F3F9;
  padding-top: 5px;
}

/* line 395, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.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;
}

/* line 402, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.company-dashboard .legends .value {
  margin-right: 0;
  margin-left: auto;
  font-weight: 700;
  margin-top: 3px;
}

/* line 408, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.company-dashboard .legends .value span + span {
  margin-left: 5px;
}

/* line 413, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.company-dashboard .legends .legend {
  margin-left: 0;
  margin-right: auto;
  margin-top: 3px;
  padding-right: 5px;
}

/* line 420, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.company-dashboard h3 {
  font-size: 1.6rem;
  color: #1E3668;
  font-weight: 600;
}

/* line 426, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.company-dashboard .tile-header .link {
  font-size: 1.6rem;
}

/* line 430, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.company-dashboard .cell {
  min-height: 270px;
  width: 100%;
}

/* line 433, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.company-dashboard .cell.fit {
  min-height: fit-content;
}

/* line 436, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.company-dashboard .cell.bar-chart {
  min-height: 360px;
}

/* line 439, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.company-dashboard .cell.pie-chart {
  min-height: 240px;
}

@media (max-width: 900px) {
  /* line 442, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
  .company-dashboard .cell.last-activity {
    min-height: 360px;
  }
}

/* line 447, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.company-dashboard .cell > .tile {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* line 452, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.company-dashboard .cell > .tile .tile-header {
  flex: 0 0 auto;
  min-height: 0;
}

/* line 456, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.company-dashboard .cell > .tile .tile-content {
  flex: 1 1 auto;
  overflow: auto;
  min-height: 0;
}

/* line 460, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.company-dashboard .cell > .tile .tile-content.with-piechart {
  display: flex;
}

/* line 462, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.company-dashboard .cell > .tile .tile-content.with-piechart > * {
  width: 50%;
}

/* line 465, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.company-dashboard .cell > .tile .tile-content.with-piechart .chart-column {
  position: relative;
}

/* line 468, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.company-dashboard .cell > .tile .tile-content.with-piechart .recharts-responsive-container {
  min-height: 165px;
  min-width: 165px;
  position: absolute;
}

/* line 474, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.company-dashboard .cell > .tile .tile-content.with-chart {
  overflow: auto;
  padding-top: 10px;
  min-height: 280px;
}

/* line 478, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.company-dashboard .cell > .tile .tile-content.with-chart .no-result {
  flex-flow: column;
}

/* line 480, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.company-dashboard .cell > .tile .tile-content.with-chart .no-result div {
  margin-top: 2rem;
}

/* line 483, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.company-dashboard .cell > .tile .tile-content.with-chart .no-result p {
  text-align: center;
}

/* line 487, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.company-dashboard .cell > .tile .tile-content.with-chart .recharts-responsive-container {
  min-height: 280px;
}

/* line 493, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.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;
}

/* line 503, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.company-dashboard .cell > .tile .tile-header h3 {
  height: auto;
  line-height: normal;
  font-weight: 600;
  color: #1E3668;
}

/* line 509, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.company-dashboard .cell > .tile .tile-header .timestamp {
  font-size: 10px;
  color: #A8B0C2;
  margin: 0;
}

/* line 516, app/assets/stylesheets/cost_tracker/components/dashboard.scss */
.company-dashboard .cell > .tile .tile-content, .company-dashboard .cell > .tile .tile-header {
  padding-left: 19px;
  padding-right: 17px;
}

/* line 1, app/assets/stylesheets/cost_tracker/components/sidebar.scss */
.with-sidebar {
  position: relative;
}

/* line 5, app/assets/stylesheets/cost_tracker/components/sidebar.scss */
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #f6f7fb;
  width: inherit;
  right: 0;
}

@media (max-width: 1180px) {
  /* line 12, app/assets/stylesheets/cost_tracker/components/sidebar.scss */
  .sidebar.form-sections {
    position: static;
    margin-bottom: 2rem;
  }
  /* line 16, app/assets/stylesheets/cost_tracker/components/sidebar.scss */
  .sidebar.form-sections .form-section-content {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

/* line 22, app/assets/stylesheets/cost_tracker/components/sidebar.scss */
.sidebar .tab-labels label span, .sidebar .form-section-wrapper-header span {
  font-weight: 500;
}

/* line 29, app/assets/stylesheets/cost_tracker/components/sidebar.scss */
.window.window-form .with-sidebar {
  width: 280px;
}

@media (max-width: 1180px) {
  /* line 29, app/assets/stylesheets/cost_tracker/components/sidebar.scss */
  .window.window-form .with-sidebar {
    width: 100%;
  }
  /* line 34, app/assets/stylesheets/cost_tracker/components/sidebar.scss */
  .window.window-form .with-sidebar .tab-navs .sidebar-toggle {
    display: none;
  }
}

/* line 40, app/assets/stylesheets/cost_tracker/components/sidebar.scss */
.window.window-form .sidebar {
  top: 5rem;
  z-index: 1202;
}

@media (max-width: 560px) {
  /* line 44, app/assets/stylesheets/cost_tracker/components/sidebar.scss */
  .window.window-form .sidebar .form-section-header:before {
    display: none;
  }
}

@media (min-width: 1181px) {
  /* line 53, app/assets/stylesheets/cost_tracker/components/sidebar.scss */
  .window .window-wrapper.collapse .sidebar, .window .window-wrapper.collapse .with-sidebar {
    width: 0;
    overflow: hidden;
  }
  /* line 57, app/assets/stylesheets/cost_tracker/components/sidebar.scss */
  .window .window-wrapper.collapse .form-section.cell-12 {
    width: 100%;
  }
  /* line 60, app/assets/stylesheets/cost_tracker/components/sidebar.scss */
  .window .window-wrapper.collapse .form-section.cell-4 {
    width: calc(100% / 3);
  }
  /* line 63, app/assets/stylesheets/cost_tracker/components/sidebar.scss */
  .window .window-wrapper.collapse > .window-footer {
    width: 100%;
  }
  /* line 66, app/assets/stylesheets/cost_tracker/components/sidebar.scss */
  .window .window-wrapper.collapse .window-sidebar-toggle {
    display: block;
  }
}

/* line 72, app/assets/stylesheets/cost_tracker/components/sidebar.scss */
.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;
}

/* line 84, app/assets/stylesheets/cost_tracker/components/sidebar.scss */
.window .window-sidebar-toggle i {
  padding: 1rem;
  display: block;
  font-size: 2rem;
  color: #294058;
}

/* line 89, app/assets/stylesheets/cost_tracker/components/sidebar.scss */
.window .window-sidebar-toggle i + i {
  border-top: 1px solid #e4e4e9;
}

/* line 93, app/assets/stylesheets/cost_tracker/components/sidebar.scss */
.window .window-sidebar-toggle .comments-count {
  position: absolute;
  top: 83%;
  left: 3px;
  font-weight: 700;
  font-size: 1rem;
}

/* line 1, app/assets/stylesheets/cost_tracker/components/side-form.scss */
.side-form {
  background-color: #408cf8;
  z-index: 1202;
  overflow: visible;
}

/* line 5, app/assets/stylesheets/cost_tracker/components/side-form.scss */
.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-justify-content: space-between;
  justify-content: space-between;
}

/* line 12, app/assets/stylesheets/cost_tracker/components/side-form.scss */
.side-form .side-header i {
  color: #1861c8;
  font-size: 3rem;
  height: 1.7rem;
  line-height: 1.7rem;
}

/* line 17, app/assets/stylesheets/cost_tracker/components/side-form.scss */
.side-form .side-header i:before {
  height: 1.7rem;
  line-height: 1.7rem;
}

/* line 23, app/assets/stylesheets/cost_tracker/components/side-form.scss */
.side-form .side-footer {
  padding: 2rem;
  bottom: 0;
  text-align: right;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/* line 28, app/assets/stylesheets/cost_tracker/components/side-form.scss */
.side-form .side-footer .button {
  padding-left: 2rem;
  padding-right: 2rem;
}

/* line 33, app/assets/stylesheets/cost_tracker/components/side-form.scss */
.side-form > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
}

/* line 37, app/assets/stylesheets/cost_tracker/components/side-form.scss */
.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;
}

/* line 41, app/assets/stylesheets/cost_tracker/components/side-form.scss */
.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;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: auto;
}

/* line 46, app/assets/stylesheets/cost_tracker/components/side-form.scss */
.side-form > div .side-content .search-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
  overflow: auto;
}

/* line 51, app/assets/stylesheets/cost_tracker/components/side-form.scss */
.side-form > div .side-content .search-list .hint {
  margin-top: 0.5rem;
  font-size: 1.2rem;
}

/* line 56, app/assets/stylesheets/cost_tracker/components/side-form.scss */
.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;
}

/* line 59, app/assets/stylesheets/cost_tracker/components/side-form.scss */
.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;
}

/* line 2, app/assets/stylesheets/cost_tracker/components/switch.scss */
.radio-switch input {
  position: fixed;
  left: -1000000px;
}

/* line 6, app/assets/stylesheets/cost_tracker/components/switch.scss */
.radio-switch span {
  height: 1.1rem;
  background-color: #ced2db;
  display: inline-block;
  border-radius: 1.1rem;
  position: relative;
  width: 3.4rem;
  cursor: pointer;
}

/* line 14, app/assets/stylesheets/cost_tracker/components/switch.scss */
.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);
}

/* line 30, app/assets/stylesheets/cost_tracker/components/switch.scss */
.radio-switch input:checked + span {
  background-color: #9ec4fb;
}

/* line 32, app/assets/stylesheets/cost_tracker/components/switch.scss */
.radio-switch input:checked + span:after {
  background-color: #408cf8;
  left: calc(100% - 1.5rem);
}

/* line 39, app/assets/stylesheets/cost_tracker/components/switch.scss */
.radio-switch input[disabled] + span, .radio-switch input.readonly + span {
  pointer-events: none;
}

/* line 47, app/assets/stylesheets/cost_tracker/components/switch.scss */
.view-switch input {
  position: fixed;
  left: -1000000px;
}

/* line 51, app/assets/stylesheets/cost_tracker/components/switch.scss */
.view-switch span {
  cursor: pointer;
}

/* line 53, app/assets/stylesheets/cost_tracker/components/switch.scss */
.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;
}

/* line 60, app/assets/stylesheets/cost_tracker/components/switch.scss */
.view-switch.lock {
  pointer-events: none;
}

/* line 62, app/assets/stylesheets/cost_tracker/components/switch.scss */
.view-switch.lock span {
  cursor: default;
}

/* line 64, app/assets/stylesheets/cost_tracker/components/switch.scss */
.view-switch.lock span:after {
  content: "\e94c";
  font-size: 2.4rem;
}

/* line 73, app/assets/stylesheets/cost_tracker/components/switch.scss */
.view-switch input:checked + span:after {
  color: #2cbf55;
}

/* line 79, app/assets/stylesheets/cost_tracker/components/switch.scss */
.view-switch input[disabled] + span, .view-switch input.readonly + span {
  pointer-events: none;
}

/* line 86, app/assets/stylesheets/cost_tracker/components/switch.scss */
.view-switch.active span:after {
  color: #2cbf55;
}

/* line 94, app/assets/stylesheets/cost_tracker/components/switch.scss */
.check-switch input {
  position: fixed;
  left: -1000000px;
}

/* line 98, app/assets/stylesheets/cost_tracker/components/switch.scss */
.check-switch span {
  cursor: pointer;
}

/* line 100, app/assets/stylesheets/cost_tracker/components/switch.scss */
.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;
}

/* line 110, app/assets/stylesheets/cost_tracker/components/switch.scss */
.check-switch input:checked + span:after {
  color: #2cbf55;
  content: "\e921";
}

/* line 117, app/assets/stylesheets/cost_tracker/components/switch.scss */
.check-switch input[disabled] + span, .check-switch input.readonly + span {
  pointer-events: none;
}

/* line 124, app/assets/stylesheets/cost_tracker/components/switch.scss */
.check-switch.active span:after {
  color: #2cbf55;
  content: "\e921";
}

/* line 133, app/assets/stylesheets/cost_tracker/components/switch.scss */
.buttons-switch {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* line 134, app/assets/stylesheets/cost_tracker/components/switch.scss */
.buttons-switch input {
  position: fixed;
  left: -1000000px;
}

/* line 137, app/assets/stylesheets/cost_tracker/components/switch.scss */
.buttons-switch input:first-child + .button {
  border-radius: 4px 0 0 4px;
}

/* line 140, app/assets/stylesheets/cost_tracker/components/switch.scss */
.buttons-switch input:first-child + .button:last-child {
  border-radius: 4px;
}

/* line 144, app/assets/stylesheets/cost_tracker/components/switch.scss */
.buttons-switch input:checked + .button {
  background-color: #408cf8;
  border-color: #408cf8;
  color: #fff;
}

/* line 148, app/assets/stylesheets/cost_tracker/components/switch.scss */
.buttons-switch input:checked + .button i {
  color: inherit;
}

/* line 155, app/assets/stylesheets/cost_tracker/components/switch.scss */
.buttons-switch .button {
  text-transform: none;
  border: 1px solid #BFC4D0;
}

/* line 159, app/assets/stylesheets/cost_tracker/components/switch.scss */
.buttons-switch .button:last-child {
  border-radius: 0 4px 4px 0;
}

/* line 162, app/assets/stylesheets/cost_tracker/components/switch.scss */
.buttons-switch .button ~ .button {
  border-left: 1px solid transparent !important;
}

/* line 165, app/assets/stylesheets/cost_tracker/components/switch.scss */
.buttons-switch .button:hover {
  box-shadow: none;
}

/* line 1, app/assets/stylesheets/cost_tracker/components/chat.scss */
.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;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  overflow: auto;
}

/* line 7, app/assets/stylesheets/cost_tracker/components/chat.scss */
.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;
}

/* line 13, app/assets/stylesheets/cost_tracker/components/chat.scss */
.chat .comment {
  position: relative;
  padding-top: 2rem;
}

/* line 16, app/assets/stylesheets/cost_tracker/components/chat.scss */
.chat .comment + .comment {
  border-top: 1px solid #d6d9e3;
}

/* line 19, app/assets/stylesheets/cost_tracker/components/chat.scss */
.chat .comment .comment-wrapper {
  margin-left: 4.5rem;
}

/* line 22, app/assets/stylesheets/cost_tracker/components/chat.scss */
.chat .comment .avatar {
  position: absolute;
  left: 0;
  top: 2rem;
}

/* line 27, app/assets/stylesheets/cost_tracker/components/chat.scss */
.chat .comment .comment-content {
  font-size: 1.2rem;
  color: #515151;
  padding-top: 0.5rem;
  word-wrap: break-word;
}

/* line 33, app/assets/stylesheets/cost_tracker/components/chat.scss */
.chat .comment .user-name {
  font-size: 12px;
  color: #a1a9bd;
}

/* line 37, app/assets/stylesheets/cost_tracker/components/chat.scss */
.chat .comment .comment-timestamp {
  text-align: right;
  font-size: 1rem;
  color: #a1a9bd;
  padding: 1rem 0 0.5rem;
}

/* line 44, app/assets/stylesheets/cost_tracker/components/chat.scss */
.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;
}

/* line 48, app/assets/stylesheets/cost_tracker/components/chat.scss */
.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;
}

/* line 60, app/assets/stylesheets/cost_tracker/components/chat.scss */
.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;
}

/* line 71, app/assets/stylesheets/cost_tracker/components/chat.scss */
.chat .new-comment .submit i {
  color: #c5cad6;
  font-size: 2rem;
}

/* line 1, app/assets/stylesheets/cost_tracker/components/progress.scss */
.progress {
  display: block;
  height: 1rem;
  position: relative;
}

/* line 5, app/assets/stylesheets/cost_tracker/components/progress.scss */
.progress > * {
  border-radius: 3px;
  background-color: #448ff8;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  transition: width 1s;
}

/* line 16, app/assets/stylesheets/cost_tracker/components/progress.scss */
.progress.animate > * {
  background: linear-gradient(-45deg, #448ff8, #fff, #448ff8, #fff);
  background-size: 400% 400%;
  animation: processing-gradient 5s ease infinite;
}

/* line 23, app/assets/stylesheets/cost_tracker/components/progress.scss */
.progress-wrapper {
  position: relative;
}

/* line 25, app/assets/stylesheets/cost_tracker/components/progress.scss */
.progress-wrapper .progress {
  margin-right: 30px;
}

/* line 28, app/assets/stylesheets/cost_tracker/components/progress.scss */
.progress-wrapper a {
  color: #adb3c3;
  position: absolute;
  top: -1rem;
  bottom: -1rem;
  margin: auto;
  right: 0;
  font-size: 2rem;
  height: 2rem;
}

/* line 41, app/assets/stylesheets/cost_tracker/components/progress.scss */
.has-progress .state-info {
  margin: 1rem 0 0.5rem;
  word-wrap: break-word;
}

/* line 45, app/assets/stylesheets/cost_tracker/components/progress.scss */
.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%;
  }
}

/* line 19, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.checkbox {
  width: 2rem;
  height: 2rem;
  border-radius: 3px;
  background-color: #fff;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  text-align: center;
  line-height: 2rem;
  display: inline-block;
}

/* line 29, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.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;
}

/* line 38, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.checkbox.radio:before, .checkbox.radio:after {
  display: none;
}

/* line 42, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.checkbox:before {
  width: inherit;
  height: inherit;
  display: inline-block;
  vertical-align: top;
}

/* line 2, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.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;
}

/* line 8, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.checkbox.checked.radio {
  background-color: #408CF8;
  border: 1px solid #408CF8;
}

/* line 13, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.checkbox.checked.input-l:before {
  font-size: 2.3rem;
}

/* line 53, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.checkbox.disabled ~ span.label {
  opacity: 0.7;
}

/* line 58, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.checkbox ~ span {
  font-size: 1.2rem;
  margin-left: 0.7rem;
  vertical-align: middle;
  cursor: pointer;
}

/* line 63, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.checkbox ~ span.label {
  color: #A1A9BD;
  text-transform: uppercase;
  vertical-align: middle;
}

/* line 69, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.checkbox.input-l {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 3px;
  line-height: 2.3rem;
}

/* line 74, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.checkbox.input-l.radio {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 2rem;
  padding: 0.2rem;
}

/* line 80, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.checkbox.input-l ~ span {
  font-size: 1.4rem;
  margin-left: 1rem;
}

/* line 85, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.checkbox.input-m {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 1.7rem;
  line-height: 2rem;
}

/* line 90, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.checkbox.input-m.radio {
  width: 1.9rem;
  height: 1.9rem;
  padding: 0.2rem;
}

/* line 95, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.checkbox.input-m ~ span {
  font-size: 1.4rem;
  margin-left: 1rem;
}

/* line 100, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.checkbox.input-s {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 1px;
  line-height: 1.7rem;
}

/* line 105, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.checkbox.input-s.radio {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 2rem;
}

/* line 110, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.checkbox.input-s ~ span {
  font-size: 1.2rem;
  margin-left: 0.5rem;
}

/* line 2, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
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;
}

/* line 8, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
input:checked + .checkbox.radio {
  background-color: #408CF8;
  border: 1px solid #408CF8;
}

/* line 13, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
input:checked + .checkbox.input-l:before {
  font-size: 2.3rem;
}

/* line 124, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
input[disabled] + .checkbox ~ span.label, input.disabled + .checkbox ~ span.label {
  opacity: 0.7;
}

/* line 132, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.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;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  cursor: pointer;
}

/* line 137, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.has-checkbox.item .label {
  color: #979ea7;
  text-transform: uppercase;
  font-size: 1.1rem;
  margin-left: 0.5rem;
  font-weight: 500;
}

/* line 144, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.has-checkbox.item .checkbox {
  width: 1.3rem;
  height: 1.3rem;
}

/* line 150, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.has-checkbox.item input:checked + .checkbox {
  background-color: #408cf8;
  border-color: #408cf8;
}

/* line 153, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.has-checkbox.item input:checked + .checkbox:before {
  color: #fff;
}

/* line 159, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.has-checkbox.item + .item {
  margin-left: 30px;
}

/* line 163, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.has-checkbox input {
  position: fixed;
  left: -10000px;
}

/* line 167, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.has-checkbox input:focus + .checkbox {
  border-color: #7886a4;
}

/* line 173, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.has-checkbox input:checked + .checkbox:before {
  color: #408cf8;
}

/* line 179, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.has-checkbox input[readonly] + .checkbox {
  border: 0 none;
  background-color: transparent;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}

/* line 185, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.has-checkbox input[readonly] + .checkbox:before {
  font-size: 2rem;
}

/* line 191, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.has-checkbox .checkbox {
  vertical-align: middle;
  border: 1px solid #c6ccda;
}

/* line 194, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.has-checkbox .checkbox.input-l {
  border-width: 2px;
}

/* line 197, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.has-checkbox .checkbox.readonly {
  border: 0 none;
  background-color: transparent;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
}

/* line 203, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.has-checkbox .checkbox.readonly:before {
  font-size: 2rem;
}

/* line 208, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.has-checkbox.disabled {
  pointer-events: none;
  cursor: not-allowed;
}

/* line 215, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.checkbox-list p {
  font-size: 1.4rem;
  margin: 1.5rem 0;
}

/* line 216, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.checkbox-list p label.has-checkbox {
  margin: 1.5rem 0;
  display: inline-block;
}

/* line 222, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.checkbox-list p:first-of-type {
  margin-top: 0;
}

/* line 225, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.checkbox-list p .checkbox {
  margin-right: 2rem;
}

/* line 228, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.checkbox-list p .control {
  margin-left: 1rem;
  margin-right: 1rem;
}

/* line 234, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.checkbox-list.short-list p {
  margin: 0.2rem 0;
}

/* line 237, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.checkbox-list.short-list label.has-checkbox {
  margin: 1rem 0;
}

/* line 244, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.popup .checkbox-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 247, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.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;
}

/* line 250, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.popup .checkbox-list > * input + span {
  flex: 0 0 auto;
  min-width: 0;
}

/* line 254, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.popup .checkbox-list > * span + span {
  flex: 1 1 auto;
  margin-left: 1rem;
  min-width: 0;
}

/* line 260, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.popup .checkbox-list > * + * {
  margin-top: 1rem;
}

/* line 263, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.popup .checkbox-list span + span {
  opacity: 0.7;
  word-wrap: break-word;
}

/* line 270, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.popup .checkbox-list input:checked + .checkbox:before {
  color: currentColor;
}

/* line 274, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.popup .checkbox-list input:checked + .checkbox.input-s:before {
  font-size: 1.8rem;
  line-height: 1.7rem;
}

/* line 283, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.popup .checkbox-list > *.disabled {
  pointer-events: none;
}

/* line 285, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.popup .checkbox-list > *.disabled .checkbox {
  opacity: 0.7;
}

/* line 2, app/assets/stylesheets/cost_tracker/components/search-list.scss */
.search-list .control {
  margin: 4rem 2.5rem 3rem;
  position: relative;
}

/* line 5, app/assets/stylesheets/cost_tracker/components/search-list.scss */
.search-list .control input {
  width: 100%;
  border-color: #417cd5 !important;
}

/* line 9, app/assets/stylesheets/cost_tracker/components/search-list.scss */
.search-list .control .button {
  position: absolute;
  box-shadow: none;
  right: 0;
  color: #959db1;
  font-size: 2.5rem;
}

/* line 18, app/assets/stylesheets/cost_tracker/components/search-list.scss */
.search-list .control-list .list-item {
  padding: 1.2rem 2.5rem;
  cursor: pointer;
}

/* line 21, app/assets/stylesheets/cost_tracker/components/search-list.scss */
.search-list .control-list .list-item .checkbox {
  background-color: #408cf8;
  border: 2px solid #fff;
  width: 1.5rem;
  height: 1.5rem;
}

/* line 27, app/assets/stylesheets/cost_tracker/components/search-list.scss */
.search-list .control-list .list-item.item-checked {
  background-color: rgba(129, 188, 250, 0.25);
}

/* line 29, app/assets/stylesheets/cost_tracker/components/search-list.scss */
.search-list .control-list .list-item.item-checked .checkbox {
  border: 2px solid #fff;
  background-color: #fff;
}

/* line 2, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.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;
}

/* line 8, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.search-list .control-list .list-item.item-checked .checkbox.radio {
  background-color: #408CF8;
  border: 1px solid #408CF8;
}

/* line 13, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.search-list .control-list .list-item.item-checked .checkbox.input-l:before {
  font-size: 2.3rem;
}

/* line 35, app/assets/stylesheets/cost_tracker/components/search-list.scss */
.search-list .control-list .list-item + .list-item {
  margin-top: 3px;
}

/* line 38, app/assets/stylesheets/cost_tracker/components/search-list.scss */
.search-list .control-list .list-item .cell {
  text-align: left;
}

/* line 40, app/assets/stylesheets/cost_tracker/components/search-list.scss */
.search-list .control-list .list-item .cell p {
  color: #fff;
  font-size: 1.4rem;
  margin: 0;
}

/* line 44, app/assets/stylesheets/cost_tracker/components/search-list.scss */
.search-list .control-list .list-item .cell p + p {
  font-size: 1.2rem;
  margin-top: 0.5rem;
  color: rgba(255, 255, 255, 0.49);
}

/* line 50, app/assets/stylesheets/cost_tracker/components/search-list.scss */
.search-list .control-list .list-item .cell + .cell {
  text-align: right;
}

/* line 52, app/assets/stylesheets/cost_tracker/components/search-list.scss */
.search-list .control-list .list-item .cell + .cell p {
  color: rgba(255, 255, 255, 0.49);
}

/* line 1, app/assets/stylesheets/cost_tracker/components/helpers.scss */
.text-wrap {
  white-space: normal !important;
  word-wrap: break-word !important;
  word-break: break-all !important;
}

/* line 7, app/assets/stylesheets/cost_tracker/components/helpers.scss */
.word-wrap-break {
  white-space: normal !important;
  word-wrap: break-word !important;
}

/* line 12, app/assets/stylesheets/cost_tracker/components/helpers.scss */
.no-wrap {
  white-space: nowrap;
}

/* line 16, app/assets/stylesheets/cost_tracker/components/helpers.scss */
.grid-nowrap {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 20, app/assets/stylesheets/cost_tracker/components/helpers.scss */
.normal-case {
  text-transform: none !important;
}

/* line 24, app/assets/stylesheets/cost_tracker/components/helpers.scss */
.link {
  cursor: pointer;
}

/* line 26, app/assets/stylesheets/cost_tracker/components/helpers.scss */
.link.no-href {
  cursor: default !important;
}

/* line 28, app/assets/stylesheets/cost_tracker/components/helpers.scss */
.link.no-href:hover {
  color: #408cf8;
  text-transform: none;
  text-decoration: none;
}

/* line 34, app/assets/stylesheets/cost_tracker/components/helpers.scss */
.link.mute {
  color: rgba(81, 81, 81, 0.7);
}

/* line 36, app/assets/stylesheets/cost_tracker/components/helpers.scss */
.link.mute:hover {
  color: rgba(81, 81, 81, 0.8);
}

/* line 39, app/assets/stylesheets/cost_tracker/components/helpers.scss */
.link.mute i {
  padding-right: 0.3rem;
  font-size: 1rem !important;
}

/* line 44, app/assets/stylesheets/cost_tracker/components/helpers.scss */
.link label {
  color: inherit;
}

/* line 52, app/assets/stylesheets/cost_tracker/components/helpers.scss */
.tab-addons .link.mute i {
  vertical-align: middle;
  padding-right: 0.7rem;
  font-size: 1.4em !important;
}

/* line 61, app/assets/stylesheets/cost_tracker/components/helpers.scss */
.pointer {
  cursor: pointer;
}

/* line 65, app/assets/stylesheets/cost_tracker/components/helpers.scss */
.break-word {
  word-break: break-word;
}

/* line 69, app/assets/stylesheets/cost_tracker/components/helpers.scss */
.color-navy {
  color: #294058;
}

/* line 73, app/assets/stylesheets/cost_tracker/components/helpers.scss */
img {
  max-width: 100%;
}

/* line 77, app/assets/stylesheets/cost_tracker/components/helpers.scss */
.mute {
  color: #979ea7;
}

/* line 79, app/assets/stylesheets/cost_tracker/components/helpers.scss */
.mute.with-icon {
  position: relative;
}

/* line 81, app/assets/stylesheets/cost_tracker/components/helpers.scss */
.mute.with-icon span {
  margin-left: 3rem;
  display: block;
  font-size: 1.2rem;
  line-height: 1.35em;
}

/* line 87, app/assets/stylesheets/cost_tracker/components/helpers.scss */
.mute.with-icon > i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #979ea7;
  font-size: 2rem;
}

/* line 100, app/assets/stylesheets/cost_tracker/components/helpers.scss */
.form-section .help {
  margin-top: 0.6rem;
}

/* line 106, app/assets/stylesheets/cost_tracker/components/helpers.scss */
.help.with-icon i + .help-content {
  margin-left: 3rem;
}

/* line 112, app/assets/stylesheets/cost_tracker/components/helpers.scss */
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;
}

/* line 118, app/assets/stylesheets/cost_tracker/components/helpers.scss */
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;
}

/* line 127, app/assets/stylesheets/cost_tracker/components/helpers.scss */
p {
  font-size: 1.2rem;
}

/* line 129, app/assets/stylesheets/cost_tracker/components/helpers.scss */
p.font-m {
  font-size: 1.3rem;
}

/* line 131, app/assets/stylesheets/cost_tracker/components/helpers.scss */
p.font-m .label, p.font-m link {
  font-size: inherit;
}

/* line 136, app/assets/stylesheets/cost_tracker/components/helpers.scss */
p.font-m .link[class*=" icon-"]:before, p.font-m .link[class^="icon-"]:before {
  font-size: 1.7rem;
  vertical-align: middle;
}

/* line 145, app/assets/stylesheets/cost_tracker/components/helpers.scss */
.width-05 {
  width: 5rem;
}

/* line 149, app/assets/stylesheets/cost_tracker/components/helpers.scss */
.width-06 {
  width: 6rem;
}

/* line 153, app/assets/stylesheets/cost_tracker/components/helpers.scss */
.width-07 {
  width: 7rem;
}

/* line 157, app/assets/stylesheets/cost_tracker/components/helpers.scss */
.min-width-0 {
  min-width: 0 !important;
}

/* line 161, app/assets/stylesheets/cost_tracker/components/helpers.scss */
.margin-left-auto {
  margin-left: auto;
}

/* line 165, app/assets/stylesheets/cost_tracker/components/helpers.scss */
.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;
}

/* line 169, app/assets/stylesheets/cost_tracker/components/helpers.scss */
.inline-list.with-avatar > * {
  margin: 0 0.5rem;
}

/* line 174, app/assets/stylesheets/cost_tracker/components/helpers.scss */
.inline-list > * {
  margin: 0 1rem;
}

/* line 179, app/assets/stylesheets/cost_tracker/components/helpers.scss */
.font-size-1 {
  font-size: 1rem;
}

/* line 183, app/assets/stylesheets/cost_tracker/components/helpers.scss */
.font-size-2 {
  font-size: 1.1rem;
}

/* line 187, app/assets/stylesheets/cost_tracker/components/helpers.scss */
.font-size-3 {
  font-size: 1.2rem;
}

/* line 191, app/assets/stylesheets/cost_tracker/components/helpers.scss */
.font-size-4 {
  font-size: 1.35rem;
}

@media (max-width: 1180px) {
  /* line 196, app/assets/stylesheets/cost_tracker/components/helpers.scss */
  .with-top-actions {
    margin-top: 3rem;
  }
  /* line 198, app/assets/stylesheets/cost_tracker/components/helpers.scss */
  .with-top-actions .top-action {
    top: -4rem;
    position: absolute;
    right: 1.05rem;
    left: auto;
    width: calc(99vw - 100px);
    border: 0 !important;
    text-align: right;
  }
  /* line 206, app/assets/stylesheets/cost_tracker/components/helpers.scss */
  .with-top-actions .top-action .button {
    display: inline-block;
    width: auto;
  }
  /* line 211, app/assets/stylesheets/cost_tracker/components/helpers.scss */
  .with-top-actions .top-action-contain {
    width: 0 !important;
    max-width: 0 !important;
    min-width: 0 !important;
    border: 0 !important;
    padding: 0;
    position: relative;
  }
  /* line 218, app/assets/stylesheets/cost_tracker/components/helpers.scss */
  .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;
  }
}

/* line 230, app/assets/stylesheets/cost_tracker/components/helpers.scss */
.sortableHelper {
  z-index: 100000000;
}

@use "sass:math";
/* line 175, app/assets/stylesheets/cost_tracker/components/table.scss */
.status {
  margin: 0.2rem 0;
}

/* line 179, app/assets/stylesheets/cost_tracker/components/table.scss */
table, .table {
  width: 100%;
}

/* line 181, app/assets/stylesheets/cost_tracker/components/table.scss */
table tbody, table .tbody, .table tbody, .table .tbody {
  color: #616162;
}

/* line 185, app/assets/stylesheets/cost_tracker/components/table.scss */
table, .table, .inline-table {
  border-spacing: 0;
  counter-reset: td-counter;
  font-size: 1.3rem;
  background: #fff;
}

/* line 194, app/assets/stylesheets/cost_tracker/components/table.scss */
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, 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, 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 .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, .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, .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 .thead:not(.expandable):not(.last-footer) .th:first-child, .inline-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, .inline-table.can-expanded .thead:not(.expandable):not(.last-footer) th:first-child, .inline-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, .inline-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;
}

/* line 202, app/assets/stylesheets/cost_tracker/components/table.scss */
table.table-transactions, .table.table-transactions, .inline-table.table-transactions {
  background-color: #fff;
}

/* line 204, app/assets/stylesheets/cost_tracker/components/table.scss */
table.table-transactions tbody, table.table-transactions .tbody, .table.table-transactions tbody, .table.table-transactions .tbody, .inline-table.table-transactions tbody, .inline-table.table-transactions .tbody {
  color: #343434;
}

/* line 209, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 214, app/assets/stylesheets/cost_tracker/components/table.scss */
table.table-transactions td input.input-table, table.table-transactions td textarea.input-table, .table.table-transactions td input.input-table, .table.table-transactions td textarea.input-table, .inline-table.table-transactions td input.input-table, .inline-table.table-transactions td textarea.input-table {
  max-width: 10vw !important;
}

/* line 220, app/assets/stylesheets/cost_tracker/components/table.scss */
table.table-transactions td.number input.input-table, table.table-transactions td.number textarea.input-table, .table.table-transactions td.number input.input-table, .table.table-transactions td.number textarea.input-table, .inline-table.table-transactions td.number input.input-table, .inline-table.table-transactions td.number textarea.input-table {
  max-width: 8vw !important;
}

/* line 228, app/assets/stylesheets/cost_tracker/components/table.scss */
table.total .td, table.total td, .table.total .td, .table.total td, .inline-table.total .td, .inline-table.total td {
  min-height: 2rem;
  height: 2rem;
  max-height: 2rem;
}

/* line 234, app/assets/stylesheets/cost_tracker/components/table.scss */
table .empty[colspan], .table .empty[colspan], .inline-table .empty[colspan] {
  text-align: center;
  height: 4rem;
  padding: 0;
  vertical-align: middle;
}

/* line 239, app/assets/stylesheets/cost_tracker/components/table.scss */
table .empty[colspan] span, .table .empty[colspan] span, .inline-table .empty[colspan] span {
  width: 100%;
  text-align: center;
  color: rgba(64, 140, 248, 0.7);
  text-transform: uppercase;
}

/* line 249, app/assets/stylesheets/cost_tracker/components/table.scss */
table.can-default .tr > *:first-child:not(input), 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), .inline-table.can-default tr > *:first-child:not(input) {
  padding-left: 0.7rem !important;
  padding-right: 0.3rem;
  width: 3rem;
  max-width: 3rem;
}

/* line 256, app/assets/stylesheets/cost_tracker/components/table.scss */
table.can-default .tr > input:first-child + *, 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 + *, .inline-table.can-default tr > input:first-child + * {
  padding-left: 0.7rem !important;
  padding-right: 0.3rem;
  width: 3rem;
  max-width: 3rem;
}

/* line 267, app/assets/stylesheets/cost_tracker/components/table.scss */
table.align-top .tbody .td, table.align-top .tbody td, table.align-top tbody .td, table.align-top tbody td, .table.align-top .tbody .td, .table.align-top .tbody td, .table.align-top tbody .td, .table.align-top tbody td, .inline-table.align-top .tbody .td, .inline-table.align-top .tbody td, .inline-table.align-top tbody .td, .inline-table.align-top tbody td {
  vertical-align: top;
}

/* line 273, app/assets/stylesheets/cost_tracker/components/table.scss */
table.table-selectable input + .td, table.table-selectable input + td, .table.table-selectable input + .td, .table.table-selectable input + td, .inline-table.table-selectable input + .td, .inline-table.table-selectable input + td {
  white-space: nowrap !important;
}

/* line 276, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 281, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 286, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 293, app/assets/stylesheets/cost_tracker/components/table.scss */
table.table-selectable .td.actions:first-child, 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, .inline-table.table-selectable td.actions:first-child {
  width: 3rem;
  padding-left: 0.5rem;
}

/* line 296, app/assets/stylesheets/cost_tracker/components/table.scss */
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, .table.table-selectable td.actions:first-child .has-checkbox, .inline-table.table-selectable .td.actions:first-child .has-checkbox, .inline-table.table-selectable td.actions:first-child .has-checkbox {
  margin-right: 0;
}

/* line 305, app/assets/stylesheets/cost_tracker/components/table.scss */
table.table-selectable tr:hover > input:checked + .td, table.table-selectable tr:hover > input:checked + td, table.table-selectable .tr:hover > input:checked + .td, table.table-selectable .tr:hover > input:checked + td, .table.table-selectable tr:hover > input:checked + .td, .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, .inline-table.table-selectable tr:hover > input:checked + td, .inline-table.table-selectable .tr:hover > input:checked + .td, .inline-table.table-selectable .tr:hover > input:checked + td {
  border-left-color: #408cf8;
}

/* line 312, app/assets/stylesheets/cost_tracker/components/table.scss */
table.table-selectable tr.selected .td, table.table-selectable tr.selected td, table.table-selectable .tr.selected .td, table.table-selectable .tr.selected td, .table.table-selectable tr.selected .td, .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, .inline-table.table-selectable tr.selected td, .inline-table.table-selectable .tr.selected .td, .inline-table.table-selectable .tr.selected td {
  background-color: #eef5ff;
}

/* line 316, app/assets/stylesheets/cost_tracker/components/table.scss */
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, 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, .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, .inline-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, .inline-table.table-selectable .tr.selected td .has-checkbox .icon-add_circle:before {
  content: "\e921";
}

/* line 319, app/assets/stylesheets/cost_tracker/components/table.scss */
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, 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, .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, .inline-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, .inline-table.table-selectable .tr.selected td .has-checkbox .icon-add_circle.checkbox-green {
  color: #2cbf55;
}

/* line 323, app/assets/stylesheets/cost_tracker/components/table.scss */
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, 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, .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, .inline-table.table-selectable tr.selected td .has-checkbox .checkbox, .inline-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;
}

/* line 326, app/assets/stylesheets/cost_tracker/components/table.scss */
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, 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, .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, .inline-table.table-selectable tr.selected td .has-checkbox .checkbox:before, .inline-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;
}

/* line 336, app/assets/stylesheets/cost_tracker/components/table.scss */
table.table-selectable tr > input, table.table-selectable .tr > input, .table.table-selectable tr > input, .table.table-selectable .tr > input, .inline-table.table-selectable tr > input, .inline-table.table-selectable .tr > input {
  display: none;
}

/* line 339, app/assets/stylesheets/cost_tracker/components/table.scss */
table.table-selectable tr > input:checked ~ .td, table.table-selectable tr > input:checked ~ td, table.table-selectable .tr > input:checked ~ .td, table.table-selectable .tr > input:checked ~ td, .table.table-selectable tr > input:checked ~ .td, .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, .inline-table.table-selectable tr > input:checked ~ td, .inline-table.table-selectable .tr > input:checked ~ .td, .inline-table.table-selectable .tr > input:checked ~ td {
  background-color: #eef5ff;
}

/* line 342, app/assets/stylesheets/cost_tracker/components/table.scss */
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, 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, .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, .inline-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, .inline-table.table-selectable .tr > input:checked ~ td .has-checkbox .icon-add_circle:before {
  content: "\e921";
}

/* line 354, app/assets/stylesheets/cost_tracker/components/table.scss */
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, 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, .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, .inline-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, .inline-table.table-selectable .tr.auto > input:checked ~ td .has-checkbox .icon-add_circle:before {
  color: #408cf8;
}

/* line 362, app/assets/stylesheets/cost_tracker/components/table.scss */
table.table-selectable tr.auto.selected .td, table.table-selectable tr.auto.selected td, table.table-selectable .tr.auto.selected .td, table.table-selectable .tr.auto.selected td, .table.table-selectable tr.auto.selected .td, .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, .inline-table.table-selectable tr.auto.selected td, .inline-table.table-selectable .tr.auto.selected .td, .inline-table.table-selectable .tr.auto.selected td {
  background-color: #eef5ff;
}

/* line 365, app/assets/stylesheets/cost_tracker/components/table.scss */
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, 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, .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, .inline-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, .inline-table.table-selectable .tr.auto.selected td .has-checkbox .icon-add_circle:before {
  color: #408cf8;
}

/* line 373, app/assets/stylesheets/cost_tracker/components/table.scss */
table.table-selectable tr.manual .td, table.table-selectable tr.manual td, table.table-selectable .tr.manual .td, table.table-selectable .tr.manual td, .table.table-selectable tr.manual .td, .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, .inline-table.table-selectable tr.manual td, .inline-table.table-selectable .tr.manual .td, .inline-table.table-selectable .tr.manual td {
  background-color: #fff;
}

/* line 377, app/assets/stylesheets/cost_tracker/components/table.scss */
table.table-selectable tr.manual:hover .td, table.table-selectable tr.manual:hover td, table.table-selectable .tr.manual:hover .td, table.table-selectable .tr.manual:hover td, .table.table-selectable tr.manual:hover .td, .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, .inline-table.table-selectable tr.manual:hover td, .inline-table.table-selectable .tr.manual:hover .td, .inline-table.table-selectable .tr.manual:hover td {
  background-color: #f7fafe;
}

/* line 385, app/assets/stylesheets/cost_tracker/components/table.scss */
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, 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, .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, .inline-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, .inline-table.table-selectable .tr.manual > input:checked ~ td .has-checkbox .icon-add_circle:before {
  color: #2cbf55;
}

/* line 393, app/assets/stylesheets/cost_tracker/components/table.scss */
table.table-selectable tr.manual.selected .td, table.table-selectable tr.manual.selected td, table.table-selectable .tr.manual.selected .td, table.table-selectable .tr.manual.selected td, .table.table-selectable tr.manual.selected .td, .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, .inline-table.table-selectable tr.manual.selected td, .inline-table.table-selectable .tr.manual.selected .td, .inline-table.table-selectable .tr.manual.selected td {
  background-color: #eef5ff;
}

/* line 396, app/assets/stylesheets/cost_tracker/components/table.scss */
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, 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, .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, .inline-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, .inline-table.table-selectable .tr.manual.selected td .has-checkbox .icon-add_circle:before {
  color: #2cbf55;
}

/* line 407, app/assets/stylesheets/cost_tracker/components/table.scss */
table.table-sortable .thead th, table.table-sortable .thead .th, table.table-sortable thead th, table.table-sortable thead .th, .table.table-sortable .thead th, .table.table-sortable .thead .th, .table.table-sortable thead th, .table.table-sortable thead .th, .inline-table.table-sortable .thead th, .inline-table.table-sortable .thead .th, .inline-table.table-sortable thead th, .inline-table.table-sortable thead .th {
  cursor: pointer;
}

/* line 412, app/assets/stylesheets/cost_tracker/components/table.scss */
table a.sort, .table a.sort, .inline-table a.sort {
  font-size: 1.2rem;
  cursor: pointer;
  margin-left: 0.7rem;
  color: inherit;
}

/* line 417, app/assets/stylesheets/cost_tracker/components/table.scss */
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";
}

/* line 422, app/assets/stylesheets/cost_tracker/components/table.scss */
table a.sort.desc:after, .table a.sort.desc:after, .inline-table a.sort.desc:after {
  content: "\e901";
}

/* line 427, app/assets/stylesheets/cost_tracker/components/table.scss */
table .on-hover, .table .on-hover, .inline-table .on-hover {
  visibility: hidden;
}

/* line 430, app/assets/stylesheets/cost_tracker/components/table.scss */
table .errors, table .error, .table .errors, .table .error, .inline-table .errors, .inline-table .error {
  text-align: inherit;
}

/* line 433, app/assets/stylesheets/cost_tracker/components/table.scss */
table .processing, .table .processing, .inline-table .processing {
  color: #959DB1;
  font-size: 1.3rem;
}

/* line 436, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 444, app/assets/stylesheets/cost_tracker/components/table.scss */
table .descriptions, .table .descriptions, .inline-table .descriptions {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 1.1rem;
}

/* line 447, app/assets/stylesheets/cost_tracker/components/table.scss */
table .descriptions dd, table .descriptions dt, .table .descriptions dd, .table .descriptions dt, .inline-table .descriptions dd, .inline-table .descriptions dt {
  margin-top: 1rem;
  margin-bottom: 0;
}

/* line 451, app/assets/stylesheets/cost_tracker/components/table.scss */
table .descriptions dl, .table .descriptions dl, .inline-table .descriptions dl {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 457, app/assets/stylesheets/cost_tracker/components/table.scss */
table .remove i, .table .remove i, .inline-table .remove i {
  color: #adb3c3;
  font-size: 3rem;
  text-decoration: none;
}

/* line 463, app/assets/stylesheets/cost_tracker/components/table.scss */
table tfoot, table .tfoot, table tbody, table .tbody, .table tfoot, .table .tfoot, .table tbody, .table .tbody, .inline-table tfoot, .inline-table .tfoot, .inline-table tbody, .inline-table .tbody {
  font-size: 1.3rem;
  color: #000;
}

/* line 468, app/assets/stylesheets/cost_tracker/components/table.scss */
table tfoot .link, table .tfoot .link, .table tfoot .link, .table .tfoot .link, .inline-table tfoot .link, .inline-table .tfoot .link {
  white-space: nowrap;
}

/* line 471, app/assets/stylesheets/cost_tracker/components/table.scss */
table tfoot .visible, table .tfoot .visible, .table tfoot .visible, .table .tfoot .visible, .inline-table tfoot .visible, .inline-table .tfoot .visible {
  word-wrap: keep-all;
}

/* line 475, app/assets/stylesheets/cost_tracker/components/table.scss */
table tfoot.last-footer td, table tfoot.last-footer .td, table tfoot.last-footer .th, table tfoot.last-footer th, table .tfoot.last-footer td, table .tfoot.last-footer .td, table .tfoot.last-footer .th, table .tfoot.last-footer th, .table tfoot.last-footer td, .table tfoot.last-footer .td, .table tfoot.last-footer .th, .table tfoot.last-footer th, .table .tfoot.last-footer td, .table .tfoot.last-footer .td, .table .tfoot.last-footer .th, .table .tfoot.last-footer th, .inline-table tfoot.last-footer td, .inline-table tfoot.last-footer .td, .inline-table tfoot.last-footer .th, .inline-table tfoot.last-footer th, .inline-table .tfoot.last-footer td, .inline-table .tfoot.last-footer .td, .inline-table .tfoot.last-footer .th, .inline-table .tfoot.last-footer th {
  padding-top: 3rem;
  padding-bottom: 3.5rem;
}

/* line 480, app/assets/stylesheets/cost_tracker/components/table.scss */
table tfoot.last-footer.small td, table tfoot.last-footer.small .td, table tfoot.last-footer.small .th, table tfoot.last-footer.small th, table .tfoot.last-footer.small td, table .tfoot.last-footer.small .td, table .tfoot.last-footer.small .th, table .tfoot.last-footer.small th, .table tfoot.last-footer.small td, .table tfoot.last-footer.small .td, .table tfoot.last-footer.small .th, .table tfoot.last-footer.small th, .table .tfoot.last-footer.small td, .table .tfoot.last-footer.small .td, .table .tfoot.last-footer.small .th, .table .tfoot.last-footer.small th, .inline-table tfoot.last-footer.small td, .inline-table tfoot.last-footer.small .td, .inline-table tfoot.last-footer.small .th, .inline-table tfoot.last-footer.small th, .inline-table .tfoot.last-footer.small td, .inline-table .tfoot.last-footer.small .td, .inline-table .tfoot.last-footer.small .th, .inline-table .tfoot.last-footer.small th {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* line 488, app/assets/stylesheets/cost_tracker/components/table.scss */
table tbody a.tr, table tbody a.td, table .tbody a.tr, table .tbody a.td, .table tbody a.tr, .table tbody a.td, .table .tbody a.tr, .table .tbody a.td, .inline-table tbody a.tr, .inline-table tbody a.td, .inline-table .tbody a.tr, .inline-table .tbody a.td {
  color: inherit;
}

/* line 491, app/assets/stylesheets/cost_tracker/components/table.scss */
table tbody td:not(.actions) > a, table tbody td:not(.actions) > span > a, table .tbody td:not(.actions) > a, table .tbody td:not(.actions) > span > a, .table tbody td:not(.actions) > a, .table tbody td:not(.actions) > span > a, .table .tbody td:not(.actions) > a, .table .tbody td:not(.actions) > span > a, .inline-table tbody td:not(.actions) > a, .inline-table tbody td:not(.actions) > span > a, .inline-table .tbody td:not(.actions) > a, .inline-table .tbody td:not(.actions) > span > a {
  color: #515151;
}

/* line 493, app/assets/stylesheets/cost_tracker/components/table.scss */
table tbody td:not(.actions) > a:hover, table tbody td:not(.actions) > span > a:hover, table .tbody td:not(.actions) > a:hover, table .tbody td:not(.actions) > span > a:hover, .table tbody td:not(.actions) > a:hover, .table tbody td:not(.actions) > span > a:hover, .table .tbody td:not(.actions) > a:hover, .table .tbody td:not(.actions) > span > a:hover, .inline-table tbody td:not(.actions) > a:hover, .inline-table tbody td:not(.actions) > span > a:hover, .inline-table .tbody td:not(.actions) > a:hover, .inline-table .tbody td:not(.actions) > span > a:hover {
  text-decoration: underline;
}

/* line 498, app/assets/stylesheets/cost_tracker/components/table.scss */
table tbody td a, table tbody .td a, table .tbody td a, table .tbody .td a, .table tbody td a, .table tbody .td a, .table .tbody td a, .table .tbody .td a, .inline-table tbody td a, .inline-table tbody .td a, .inline-table .tbody td a, .inline-table .tbody .td a {
  cursor: pointer;
}

/* line 502, app/assets/stylesheets/cost_tracker/components/table.scss */
table tbody .avatar, table .tbody .avatar, .table tbody .avatar, .table .tbody .avatar, .inline-table tbody .avatar, .inline-table .tbody .avatar {
  width: 2.9rem;
  height: 2.9rem;
}

/* line 506, app/assets/stylesheets/cost_tracker/components/table.scss */
table tbody .avatar-user, table .tbody .avatar-user, .table tbody .avatar-user, .table .tbody .avatar-user, .inline-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;
}

/* line 509, app/assets/stylesheets/cost_tracker/components/table.scss */
table tbody .avatar-user .avatar, table .tbody .avatar-user .avatar, .table tbody .avatar-user .avatar, .table .tbody .avatar-user .avatar, .inline-table tbody .avatar-user .avatar, .inline-table .tbody .avatar-user .avatar {
  margin-right: 1rem;
}

/* line 519, app/assets/stylesheets/cost_tracker/components/table.scss */
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, 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, 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, .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, .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, .table:not(.table-selectable) .tbody.expandable:not(.with-table) > tr > td, .inline-table:not(.table-selectable) tbody.expandable:not(.with-table) > .tr > .td, .inline-table:not(.table-selectable) tbody.expandable:not(.with-table) > .tr > td, .inline-table:not(.table-selectable) tbody.expandable:not(.with-table) > tr > .td, .inline-table:not(.table-selectable) tbody.expandable:not(.with-table) > tr > td, .inline-table:not(.table-selectable) .tbody.expandable:not(.with-table) > .tr > .td, .inline-table:not(.table-selectable) .tbody.expandable:not(.with-table) > .tr > td, .inline-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;
}

/* line 521, app/assets/stylesheets/cost_tracker/components/table.scss */
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, 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, 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, .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, .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, .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, .inline-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, .inline-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, .inline-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, .inline-table:not(.table-selectable) .tbody.expandable:not(.with-table) > tr > td.chart-mark {
  background-color: #edf1f5;
}

/* line 529, app/assets/stylesheets/cost_tracker/components/table.scss */
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, 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, 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, .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, .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, .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, .inline-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, .inline-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, .inline-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, .inline-table:not(.table-selectable) .tbody.expandable:not(.with-table):not(.second-indentation) > tr > td:first-child {
  padding-left: 6.5rem;
}

/* line 538, app/assets/stylesheets/cost_tracker/components/table.scss */
table:not(.table-selectable) tbody.expandable.second-indentation:not(.with-table) > .tr > .td:nth-child(2), table:not(.table-selectable) tbody.expandable.second-indentation:not(.with-table) > .tr > td:nth-child(2), table:not(.table-selectable) tbody.expandable.second-indentation:not(.with-table) > tr > .td:nth-child(2), table:not(.table-selectable) tbody.expandable.second-indentation:not(.with-table) > tr > td:nth-child(2), table:not(.table-selectable) .tbody.expandable.second-indentation:not(.with-table) > .tr > .td:nth-child(2), table:not(.table-selectable) .tbody.expandable.second-indentation:not(.with-table) > .tr > td:nth-child(2), table:not(.table-selectable) .tbody.expandable.second-indentation:not(.with-table) > tr > .td:nth-child(2), table:not(.table-selectable) .tbody.expandable.second-indentation:not(.with-table) > tr > td:nth-child(2), .table:not(.table-selectable) tbody.expandable.second-indentation:not(.with-table) > .tr > .td:nth-child(2), .table:not(.table-selectable) tbody.expandable.second-indentation:not(.with-table) > .tr > td:nth-child(2), .table:not(.table-selectable) tbody.expandable.second-indentation:not(.with-table) > tr > .td:nth-child(2), .table:not(.table-selectable) tbody.expandable.second-indentation:not(.with-table) > tr > td:nth-child(2), .table:not(.table-selectable) .tbody.expandable.second-indentation:not(.with-table) > .tr > .td:nth-child(2), .table:not(.table-selectable) .tbody.expandable.second-indentation:not(.with-table) > .tr > td:nth-child(2), .table:not(.table-selectable) .tbody.expandable.second-indentation:not(.with-table) > tr > .td:nth-child(2), .table:not(.table-selectable) .tbody.expandable.second-indentation:not(.with-table) > tr > td:nth-child(2), .inline-table:not(.table-selectable) tbody.expandable.second-indentation:not(.with-table) > .tr > .td:nth-child(2), .inline-table:not(.table-selectable) tbody.expandable.second-indentation:not(.with-table) > .tr > td:nth-child(2), .inline-table:not(.table-selectable) tbody.expandable.second-indentation:not(.with-table) > tr > .td:nth-child(2), .inline-table:not(.table-selectable) tbody.expandable.second-indentation:not(.with-table) > tr > td:nth-child(2), .inline-table:not(.table-selectable) .tbody.expandable.second-indentation:not(.with-table) > .tr > .td:nth-child(2), .inline-table:not(.table-selectable) .tbody.expandable.second-indentation:not(.with-table) > .tr > td:nth-child(2), .inline-table:not(.table-selectable) .tbody.expandable.second-indentation:not(.with-table) > tr > .td:nth-child(2), .inline-table:not(.table-selectable) .tbody.expandable.second-indentation:not(.with-table) > tr > td:nth-child(2) {
  padding-left: 2.5rem;
}

/* line 545, app/assets/stylesheets/cost_tracker/components/table.scss */
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), .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), .inline-table:not(.table-selectable) .tbody.expandable:not(.with-table) > td.with-table:not(.with-selectable) {
  background-color: #eef5ff !important;
}

/* line 553, app/assets/stylesheets/cost_tracker/components/table.scss */
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, 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, 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, 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, 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, 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, .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, .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, .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, .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, .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, .inline-table:not(.table-selectable) tbody.expandable tr:hover > td, .inline-table:not(.table-selectable) tbody.expandable tr.hover > .td, .inline-table:not(.table-selectable) tbody.expandable tr.hover > td, .inline-table:not(.table-selectable) tbody.expandable .tr:hover > .td, .inline-table:not(.table-selectable) tbody.expandable .tr:hover > td, .inline-table:not(.table-selectable) tbody.expandable .tr.hover > .td, .inline-table:not(.table-selectable) tbody.expandable .tr.hover > td, .inline-table:not(.table-selectable) .tbody.expandable tr:hover > .td, .inline-table:not(.table-selectable) .tbody.expandable tr:hover > td, .inline-table:not(.table-selectable) .tbody.expandable tr.hover > .td, .inline-table:not(.table-selectable) .tbody.expandable tr.hover > td, .inline-table:not(.table-selectable) .tbody.expandable .tr:hover > .td, .inline-table:not(.table-selectable) .tbody.expandable .tr:hover > td, .inline-table:not(.table-selectable) .tbody.expandable .tr.hover > .td, .inline-table:not(.table-selectable) .tbody.expandable .tr.hover > td {
  background-color: #f6f7fb;
}

/* line 555, app/assets/stylesheets/cost_tracker/components/table.scss */
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, 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, 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, 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, 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, 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, .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, .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, .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, .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, .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, .inline-table:not(.table-selectable) tbody.expandable tr:hover > td.chart-mark, .inline-table:not(.table-selectable) tbody.expandable tr.hover > .td.chart-mark, .inline-table:not(.table-selectable) tbody.expandable tr.hover > td.chart-mark, .inline-table:not(.table-selectable) tbody.expandable .tr:hover > .td.chart-mark, .inline-table:not(.table-selectable) tbody.expandable .tr:hover > td.chart-mark, .inline-table:not(.table-selectable) tbody.expandable .tr.hover > .td.chart-mark, .inline-table:not(.table-selectable) tbody.expandable .tr.hover > td.chart-mark, .inline-table:not(.table-selectable) .tbody.expandable tr:hover > .td.chart-mark, .inline-table:not(.table-selectable) .tbody.expandable tr:hover > td.chart-mark, .inline-table:not(.table-selectable) .tbody.expandable tr.hover > .td.chart-mark, .inline-table:not(.table-selectable) .tbody.expandable tr.hover > td.chart-mark, .inline-table:not(.table-selectable) .tbody.expandable .tr:hover > .td.chart-mark, .inline-table:not(.table-selectable) .tbody.expandable .tr:hover > td.chart-mark, .inline-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;
}

/* line 561, app/assets/stylesheets/cost_tracker/components/table.scss */
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, 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, 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, .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, .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, .table:not(.table-selectable) .tbody.expandable .tr:first-child > .td, .inline-table:not(.table-selectable) tbody.expandable tr:first-child > td, .inline-table:not(.table-selectable) tbody.expandable tr:first-child > .td, .inline-table:not(.table-selectable) tbody.expandable .tr:first-child > td, .inline-table:not(.table-selectable) tbody.expandable .tr:first-child > .td, .inline-table:not(.table-selectable) .tbody.expandable tr:first-child > td, .inline-table:not(.table-selectable) .tbody.expandable tr:first-child > .td, .inline-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;
}

/* line 574, app/assets/stylesheets/cost_tracker/components/table.scss */
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, 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, table thead:first-child + .thead tr:first-child td, 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, 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, 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, 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, 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, table .thead:first-child + .thead tr:first-child td, 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, 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, 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, .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, .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, .table thead:first-child + .thead tr:first-child td, .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, .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, .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, .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, .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, .table .thead:first-child + .thead tr:first-child td, .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, .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, .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 + thead .tr:first-child td, .inline-table thead:first-child + thead .tr:first-child .td, .inline-table thead:first-child + thead tr:first-child td, .inline-table thead:first-child + thead tr:first-child .td, .inline-table thead:first-child + .thead .tr:first-child td, .inline-table thead:first-child + .thead .tr:first-child .td, .inline-table thead:first-child + .thead tr:first-child td, .inline-table thead:first-child + .thead tr:first-child .td, .inline-table thead:first-child + tbody .tr:first-child td, .inline-table thead:first-child + tbody .tr:first-child .td, .inline-table thead:first-child + tbody tr:first-child td, .inline-table thead:first-child + tbody tr:first-child .td, .inline-table thead:first-child + .tbody .tr:first-child td, .inline-table thead:first-child + .tbody .tr:first-child .td, .inline-table thead:first-child + .tbody tr:first-child td, .inline-table thead:first-child + .tbody tr:first-child .td, .inline-table .thead:first-child + thead .tr:first-child td, .inline-table .thead:first-child + thead .tr:first-child .td, .inline-table .thead:first-child + thead tr:first-child td, .inline-table .thead:first-child + thead tr:first-child .td, .inline-table .thead:first-child + .thead .tr:first-child td, .inline-table .thead:first-child + .thead .tr:first-child .td, .inline-table .thead:first-child + .thead tr:first-child td, .inline-table .thead:first-child + .thead tr:first-child .td, .inline-table .thead:first-child + tbody .tr:first-child td, .inline-table .thead:first-child + tbody .tr:first-child .td, .inline-table .thead:first-child + tbody tr:first-child td, .inline-table .thead:first-child + tbody tr:first-child .td, .inline-table .thead:first-child + .tbody .tr:first-child td, .inline-table .thead:first-child + .tbody .tr:first-child .td, .inline-table .thead:first-child + .tbody tr:first-child td, .inline-table .thead:first-child + .tbody tr:first-child .td {
  border-top: 0 none !important;
}

/* line 583, app/assets/stylesheets/cost_tracker/components/table.scss */
table thead.expandable, table .thead.expandable, .table thead.expandable, .table .thead.expandable, .inline-table thead.expandable, .inline-table .thead.expandable {
  cursor: pointer;
}

/* line 586, app/assets/stylesheets/cost_tracker/components/table.scss */
table thead.expandable .arrow:before, table .thead.expandable .arrow:before, .table thead.expandable .arrow:before, .table .thead.expandable .arrow:before, .inline-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;
}

/* line 592, app/assets/stylesheets/cost_tracker/components/table.scss */
table thead.expandable .th.td, table .thead.expandable .th.td, .table thead.expandable .th.td, .table .thead.expandable .th.td, .inline-table thead.expandable .th.td, .inline-table .thead.expandable .th.td {
  text-transform: none;
  font-size: 1.4rem;
  font-weight: normal;
}

/* line 596, app/assets/stylesheets/cost_tracker/components/table.scss */
table thead.expandable .th.td:first-child, 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, .inline-table .thead.expandable .th.td:first-child {
  text-align: left;
}

/* line 600, app/assets/stylesheets/cost_tracker/components/table.scss */
table thead.expandable + .tbody, table thead.expandable + tbody, table .thead.expandable + .tbody, table .thead.expandable + tbody, .table thead.expandable + .tbody, .table thead.expandable + tbody, .table .thead.expandable + .tbody, .table .thead.expandable + tbody, .inline-table thead.expandable + .tbody, .inline-table thead.expandable + tbody, .inline-table .thead.expandable + .tbody, .inline-table .thead.expandable + tbody {
  display: none;
}

/* line 604, app/assets/stylesheets/cost_tracker/components/table.scss */
table thead.expandable.expanded + tbody, table thead.expandable.expanded + .tbody, table .thead.expandable.expanded + tbody, table .thead.expandable.expanded + .tbody, .table thead.expandable.expanded + tbody, .table thead.expandable.expanded + .tbody, .table .thead.expandable.expanded + tbody, .table .thead.expandable.expanded + .tbody, .inline-table thead.expandable.expanded + tbody, .inline-table thead.expandable.expanded + .tbody, .inline-table .thead.expandable.expanded + tbody, .inline-table .thead.expandable.expanded + .tbody {
  display: table-row-group;
}

/* line 608, app/assets/stylesheets/cost_tracker/components/table.scss */
table thead.expandable.expanded .arrow:before, 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, .inline-table .thead.expandable.expanded .arrow:before {
  content: "\e90a";
}

/* line 617, app/assets/stylesheets/cost_tracker/components/table.scss */
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], .table .thead.expandable.with-table.expanded:hover + tbody td[colspan], .inline-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;
}

/* line 624, app/assets/stylesheets/cost_tracker/components/table.scss */
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, .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, .inline-table .thead.expandable.with-table.expanded + tbody:not(.with-selectable) td[colspan] td:first-child {
  border-left-color: transparent !important;
}

/* line 630, app/assets/stylesheets/cost_tracker/components/table.scss */
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], .table .thead.expandable.with-table.expanded + tbody.with-selectable td[colspan], .inline-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;
}

/* line 639, app/assets/stylesheets/cost_tracker/components/table.scss */
table tbody tr, table tbody .tr, table .tbody tr, table .tbody .tr, table thead.expandable tr, table thead.expandable .tr, .table tbody tr, .table tbody .tr, .table .tbody tr, .table .tbody .tr, .table thead.expandable tr, .table thead.expandable .tr, .inline-table tbody tr, .inline-table tbody .tr, .inline-table .tbody tr, .inline-table .tbody .tr, .inline-table thead.expandable tr, .inline-table thead.expandable .tr {
  counter-increment: td-counter;
}

/* line 644, app/assets/stylesheets/cost_tracker/components/table.scss */
table tbody 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 a, table tbody tr:not(:hover):not(.hover) .td.hoverable label, table tbody .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 a, table tbody .tr:not(:hover):not(.hover) .td.hoverable label, table .tbody 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 a, table .tbody tr:not(:hover):not(.hover) .td.hoverable label, table .tbody .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 a, table .tbody .tr:not(:hover):not(.hover) .td.hoverable label, table thead.expandable tr:not(:hover):not(.hover) td.hoverable a, table thead.expandable tr:not(:hover):not(.hover) td.hoverable label, table thead.expandable tr:not(:hover):not(.hover) .td.hoverable a, table thead.expandable tr:not(:hover):not(.hover) .td.hoverable label, table thead.expandable .tr:not(:hover):not(.hover) td.hoverable a, table thead.expandable .tr:not(:hover):not(.hover) td.hoverable label, table thead.expandable .tr:not(:hover):not(.hover) .td.hoverable a, table thead.expandable .tr:not(:hover):not(.hover) .td.hoverable label, .table tbody 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 a, .table tbody tr:not(:hover):not(.hover) .td.hoverable label, .table tbody .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 a, .table tbody .tr:not(:hover):not(.hover) .td.hoverable label, .table .tbody 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 a, .table .tbody tr:not(:hover):not(.hover) .td.hoverable label, .table .tbody .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 a, .table .tbody .tr:not(:hover):not(.hover) .td.hoverable label, .table thead.expandable tr:not(:hover):not(.hover) td.hoverable a, .table thead.expandable tr:not(:hover):not(.hover) td.hoverable label, .table thead.expandable tr:not(:hover):not(.hover) .td.hoverable a, .table thead.expandable tr:not(:hover):not(.hover) .td.hoverable label, .table thead.expandable .tr:not(:hover):not(.hover) td.hoverable a, .table thead.expandable .tr:not(:hover):not(.hover) td.hoverable label, .table thead.expandable .tr:not(:hover):not(.hover) .td.hoverable a, .table thead.expandable .tr:not(:hover):not(.hover) .td.hoverable label, .inline-table tbody tr:not(:hover):not(.hover) td.hoverable a, .inline-table tbody tr:not(:hover):not(.hover) td.hoverable label, .inline-table tbody tr:not(:hover):not(.hover) .td.hoverable a, .inline-table tbody tr:not(:hover):not(.hover) .td.hoverable label, .inline-table tbody .tr:not(:hover):not(.hover) td.hoverable a, .inline-table tbody .tr:not(:hover):not(.hover) td.hoverable label, .inline-table tbody .tr:not(:hover):not(.hover) .td.hoverable a, .inline-table tbody .tr:not(:hover):not(.hover) .td.hoverable label, .inline-table .tbody tr:not(:hover):not(.hover) td.hoverable a, .inline-table .tbody tr:not(:hover):not(.hover) td.hoverable label, .inline-table .tbody tr:not(:hover):not(.hover) .td.hoverable a, .inline-table .tbody tr:not(:hover):not(.hover) .td.hoverable label, .inline-table .tbody .tr:not(:hover):not(.hover) td.hoverable a, .inline-table .tbody .tr:not(:hover):not(.hover) td.hoverable label, .inline-table .tbody .tr:not(:hover):not(.hover) .td.hoverable a, .inline-table .tbody .tr:not(:hover):not(.hover) .td.hoverable label, .inline-table thead.expandable tr:not(:hover):not(.hover) td.hoverable a, .inline-table thead.expandable tr:not(:hover):not(.hover) td.hoverable label, .inline-table thead.expandable tr:not(:hover):not(.hover) .td.hoverable a, .inline-table thead.expandable tr:not(:hover):not(.hover) .td.hoverable label, .inline-table thead.expandable .tr:not(:hover):not(.hover) td.hoverable a, .inline-table thead.expandable .tr:not(:hover):not(.hover) td.hoverable label, .inline-table thead.expandable .tr:not(:hover):not(.hover) .td.hoverable a, .inline-table thead.expandable .tr:not(:hover):not(.hover) .td.hoverable label {
  filter: grayscale(100%);
  opacity: 0.5;
}

/* line 647, app/assets/stylesheets/cost_tracker/components/table.scss */
table tbody 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 a i, table tbody tr:not(:hover):not(.hover) .td.hoverable label i, table tbody .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 a i, table tbody .tr:not(:hover):not(.hover) .td.hoverable label i, table .tbody 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 a i, table .tbody tr:not(:hover):not(.hover) .td.hoverable label i, table .tbody .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 a i, table .tbody .tr:not(:hover):not(.hover) .td.hoverable label i, table thead.expandable tr:not(:hover):not(.hover) td.hoverable a i, table thead.expandable tr:not(:hover):not(.hover) td.hoverable label i, table thead.expandable tr:not(:hover):not(.hover) .td.hoverable a i, table thead.expandable tr:not(:hover):not(.hover) .td.hoverable label i, table thead.expandable .tr:not(:hover):not(.hover) td.hoverable a i, table thead.expandable .tr:not(:hover):not(.hover) td.hoverable label i, table thead.expandable .tr:not(:hover):not(.hover) .td.hoverable a i, table thead.expandable .tr:not(:hover):not(.hover) .td.hoverable label i, .table tbody 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 a i, .table tbody tr:not(:hover):not(.hover) .td.hoverable label i, .table tbody .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 a i, .table tbody .tr:not(:hover):not(.hover) .td.hoverable label i, .table .tbody 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 a i, .table .tbody tr:not(:hover):not(.hover) .td.hoverable label i, .table .tbody .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 a i, .table .tbody .tr:not(:hover):not(.hover) .td.hoverable label i, .table thead.expandable tr:not(:hover):not(.hover) td.hoverable a i, .table thead.expandable tr:not(:hover):not(.hover) td.hoverable label i, .table thead.expandable tr:not(:hover):not(.hover) .td.hoverable a i, .table thead.expandable tr:not(:hover):not(.hover) .td.hoverable label i, .table thead.expandable .tr:not(:hover):not(.hover) td.hoverable a i, .table thead.expandable .tr:not(:hover):not(.hover) td.hoverable label i, .table thead.expandable .tr:not(:hover):not(.hover) .td.hoverable a i, .table thead.expandable .tr:not(:hover):not(.hover) .td.hoverable label i, .inline-table tbody tr:not(:hover):not(.hover) td.hoverable a i, .inline-table tbody tr:not(:hover):not(.hover) td.hoverable label i, .inline-table tbody tr:not(:hover):not(.hover) .td.hoverable a i, .inline-table tbody tr:not(:hover):not(.hover) .td.hoverable label i, .inline-table tbody .tr:not(:hover):not(.hover) td.hoverable a i, .inline-table tbody .tr:not(:hover):not(.hover) td.hoverable label i, .inline-table tbody .tr:not(:hover):not(.hover) .td.hoverable a i, .inline-table tbody .tr:not(:hover):not(.hover) .td.hoverable label i, .inline-table .tbody tr:not(:hover):not(.hover) td.hoverable a i, .inline-table .tbody tr:not(:hover):not(.hover) td.hoverable label i, .inline-table .tbody tr:not(:hover):not(.hover) .td.hoverable a i, .inline-table .tbody tr:not(:hover):not(.hover) .td.hoverable label i, .inline-table .tbody .tr:not(:hover):not(.hover) td.hoverable a i, .inline-table .tbody .tr:not(:hover):not(.hover) td.hoverable label i, .inline-table .tbody .tr:not(:hover):not(.hover) .td.hoverable a i, .inline-table .tbody .tr:not(:hover):not(.hover) .td.hoverable label i, .inline-table thead.expandable tr:not(:hover):not(.hover) td.hoverable a i, .inline-table thead.expandable tr:not(:hover):not(.hover) td.hoverable label i, .inline-table thead.expandable tr:not(:hover):not(.hover) .td.hoverable a i, .inline-table thead.expandable tr:not(:hover):not(.hover) .td.hoverable label i, .inline-table thead.expandable .tr:not(:hover):not(.hover) td.hoverable a i, .inline-table thead.expandable .tr:not(:hover):not(.hover) td.hoverable label i, .inline-table thead.expandable .tr:not(:hover):not(.hover) .td.hoverable a i, .inline-table thead.expandable .tr:not(:hover):not(.hover) .td.hoverable label i {
  color: rgba(0, 0, 0, 0.3);
}

/* line 657, app/assets/stylesheets/cost_tracker/components/table.scss */
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.hover:not(.un-hover) > td:first-child:not(.un-border), table tbody tr.hover:not(.un-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), table tbody .tr.hover:not(.un-hover) > td:first-child:not(.un-border), table tbody .tr.hover:not(.un-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), table .tbody tr.hover:not(.un-hover) > td:first-child:not(.un-border), table .tbody tr.hover:not(.un-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), table .tbody .tr.hover:not(.un-hover) > td:first-child:not(.un-border), table .tbody .tr.hover:not(.un-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), table thead.expandable tr.hover:not(.un-hover) > td:first-child:not(.un-border), table thead.expandable tr.hover:not(.un-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), table thead.expandable .tr.hover:not(.un-hover) > td:first-child:not(.un-border), table thead.expandable .tr.hover:not(.un-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), .table tbody tr.hover:not(.un-hover) > td:first-child:not(.un-border), .table tbody tr.hover:not(.un-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), .table tbody .tr.hover:not(.un-hover) > td:first-child:not(.un-border), .table tbody .tr.hover:not(.un-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), .table .tbody tr.hover:not(.un-hover) > td:first-child:not(.un-border), .table .tbody tr.hover:not(.un-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), .table .tbody .tr.hover:not(.un-hover) > td:first-child:not(.un-border), .table .tbody .tr.hover:not(.un-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), .table thead.expandable tr.hover:not(.un-hover) > td:first-child:not(.un-border), .table thead.expandable tr.hover:not(.un-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), .table thead.expandable .tr.hover:not(.un-hover) > td:first-child:not(.un-border), .table thead.expandable .tr.hover:not(.un-hover) > .td:first-child:not(.un-border), .inline-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), .inline-table tbody tr.hover:not(.un-hover) > td:first-child:not(.un-border), .inline-table tbody tr.hover:not(.un-hover) > .td:first-child:not(.un-border), .inline-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), .inline-table tbody .tr.hover:not(.un-hover) > td:first-child:not(.un-border), .inline-table tbody .tr.hover:not(.un-hover) > .td:first-child:not(.un-border), .inline-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), .inline-table .tbody tr.hover:not(.un-hover) > td:first-child:not(.un-border), .inline-table .tbody tr.hover:not(.un-hover) > .td:first-child:not(.un-border), .inline-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), .inline-table .tbody .tr.hover:not(.un-hover) > td:first-child:not(.un-border), .inline-table .tbody .tr.hover:not(.un-hover) > .td:first-child:not(.un-border), .inline-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), .inline-table thead.expandable tr.hover:not(.un-hover) > td:first-child:not(.un-border), .inline-table thead.expandable tr.hover:not(.un-hover) > .td:first-child:not(.un-border), .inline-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), .inline-table thead.expandable .tr.hover:not(.un-hover) > td:first-child:not(.un-border), .inline-table thead.expandable .tr.hover:not(.un-hover) > .td:first-child:not(.un-border) {
  border-left: 2px solid #408cf8;
}

/* line 666, app/assets/stylesheets/cost_tracker/components/table.scss */
table tbody tr:not(.un-hover):hover > td .on-hover, table tbody tr:not(.un-hover):hover > .td .on-hover, table tbody tr.hover:not(.un-hover) > td .on-hover, table tbody tr.hover:not(.un-hover) > .td .on-hover, table tbody .tr:not(.un-hover):hover > td .on-hover, table tbody .tr:not(.un-hover):hover > .td .on-hover, table tbody .tr.hover:not(.un-hover) > td .on-hover, table tbody .tr.hover:not(.un-hover) > .td .on-hover, table .tbody tr:not(.un-hover):hover > td .on-hover, table .tbody tr:not(.un-hover):hover > .td .on-hover, table .tbody tr.hover:not(.un-hover) > td .on-hover, table .tbody tr.hover:not(.un-hover) > .td .on-hover, table .tbody .tr:not(.un-hover):hover > td .on-hover, table .tbody .tr:not(.un-hover):hover > .td .on-hover, table .tbody .tr.hover:not(.un-hover) > td .on-hover, table .tbody .tr.hover:not(.un-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, table thead.expandable tr.hover:not(.un-hover) > td .on-hover, table thead.expandable tr.hover:not(.un-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, table thead.expandable .tr.hover:not(.un-hover) > td .on-hover, table thead.expandable .tr.hover:not(.un-hover) > .td .on-hover, .table tbody tr:not(.un-hover):hover > td .on-hover, .table tbody tr:not(.un-hover):hover > .td .on-hover, .table tbody tr.hover:not(.un-hover) > td .on-hover, .table tbody tr.hover:not(.un-hover) > .td .on-hover, .table tbody .tr:not(.un-hover):hover > td .on-hover, .table tbody .tr:not(.un-hover):hover > .td .on-hover, .table tbody .tr.hover:not(.un-hover) > td .on-hover, .table tbody .tr.hover:not(.un-hover) > .td .on-hover, .table .tbody tr:not(.un-hover):hover > td .on-hover, .table .tbody tr:not(.un-hover):hover > .td .on-hover, .table .tbody tr.hover:not(.un-hover) > td .on-hover, .table .tbody tr.hover:not(.un-hover) > .td .on-hover, .table .tbody .tr:not(.un-hover):hover > td .on-hover, .table .tbody .tr:not(.un-hover):hover > .td .on-hover, .table .tbody .tr.hover:not(.un-hover) > td .on-hover, .table .tbody .tr.hover:not(.un-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, .table thead.expandable tr.hover:not(.un-hover) > td .on-hover, .table thead.expandable tr.hover:not(.un-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, .table thead.expandable .tr.hover:not(.un-hover) > td .on-hover, .table thead.expandable .tr.hover:not(.un-hover) > .td .on-hover, .inline-table tbody tr:not(.un-hover):hover > td .on-hover, .inline-table tbody tr:not(.un-hover):hover > .td .on-hover, .inline-table tbody tr.hover:not(.un-hover) > td .on-hover, .inline-table tbody tr.hover:not(.un-hover) > .td .on-hover, .inline-table tbody .tr:not(.un-hover):hover > td .on-hover, .inline-table tbody .tr:not(.un-hover):hover > .td .on-hover, .inline-table tbody .tr.hover:not(.un-hover) > td .on-hover, .inline-table tbody .tr.hover:not(.un-hover) > .td .on-hover, .inline-table .tbody tr:not(.un-hover):hover > td .on-hover, .inline-table .tbody tr:not(.un-hover):hover > .td .on-hover, .inline-table .tbody tr.hover:not(.un-hover) > td .on-hover, .inline-table .tbody tr.hover:not(.un-hover) > .td .on-hover, .inline-table .tbody .tr:not(.un-hover):hover > td .on-hover, .inline-table .tbody .tr:not(.un-hover):hover > .td .on-hover, .inline-table .tbody .tr.hover:not(.un-hover) > td .on-hover, .inline-table .tbody .tr.hover:not(.un-hover) > .td .on-hover, .inline-table thead.expandable tr:not(.un-hover):hover > td .on-hover, .inline-table thead.expandable tr:not(.un-hover):hover > .td .on-hover, .inline-table thead.expandable tr.hover:not(.un-hover) > td .on-hover, .inline-table thead.expandable tr.hover:not(.un-hover) > .td .on-hover, .inline-table thead.expandable .tr:not(.un-hover):hover > td .on-hover, .inline-table thead.expandable .tr:not(.un-hover):hover > .td .on-hover, .inline-table thead.expandable .tr.hover:not(.un-hover) > td .on-hover, .inline-table thead.expandable .tr.hover:not(.un-hover) > .td .on-hover {
  visibility: visible;
}

/* line 669, app/assets/stylesheets/cost_tracker/components/table.scss */
table tbody tr:not(.un-hover):hover > td.mark, table tbody tr:not(.un-hover):hover > .td.mark, table tbody tr.hover:not(.un-hover) > td.mark, table tbody tr.hover:not(.un-hover) > .td.mark, table tbody .tr:not(.un-hover):hover > td.mark, table tbody .tr:not(.un-hover):hover > .td.mark, table tbody .tr.hover:not(.un-hover) > td.mark, table tbody .tr.hover:not(.un-hover) > .td.mark, table .tbody tr:not(.un-hover):hover > td.mark, table .tbody tr:not(.un-hover):hover > .td.mark, table .tbody tr.hover:not(.un-hover) > td.mark, table .tbody tr.hover:not(.un-hover) > .td.mark, table .tbody .tr:not(.un-hover):hover > td.mark, table .tbody .tr:not(.un-hover):hover > .td.mark, table .tbody .tr.hover:not(.un-hover) > td.mark, table .tbody .tr.hover:not(.un-hover) > .td.mark, table thead.expandable tr:not(.un-hover):hover > td.mark, table thead.expandable tr:not(.un-hover):hover > .td.mark, table thead.expandable tr.hover:not(.un-hover) > td.mark, table thead.expandable tr.hover:not(.un-hover) > .td.mark, table thead.expandable .tr:not(.un-hover):hover > td.mark, table thead.expandable .tr:not(.un-hover):hover > .td.mark, table thead.expandable .tr.hover:not(.un-hover) > td.mark, table thead.expandable .tr.hover:not(.un-hover) > .td.mark, .table tbody tr:not(.un-hover):hover > td.mark, .table tbody tr:not(.un-hover):hover > .td.mark, .table tbody tr.hover:not(.un-hover) > td.mark, .table tbody tr.hover:not(.un-hover) > .td.mark, .table tbody .tr:not(.un-hover):hover > td.mark, .table tbody .tr:not(.un-hover):hover > .td.mark, .table tbody .tr.hover:not(.un-hover) > td.mark, .table tbody .tr.hover:not(.un-hover) > .td.mark, .table .tbody tr:not(.un-hover):hover > td.mark, .table .tbody tr:not(.un-hover):hover > .td.mark, .table .tbody tr.hover:not(.un-hover) > td.mark, .table .tbody tr.hover:not(.un-hover) > .td.mark, .table .tbody .tr:not(.un-hover):hover > td.mark, .table .tbody .tr:not(.un-hover):hover > .td.mark, .table .tbody .tr.hover:not(.un-hover) > td.mark, .table .tbody .tr.hover:not(.un-hover) > .td.mark, .table thead.expandable tr:not(.un-hover):hover > td.mark, .table thead.expandable tr:not(.un-hover):hover > .td.mark, .table thead.expandable tr.hover:not(.un-hover) > td.mark, .table thead.expandable tr.hover:not(.un-hover) > .td.mark, .table thead.expandable .tr:not(.un-hover):hover > td.mark, .table thead.expandable .tr:not(.un-hover):hover > .td.mark, .table thead.expandable .tr.hover:not(.un-hover) > td.mark, .table thead.expandable .tr.hover:not(.un-hover) > .td.mark, .inline-table tbody tr:not(.un-hover):hover > td.mark, .inline-table tbody tr:not(.un-hover):hover > .td.mark, .inline-table tbody tr.hover:not(.un-hover) > td.mark, .inline-table tbody tr.hover:not(.un-hover) > .td.mark, .inline-table tbody .tr:not(.un-hover):hover > td.mark, .inline-table tbody .tr:not(.un-hover):hover > .td.mark, .inline-table tbody .tr.hover:not(.un-hover) > td.mark, .inline-table tbody .tr.hover:not(.un-hover) > .td.mark, .inline-table .tbody tr:not(.un-hover):hover > td.mark, .inline-table .tbody tr:not(.un-hover):hover > .td.mark, .inline-table .tbody tr.hover:not(.un-hover) > td.mark, .inline-table .tbody tr.hover:not(.un-hover) > .td.mark, .inline-table .tbody .tr:not(.un-hover):hover > td.mark, .inline-table .tbody .tr:not(.un-hover):hover > .td.mark, .inline-table .tbody .tr.hover:not(.un-hover) > td.mark, .inline-table .tbody .tr.hover:not(.un-hover) > .td.mark, .inline-table thead.expandable tr:not(.un-hover):hover > td.mark, .inline-table thead.expandable tr:not(.un-hover):hover > .td.mark, .inline-table thead.expandable tr.hover:not(.un-hover) > td.mark, .inline-table thead.expandable tr.hover:not(.un-hover) > .td.mark, .inline-table thead.expandable .tr:not(.un-hover):hover > td.mark, .inline-table thead.expandable .tr:not(.un-hover):hover > .td.mark, .inline-table thead.expandable .tr.hover:not(.un-hover) > td.mark, .inline-table thead.expandable .tr.hover:not(.un-hover) > .td.mark {
  background-color: #e6f0ff;
}

/* line 672, app/assets/stylesheets/cost_tracker/components/table.scss */
table tbody tr:not(.un-hover):hover > td.chart-mark, table tbody tr:not(.un-hover):hover > .td.chart-mark, table tbody tr.hover:not(.un-hover) > td.chart-mark, table tbody tr.hover:not(.un-hover) > .td.chart-mark, table tbody .tr:not(.un-hover):hover > td.chart-mark, table tbody .tr:not(.un-hover):hover > .td.chart-mark, table tbody .tr.hover:not(.un-hover) > td.chart-mark, table tbody .tr.hover:not(.un-hover) > .td.chart-mark, table .tbody tr:not(.un-hover):hover > td.chart-mark, table .tbody tr:not(.un-hover):hover > .td.chart-mark, table .tbody tr.hover:not(.un-hover) > td.chart-mark, table .tbody tr.hover:not(.un-hover) > .td.chart-mark, table .tbody .tr:not(.un-hover):hover > td.chart-mark, table .tbody .tr:not(.un-hover):hover > .td.chart-mark, table .tbody .tr.hover:not(.un-hover) > td.chart-mark, table .tbody .tr.hover:not(.un-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, table thead.expandable tr.hover:not(.un-hover) > td.chart-mark, table thead.expandable tr.hover:not(.un-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, table thead.expandable .tr.hover:not(.un-hover) > td.chart-mark, table thead.expandable .tr.hover:not(.un-hover) > .td.chart-mark, .table tbody tr:not(.un-hover):hover > td.chart-mark, .table tbody tr:not(.un-hover):hover > .td.chart-mark, .table tbody tr.hover:not(.un-hover) > td.chart-mark, .table tbody tr.hover:not(.un-hover) > .td.chart-mark, .table tbody .tr:not(.un-hover):hover > td.chart-mark, .table tbody .tr:not(.un-hover):hover > .td.chart-mark, .table tbody .tr.hover:not(.un-hover) > td.chart-mark, .table tbody .tr.hover:not(.un-hover) > .td.chart-mark, .table .tbody tr:not(.un-hover):hover > td.chart-mark, .table .tbody tr:not(.un-hover):hover > .td.chart-mark, .table .tbody tr.hover:not(.un-hover) > td.chart-mark, .table .tbody tr.hover:not(.un-hover) > .td.chart-mark, .table .tbody .tr:not(.un-hover):hover > td.chart-mark, .table .tbody .tr:not(.un-hover):hover > .td.chart-mark, .table .tbody .tr.hover:not(.un-hover) > td.chart-mark, .table .tbody .tr.hover:not(.un-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, .table thead.expandable tr.hover:not(.un-hover) > td.chart-mark, .table thead.expandable tr.hover:not(.un-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, .table thead.expandable .tr.hover:not(.un-hover) > td.chart-mark, .table thead.expandable .tr.hover:not(.un-hover) > .td.chart-mark, .inline-table tbody tr:not(.un-hover):hover > td.chart-mark, .inline-table tbody tr:not(.un-hover):hover > .td.chart-mark, .inline-table tbody tr.hover:not(.un-hover) > td.chart-mark, .inline-table tbody tr.hover:not(.un-hover) > .td.chart-mark, .inline-table tbody .tr:not(.un-hover):hover > td.chart-mark, .inline-table tbody .tr:not(.un-hover):hover > .td.chart-mark, .inline-table tbody .tr.hover:not(.un-hover) > td.chart-mark, .inline-table tbody .tr.hover:not(.un-hover) > .td.chart-mark, .inline-table .tbody tr:not(.un-hover):hover > td.chart-mark, .inline-table .tbody tr:not(.un-hover):hover > .td.chart-mark, .inline-table .tbody tr.hover:not(.un-hover) > td.chart-mark, .inline-table .tbody tr.hover:not(.un-hover) > .td.chart-mark, .inline-table .tbody .tr:not(.un-hover):hover > td.chart-mark, .inline-table .tbody .tr:not(.un-hover):hover > .td.chart-mark, .inline-table .tbody .tr.hover:not(.un-hover) > td.chart-mark, .inline-table .tbody .tr.hover:not(.un-hover) > .td.chart-mark, .inline-table thead.expandable tr:not(.un-hover):hover > td.chart-mark, .inline-table thead.expandable tr:not(.un-hover):hover > .td.chart-mark, .inline-table thead.expandable tr.hover:not(.un-hover) > td.chart-mark, .inline-table thead.expandable tr.hover:not(.un-hover) > .td.chart-mark, .inline-table thead.expandable .tr:not(.un-hover):hover > td.chart-mark, .inline-table thead.expandable .tr:not(.un-hover):hover > .td.chart-mark, .inline-table thead.expandable .tr.hover:not(.un-hover) > td.chart-mark, .inline-table thead.expandable .tr.hover:not(.un-hover) > .td.chart-mark {
  background-color: #ecedf1;
}

/* line 677, app/assets/stylesheets/cost_tracker/components/table.scss */
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:after, 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:after, table tbody tr.hover:not(.un-hover) > td.has-charts .chart-inside:before, table tbody tr.hover:not(.un-hover) > td.has-charts .chart-inside:after, table tbody tr.hover:not(.un-hover) > .td.has-charts .chart-inside:before, table tbody tr.hover:not(.un-hover) > .td.has-charts .chart-inside:after, 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:after, 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:after, table tbody .tr.hover:not(.un-hover) > td.has-charts .chart-inside:before, table tbody .tr.hover:not(.un-hover) > td.has-charts .chart-inside:after, table tbody .tr.hover:not(.un-hover) > .td.has-charts .chart-inside:before, table tbody .tr.hover:not(.un-hover) > .td.has-charts .chart-inside:after, 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:after, 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:after, table .tbody tr.hover:not(.un-hover) > td.has-charts .chart-inside:before, table .tbody tr.hover:not(.un-hover) > td.has-charts .chart-inside:after, table .tbody tr.hover:not(.un-hover) > .td.has-charts .chart-inside:before, table .tbody tr.hover:not(.un-hover) > .td.has-charts .chart-inside:after, 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:after, 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:after, table .tbody .tr.hover:not(.un-hover) > td.has-charts .chart-inside:before, table .tbody .tr.hover:not(.un-hover) > td.has-charts .chart-inside:after, table .tbody .tr.hover:not(.un-hover) > .td.has-charts .chart-inside:before, table .tbody .tr.hover:not(.un-hover) > .td.has-charts .chart-inside:after, 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:after, 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:after, table thead.expandable tr.hover:not(.un-hover) > td.has-charts .chart-inside:before, table thead.expandable tr.hover:not(.un-hover) > td.has-charts .chart-inside:after, table thead.expandable tr.hover:not(.un-hover) > .td.has-charts .chart-inside:before, table thead.expandable tr.hover:not(.un-hover) > .td.has-charts .chart-inside:after, 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:after, 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:after, table thead.expandable .tr.hover:not(.un-hover) > td.has-charts .chart-inside:before, table thead.expandable .tr.hover:not(.un-hover) > td.has-charts .chart-inside:after, table thead.expandable .tr.hover:not(.un-hover) > .td.has-charts .chart-inside:before, table thead.expandable .tr.hover:not(.un-hover) > .td.has-charts .chart-inside:after, .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:after, .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:after, .table tbody tr.hover:not(.un-hover) > td.has-charts .chart-inside:before, .table tbody tr.hover:not(.un-hover) > td.has-charts .chart-inside:after, .table tbody tr.hover:not(.un-hover) > .td.has-charts .chart-inside:before, .table tbody tr.hover:not(.un-hover) > .td.has-charts .chart-inside:after, .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:after, .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:after, .table tbody .tr.hover:not(.un-hover) > td.has-charts .chart-inside:before, .table tbody .tr.hover:not(.un-hover) > td.has-charts .chart-inside:after, .table tbody .tr.hover:not(.un-hover) > .td.has-charts .chart-inside:before, .table tbody .tr.hover:not(.un-hover) > .td.has-charts .chart-inside:after, .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:after, .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:after, .table .tbody tr.hover:not(.un-hover) > td.has-charts .chart-inside:before, .table .tbody tr.hover:not(.un-hover) > td.has-charts .chart-inside:after, .table .tbody tr.hover:not(.un-hover) > .td.has-charts .chart-inside:before, .table .tbody tr.hover:not(.un-hover) > .td.has-charts .chart-inside:after, .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:after, .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:after, .table .tbody .tr.hover:not(.un-hover) > td.has-charts .chart-inside:before, .table .tbody .tr.hover:not(.un-hover) > td.has-charts .chart-inside:after, .table .tbody .tr.hover:not(.un-hover) > .td.has-charts .chart-inside:before, .table .tbody .tr.hover:not(.un-hover) > .td.has-charts .chart-inside:after, .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:after, .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:after, .table thead.expandable tr.hover:not(.un-hover) > td.has-charts .chart-inside:before, .table thead.expandable tr.hover:not(.un-hover) > td.has-charts .chart-inside:after, .table thead.expandable tr.hover:not(.un-hover) > .td.has-charts .chart-inside:before, .table thead.expandable tr.hover:not(.un-hover) > .td.has-charts .chart-inside:after, .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:after, .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:after, .table thead.expandable .tr.hover:not(.un-hover) > td.has-charts .chart-inside:before, .table thead.expandable .tr.hover:not(.un-hover) > td.has-charts .chart-inside:after, .table thead.expandable .tr.hover:not(.un-hover) > .td.has-charts .chart-inside:before, .table thead.expandable .tr.hover:not(.un-hover) > .td.has-charts .chart-inside:after, .inline-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:after, .inline-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:after, .inline-table tbody tr.hover:not(.un-hover) > td.has-charts .chart-inside:before, .inline-table tbody tr.hover:not(.un-hover) > td.has-charts .chart-inside:after, .inline-table tbody tr.hover:not(.un-hover) > .td.has-charts .chart-inside:before, .inline-table tbody tr.hover:not(.un-hover) > .td.has-charts .chart-inside:after, .inline-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:after, .inline-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:after, .inline-table tbody .tr.hover:not(.un-hover) > td.has-charts .chart-inside:before, .inline-table tbody .tr.hover:not(.un-hover) > td.has-charts .chart-inside:after, .inline-table tbody .tr.hover:not(.un-hover) > .td.has-charts .chart-inside:before, .inline-table tbody .tr.hover:not(.un-hover) > .td.has-charts .chart-inside:after, .inline-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:after, .inline-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:after, .inline-table .tbody tr.hover:not(.un-hover) > td.has-charts .chart-inside:before, .inline-table .tbody tr.hover:not(.un-hover) > td.has-charts .chart-inside:after, .inline-table .tbody tr.hover:not(.un-hover) > .td.has-charts .chart-inside:before, .inline-table .tbody tr.hover:not(.un-hover) > .td.has-charts .chart-inside:after, .inline-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:after, .inline-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:after, .inline-table .tbody .tr.hover:not(.un-hover) > td.has-charts .chart-inside:before, .inline-table .tbody .tr.hover:not(.un-hover) > td.has-charts .chart-inside:after, .inline-table .tbody .tr.hover:not(.un-hover) > .td.has-charts .chart-inside:before, .inline-table .tbody .tr.hover:not(.un-hover) > .td.has-charts .chart-inside:after, .inline-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:after, .inline-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:after, .inline-table thead.expandable tr.hover:not(.un-hover) > td.has-charts .chart-inside:before, .inline-table thead.expandable tr.hover:not(.un-hover) > td.has-charts .chart-inside:after, .inline-table thead.expandable tr.hover:not(.un-hover) > .td.has-charts .chart-inside:before, .inline-table thead.expandable tr.hover:not(.un-hover) > .td.has-charts .chart-inside:after, .inline-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:after, .inline-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:after, .inline-table thead.expandable .tr.hover:not(.un-hover) > td.has-charts .chart-inside:before, .inline-table thead.expandable .tr.hover:not(.un-hover) > td.has-charts .chart-inside:after, .inline-table thead.expandable .tr.hover:not(.un-hover) > .td.has-charts .chart-inside:before, .inline-table thead.expandable .tr.hover:not(.un-hover) > .td.has-charts .chart-inside:after {
  background-image: url(/assets/chart-rand-hover-85e9052de7b019d5c4e4d12a3f75a898d620bfd77150c8dd6886d924b36efbfa.png);
}

/* line 684, app/assets/stylesheets/cost_tracker/components/table.scss */
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.hover:not(.un-hover) > input:first-child + td, table tbody tr.hover:not(.un-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, table tbody .tr.hover:not(.un-hover) > input:first-child + td, table tbody .tr.hover:not(.un-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, table .tbody tr.hover:not(.un-hover) > input:first-child + td, table .tbody tr.hover:not(.un-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, table .tbody .tr.hover:not(.un-hover) > input:first-child + td, table .tbody .tr.hover:not(.un-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, table thead.expandable tr.hover:not(.un-hover) > input:first-child + td, table thead.expandable tr.hover:not(.un-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, table thead.expandable .tr.hover:not(.un-hover) > input:first-child + td, table thead.expandable .tr.hover:not(.un-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, .table tbody tr.hover:not(.un-hover) > input:first-child + td, .table tbody tr.hover:not(.un-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, .table tbody .tr.hover:not(.un-hover) > input:first-child + td, .table tbody .tr.hover:not(.un-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, .table .tbody tr.hover:not(.un-hover) > input:first-child + td, .table .tbody tr.hover:not(.un-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, .table .tbody .tr.hover:not(.un-hover) > input:first-child + td, .table .tbody .tr.hover:not(.un-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, .table thead.expandable tr.hover:not(.un-hover) > input:first-child + td, .table thead.expandable tr.hover:not(.un-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, .table thead.expandable .tr.hover:not(.un-hover) > input:first-child + td, .table thead.expandable .tr.hover:not(.un-hover) > input:first-child + .td, .inline-table tbody tr:not(.un-hover):hover > input:first-child + td, .inline-table tbody tr:not(.un-hover):hover > input:first-child + .td, .inline-table tbody tr.hover:not(.un-hover) > input:first-child + td, .inline-table tbody tr.hover:not(.un-hover) > input:first-child + .td, .inline-table tbody .tr:not(.un-hover):hover > input:first-child + td, .inline-table tbody .tr:not(.un-hover):hover > input:first-child + .td, .inline-table tbody .tr.hover:not(.un-hover) > input:first-child + td, .inline-table tbody .tr.hover:not(.un-hover) > input:first-child + .td, .inline-table .tbody tr:not(.un-hover):hover > input:first-child + td, .inline-table .tbody tr:not(.un-hover):hover > input:first-child + .td, .inline-table .tbody tr.hover:not(.un-hover) > input:first-child + td, .inline-table .tbody tr.hover:not(.un-hover) > input:first-child + .td, .inline-table .tbody .tr:not(.un-hover):hover > input:first-child + td, .inline-table .tbody .tr:not(.un-hover):hover > input:first-child + .td, .inline-table .tbody .tr.hover:not(.un-hover) > input:first-child + td, .inline-table .tbody .tr.hover:not(.un-hover) > input:first-child + .td, .inline-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, .inline-table thead.expandable tr.hover:not(.un-hover) > input:first-child + td, .inline-table thead.expandable tr.hover:not(.un-hover) > input:first-child + .td, .inline-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, .inline-table thead.expandable .tr.hover:not(.un-hover) > input:first-child + td, .inline-table thead.expandable .tr.hover:not(.un-hover) > input:first-child + .td {
  border-left: 2px solid #408cf8;
}

/* line 692, app/assets/stylesheets/cost_tracker/components/table.scss */
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.hover:not(.un-hover):not(.un-hover-bg) > td, table tbody tr.hover:not(.un-hover):not(.un-hover-bg) > .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, table tbody .tr.hover:not(.un-hover):not(.un-hover-bg) > td, table tbody .tr.hover:not(.un-hover):not(.un-hover-bg) > .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, table .tbody tr.hover:not(.un-hover):not(.un-hover-bg) > td, table .tbody tr.hover:not(.un-hover):not(.un-hover-bg) > .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, table .tbody .tr.hover:not(.un-hover):not(.un-hover-bg) > td, table .tbody .tr.hover:not(.un-hover):not(.un-hover-bg) > .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, table thead.expandable tr.hover:not(.un-hover):not(.un-hover-bg) > td, table thead.expandable tr.hover:not(.un-hover):not(.un-hover-bg) > .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, table thead.expandable .tr.hover:not(.un-hover):not(.un-hover-bg) > td, table thead.expandable .tr.hover:not(.un-hover):not(.un-hover-bg) > .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, .table tbody tr.hover:not(.un-hover):not(.un-hover-bg) > td, .table tbody tr.hover:not(.un-hover):not(.un-hover-bg) > .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, .table tbody .tr.hover:not(.un-hover):not(.un-hover-bg) > td, .table tbody .tr.hover:not(.un-hover):not(.un-hover-bg) > .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, .table .tbody tr.hover:not(.un-hover):not(.un-hover-bg) > td, .table .tbody tr.hover:not(.un-hover):not(.un-hover-bg) > .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, .table .tbody .tr.hover:not(.un-hover):not(.un-hover-bg) > td, .table .tbody .tr.hover:not(.un-hover):not(.un-hover-bg) > .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, .table thead.expandable tr.hover:not(.un-hover):not(.un-hover-bg) > td, .table thead.expandable tr.hover:not(.un-hover):not(.un-hover-bg) > .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, .table thead.expandable .tr.hover:not(.un-hover):not(.un-hover-bg) > td, .table thead.expandable .tr.hover:not(.un-hover):not(.un-hover-bg) > .td, .inline-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, .inline-table tbody tr.hover:not(.un-hover):not(.un-hover-bg) > td, .inline-table tbody tr.hover:not(.un-hover):not(.un-hover-bg) > .td, .inline-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, .inline-table tbody .tr.hover:not(.un-hover):not(.un-hover-bg) > td, .inline-table tbody .tr.hover:not(.un-hover):not(.un-hover-bg) > .td, .inline-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, .inline-table .tbody tr.hover:not(.un-hover):not(.un-hover-bg) > td, .inline-table .tbody tr.hover:not(.un-hover):not(.un-hover-bg) > .td, .inline-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, .inline-table .tbody .tr.hover:not(.un-hover):not(.un-hover-bg) > td, .inline-table .tbody .tr.hover:not(.un-hover):not(.un-hover-bg) > .td, .inline-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, .inline-table thead.expandable tr.hover:not(.un-hover):not(.un-hover-bg) > td, .inline-table thead.expandable tr.hover:not(.un-hover):not(.un-hover-bg) > .td, .inline-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, .inline-table thead.expandable .tr.hover:not(.un-hover):not(.un-hover-bg) > td, .inline-table thead.expandable .tr.hover:not(.un-hover):not(.un-hover-bg) > .td {
  background-color: #f6f7fb;
}

/* line 703, app/assets/stylesheets/cost_tracker/components/table.scss */
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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, table thead.expandable 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, table thead.expandable 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, table thead.expandable 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, table thead.expandable 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, table thead.expandable 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, table thead.expandable .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, table thead.expandable .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, table thead.expandable .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, table thead.expandable .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, table thead.expandable .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .table thead.expandable 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, .table thead.expandable 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, .table thead.expandable 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, .table thead.expandable 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, .table thead.expandable 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, .table thead.expandable .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, .table thead.expandable .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, .table thead.expandable .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, .table thead.expandable .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, .table thead.expandable .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 tbody tr.un-hover table tr:hover > td:first-child, .inline-table tbody tr.un-hover table tr:hover > .td:first-child, .inline-table tbody tr.un-hover table tr.hover > td:first-child, .inline-table tbody tr.un-hover table tr.hover > .td:first-child, .inline-table tbody tr.un-hover table .tr:hover > td:first-child, .inline-table tbody tr.un-hover table .tr:hover > .td:first-child, .inline-table tbody tr.un-hover table .tr.hover > td:first-child, .inline-table tbody tr.un-hover table .tr.hover > .td:first-child, .inline-table tbody tr.un-hover .table tr:hover > td:first-child, .inline-table tbody tr.un-hover .table tr:hover > .td:first-child, .inline-table tbody tr.un-hover .table tr.hover > td:first-child, .inline-table tbody tr.un-hover .table tr.hover > .td:first-child, .inline-table tbody tr.un-hover .table .tr:hover > td:first-child, .inline-table tbody tr.un-hover .table .tr:hover > .td:first-child, .inline-table tbody tr.un-hover .table .tr.hover > td:first-child, .inline-table tbody tr.un-hover .table .tr.hover > .td:first-child, .inline-table tbody .tr.un-hover table tr:hover > td:first-child, .inline-table tbody .tr.un-hover table tr:hover > .td:first-child, .inline-table tbody .tr.un-hover table tr.hover > td:first-child, .inline-table tbody .tr.un-hover table tr.hover > .td:first-child, .inline-table tbody .tr.un-hover table .tr:hover > td:first-child, .inline-table tbody .tr.un-hover table .tr:hover > .td:first-child, .inline-table tbody .tr.un-hover table .tr.hover > td:first-child, .inline-table tbody .tr.un-hover table .tr.hover > .td:first-child, .inline-table tbody .tr.un-hover .table tr:hover > td:first-child, .inline-table tbody .tr.un-hover .table tr:hover > .td:first-child, .inline-table tbody .tr.un-hover .table tr.hover > td:first-child, .inline-table tbody .tr.un-hover .table tr.hover > .td:first-child, .inline-table tbody .tr.un-hover .table .tr:hover > td:first-child, .inline-table tbody .tr.un-hover .table .tr:hover > .td:first-child, .inline-table tbody .tr.un-hover .table .tr.hover > td:first-child, .inline-table tbody .tr.un-hover .table .tr.hover > .td:first-child, .inline-table .tbody tr.un-hover table tr:hover > td:first-child, .inline-table .tbody tr.un-hover table tr:hover > .td:first-child, .inline-table .tbody tr.un-hover table tr.hover > td:first-child, .inline-table .tbody tr.un-hover table tr.hover > .td:first-child, .inline-table .tbody tr.un-hover table .tr:hover > td:first-child, .inline-table .tbody tr.un-hover table .tr:hover > .td:first-child, .inline-table .tbody tr.un-hover table .tr.hover > td:first-child, .inline-table .tbody tr.un-hover table .tr.hover > .td:first-child, .inline-table .tbody tr.un-hover .table tr:hover > td:first-child, .inline-table .tbody tr.un-hover .table tr:hover > .td:first-child, .inline-table .tbody tr.un-hover .table tr.hover > td:first-child, .inline-table .tbody tr.un-hover .table tr.hover > .td:first-child, .inline-table .tbody tr.un-hover .table .tr:hover > td:first-child, .inline-table .tbody tr.un-hover .table .tr:hover > .td:first-child, .inline-table .tbody tr.un-hover .table .tr.hover > td:first-child, .inline-table .tbody tr.un-hover .table .tr.hover > .td:first-child, .inline-table .tbody .tr.un-hover table tr:hover > td:first-child, .inline-table .tbody .tr.un-hover table tr:hover > .td:first-child, .inline-table .tbody .tr.un-hover table tr.hover > td:first-child, .inline-table .tbody .tr.un-hover table tr.hover > .td:first-child, .inline-table .tbody .tr.un-hover table .tr:hover > td:first-child, .inline-table .tbody .tr.un-hover table .tr:hover > .td:first-child, .inline-table .tbody .tr.un-hover table .tr.hover > td:first-child, .inline-table .tbody .tr.un-hover table .tr.hover > .td:first-child, .inline-table .tbody .tr.un-hover .table tr:hover > td:first-child, .inline-table .tbody .tr.un-hover .table tr:hover > .td:first-child, .inline-table .tbody .tr.un-hover .table tr.hover > td:first-child, .inline-table .tbody .tr.un-hover .table tr.hover > .td:first-child, .inline-table .tbody .tr.un-hover .table .tr:hover > td:first-child, .inline-table .tbody .tr.un-hover .table .tr:hover > .td:first-child, .inline-table .tbody .tr.un-hover .table .tr.hover > td:first-child, .inline-table .tbody .tr.un-hover .table .tr.hover > .td:first-child, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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;
}

/* line 708, app/assets/stylesheets/cost_tracker/components/table.scss */
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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, 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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .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 tbody tr.un-hover table tr:hover > input:first-child + td, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-table .tbody .tr.un-hover .table .tr.hover > input:first-child + .td, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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, .inline-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;
}

/* line 719, app/assets/stylesheets/cost_tracker/components/table.scss */
table tr[data-href], table .tr[data-href], .table tr[data-href], .table .tr[data-href], .inline-table tr[data-href], .inline-table .tr[data-href] {
  cursor: pointer;
}

/* line 723, app/assets/stylesheets/cost_tracker/components/table.scss */
table tr.tall-row td, table tr.tall-row .td, table .tr.tall-row td, table .tr.tall-row .td, .table tr.tall-row td, .table tr.tall-row .td, .table .tr.tall-row td, .table .tr.tall-row .td, .inline-table tr.tall-row td, .inline-table tr.tall-row .td, .inline-table .tr.tall-row td, .inline-table .tr.tall-row .td {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* line 729, app/assets/stylesheets/cost_tracker/components/table.scss */
table tr td:first-child, table tr .td:first-child, table .tr td:first-child, table .tr .td:first-child, .table tr td:first-child, .table tr .td:first-child, .table .tr td:first-child, .table .tr .td:first-child, .inline-table tr td:first-child, .inline-table tr .td:first-child, .inline-table .tr td:first-child, .inline-table .tr .td:first-child {
  border-left: 2px solid transparent;
}

/* line 734, app/assets/stylesheets/cost_tracker/components/table.scss */
table tr > input:first-child + td, table tr > input:first-child + .td, table .tr > input:first-child + td, table .tr > input:first-child + .td, .table tr > input:first-child + td, .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, .inline-table tr > input:first-child + .td, .inline-table .tr > input:first-child + td, .inline-table .tr > input:first-child + .td {
  border-left: 2px solid transparent;
}

/* line 739, app/assets/stylesheets/cost_tracker/components/table.scss */
table tr.default .default-icon, table .tr.default .default-icon, .table tr.default .default-icon, .table .tr.default .default-icon, .inline-table tr.default .default-icon, .inline-table .tr.default .default-icon {
  visibility: visible;
}

/* line 744, app/assets/stylesheets/cost_tracker/components/table.scss */
table tr.disabled .td, table tr.disabled td, table .tr.disabled .td, table .tr.disabled td, .table tr.disabled .td, .table tr.disabled td, .table .tr.disabled .td, .table .tr.disabled td, .inline-table tr.disabled .td, .inline-table tr.disabled td, .inline-table .tr.disabled .td, .inline-table .tr.disabled td {
  opacity: 0.3;
  pointer-events: none;
}

/* line 751, app/assets/stylesheets/cost_tracker/components/table.scss */
table.table-tiny th, table.table-tiny td, table.table-tiny .th, table.table-tiny .td, .table.table-tiny th, .table.table-tiny td, .table.table-tiny .th, .table.table-tiny .td, .inline-table.table-tiny th, .inline-table.table-tiny td, .inline-table.table-tiny .th, .inline-table.table-tiny .td {
  min-height: 2.8rem;
  height: 2.8rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

/* line 756, app/assets/stylesheets/cost_tracker/components/table.scss */
table.table-tiny th.number, table.table-tiny td.number, table.table-tiny .th.number, table.table-tiny .td.number, .table.table-tiny th.number, .table.table-tiny td.number, .table.table-tiny .th.number, .table.table-tiny .td.number, .inline-table.table-tiny th.number, .inline-table.table-tiny td.number, .inline-table.table-tiny .th.number, .inline-table.table-tiny .td.number {
  padding-right: 1rem;
}

/* line 762, app/assets/stylesheets/cost_tracker/components/table.scss */
th, td, .th, .td {
  text-align: left;
  vertical-align: middle;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  word-wrap: break-word;
}

/* line 769, app/assets/stylesheets/cost_tracker/components/table.scss */
th span.count:after, td span.count:after, .th span.count:after, .td span.count:after {
  content: counter(td-counter) ".";
}

/* line 773, app/assets/stylesheets/cost_tracker/components/table.scss */
th.has-status, td.has-status, .th.has-status, .td.has-status {
  text-align: right;
  padding-right: 1rem;
}

/* line 777, app/assets/stylesheets/cost_tracker/components/table.scss */
th.with-currency, td.with-currency, .th.with-currency, .td.with-currency {
  max-width: 60px !important;
  width: 60px !important;
  min-width: 60px !important;
}

/* line 782, app/assets/stylesheets/cost_tracker/components/table.scss */
th.with-table, td.with-table, .th.with-table, .td.with-table {
  padding: 0 !important;
  background-color: #eef5ff !important;
  height: auto;
  min-height: 0;
}

/* line 788, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 796, app/assets/stylesheets/cost_tracker/components/table.scss */
th.with-table tbody td, td.with-table tbody td, .th.with-table tbody td, .td.with-table tbody td {
  border-top-color: #fff;
}

/* line 801, app/assets/stylesheets/cost_tracker/components/table.scss */
th.view-more, td.view-more, .th.view-more, .td.view-more {
  color: #408cf8;
  background-color: #408cf8 !important;
  text-align: center;
  cursor: pointer;
  border-left: 0 none !important;
}

/* line 808, app/assets/stylesheets/cost_tracker/components/table.scss */
th.mark, td.mark, .th.mark, .td.mark {
  padding-left: 1rem;
}

/* line 811, app/assets/stylesheets/cost_tracker/components/table.scss */
th.rtl, td.rtl, .th.rtl, .td.rtl {
  direction: rtl;
}

/* line 814, app/assets/stylesheets/cost_tracker/components/table.scss */
th .has-tooltip, td .has-tooltip, .th .has-tooltip, .td .has-tooltip {
  display: inline-block;
  vertical-align: middle;
}

/* line 818, app/assets/stylesheets/cost_tracker/components/table.scss */
th .default-icon, td .default-icon, .th .default-icon, .td .default-icon {
  visibility: hidden;
}

/* line 820, app/assets/stylesheets/cost_tracker/components/table.scss */
th .default-icon span, td .default-icon span, .th .default-icon span, .td .default-icon span {
  display: inline-block;
  vertical-align: middle;
}

/* line 823, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 833, app/assets/stylesheets/cost_tracker/components/table.scss */
th .color-blue, td .color-blue, .th .color-blue, .td .color-blue {
  color: #408cf8 !important;
}

/* line 836, app/assets/stylesheets/cost_tracker/components/table.scss */
th .color-green, td .color-green, .th .color-green, .td .color-green {
  color: #2cbf55;
}

/* line 839, app/assets/stylesheets/cost_tracker/components/table.scss */
th .color-mute, td .color-mute, .th .color-mute, .td .color-mute {
  color: #d1dbe7;
}

/* line 842, app/assets/stylesheets/cost_tracker/components/table.scss */
th p, td p, .th p, .td p {
  margin: 0;
}

/* line 844, app/assets/stylesheets/cost_tracker/components/table.scss */
th p.small, td p.small, .th p.small, .td p.small {
  font-size: 1rem;
}

/* line 846, app/assets/stylesheets/cost_tracker/components/table.scss */
th p.small.mute, td p.small.mute, .th p.small.mute, .td p.small.mute {
  color: #515151;
}

@media (min-width: 1180px) {
  /* line 852, app/assets/stylesheets/cost_tracker/components/table.scss */
  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%;
  }
}

/* line 3, app/assets/stylesheets/cost_tracker/components/table.scss */
th.number, td.number, .th.number, .td.number {
  text-align: right;
  padding-right: 2rem;
  white-space: nowrap !important;
}

/* line 7, app/assets/stylesheets/cost_tracker/components/table.scss */
th.number.no-padding, td.number.no-padding, .th.number.no-padding, .td.number.no-padding {
  padding-right: 0;
}

/* line 10, app/assets/stylesheets/cost_tracker/components/table.scss */
th.number .input-table, td.number .input-table, .th.number .input-table, .td.number .input-table {
  text-align: right;
  padding-right: 0;
}

/* line 13, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 18, app/assets/stylesheets/cost_tracker/components/table.scss */
th.warning, th.color-red, td.warning, td.color-red, .th.warning, .th.color-red, .td.warning, .td.color-red {
  color: #f65f7b !important;
}

/* line 21, app/assets/stylesheets/cost_tracker/components/table.scss */
th.correct, th.color-green, td.correct, td.color-green, .th.correct, .th.color-green, .td.correct, .td.color-green {
  color: #2cbf55 !important;
}

/* line 24, app/assets/stylesheets/cost_tracker/components/table.scss */
th.upper, td.upper, .th.upper, .td.upper {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
}

/* line 29, app/assets/stylesheets/cost_tracker/components/table.scss */
th.mute, th.color-gray, td.mute, td.color-gray, .th.mute, .th.color-gray, .td.mute, .td.color-gray {
  color: #979ea7;
}

/* line 33, app/assets/stylesheets/cost_tracker/components/table.scss */
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) {
  /* line 39, app/assets/stylesheets/cost_tracker/components/table.scss */
  th.w-50-3, td.w-50-3, .th.w-50-3, .td.w-50-3 {
    width: calc(50vw / 3);
  }
  /* line 42, app/assets/stylesheets/cost_tracker/components/table.scss */
  th.w-50-4, td.w-50-4, .th.w-50-4, .td.w-50-4 {
    width: calc(50vw / 4);
  }
  /* line 45, app/assets/stylesheets/cost_tracker/components/table.scss */
  th.w-50-5, td.w-50-5, .th.w-50-5, .td.w-50-5 {
    width: calc(50vw / 5);
  }
  /* line 48, app/assets/stylesheets/cost_tracker/components/table.scss */
  th.w-50-6, td.w-50-6, .th.w-50-6, .td.w-50-6 {
    width: calc(50vw / 6);
  }
}

/* line 52, app/assets/stylesheets/cost_tracker/components/table.scss */
th.center, td.center, .th.center, .td.center {
  text-align: center;
}

/* line 57, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 63, app/assets/stylesheets/cost_tracker/components/table.scss */
th.total, th.bold, td.total, td.bold, .th.total, .th.bold, .td.total, .td.bold {
  font-weight: bold;
  color: #404040;
}

/* line 67, app/assets/stylesheets/cost_tracker/components/table.scss */
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) {
  /* line 67, app/assets/stylesheets/cost_tracker/components/table.scss */
  th.has-charts, td.has-charts, .th.has-charts, .td.has-charts {
    width: 18rem !important;
    min-width: 18rem !important;
  }
}

@media (max-width: 1180px) {
  /* line 67, app/assets/stylesheets/cost_tracker/components/table.scss */
  th.has-charts, td.has-charts, .th.has-charts, .td.has-charts {
    max-width: 20vw !important;
    width: 18rem !important;
  }
}

/* line 79, app/assets/stylesheets/cost_tracker/components/table.scss */
th.has-charts.short, td.has-charts.short, .th.has-charts.short, .td.has-charts.short {
  padding-right: 0 !important;
}

@media (min-width: 1181px) {
  /* line 79, app/assets/stylesheets/cost_tracker/components/table.scss */
  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) {
  /* line 79, app/assets/stylesheets/cost_tracker/components/table.scss */
  th.has-charts.short, td.has-charts.short, .th.has-charts.short, .td.has-charts.short {
    max-width: 12rem !important;
  }
}

/* line 89, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 96, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 99, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 103, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 106, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 110, app/assets/stylesheets/cost_tracker/components/table.scss */
th.has-charts .chart-addon > * + *, td.has-charts .chart-addon > * + *, .th.has-charts .chart-addon > * + *, .td.has-charts .chart-addon > * + * {
  margin-left: 0.35rem;
}

/* line 116, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 122, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 126, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 128, app/assets/stylesheets/cost_tracker/components/table.scss */
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(-50% + 15px), calc(-100% - 10px));
  position: fixed;
  top: initial;
  left: initial;
  right: initial;
  bottom: initial;
}

/* line 140, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 142, app/assets/stylesheets/cost_tracker/components/table.scss */
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);
}

/* line 146, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 164, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 170, app/assets/stylesheets/cost_tracker/components/table.scss */
th.noborder, td.noborder, .th.noborder, .td.noborder {
  border-top-color: transparent;
}

/* line 861, app/assets/stylesheets/cost_tracker/components/table.scss */
th [data-disparity], td [data-disparity], .th [data-disparity], .td [data-disparity] {
  display: inline-block;
  position: relative;
  bottom: -0.6rem;
}

/* line 865, app/assets/stylesheets/cost_tracker/components/table.scss */
th [data-disparity]:after, td [data-disparity]:after, .th [data-disparity]:after, .td [data-disparity]:after {
  text-align: left;
}

/* line 870, app/assets/stylesheets/cost_tracker/components/table.scss */
th[data-disparity]:after, th [data-disparity]:after, td[data-disparity]:after, td [data-disparity]:after, .th[data-disparity]:after, .th [data-disparity]:after, .td[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;
}

/* line 880, app/assets/stylesheets/cost_tracker/components/table.scss */
th[data-beyond], td[data-beyond], .th[data-beyond], .td[data-beyond] {
  color: #f65f7b;
}

/* line 882, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 891, app/assets/stylesheets/cost_tracker/components/table.scss */
th .icon-thumb_up, td .icon-thumb_up, .th .icon-thumb_up, .td .icon-thumb_up {
  font-size: 2rem;
}

/* line 895, app/assets/stylesheets/cost_tracker/components/table.scss */
th[data-almost], td[data-almost], .th[data-almost], .td[data-almost] {
  color: #2cbf55;
}

/* line 897, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 906, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 914, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 923, app/assets/stylesheets/cost_tracker/components/table.scss */
th.actions.disabled > *, td.actions.disabled > *, .th.actions.disabled > *, .td.actions.disabled > * {
  opacity: 0 !important;
  pointer-events: none;
}

/* line 928, app/assets/stylesheets/cost_tracker/components/table.scss */
th.actions.text-center, td.actions.text-center, .th.actions.text-center, .td.actions.text-center {
  text-align: center;
}

/* line 931, app/assets/stylesheets/cost_tracker/components/table.scss */
th.actions.text-top, td.actions.text-top, .th.actions.text-top, .td.actions.text-top {
  vertical-align: top !important;
}

@media (min-width: 1180px) {
  /* line 934, app/assets/stylesheets/cost_tracker/components/table.scss */
  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) {
  /* line 934, app/assets/stylesheets/cost_tracker/components/table.scss */
  th.actions.with-arrow, td.actions.with-arrow, .th.actions.with-arrow, .td.actions.with-arrow {
    width: 1.5rem;
    padding-right: 1rem !important;
  }
}

/* line 944, app/assets/stylesheets/cost_tracker/components/table.scss */
th.actions > *, td.actions > *, .th.actions > *, .td.actions > * {
  letter-spacing: normal;
  vertical-align: middle;
}

/* line 949, app/assets/stylesheets/cost_tracker/components/table.scss */
th.actions a[class*=" icon-"], th.actions a[class^="icon-"], th.actions a > [class*=" icon-"], th.actions a > [class^="icon-"], td.actions a[class*=" icon-"], td.actions a[class^="icon-"], td.actions a > [class*=" icon-"], td.actions a > [class^="icon-"], .th.actions a[class*=" icon-"], .th.actions a[class^="icon-"], .th.actions a > [class*=" icon-"], .th.actions a > [class^="icon-"], .td.actions a[class*=" icon-"], .td.actions a[class^="icon-"], .td.actions a > [class*=" icon-"], .td.actions a > [class^="icon-"] {
  font-size: 2.3rem;
}

/* line 951, app/assets/stylesheets/cost_tracker/components/table.scss */
th.actions a[class*=" icon-"]:hover, th.actions a[class^="icon-"]:hover, th.actions a > [class*=" icon-"]:hover, th.actions a > [class^="icon-"]:hover, td.actions a[class*=" icon-"]:hover, td.actions a[class^="icon-"]:hover, td.actions a > [class*=" icon-"]:hover, td.actions a > [class^="icon-"]:hover, .th.actions a[class*=" icon-"]:hover, .th.actions a[class^="icon-"]:hover, .th.actions a > [class*=" icon-"]:hover, .th.actions a > [class^="icon-"]:hover, .td.actions a[class*=" icon-"]:hover, .td.actions a[class^="icon-"]:hover, .td.actions a > [class*=" icon-"]:hover, .td.actions a > [class^="icon-"]:hover {
  text-decoration: none;
}

/* line 956, app/assets/stylesheets/cost_tracker/components/table.scss */
th.actions .has-popup, td.actions .has-popup, .th.actions .has-popup, .td.actions .has-popup {
  text-align: left;
}

/* line 958, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 962, app/assets/stylesheets/cost_tracker/components/table.scss */
th.actions.mark, td.actions.mark, .th.actions.mark, .td.actions.mark {
  width: 0;
}

/* line 965, app/assets/stylesheets/cost_tracker/components/table.scss */
th.actions.mark a:before, td.actions.mark a:before, .th.actions.mark a:before, .td.actions.mark a:before {
  font-size: 2rem;
}

/* line 969, app/assets/stylesheets/cost_tracker/components/table.scss */
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";
}

/* line 973, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 981, app/assets/stylesheets/cost_tracker/components/table.scss */
th.actions > * + *, td.actions > * + *, .th.actions > * + *, .td.actions > * + * {
  margin-left: 1rem;
}

/* line 985, app/assets/stylesheets/cost_tracker/components/table.scss */
th.actions .add, td.actions .add, .th.actions .add, .td.actions .add {
  color: #d1dbe7;
}

/* line 987, app/assets/stylesheets/cost_tracker/components/table.scss */
th.actions .add:before, td.actions .add:before, .th.actions .add:before, .td.actions .add:before {
  font-size: 2rem;
}

/* line 992, app/assets/stylesheets/cost_tracker/components/table.scss */
th.actions > a, th.actions > label, th.actions > .has-popup, th.actions > span, td.actions > a, td.actions > label, td.actions > .has-popup, td.actions > span, .th.actions > a, .th.actions > label, .th.actions > .has-popup, .th.actions > span, .td.actions > a, .td.actions > label, .td.actions > .has-popup, .td.actions > span {
  display: inline-block;
  cursor: pointer;
}

/* line 995, app/assets/stylesheets/cost_tracker/components/table.scss */
th.actions > a i, th.actions > label i, th.actions > .has-popup i, th.actions > span i, td.actions > a i, td.actions > label i, td.actions > .has-popup i, td.actions > span i, .th.actions > a i, .th.actions > label i, .th.actions > .has-popup i, .th.actions > span i, .td.actions > a i, .td.actions > label i, .td.actions > .has-popup i, .td.actions > span i {
  vertical-align: middle;
}

/* line 998, app/assets/stylesheets/cost_tracker/components/table.scss */
th.actions > a i + span, th.actions > label i + span, th.actions > .has-popup i + span, th.actions > span i + span, td.actions > a i + span, td.actions > label i + span, td.actions > .has-popup i + span, td.actions > span i + span, .th.actions > a i + span, .th.actions > label i + span, .th.actions > .has-popup i + span, .th.actions > span i + span, .td.actions > a i + span, .td.actions > label i + span, .td.actions > .has-popup i + span, .td.actions > span i + span {
  vertical-align: middle;
  color: #a0a6b9;
  font-size: 1rem;
}

/* line 1004, app/assets/stylesheets/cost_tracker/components/table.scss */
th.actions > a.approve i, th.actions > a.reject i, th.actions > label.approve i, th.actions > label.reject i, th.actions > .has-popup.approve i, th.actions > .has-popup.reject i, th.actions > span.approve i, th.actions > span.reject i, td.actions > a.approve i, td.actions > a.reject i, td.actions > label.approve i, td.actions > label.reject i, td.actions > .has-popup.approve i, td.actions > .has-popup.reject i, td.actions > span.approve i, td.actions > span.reject i, .th.actions > a.approve i, .th.actions > a.reject i, .th.actions > label.approve i, .th.actions > label.reject i, .th.actions > .has-popup.approve i, .th.actions > .has-popup.reject i, .th.actions > span.approve i, .th.actions > span.reject i, .td.actions > a.approve i, .td.actions > a.reject i, .td.actions > label.approve i, .td.actions > label.reject i, .td.actions > .has-popup.approve i, .td.actions > .has-popup.reject i, .td.actions > span.approve i, .td.actions > span.reject i {
  font-size: 2.4rem;
}

/* line 1009, app/assets/stylesheets/cost_tracker/components/table.scss */
th.actions > a.edit i, th.actions > a.delete i, th.actions > label.edit i, th.actions > label.delete i, th.actions > .has-popup.edit i, th.actions > .has-popup.delete i, th.actions > span.edit i, th.actions > span.delete i, td.actions > a.edit i, td.actions > a.delete i, td.actions > label.edit i, td.actions > label.delete i, td.actions > .has-popup.edit i, td.actions > .has-popup.delete i, td.actions > span.edit i, td.actions > span.delete i, .th.actions > a.edit i, .th.actions > a.delete i, .th.actions > label.edit i, .th.actions > label.delete i, .th.actions > .has-popup.edit i, .th.actions > .has-popup.delete i, .th.actions > span.edit i, .th.actions > span.delete i, .td.actions > a.edit i, .td.actions > a.delete i, .td.actions > label.edit i, .td.actions > label.delete i, .td.actions > .has-popup.edit i, .td.actions > .has-popup.delete i, .td.actions > span.edit i, .td.actions > span.delete i {
  font-size: 2.4rem;
}

/* line 1014, app/assets/stylesheets/cost_tracker/components/table.scss */
th.actions > a.edit i, th.actions > label.edit i, th.actions > .has-popup.edit i, th.actions > span.edit i, td.actions > a.edit i, td.actions > label.edit i, td.actions > .has-popup.edit i, td.actions > span.edit i, .th.actions > a.edit i, .th.actions > label.edit i, .th.actions > .has-popup.edit i, .th.actions > span.edit i, .td.actions > a.edit i, .td.actions > label.edit i, .td.actions > .has-popup.edit i, .td.actions > span.edit i {
  color: #faac18;
}

/* line 1019, app/assets/stylesheets/cost_tracker/components/table.scss */
th.actions > a.delete i, th.actions > label.delete i, th.actions > .has-popup.delete i, th.actions > span.delete i, td.actions > a.delete i, td.actions > label.delete i, td.actions > .has-popup.delete i, td.actions > span.delete i, .th.actions > a.delete i, .th.actions > label.delete i, .th.actions > .has-popup.delete i, .th.actions > span.delete i, .td.actions > a.delete i, .td.actions > label.delete i, .td.actions > .has-popup.delete i, .td.actions > span.delete i {
  color: #f65f7b;
}

/* line 1024, app/assets/stylesheets/cost_tracker/components/table.scss */
th.actions > a.approve i, th.actions > label.approve i, th.actions > .has-popup.approve i, th.actions > span.approve i, td.actions > a.approve i, td.actions > label.approve i, td.actions > .has-popup.approve i, td.actions > span.approve i, .th.actions > a.approve i, .th.actions > label.approve i, .th.actions > .has-popup.approve i, .th.actions > span.approve i, .td.actions > a.approve i, .td.actions > label.approve i, .td.actions > .has-popup.approve i, .td.actions > span.approve i {
  color: #2cbf55;
}

/* line 1029, app/assets/stylesheets/cost_tracker/components/table.scss */
th.actions > a.reject i, th.actions > label.reject i, th.actions > .has-popup.reject i, th.actions > span.reject i, td.actions > a.reject i, td.actions > label.reject i, td.actions > .has-popup.reject i, td.actions > span.reject i, .th.actions > a.reject i, .th.actions > label.reject i, .th.actions > .has-popup.reject i, .th.actions > span.reject i, .td.actions > a.reject i, .td.actions > label.reject i, .td.actions > .has-popup.reject i, .td.actions > span.reject i {
  color: #f65f7b;
}

/* line 1033, app/assets/stylesheets/cost_tracker/components/table.scss */
th.actions > a:hover, th.actions > label:hover, th.actions > .has-popup:hover, th.actions > span:hover, td.actions > a:hover, td.actions > label:hover, td.actions > .has-popup:hover, td.actions > span:hover, .th.actions > a:hover, .th.actions > label:hover, .th.actions > .has-popup:hover, .th.actions > span:hover, .td.actions > a:hover, .td.actions > label:hover, .td.actions > .has-popup:hover, .td.actions > span:hover {
  text-decoration: none;
}

/* line 1039, app/assets/stylesheets/cost_tracker/components/table.scss */
.has-child {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  white-space: nowrap;
}

/* line 1043, app/assets/stylesheets/cost_tracker/components/table.scss */
.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%;
}

/* line 3, app/assets/stylesheets/cost_tracker/components/table.scss */
.has-child .as-td.number {
  text-align: right;
  padding-right: 2rem;
  white-space: nowrap !important;
}

/* line 7, app/assets/stylesheets/cost_tracker/components/table.scss */
.has-child .as-td.number.no-padding {
  padding-right: 0;
}

/* line 10, app/assets/stylesheets/cost_tracker/components/table.scss */
.has-child .as-td.number .input-table {
  text-align: right;
  padding-right: 0;
}

/* line 13, app/assets/stylesheets/cost_tracker/components/table.scss */
.has-child .as-td.number .input-table:not(:empty) {
  white-space: nowrap;
}

/* line 18, app/assets/stylesheets/cost_tracker/components/table.scss */
.has-child .as-td.warning, .has-child .as-td.color-red {
  color: #f65f7b !important;
}

/* line 21, app/assets/stylesheets/cost_tracker/components/table.scss */
.has-child .as-td.correct, .has-child .as-td.color-green {
  color: #2cbf55 !important;
}

/* line 24, app/assets/stylesheets/cost_tracker/components/table.scss */
.has-child .as-td.upper {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
}

/* line 29, app/assets/stylesheets/cost_tracker/components/table.scss */
.has-child .as-td.mute, .has-child .as-td.color-gray {
  color: #979ea7;
}

/* line 33, app/assets/stylesheets/cost_tracker/components/table.scss */
.has-child .as-td.no input.input-table {
  width: 5rem;
  padding-right: 0;
}

@media (min-width: 1181px) {
  /* line 39, app/assets/stylesheets/cost_tracker/components/table.scss */
  .has-child .as-td.w-50-3 {
    width: calc(50vw / 3);
  }
  /* line 42, app/assets/stylesheets/cost_tracker/components/table.scss */
  .has-child .as-td.w-50-4 {
    width: calc(50vw / 4);
  }
  /* line 45, app/assets/stylesheets/cost_tracker/components/table.scss */
  .has-child .as-td.w-50-5 {
    width: calc(50vw / 5);
  }
  /* line 48, app/assets/stylesheets/cost_tracker/components/table.scss */
  .has-child .as-td.w-50-6 {
    width: calc(50vw / 6);
  }
}

/* line 52, app/assets/stylesheets/cost_tracker/components/table.scss */
.has-child .as-td.center {
  text-align: center;
}

/* line 57, app/assets/stylesheets/cost_tracker/components/table.scss */
.has-child .as-td.list > span + span:before {
  content: ',';
  padding: 0 0.5rem 0 0;
}

/* line 63, app/assets/stylesheets/cost_tracker/components/table.scss */
.has-child .as-td.total, .has-child .as-td.bold {
  font-weight: bold;
  color: #404040;
}

/* line 67, app/assets/stylesheets/cost_tracker/components/table.scss */
.has-child .as-td.has-charts {
  padding-right: 4rem !important;
  box-sizing: border-box;
  position: relative;
}

@media (min-width: 1181px) {
  /* line 67, app/assets/stylesheets/cost_tracker/components/table.scss */
  .has-child .as-td.has-charts {
    width: 18rem !important;
    min-width: 18rem !important;
  }
}

@media (max-width: 1180px) {
  /* line 67, app/assets/stylesheets/cost_tracker/components/table.scss */
  .has-child .as-td.has-charts {
    max-width: 20vw !important;
    width: 18rem !important;
  }
}

/* line 79, app/assets/stylesheets/cost_tracker/components/table.scss */
.has-child .as-td.has-charts.short {
  padding-right: 0 !important;
}

@media (min-width: 1181px) {
  /* line 79, app/assets/stylesheets/cost_tracker/components/table.scss */
  .has-child .as-td.has-charts.short {
    width: 12rem !important;
    min-width: 12rem !important;
  }
}

@media (max-width: 1180px) {
  /* line 79, app/assets/stylesheets/cost_tracker/components/table.scss */
  .has-child .as-td.has-charts.short {
    max-width: 12rem !important;
  }
}

/* line 89, app/assets/stylesheets/cost_tracker/components/table.scss */
.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;
}

/* line 96, app/assets/stylesheets/cost_tracker/components/table.scss */
.has-child .as-td.has-charts .chart-addon .has-tooltip {
  display: inline-block;
}

/* line 99, app/assets/stylesheets/cost_tracker/components/table.scss */
.has-child .as-td.has-charts .chart-addon .icon-warning {
  color: #ce0152;
  font-size: 1.6rem;
}

/* line 103, app/assets/stylesheets/cost_tracker/components/table.scss */
.has-child .as-td.has-charts .chart-addon .icon-lock {
  color: #8ebaf7;
  font-size: 1.6rem;
}

/* line 106, app/assets/stylesheets/cost_tracker/components/table.scss */
.has-child .as-td.has-charts .chart-addon .icon-lock.warning {
  color: #ce0152;
}

/* line 110, app/assets/stylesheets/cost_tracker/components/table.scss */
.has-child .as-td.has-charts .chart-addon > * + * {
  margin-left: 0.35rem;
}

/* line 116, app/assets/stylesheets/cost_tracker/components/table.scss */
.has-child .as-td.with-avatars .avatars {
  min-width: 12rem;
  margin-left: -0.3rem;
  margin-top: -0.3rem;
  margin-bottom: 0;
  font-size: 0;
}

/* line 122, app/assets/stylesheets/cost_tracker/components/table.scss */
.has-child .as-td.with-avatars .avatars:not(.short) {
  min-width: 12rem;
}

/* line 126, app/assets/stylesheets/cost_tracker/components/table.scss */
.has-child .as-td.with-avatars .avatars .avatar.has-tooltip {
  position: relative;
}

/* line 128, app/assets/stylesheets/cost_tracker/components/table.scss */
.has-child .as-td.with-avatars .avatars .avatar.has-tooltip .tooltip {
  transform: translate(calc(-50% + 15px), calc(-100% - 10px));
  position: fixed;
  top: initial;
  left: initial;
  right: initial;
  bottom: initial;
}

/* line 140, app/assets/stylesheets/cost_tracker/components/table.scss */
.has-child .as-td.with-avatars .avatars.first-arrow .avatar:first-child:not(:only-child) {
  padding-right: 1rem;
}

/* line 142, app/assets/stylesheets/cost_tracker/components/table.scss */
.has-child .as-td.with-avatars .avatars.first-arrow .avatar:first-child:not(:only-child) img {
  right: 1rem;
  width: calc(100% - 1rem);
}

/* line 146, app/assets/stylesheets/cost_tracker/components/table.scss */
.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;
}

/* line 164, app/assets/stylesheets/cost_tracker/components/table.scss */
.has-child .as-td.with-avatars .avatars .avatar {
  margin: 0.3rem 0.3rem 0.3rem 0;
  font-size: 1.2rem;
}

/* line 170, app/assets/stylesheets/cost_tracker/components/table.scss */
.has-child .as-td.noborder {
  border-top-color: transparent;
}

/* line 1054, app/assets/stylesheets/cost_tracker/components/table.scss */
.has-child label.as-td.has-checkbox {
  width: 2.7rem;
}

/* line 1056, app/assets/stylesheets/cost_tracker/components/table.scss */
.has-child label.as-td.has-checkbox + .as-td {
  width: calc(100% - 2.7rem);
}

/* line 1061, app/assets/stylesheets/cost_tracker/components/table.scss */
.with-as {
  white-space: nowrap;
  text-align: right;
}

/* line 1064, app/assets/stylesheets/cost_tracker/components/table.scss */
.with-as.flex {
  display: flex;
  width: 100%;
}

/* line 1067, app/assets/stylesheets/cost_tracker/components/table.scss */
.with-as.flex > .as-th {
  flex: 1 1 auto;
}

/* line 1069, app/assets/stylesheets/cost_tracker/components/table.scss */
.with-as.flex > .as-th.text-wrap {
  min-width: 70px;
}

/* line 1074, app/assets/stylesheets/cost_tracker/components/table.scss */
.with-as.display-flex {
  margin-top: 1rem;
  width: 100%;
  min-height: 2.7rem;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* line 1078, app/assets/stylesheets/cost_tracker/components/table.scss */
.with-as.display-flex + .display-flex {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 1082, app/assets/stylesheets/cost_tracker/components/table.scss */
.with-as.display-flex > .as-th {
  width: 25%;
  margin-bottom: 0;
}

/* line 1085, app/assets/stylesheets/cost_tracker/components/table.scss */
.with-as.display-flex > .as-th.text-wrap {
  min-width: 70px;
}

/* line 1089, app/assets/stylesheets/cost_tracker/components/table.scss */
.with-as.display-flex > .as-td {
  width: 70%;
  margin-left: 5%;
  margin-bottom: 0;
}

/* line 1095, app/assets/stylesheets/cost_tracker/components/table.scss */
.with-as.display-flex .react-datepicker__input-container .input-s {
  width: 9rem !important;
}

/* line 1098, app/assets/stylesheets/cost_tracker/components/table.scss */
.with-as.display-flex .react-datepicker__input-container:after {
  display: none !important;
}

/* line 1103, app/assets/stylesheets/cost_tracker/components/table.scss */
.with-as.display-flex > * {
  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 1108, app/assets/stylesheets/cost_tracker/components/table.scss */
.with-as > * {
  display: inline-block;
}

@media (max-width: 1180px) {
  /* line 1112, app/assets/stylesheets/cost_tracker/components/table.scss */
  .with-as:not(.mobile-as) > * {
    display: block;
  }
}

/* line 1118, app/assets/stylesheets/cost_tracker/components/table.scss */
.with-as .as-th {
  color: #979ea7;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  white-space: nowrap;
}

/* line 1126, app/assets/stylesheets/cost_tracker/components/table.scss */
.with-as .as-th + .as-td .react-datepicker__input-container .input-s {
  width: 11rem;
  font-size: 1.3rem;
}

/* line 1130, app/assets/stylesheets/cost_tracker/components/table.scss */
.with-as .as-th + .as-td .react-datepicker__input-container:after {
  color: #b8bfcd;
  font-size: 1.6rem;
  top: 0.3rem;
}

/* line 1138, app/assets/stylesheets/cost_tracker/components/table.scss */
.with-as .as-td, .with-as .as-th {
  vertical-align: middle;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  word-wrap: break-word;
}

/* line 3, app/assets/stylesheets/cost_tracker/components/table.scss */
.with-as .as-td.number, .with-as .as-th.number {
  text-align: right;
  padding-right: 2rem;
  white-space: nowrap !important;
}

/* line 7, app/assets/stylesheets/cost_tracker/components/table.scss */
.with-as .as-td.number.no-padding, .with-as .as-th.number.no-padding {
  padding-right: 0;
}

/* line 10, app/assets/stylesheets/cost_tracker/components/table.scss */
.with-as .as-td.number .input-table, .with-as .as-th.number .input-table {
  text-align: right;
  padding-right: 0;
}

/* line 13, app/assets/stylesheets/cost_tracker/components/table.scss */
.with-as .as-td.number .input-table:not(:empty), .with-as .as-th.number .input-table:not(:empty) {
  white-space: nowrap;
}

/* line 18, app/assets/stylesheets/cost_tracker/components/table.scss */
.with-as .as-td.warning, .with-as .as-td.color-red, .with-as .as-th.warning, .with-as .as-th.color-red {
  color: #f65f7b !important;
}

/* line 21, app/assets/stylesheets/cost_tracker/components/table.scss */
.with-as .as-td.correct, .with-as .as-td.color-green, .with-as .as-th.correct, .with-as .as-th.color-green {
  color: #2cbf55 !important;
}

/* line 24, app/assets/stylesheets/cost_tracker/components/table.scss */
.with-as .as-td.upper, .with-as .as-th.upper {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
}

/* line 29, app/assets/stylesheets/cost_tracker/components/table.scss */
.with-as .as-td.mute, .with-as .as-td.color-gray, .with-as .as-th.mute, .with-as .as-th.color-gray {
  color: #979ea7;
}

/* line 33, app/assets/stylesheets/cost_tracker/components/table.scss */
.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) {
  /* line 39, app/assets/stylesheets/cost_tracker/components/table.scss */
  .with-as .as-td.w-50-3, .with-as .as-th.w-50-3 {
    width: calc(50vw / 3);
  }
  /* line 42, app/assets/stylesheets/cost_tracker/components/table.scss */
  .with-as .as-td.w-50-4, .with-as .as-th.w-50-4 {
    width: calc(50vw / 4);
  }
  /* line 45, app/assets/stylesheets/cost_tracker/components/table.scss */
  .with-as .as-td.w-50-5, .with-as .as-th.w-50-5 {
    width: calc(50vw / 5);
  }
  /* line 48, app/assets/stylesheets/cost_tracker/components/table.scss */
  .with-as .as-td.w-50-6, .with-as .as-th.w-50-6 {
    width: calc(50vw / 6);
  }
}

/* line 52, app/assets/stylesheets/cost_tracker/components/table.scss */
.with-as .as-td.center, .with-as .as-th.center {
  text-align: center;
}

/* line 57, app/assets/stylesheets/cost_tracker/components/table.scss */
.with-as .as-td.list > span + span:before, .with-as .as-th.list > span + span:before {
  content: ',';
  padding: 0 0.5rem 0 0;
}

/* line 63, app/assets/stylesheets/cost_tracker/components/table.scss */
.with-as .as-td.total, .with-as .as-td.bold, .with-as .as-th.total, .with-as .as-th.bold {
  font-weight: bold;
  color: #404040;
}

/* line 67, app/assets/stylesheets/cost_tracker/components/table.scss */
.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) {
  /* line 67, app/assets/stylesheets/cost_tracker/components/table.scss */
  .with-as .as-td.has-charts, .with-as .as-th.has-charts {
    width: 18rem !important;
    min-width: 18rem !important;
  }
}

@media (max-width: 1180px) {
  /* line 67, app/assets/stylesheets/cost_tracker/components/table.scss */
  .with-as .as-td.has-charts, .with-as .as-th.has-charts {
    max-width: 20vw !important;
    width: 18rem !important;
  }
}

/* line 79, app/assets/stylesheets/cost_tracker/components/table.scss */
.with-as .as-td.has-charts.short, .with-as .as-th.has-charts.short {
  padding-right: 0 !important;
}

@media (min-width: 1181px) {
  /* line 79, app/assets/stylesheets/cost_tracker/components/table.scss */
  .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) {
  /* line 79, app/assets/stylesheets/cost_tracker/components/table.scss */
  .with-as .as-td.has-charts.short, .with-as .as-th.has-charts.short {
    max-width: 12rem !important;
  }
}

/* line 89, app/assets/stylesheets/cost_tracker/components/table.scss */
.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;
}

/* line 96, app/assets/stylesheets/cost_tracker/components/table.scss */
.with-as .as-td.has-charts .chart-addon .has-tooltip, .with-as .as-th.has-charts .chart-addon .has-tooltip {
  display: inline-block;
}

/* line 99, app/assets/stylesheets/cost_tracker/components/table.scss */
.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;
}

/* line 103, app/assets/stylesheets/cost_tracker/components/table.scss */
.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;
}

/* line 106, app/assets/stylesheets/cost_tracker/components/table.scss */
.with-as .as-td.has-charts .chart-addon .icon-lock.warning, .with-as .as-th.has-charts .chart-addon .icon-lock.warning {
  color: #ce0152;
}

/* line 110, app/assets/stylesheets/cost_tracker/components/table.scss */
.with-as .as-td.has-charts .chart-addon > * + *, .with-as .as-th.has-charts .chart-addon > * + * {
  margin-left: 0.35rem;
}

/* line 116, app/assets/stylesheets/cost_tracker/components/table.scss */
.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;
}

/* line 122, app/assets/stylesheets/cost_tracker/components/table.scss */
.with-as .as-td.with-avatars .avatars:not(.short), .with-as .as-th.with-avatars .avatars:not(.short) {
  min-width: 12rem;
}

/* line 126, app/assets/stylesheets/cost_tracker/components/table.scss */
.with-as .as-td.with-avatars .avatars .avatar.has-tooltip, .with-as .as-th.with-avatars .avatars .avatar.has-tooltip {
  position: relative;
}

/* line 128, app/assets/stylesheets/cost_tracker/components/table.scss */
.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(-50% + 15px), calc(-100% - 10px));
  position: fixed;
  top: initial;
  left: initial;
  right: initial;
  bottom: initial;
}

/* line 140, app/assets/stylesheets/cost_tracker/components/table.scss */
.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;
}

/* line 142, app/assets/stylesheets/cost_tracker/components/table.scss */
.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);
}

/* line 146, app/assets/stylesheets/cost_tracker/components/table.scss */
.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;
}

/* line 164, app/assets/stylesheets/cost_tracker/components/table.scss */
.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;
}

/* line 170, app/assets/stylesheets/cost_tracker/components/table.scss */
.with-as .as-td.noborder, .with-as .as-th.noborder {
  border-top-color: transparent;
}

/* line 1145, app/assets/stylesheets/cost_tracker/components/table.scss */
.with-as .as-td {
  color: #000;
}

/* line 1150, app/assets/stylesheets/cost_tracker/components/table.scss */
.fluid-always-display.padding-right-0 {
  padding-right: 0 !important;
}

@media (max-width: 1180px) {
  /* line 1154, app/assets/stylesheets/cost_tracker/components/table.scss */
  .fluid-always-display .with-as > * {
    display: block;
    padding: 0;
  }
}

/* line 1163, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 1172, app/assets/stylesheets/cost_tracker/components/table.scss */
th:not(.custom) > a, .th > a {
  color: inherit;
}

/* line 1175, app/assets/stylesheets/cost_tracker/components/table.scss */
th.mark:not(.custom):not(.on-table), .th.mark:not(.on-table) {
  background-color: #f5f9ff !important;
}

/* line 1178, app/assets/stylesheets/cost_tracker/components/table.scss */
th.border-left:not(.custom), .th.border-left {
  border-left: 1px dotted rgba(64, 140, 248, 0.5);
}

/* line 1182, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 1192, app/assets/stylesheets/cost_tracker/components/table.scss */
td.small:not(.custom), .td.small {
  min-height: 2.4rem;
  height: 2.4rem;
}

/* line 1197, app/assets/stylesheets/cost_tracker/components/table.scss */
td.with-textarea:not(.custom), .td.with-textarea {
  position: relative;
  min-height: 5rem;
}

/* line 1200, app/assets/stylesheets/cost_tracker/components/table.scss */
td.with-textarea:not(.custom) .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;
}

/* line 1213, app/assets/stylesheets/cost_tracker/components/table.scss */
td.with-textarea:not(.custom) textarea, td.with-textarea:not(.custom) input, .td.with-textarea textarea, .td.with-textarea input {
  padding-left: 5.5rem !important;
  font-style: italic;
  resize: none !important;
}

/* line 1219, app/assets/stylesheets/cost_tracker/components/table.scss */
td.with-as:not(.custom), .td.with-as {
  padding-right: 0;
}

/* line 1222, app/assets/stylesheets/cost_tracker/components/table.scss */
td.mark:not(.custom):not(.on-table), .td.mark:not(.on-table) {
  background-color: #f5f9ff;
}

/* line 1225, app/assets/stylesheets/cost_tracker/components/table.scss */
td.double-mark:not(.custom), .td.double-mark {
  background-color: #e0edfe;
}

/* line 1228, app/assets/stylesheets/cost_tracker/components/table.scss */
td.dark-mark:not(.custom), .td.dark-mark {
  background-color: #d8e1ee;
}

/* line 1231, app/assets/stylesheets/cost_tracker/components/table.scss */
td.double-dark-mark:not(.custom), .td.double-dark-mark {
  background-color: #cad9ee;
}

/* line 1234, app/assets/stylesheets/cost_tracker/components/table.scss */
td.dark:not(.custom), .td.dark {
  background-color: #F0F1F2;
}

/* line 1237, app/assets/stylesheets/cost_tracker/components/table.scss */
td.not-valid:not(.custom), .td.not-valid {
  background-color: rgba(149, 157, 177, 0.1);
}

/* line 1240, app/assets/stylesheets/cost_tracker/components/table.scss */
td.border-left:not(.custom), .td.border-left {
  border-left: 1px dotted rgba(64, 140, 248, 0.5);
}

/* line 1243, app/assets/stylesheets/cost_tracker/components/table.scss */
td.not-valid:not(.custom), td:not(.custom) .not-valid, .td.not-valid, .td .not-valid {
  color: rgba(149, 157, 177, 0.51);
  font-style: italic;
  font-size: 1.2rem;
}

/* line 1248, app/assets/stylesheets/cost_tracker/components/table.scss */
td.not-valid:not(.custom) .has-tooltip:after, td:not(.custom) .not-valid .has-tooltip:after, .td.not-valid .has-tooltip:after, .td .not-valid .has-tooltip:after {
  max-width: 13rem !important;
  font-style: normal;
}

/* line 1252, app/assets/stylesheets/cost_tracker/components/table.scss */
td.not-valid:not(.custom) .has-tooltip:hover, td:not(.custom) .not-valid .has-tooltip:hover, .td.not-valid .has-tooltip:hover, .td .not-valid .has-tooltip:hover {
  text-decoration: none;
}

/* line 1256, app/assets/stylesheets/cost_tracker/components/table.scss */
td.not-valid:not(.custom) i, td:not(.custom) .not-valid i, .td.not-valid i, .td .not-valid i {
  margin-left: 1rem;
  font-size: 2.2rem;
}

/* line 1259, app/assets/stylesheets/cost_tracker/components/table.scss */
td.not-valid:not(.custom) i.icon-do_not_disturb, td:not(.custom) .not-valid i.icon-do_not_disturb, .td.not-valid i.icon-do_not_disturb, .td .not-valid i.icon-do_not_disturb {
  color: #ff004e;
}

/* line 1264, app/assets/stylesheets/cost_tracker/components/table.scss */
td.chart-mark:not(.custom), .td.chart-mark {
  background-color: #f5f5f5;
}

/* line 1268, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-scroll {
  max-height: 300px;
  overflow-y: auto;
  width: 100%;
}

/* line 1273, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-scrollbar-hide::-webkit-scrollbar {
  display: none;
}

/* line 1276, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
  flex: 0 0 auto !important;
  min-width: 0;
  overflow-x: visible;
}

/* line 1283, app/assets/stylesheets/cost_tracker/components/table.scss */
.always-scroll {
  overflow: scroll;
}

/* line 1286, app/assets/stylesheets/cost_tracker/components/table.scss */
.table {
  display: table;
}

/* line 1289, app/assets/stylesheets/cost_tracker/components/table.scss */
.inline-table {
  display: inline-table;
}

/* line 1293, app/assets/stylesheets/cost_tracker/components/table.scss */
.table .tbody, .inline-table .tbody {
  display: table-row-group;
}

/* line 1296, app/assets/stylesheets/cost_tracker/components/table.scss */
.table .tfoot, .inline-table .tfoot {
  display: table-footer-group;
}

/* line 1299, app/assets/stylesheets/cost_tracker/components/table.scss */
.table .thead, .inline-table .thead {
  display: table-header-group;
}

/* line 1302, app/assets/stylesheets/cost_tracker/components/table.scss */
.table .tr, .inline-table .tr {
  display: table-row;
}

/* line 1305, app/assets/stylesheets/cost_tracker/components/table.scss */
.table .td, .table .th, .inline-table .td, .inline-table .th {
  display: table-cell;
}

/* line 1308, app/assets/stylesheets/cost_tracker/components/table.scss */
.table .colgroup, .inline-table .colgroup {
  display: table-column-group;
}

/* line 1311, app/assets/stylesheets/cost_tracker/components/table.scss */
.table .col, .inline-table .col {
  display: table-column;
}

/* line 1313, app/assets/stylesheets/cost_tracker/components/table.scss */
.table .col.mark, .inline-table .col.mark {
  background-color: #f5f9ff;
}

/* line 1321, app/assets/stylesheets/cost_tracker/components/table.scss */
.cell.form-section.with-tile .form-section-content .grid.dashboard-state {
  padding-left: 0;
  padding-right: 0;
}

/* line 1328, app/assets/stylesheets/cost_tracker/components/table.scss */
.cell.form-section.with-tile:last-child .form-section-content .grid.dashboard-state {
  margin-right: -4rem;
  width: auto;
}

@media (max-width: 1180px) {
  /* line 1328, app/assets/stylesheets/cost_tracker/components/table.scss */
  .cell.form-section.with-tile:last-child .form-section-content .grid.dashboard-state {
    margin-right: -2rem;
  }
}

@media (min-width: 1180px) and (max-width: 1280px) {
  /* line 1340, app/assets/stylesheets/cost_tracker/components/table.scss */
  .can-be-long {
    max-width: 100%;
    max-height: calc(100vh - 29rem);
    overflow: auto;
  }
  /* line 1348, app/assets/stylesheets/cost_tracker/components/table.scss */
  .can-be-long .th .thead .th, .can-be-long .th .thead th, .can-be-long .th thead .th, .can-be-long .th thead th,
.can-be-long .table .thead .th,
.can-be-long .table .thead th,
.can-be-long .table thead .th,
.can-be-long .table thead th, .can-be-long table .thead .th, .can-be-long table .thead th, .can-be-long table thead .th, .can-be-long table thead th {
    top: 0 !important;
  }
}

/* line 1542, app/assets/stylesheets/cost_tracker/components/table.scss */
.body-main:not(.main-dashboard) .table-scrollable:not(.table-fluid) {
  max-height: calc(100vh - 29rem);
}

@media (min-width: 1180px) {
  /* line 1545, app/assets/stylesheets/cost_tracker/components/table.scss */
  .body-main:not(.main-dashboard) .table-scrollable.table-fluid {
    max-height: calc(100vh - 29rem);
  }
}

/* line 1554, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-scrollable:not(.table-fluid) {
  max-width: 100%;
  overflow: auto;
  --scroll-position-x: 0px;
  --scroll-position-y: 0px;
  scrollbar-color: #979ea7 #fff;
}

/* line 1366, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-scrollable:not(.table-fluid)::-webkit-scrollbar {
  width: 16px;
}

/* line 1369, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-scrollable:not(.table-fluid)::-webkit-scrollbar-thumb {
  background: #979ea7;
}

/* line 1372, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-scrollable:not(.table-fluid)::-webkit-scrollbar-track {
  background: #fff;
}

/* line 1375, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-scrollable.has-loading:not(.table-fluid) {
  height: 100%;
  overflow: hidden;
}

/* line 1378, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-scrollable.has-loading:not(.table-fluid) .loading {
  position: absolute;
  top: var(--scroll-position-y);
  left: var(--scroll-position-x);
  width: 100%;
  height: 100%;
}

/* line 1386, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-scrollable.has-loading:not(.table-fluid) > .table:before, .table-scrollable.has-loading:not(.table-fluid) > table:before {
  content: '';
  display: table-row;
  height: clamp(200px, calc(100vh - 350px), calc(100vh - 350px));
}

/* line 1397, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-scrollable.scroll-init:not(.table-fluid) .with-avatars .avatars .avatar.has-tooltip {
  position: relative;
}

/* line 1399, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-scrollable.scroll-init:not(.table-fluid) .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;
}

/* line 1411, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-scrollable.scroll-init:not(.table-fluid) .actions {
  position: relative;
}

/* line 1413, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-scrollable.scroll-init:not(.table-fluid) .actions .has-popup {
  position: relative;
}

/* line 1415, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-scrollable.scroll-init:not(.table-fluid) .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;
}

/* line 1429, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-scrollable.tfoot-sticky:not(.table-fluid) .tfoot td, .table-scrollable.tfoot-sticky:not(.table-fluid) .tfoot th, .table-scrollable.tfoot-sticky:not(.table-fluid) tfoot td, .table-scrollable.tfoot-sticky:not(.table-fluid) tfoot th {
  bottom: 0 !important;
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  z-index: 15 !important;
}

/* line 1438, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-scrollable.tbody-th-sticky:not(.table-fluid) .tbody .th, .table-scrollable.tbody-th-sticky:not(.table-fluid) .tbody th, .table-scrollable.tbody-th-sticky:not(.table-fluid) tbody .th, .table-scrollable.tbody-th-sticky:not(.table-fluid) 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;
}

/* line 1450, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-scrollable.first-sticky:not(.table-fluid) .thead th:first-child, .table-scrollable.first-sticky:not(.table-fluid) .thead .th:first-child, .table-scrollable.first-sticky:not(.table-fluid) .thead th:first-child, .table-scrollable.first-sticky:not(.table-fluid) .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;
}

/* line 1461, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-scrollable.first-sticky.tbody-th-sticky:not(.table-fluid) thead th:first-child, .table-scrollable.first-sticky.tbody-th-sticky:not(.table-fluid) thead .th:first-child, .table-scrollable.first-sticky.tbody-th-sticky:not(.table-fluid) .thead th:first-child, .table-scrollable.first-sticky.tbody-th-sticky:not(.table-fluid) .thead .th:first-child {
  z-index: 16 !important;
}

/* line 1472, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-scrollable.first-sticky:not(.table-fluid) .tbody .tr:not(:hover):not(.hover) .td:first-child:not(.un-border):not(.mark), .table-scrollable.first-sticky:not(.table-fluid) .tbody .tr:not(:hover):not(.hover) td:first-child:not(.un-border):not(.mark), .table-scrollable.first-sticky:not(.table-fluid) .tbody tr:not(:hover):not(.hover) .td:first-child:not(.un-border):not(.mark), .table-scrollable.first-sticky:not(.table-fluid) .tbody tr:not(:hover):not(.hover) td:first-child:not(.un-border):not(.mark), .table-scrollable.first-sticky:not(.table-fluid) tbody .tr:not(:hover):not(.hover) .td:first-child:not(.un-border):not(.mark), .table-scrollable.first-sticky:not(.table-fluid) tbody .tr:not(:hover):not(.hover) td:first-child:not(.un-border):not(.mark), .table-scrollable.first-sticky:not(.table-fluid) tbody tr:not(:hover):not(.hover) .td:first-child:not(.un-border):not(.mark), .table-scrollable.first-sticky:not(.table-fluid) tbody tr:not(:hover):not(.hover) td:first-child:not(.un-border):not(.mark) {
  background-color: #fff;
}

/* line 1480, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-scrollable.first-sticky:not(.table-fluid) .tbody .td:first-child, .table-scrollable.first-sticky:not(.table-fluid) .tbody td:first-child, .table-scrollable.first-sticky:not(.table-fluid) tbody .td:first-child, .table-scrollable.first-sticky:not(.table-fluid) 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;
}

/* line 1494, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-scrollable.first-sticky.last-sticky:not(.table-fluid) .tbody .tr:not(:hover):not(.hover) .td:last-child:not(.mark), .table-scrollable.first-sticky.last-sticky:not(.table-fluid) .tbody .tr:not(:hover):not(.hover) td:last-child:not(.mark), .table-scrollable.first-sticky.last-sticky:not(.table-fluid) .tbody tr:not(:hover):not(.hover) .td:last-child:not(.mark), .table-scrollable.first-sticky.last-sticky:not(.table-fluid) .tbody tr:not(:hover):not(.hover) td:last-child:not(.mark), .table-scrollable.first-sticky.last-sticky:not(.table-fluid) tbody .tr:not(:hover):not(.hover) .td:last-child:not(.mark), .table-scrollable.first-sticky.last-sticky:not(.table-fluid) tbody .tr:not(:hover):not(.hover) td:last-child:not(.mark), .table-scrollable.first-sticky.last-sticky:not(.table-fluid) tbody tr:not(:hover):not(.hover) .td:last-child:not(.mark), .table-scrollable.first-sticky.last-sticky:not(.table-fluid) tbody tr:not(:hover):not(.hover) td:last-child:not(.mark) {
  background-color: #fff;
}

/* line 1502, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-scrollable.first-sticky.last-sticky:not(.table-fluid) .tbody .td:last-child, .table-scrollable.first-sticky.last-sticky:not(.table-fluid) .tbody td:last-child, .table-scrollable.first-sticky.last-sticky:not(.table-fluid) tbody .td:last-child, .table-scrollable.first-sticky.last-sticky:not(.table-fluid) 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;
}

/* line 1511, app/assets/stylesheets/cost_tracker/components/table.scss */
.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;
}

/* line 1517, app/assets/stylesheets/cost_tracker/components/table.scss */
.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;
}

/* line 1523, app/assets/stylesheets/cost_tracker/components/table.scss */
.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;
}

/* line 1528, app/assets/stylesheets/cost_tracker/components/table.scss */
.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;
}

/* line 1532, app/assets/stylesheets/cost_tracker/components/table.scss */
.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;
}

/* line 1557, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-scrollable.with-always-scrollable {
  max-height: calc(100vh - 21rem);
}

@media (max-width: 690px) {
  /* line 1557, app/assets/stylesheets/cost_tracker/components/table.scss */
  .table-scrollable.with-always-scrollable {
    max-height: calc(100vh - 24rem);
  }
}

@media (max-width: 1180px) {
  /* line 1564, app/assets/stylesheets/cost_tracker/components/table.scss */
  .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;
  }
  /* line 1570, app/assets/stylesheets/cost_tracker/components/table.scss */
  .table-scrollable.with-always-scrollable tbody td, .table-scrollable.with-always-scrollable tbody th, .table-scrollable.with-always-scrollable tbody .td, .table-scrollable.with-always-scrollable tbody .th, .table-scrollable.with-always-scrollable .tbody td, .table-scrollable.with-always-scrollable .tbody th, .table-scrollable.with-always-scrollable .tbody .td, .table-scrollable.with-always-scrollable .tbody .th {
    position: relative !important;
  }
}

@media (min-width: 1180px) {
  /* line 1576, app/assets/stylesheets/cost_tracker/components/table.scss */
  .table-scrollable.table-fluid {
    max-width: 100%;
    overflow: auto;
    --scroll-position-x: 0px;
    --scroll-position-y: 0px;
    scrollbar-color: #979ea7 #fff;
  }
  /* line 1366, app/assets/stylesheets/cost_tracker/components/table.scss */
  .table-scrollable.table-fluid::-webkit-scrollbar {
    width: 16px;
  }
  /* line 1369, app/assets/stylesheets/cost_tracker/components/table.scss */
  .table-scrollable.table-fluid::-webkit-scrollbar-thumb {
    background: #979ea7;
  }
  /* line 1372, app/assets/stylesheets/cost_tracker/components/table.scss */
  .table-scrollable.table-fluid::-webkit-scrollbar-track {
    background: #fff;
  }
  /* line 1375, app/assets/stylesheets/cost_tracker/components/table.scss */
  .table-scrollable.table-fluid.has-loading {
    height: 100%;
    overflow: hidden;
  }
  /* line 1378, app/assets/stylesheets/cost_tracker/components/table.scss */
  .table-scrollable.table-fluid.has-loading .loading {
    position: absolute;
    top: var(--scroll-position-y);
    left: var(--scroll-position-x);
    width: 100%;
    height: 100%;
  }
  /* line 1386, app/assets/stylesheets/cost_tracker/components/table.scss */
  .table-scrollable.table-fluid.has-loading > .table:before, .table-scrollable.table-fluid.has-loading > table:before {
    content: '';
    display: table-row;
    height: clamp(200px, calc(100vh - 350px), calc(100vh - 350px));
  }
  /* line 1397, app/assets/stylesheets/cost_tracker/components/table.scss */
  .table-scrollable.table-fluid.scroll-init .with-avatars .avatars .avatar.has-tooltip {
    position: relative;
  }
  /* line 1399, app/assets/stylesheets/cost_tracker/components/table.scss */
  .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;
  }
  /* line 1411, app/assets/stylesheets/cost_tracker/components/table.scss */
  .table-scrollable.table-fluid.scroll-init .actions {
    position: relative;
  }
  /* line 1413, app/assets/stylesheets/cost_tracker/components/table.scss */
  .table-scrollable.table-fluid.scroll-init .actions .has-popup {
    position: relative;
  }
  /* line 1415, app/assets/stylesheets/cost_tracker/components/table.scss */
  .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;
  }
  /* line 1429, app/assets/stylesheets/cost_tracker/components/table.scss */
  .table-scrollable.table-fluid.tfoot-sticky .tfoot td, .table-scrollable.table-fluid.tfoot-sticky .tfoot th, .table-scrollable.table-fluid.tfoot-sticky tfoot td, .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;
  }
  /* line 1438, app/assets/stylesheets/cost_tracker/components/table.scss */
  .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;
  }
  /* line 1450, app/assets/stylesheets/cost_tracker/components/table.scss */
  .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;
  }
  /* line 1461, app/assets/stylesheets/cost_tracker/components/table.scss */
  .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;
  }
  /* line 1472, app/assets/stylesheets/cost_tracker/components/table.scss */
  .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;
  }
  /* line 1480, app/assets/stylesheets/cost_tracker/components/table.scss */
  .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;
  }
  /* line 1494, app/assets/stylesheets/cost_tracker/components/table.scss */
  .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;
  }
  /* line 1502, app/assets/stylesheets/cost_tracker/components/table.scss */
  .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;
  }
  /* line 1511, app/assets/stylesheets/cost_tracker/components/table.scss */
  .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;
  }
  /* line 1517, app/assets/stylesheets/cost_tracker/components/table.scss */
  .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;
  }
  /* line 1523, app/assets/stylesheets/cost_tracker/components/table.scss */
  .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;
  }
  /* line 1528, app/assets/stylesheets/cost_tracker/components/table.scss */
  .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;
  }
  /* line 1532, app/assets/stylesheets/cost_tracker/components/table.scss */
  .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;
  }
}

/* line 1584, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-reduce td, .table-reduce th {
  line-height: normal;
  min-height: 0;
  height: auto;
}

/* line 1590, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-reduce tbody td, .table-reduce tbody th, .table-reduce tfoot td, .table-reduce tfoot th {
  padding: 0.8rem 1rem;
}

/* line 1595, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-reduce thead th {
  padding: 0.2rem 1rem;
  white-space: normal;
  text-align: center;
}

/* line 1599, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-reduce thead th.first {
  text-align: left;
}

/* line 1605, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-reduce td.number, .table-reduce th.number {
  padding: 0.8rem 1rem;
}

/* line 1609, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-reduce thead {
  font-size: 1rem;
}

/* line 1613, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-reduce tbody td, .table-reduce tbody th, .table-reduce tfoot td, .table-reduce tfoot th {
  font-size: 1.3rem;
}

/* line 1619, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-collapse {
  background-color: #fff;
}

/* line 1621, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-collapse .table-header {
  background-color: #f7f7f7;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #294058;
  font-size: 1.2rem;
  padding: 1rem 1.4rem;
}

/* line 1634, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-report tbody td, .table-report tbody th, .table-report tfoot td, .table-report tfoot th {
  border-top: 1px solid #ededed !important;
}

/* line 1639, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-report thead th {
  text-align: center;
  text-transform: uppercase;
}

/* line 1642, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-report thead th[rowspan] {
  vertical-align: bottom;
  text-align: left;
}

/* line 1648, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-report thead tr + tr th {
  text-transform: none;
}

/* line 1656, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-report tbody tr:hover th {
  background-color: #f9fbff !important;
}

/* line 1661, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-report tbody th + td[colspan], .table-report tbody th.mark {
  background-color: #f9fbff !important;
}

/* line 1664, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-report tbody th {
  text-align: left;
  border-right: 1px solid #ededed;
  text-transform: none;
}

/* line 1668, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-report tbody th.bold {
  font-weight: bold;
  color: #000;
}

/* line 1675, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-report tfoot td, .table-report tfoot th {
  border-top: 1px solid #ededed !important;
}

/* line 1681, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-fields {
  counter-reset: table-fiels-thead;
}

/* line 1683, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-fields thead ~ thead {
  counter-increment: table-fiels-thead;
}

/* line 1687, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-fields thead ~ thead:not(.skip) th:first-child span:first-child {
  position: relative;
}

/* line 1689, app/assets/stylesheets/cost_tracker/components/table.scss */
.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;
}

/* line 1701, app/assets/stylesheets/cost_tracker/components/table.scss */
.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;
}

/* line 1711, app/assets/stylesheets/cost_tracker/components/table.scss */
.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;
}

/* line 1722, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-fields th:first-child, .table-fields td:first-child {
  padding-left: 4.5rem;
}

/* line 1726, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-fields .show-hover {
  display: none;
}

/* line 1729, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-fields .hide-hover {
  display: block;
}

/* line 1733, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-fields tbody td {
  vertical-align: top;
}

/* line 1735, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-fields tbody td.actions {
  vertical-align: top;
}

/* line 1742, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-fields tr.disabled-row:not(.hover) td {
  color: #979ea7 !important;
}

/* line 1744, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-fields tr.disabled-row:not(.hover) td .has-checkbox {
  opacity: 0.7;
}

/* line 1751, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-fields tr.lock td .has-checkbox, .table-fields tr.lock td .radio-switch {
  pointer-events: none;
}

/* line 1757, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-fields tr.hover .show-hover {
  display: block;
}

/* line 1760, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-fields tr.hover .hide-hover {
  display: none;
}

/* line 1763, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-fields tr.hover .with-buttons {
  padding-bottom: 9rem;
}

/* line 1769, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-fields td.with-buttons {
  min-width: 15rem;
  position: relative;
}

/* line 1773, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-fields td.with-buttons .items {
  white-space: nowrap;
  position: absolute;
  bottom: 2rem;
  right: 3.5rem;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 1785, app/assets/stylesheets/cost_tracker/components/table.scss */
.th[data-sortable="true"], th[data-sortable="true"] {
  cursor: pointer;
}

/* line 1792, app/assets/stylesheets/cost_tracker/components/table.scss */
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) {
  /* line 1792, app/assets/stylesheets/cost_tracker/components/table.scss */
  body > tr, body > .tr {
    display: block;
  }
  /* line 1800, app/assets/stylesheets/cost_tracker/components/table.scss */
  body > tr td, body > tr .td, body > .tr td, body > .tr .td {
    display: table;
    table-layout: fixed;
    border: 0 none;
    width: 100% !important;
  }
  /* line 1801, app/assets/stylesheets/cost_tracker/components/table.scss */
  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;
  }
  /* line 1803, app/assets/stylesheets/cost_tracker/components/table.scss */
  body > tr td:first-child:before, body > tr td:first-child > span, body > tr .td:first-child:before, body > tr .td:first-child > span, body > .tr td:first-child:before, body > .tr td:first-child > span, body > .tr .td:first-child:before, body > .tr .td:first-child > span {
    padding-top: 2rem !important;
  }
  /* line 1811, app/assets/stylesheets/cost_tracker/components/table.scss */
  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;
  }
  /* line 1814, app/assets/stylesheets/cost_tracker/components/table.scss */
  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;
  }
  /* line 1816, app/assets/stylesheets/cost_tracker/components/table.scss */
  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;
  }
  /* line 1821, app/assets/stylesheets/cost_tracker/components/table.scss */
  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;
    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;
  }
  /* line 1837, app/assets/stylesheets/cost_tracker/components/table.scss */
  body > tr td.actions[data-th]:before, body > tr .td.actions[data-th]:before, body > .tr td.actions[data-th]:before, body > .tr .td.actions[data-th]:before {
    color: #404040;
  }
  /* line 1843, app/assets/stylesheets/cost_tracker/components/table.scss */
  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;
  }
  /* line 1847, app/assets/stylesheets/cost_tracker/components/table.scss */
  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;
  }
  /* line 1851, app/assets/stylesheets/cost_tracker/components/table.scss */
  body > tr td.actions a i, body > tr td.actions a span, body > tr .td.actions a i, body > tr .td.actions a span, body > .tr td.actions a i, body > .tr td.actions a span, body > .tr .td.actions a i, body > .tr .td.actions a span {
    vertical-align: middle;
  }
  /* line 1857, app/assets/stylesheets/cost_tracker/components/table.scss */
  body > tr td .hint, body > tr td .control, body > tr .td .hint, body > tr .td .control, body > .tr td .hint, body > .tr td .control, body > .tr .td .hint, body > .tr .td .control {
    display: block;
  }
  /* line 1860, app/assets/stylesheets/cost_tracker/components/table.scss */
  body > tr td select, body > tr .td select, body > .tr td select, body > .tr .td select {
    font-size: 1.05rem;
    line-height: 1.5rem;
  }
  /* line 1861, app/assets/stylesheets/cost_tracker/components/table.scss */
  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( $input-m-line-height + $input-m-padding-vertical * 2 + $input-m-border-width * 2);
  }
  /* line 1866, app/assets/stylesheets/cost_tracker/components/table.scss */
  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;
  }
  /* line 1870, app/assets/stylesheets/cost_tracker/components/table.scss */
  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;
  }
  /* line 1876, app/assets/stylesheets/cost_tracker/components/table.scss */
  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: #000;
    padding: 0.9rem 0.75rem !important;
    white-space: normal;
    word-wrap: break-word;
    min-height: calc($input-m-line-height + $input-m-padding-vertical * 2 + 2px);
    text-align: left !important;
    direction: ltr !important;
  }
  /* line 1891, app/assets/stylesheets/cost_tracker/components/table.scss */
  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;
  }
  /* line 1894, app/assets/stylesheets/cost_tracker/components/table.scss */
  body > tr td .on-hover, body > tr .td .on-hover, body > .tr td .on-hover, body > .tr .td .on-hover {
    visibility: visible;
  }
  /* line 1897, app/assets/stylesheets/cost_tracker/components/table.scss */
  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%;
    box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
  }
  /* line 1904, app/assets/stylesheets/cost_tracker/components/table.scss */
  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;
  }
  /* line 1908, app/assets/stylesheets/cost_tracker/components/table.scss */
  body > tr td .mobile-inline, body > tr .td .mobile-inline, body > .tr td .mobile-inline, body > .tr .td .mobile-inline {
    display: inline !important;
  }
}

/* line 1921, app/assets/stylesheets/cost_tracker/components/table.scss */
body > tr td, body > tr .td, body > .tr td, body > .tr .td {
  background-color: #f6f7fb;
  min-width: 0;
}

/* line 3, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 7, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 10, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 13, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 18, app/assets/stylesheets/cost_tracker/components/table.scss */
body > tr td.warning, body > tr td.color-red, body > tr .td.warning, body > tr .td.color-red, body > .tr td.warning, body > .tr td.color-red, body > .tr .td.warning, body > .tr .td.color-red {
  color: #f65f7b !important;
}

/* line 21, app/assets/stylesheets/cost_tracker/components/table.scss */
body > tr td.correct, body > tr td.color-green, body > tr .td.correct, body > tr .td.color-green, body > .tr td.correct, body > .tr td.color-green, body > .tr .td.correct, body > .tr .td.color-green {
  color: #2cbf55 !important;
}

/* line 24, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 29, app/assets/stylesheets/cost_tracker/components/table.scss */
body > tr td.mute, body > tr td.color-gray, body > tr .td.mute, body > tr .td.color-gray, body > .tr td.mute, body > .tr td.color-gray, body > .tr .td.mute, body > .tr .td.color-gray {
  color: #979ea7;
}

/* line 33, app/assets/stylesheets/cost_tracker/components/table.scss */
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) {
  /* line 39, app/assets/stylesheets/cost_tracker/components/table.scss */
  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(50vw / 3);
  }
  /* line 42, app/assets/stylesheets/cost_tracker/components/table.scss */
  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(50vw / 4);
  }
  /* line 45, app/assets/stylesheets/cost_tracker/components/table.scss */
  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(50vw / 5);
  }
  /* line 48, app/assets/stylesheets/cost_tracker/components/table.scss */
  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(50vw / 6);
  }
}

/* line 52, app/assets/stylesheets/cost_tracker/components/table.scss */
body > tr td.center, body > tr .td.center, body > .tr td.center, body > .tr .td.center {
  text-align: center;
}

/* line 57, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 63, app/assets/stylesheets/cost_tracker/components/table.scss */
body > tr td.total, body > tr td.bold, body > tr .td.total, body > tr .td.bold, body > .tr td.total, body > .tr td.bold, body > .tr .td.total, body > .tr .td.bold {
  font-weight: bold;
  color: #404040;
}

/* line 67, app/assets/stylesheets/cost_tracker/components/table.scss */
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) {
  /* line 67, app/assets/stylesheets/cost_tracker/components/table.scss */
  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) {
  /* line 67, app/assets/stylesheets/cost_tracker/components/table.scss */
  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;
  }
}

/* line 79, app/assets/stylesheets/cost_tracker/components/table.scss */
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) {
  /* line 79, app/assets/stylesheets/cost_tracker/components/table.scss */
  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) {
  /* line 79, app/assets/stylesheets/cost_tracker/components/table.scss */
  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;
  }
}

/* line 89, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 96, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 99, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 103, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 106, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 110, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 116, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 122, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 126, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 128, app/assets/stylesheets/cost_tracker/components/table.scss */
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(-50% + 15px), calc(-100% - 10px));
  position: fixed;
  top: initial;
  left: initial;
  right: initial;
  bottom: initial;
}

/* line 140, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 142, app/assets/stylesheets/cost_tracker/components/table.scss */
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);
}

/* line 146, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 164, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 170, app/assets/stylesheets/cost_tracker/components/table.scss */
body > tr td.noborder, body > tr .td.noborder, body > .tr td.noborder, body > .tr .td.noborder {
  border-top-color: transparent;
}

/* line 1926, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 1945, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 1949, app/assets/stylesheets/cost_tracker/components/table.scss */
body > tr td:last-child, body > tr .td:last-child, body > .tr td:last-child, body > .tr .td:last-child {
  padding-right: 2rem;
}

/* line 1952, app/assets/stylesheets/cost_tracker/components/table.scss */
body > tr td .on-hover, body > tr .td .on-hover, body > .tr td .on-hover, body > .tr .td .on-hover {
  visibility: visible;
}

/* line 1956, app/assets/stylesheets/cost_tracker/components/table.scss */
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;
}

/* line 1962, app/assets/stylesheets/cost_tracker/components/table.scss */
body > tr td .mobile-inline, body > tr .td .mobile-inline, body > .tr td .mobile-inline, body > .tr .td .mobile-inline {
  display: none;
}

/* line 1970, app/assets/stylesheets/cost_tracker/components/table.scss */
.modal.modal-table table .tbody-with-sub .arrow, table .tbody-with-sub .arrow {
  cursor: pointer;
}

/* line 1972, app/assets/stylesheets/cost_tracker/components/table.scss */
.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;
}

/* line 1979, app/assets/stylesheets/cost_tracker/components/table.scss */
.modal.modal-table table .tbody-with-sub + tbody.tbody-sub, table .tbody-with-sub + tbody.tbody-sub {
  display: none;
  background-color: #eef8ff;
}

/* line 1983, app/assets/stylesheets/cost_tracker/components/table.scss */
.modal.modal-table 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 td, 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;
}

/* line 1994, app/assets/stylesheets/cost_tracker/components/table.scss */
.modal.modal-table 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.td-with-sub td:first-child, .modal.modal-table table .tbody-with-sub + tbody.tbody-sub tr.thead th: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.td-with-sub th:first-child, table .tbody-with-sub + tbody.tbody-sub tr.td-with-sub td:first-child, table .tbody-with-sub + tbody.tbody-sub tr.thead th:first-child, table .tbody-with-sub + tbody.tbody-sub tr.thead td:first-child {
  border-left: 2px solid #408cf8;
}

/* line 2000, app/assets/stylesheets/cost_tracker/components/table.scss */
.modal.modal-table 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 td, table .tbody-with-sub + tbody.tbody-sub th {
  background-color: #eef8ff;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 2006, app/assets/stylesheets/cost_tracker/components/table.scss */
.modal.modal-table 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 td, table .tbody-with-sub + tbody.tbody-sub tr:not(.thead):hover th {
  background-color: #e7f3fc;
}

/* line 2013, app/assets/stylesheets/cost_tracker/components/table.scss */
.modal.modal-table table .tbody-with-sub.expanded .arrow:before, table .tbody-with-sub.expanded .arrow:before {
  content: "\e90d";
}

/* line 2017, app/assets/stylesheets/cost_tracker/components/table.scss */
.modal.modal-table table .tbody-with-sub.expanded + .tbody-sub, table .tbody-with-sub.expanded + .tbody-sub {
  display: table-row-group;
}

/* line 2023, app/assets/stylesheets/cost_tracker/components/table.scss */
.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;
}

/* line 2026, app/assets/stylesheets/cost_tracker/components/table.scss */
.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;
}

/* line 2030, app/assets/stylesheets/cost_tracker/components/table.scss */
.modal.modal-table table .td-rows .td-row > *, table .td-rows .td-row > * {
  line-height: 1.3rem;
}

/* line 2033, app/assets/stylesheets/cost_tracker/components/table.scss */
.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;
}

/* line 2036, app/assets/stylesheets/cost_tracker/components/table.scss */
.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;
}

/* line 2039, app/assets/stylesheets/cost_tracker/components/table.scss */
.modal.modal-table table .td-rows .td-row.as-input i, table .td-rows .td-row.as-input i {
  width: 2rem;
}

/* line 2042, app/assets/stylesheets/cost_tracker/components/table.scss */
.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;
}

/* line 2051, app/assets/stylesheets/cost_tracker/components/table.scss */
.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;
}

/* line 2062, app/assets/stylesheets/cost_tracker/components/table.scss */
.modal.modal-table table .td-rows .td-row .link, table .td-rows .td-row .link {
  color: #408cf8;
}

/* line 2065, app/assets/stylesheets/cost_tracker/components/table.scss */
.modal.modal-table table .td-rows .td-row > * + *, table .td-rows .td-row > * + * {
  margin-left: 0.5rem;
}

/* line 2068, app/assets/stylesheets/cost_tracker/components/table.scss */
.modal.modal-table table .td-rows .td-row + .td-row, table .td-rows .td-row + .td-row {
  margin-top: 1rem;
}

/* line 2075, app/assets/stylesheets/cost_tracker/components/table.scss */
.modal.modal-table table .td-with-sub + .td-sub td, table .td-with-sub + .td-sub td {
  border-top: 1px dotted #408cf8;
}

/* line 2079, app/assets/stylesheets/cost_tracker/components/table.scss */
.modal.modal-table table .td-with-sub .arrow, table .td-with-sub .arrow {
  cursor: pointer;
}

/* line 2081, app/assets/stylesheets/cost_tracker/components/table.scss */
.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;
}

/* line 2088, app/assets/stylesheets/cost_tracker/components/table.scss */
.modal.modal-table table .td-with-sub + .td-sub, table .td-with-sub + .td-sub {
  display: none;
}

/* line 2093, app/assets/stylesheets/cost_tracker/components/table.scss */
.modal.modal-table table .td-with-sub.expanded .arrow:before, table .td-with-sub.expanded .arrow:before {
  content: "\e90d";
}

/* line 2097, app/assets/stylesheets/cost_tracker/components/table.scss */
.modal.modal-table table .td-with-sub.expanded + .td-sub, table .td-with-sub.expanded + .td-sub {
  display: table-row;
}

/* line 2107, app/assets/stylesheets/cost_tracker/components/table.scss */
.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) {
  /* line 2116, app/assets/stylesheets/cost_tracker/components/table.scss */
  .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;
  }
}

/* line 2127, app/assets/stylesheets/cost_tracker/components/table.scss */
.modal.modal-table 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.mute i, table .tbody-sub td.actions a.anchor.link i {
  font-size: 2rem;
  margin-right: 1rem;
}

/* line 2136, app/assets/stylesheets/cost_tracker/components/table.scss */
.modal.modal-table table .tbody-sub td .items.items-divided > * + *:before, table .tbody-sub td .items.items-divided > * + *:before {
  height: 1.5rem;
  color: #408cf8;
}

/* line 2141, app/assets/stylesheets/cost_tracker/components/table.scss */
.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;
}

/* line 2145, app/assets/stylesheets/cost_tracker/components/table.scss */
.modal.modal-table table .tbody-sub td .items .link, table .tbody-sub td .items .link {
  color: #408cf8;
}

/* line 2149, app/assets/stylesheets/cost_tracker/components/table.scss */
.modal.modal-table table .tbody-sub td .items .anchor.mute:hover, table .tbody-sub td .items .anchor.mute:hover {
  text-decoration: none;
}

/* line 2152, app/assets/stylesheets/cost_tracker/components/table.scss */
.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;
}

/* line 2165, app/assets/stylesheets/cost_tracker/components/table.scss */
.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;
}

/* line 2170, app/assets/stylesheets/cost_tracker/components/table.scss */
.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;
}

/* line 2175, app/assets/stylesheets/cost_tracker/components/table.scss */
.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;
}

/* line 2178, app/assets/stylesheets/cost_tracker/components/table.scss */
.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;
}

/* line 2187, app/assets/stylesheets/cost_tracker/components/table.scss */
.modal.modal-table table .row-value label.mute, table .row-value label.mute {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  display: block;
}

/* line 2196, app/assets/stylesheets/cost_tracker/components/table.scss */
.colored-fail {
  background-color: #ff8593 !important;
  border-top-color: #f6808e !important;
}

/* line 2200, app/assets/stylesheets/cost_tracker/components/table.scss */
.colored-pass {
  background-color: #a8e6ab !important;
  border-top-color: #a2dea5 !important;
}

/* line 2205, app/assets/stylesheets/cost_tracker/components/table.scss */
.colored-fail, .colored-pass {
  width: 8rem;
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 1180px) {
  /* line 2205, app/assets/stylesheets/cost_tracker/components/table.scss */
  .colored-fail, .colored-pass {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    width: 7rem !important;
  }
  /* line 2214, app/assets/stylesheets/cost_tracker/components/table.scss */
  .colored-fail input, .colored-pass input {
    width: 6rem;
  }
}

/* line 2218, app/assets/stylesheets/cost_tracker/components/table.scss */
.colored-fail input, .colored-pass input {
  width: 7rem;
  border-color: rgba(66, 87, 131, 0.3);
  background-clip: padding-box;
}

/* line 2223, app/assets/stylesheets/cost_tracker/components/table.scss */
th .colored-fail, th .colored-pass {
  color: #343434;
}

/* line 2228, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-copy-past, .table-overwrite {
  border-bottom: 1px solid #ededed;
}

/* line 2234, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-copy-past .select-arrow select + span {
  font-size: 1.5rem;
}

/* line 2238, app/assets/stylesheets/cost_tracker/components/table.scss */
.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;
}

/* line 2243, app/assets/stylesheets/cost_tracker/components/table.scss */
.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;
}

/* line 2246, app/assets/stylesheets/cost_tracker/components/table.scss */
.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;
}

/* line 2249, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-copy-past .td span, .table-copy-past td span, .table-copy-past .th span, .table-copy-past th span {
  padding-left: 0.5rem;
}

/* line 2253, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-copy-past th, .table-copy-past .th {
  border-bottom: 1px solid #ededed;
  height: 4rem;
  min-height: 4rem;
}

/* line 2257, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-copy-past th .select, .table-copy-past .th .select {
  position: relative;
  z-index: 1;
}

/* line 2261, app/assets/stylesheets/cost_tracker/components/table.scss */
.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;
}

/* line 2266, app/assets/stylesheets/cost_tracker/components/table.scss */
.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;
}

/* line 2271, app/assets/stylesheets/cost_tracker/components/table.scss */
.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 label, .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;
}

/* line 2279, app/assets/stylesheets/cost_tracker/components/table.scss */
.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;
}

/* line 2285, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-copy-past th.has-error, .table-copy-past .th.has-error {
  color: #EE506D;
  border-bottom: 1px solid #e8cfd4;
}

/* line 2291, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-copy-past tbody .input-table, .table-copy-past .tbody .input-table {
  padding-left: 0.5rem !important;
}

/* line 2296, app/assets/stylesheets/cost_tracker/components/table.scss */
.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;
}

/* line 2300, app/assets/stylesheets/cost_tracker/components/table.scss */
.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;
}

/* line 2303, app/assets/stylesheets/cost_tracker/components/table.scss */
.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;
}

/* line 2306, app/assets/stylesheets/cost_tracker/components/table.scss */
.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);
}

/* line 2314, app/assets/stylesheets/cost_tracker/components/table.scss */
.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;
}

/* line 2321, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-copy-past tbody tr.is-invalid:not(.un-hover):hover td, .table-copy-past tbody .tr.is-invalid:not(.un-hover):hover td, .table-copy-past .tbody tr.is-invalid:not(.un-hover):hover td, .table-copy-past .tbody .tr.is-invalid:not(.un-hover):hover td {
  background-color: #fafafa;
}

/* line 2323, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-copy-past tbody tr.is-invalid:not(.un-hover):hover td.focus, .table-copy-past tbody .tr.is-invalid:not(.un-hover):hover td.focus, .table-copy-past .tbody tr.is-invalid:not(.un-hover):hover td.focus, .table-copy-past .tbody .tr.is-invalid:not(.un-hover):hover td.focus {
  background-color: #f8dee2 !important;
}

/* line 2326, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-copy-past tbody tr.is-invalid:not(.un-hover):hover td:first-child, .table-copy-past tbody .tr.is-invalid:not(.un-hover):hover td:first-child, .table-copy-past .tbody tr.is-invalid:not(.un-hover):hover td:first-child, .table-copy-past .tbody .tr.is-invalid:not(.un-hover):hover td:first-child {
  border-left: 4px solid #F65F7B;
}

/* line 2333, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-copy-past tbody tr.is-invalid:not(.un-hover):focus-within td:first-child, .table-copy-past tbody tr.is-invalid:not(.un-hover):focus-within .td:first-child, .table-copy-past tbody .tr.is-invalid:not(.un-hover):focus-within td:first-child, .table-copy-past tbody .tr.is-invalid:not(.un-hover):focus-within .td:first-child, .table-copy-past .tbody tr.is-invalid:not(.un-hover):focus-within td:first-child, .table-copy-past .tbody tr.is-invalid:not(.un-hover):focus-within .td:first-child, .table-copy-past .tbody .tr.is-invalid:not(.un-hover):focus-within td:first-child, .table-copy-past .tbody .tr.is-invalid:not(.un-hover):focus-within .td:first-child {
  border-left: 4px solid #F65F7B;
}

/* line 2347, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-overwrite tbody tr td {
  min-height: 4rem;
  height: 4rem;
}

/* line 2350, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-overwrite tbody tr td:first-child {
  padding-left: 2rem;
}

/* line 2354, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-overwrite tbody tr.border td {
  display: none;
}

/* line 2359, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-overwrite tbody tr:not(.checked) td:first-child ~ td {
  opacity: 0.52;
}

/* line 2, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.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;
}

/* line 8, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.table-overwrite tbody tr.checked .radio.radio {
  background-color: #408CF8;
  border: 1px solid #408CF8;
}

/* line 13, app/assets/stylesheets/cost_tracker/components/checkbox.scss */
.table-overwrite tbody tr.checked .radio.input-l:before {
  font-size: 2.3rem;
}

/* line 2372, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-overwrite thead th {
  z-index: 10;
}

/* line 2378, app/assets/stylesheets/cost_tracker/components/table.scss */
.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;
}

/* line 2389, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-overwrite tbody + tbody > tr.border + tr td {
  border-top: 0 none;
}

/* line 2398, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-cashflow .first {
  padding-left: 2.5rem;
  padding-right: 3.5rem;
  position: sticky;
  left: 0;
  width: 0;
  white-space: nowrap;
}

/* line 2409, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-cashflow tr:not(:hover):not(.hover) .first:not(.mark), .table-cashflow .tr:not(:hover):not(.hover) .first:not(.mark) {
  background-color: #fff;
}

/* line 2415, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-cashflow td:not(.last):not(.first) {
  text-align: right;
  white-space: nowrap;
  width: auto;
  padding-left: 7px;
  padding-right: 7px;
}

/* line 2422, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-cashflow th:not(.first) {
  padding-left: 7px;
  padding-right: 7px;
  text-align: right;
}

/* line 2427, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-cashflow .last {
  width: auto;
  padding: 0 !important;
  min-width: 0;
}

/* line 2432, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-cashflow .fixed-total {
  position: sticky;
  right: 0;
  top: 0;
}

/* line 2440, app/assets/stylesheets/cost_tracker/components/table.scss */
.with-thead {
  position: relative;
  width: 0;
}

/* line 2445, app/assets/stylesheets/cost_tracker/components/table.scss */
.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;
}

/* line 2459, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-dashboard {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* line 2462, app/assets/stylesheets/cost_tracker/components/table.scss */
.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;
}

/* line 2467, app/assets/stylesheets/cost_tracker/components/table.scss */
.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;
  box-shadow: -2px 0 2px rgba(66, 67, 68, 0.1);
}

/* line 2468, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-dashboard .right-pinned th, .table-dashboard .right-pinned .th {
  max-height: 1rem;
  height: 1rem;
}

/* line 2472, app/assets/stylesheets/cost_tracker/components/table.scss */
.table-dashboard .right-pinned td, .table-dashboard .right-pinned .td {
  max-height: none;
  height: auto;
}

@media (min-width: 1180px) {
  /* line 34, app/assets/stylesheets/cost_tracker/components/table/has.scss */
  .td.has-ellipsis, td.has-ellipsis {
    display: table-cell;
  }
}

@media (min-width: 1181px) {
  /* line 42, app/assets/stylesheets/cost_tracker/components/table/has.scss */
  .has-ellipsis[data-ellipsis]:hover {
    position: relative;
  }
  /* line 44, app/assets/stylesheets/cost_tracker/components/table/has.scss */
  .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;
    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);
  }
  /* line 49, app/assets/stylesheets/cost_tracker/components/table/has.scss */
  .has-ellipsis[data-ellipsis]:hover > * {
    overflow: hidden;
    z-index: 1;
    position: relative;
    opacity: 0;
  }
  /* line 55, app/assets/stylesheets/cost_tracker/components/table/has.scss */
  .has-ellipsis[data-ellipsis]:hover:before {
    display: none;
  }
}

@media (min-width: 1181px) {
  /* line 62, app/assets/stylesheets/cost_tracker/components/table/has.scss */
  .has-preview {
    position: relative;
  }
  /* line 64, app/assets/stylesheets/cost_tracker/components/table/has.scss */
  .has-preview .to-preview {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 68, app/assets/stylesheets/cost_tracker/components/table/has.scss */
  .has-preview .to-preview.input-r + .preview {
    font-size: 1.2rem;
  }
  /* line 73, app/assets/stylesheets/cost_tracker/components/table/has.scss */
  .has-preview > span {
    color: inherit;
    background-color: inherit;
  }
  /* line 80, app/assets/stylesheets/cost_tracker/components/table/has.scss */
  .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;
  }
  /* line 86, app/assets/stylesheets/cost_tracker/components/table/has.scss */
  .has-preview .select ~ .preview {
    padding-left: 1rem;
    padding-top: 0.4rem;
  }
  /* line 90, app/assets/stylesheets/cost_tracker/components/table/has.scss */
  .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;
    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;
  }
  /* line 96, app/assets/stylesheets/cost_tracker/components/table/has.scss */
  .has-preview:first-child .preview {
    padding-left: 4rem;
  }
  /* line 99, app/assets/stylesheets/cost_tracker/components/table/has.scss */
  .has-preview:first-child .select ~ .preview {
    padding-left: 4.5rem;
  }
}

/* line 107, app/assets/stylesheets/cost_tracker/components/table/has.scss */
.has-preview .preview {
  display: none;
}

/* line 2, app/assets/stylesheets/cost_tracker/components/table/bulk.scss */
.has-bulk {
  counter-reset: row-selected;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 4, app/assets/stylesheets/cost_tracker/components/table/bulk.scss */
.has-bulk .toggle-table-bulk {
  position: fixed;
  left: -100000px;
}

/* line 8, app/assets/stylesheets/cost_tracker/components/table/bulk.scss */
.has-bulk .toggle-table-bulk:checked ~ .table-bulk {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* line 11, app/assets/stylesheets/cost_tracker/components/table/bulk.scss */
.has-bulk .toggle-table-bulk:checked ~ .table-actions {
  display: none;
}

/* line 17, app/assets/stylesheets/cost_tracker/components/table/bulk.scss */
.has-bulk.bulk-active .table-bulk {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* line 20, app/assets/stylesheets/cost_tracker/components/table/bulk.scss */
.has-bulk.bulk-active .table-actions {
  display: none;
}

/* line 24, app/assets/stylesheets/cost_tracker/components/table/bulk.scss */
.has-bulk .table-bulk.active {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* line 27, app/assets/stylesheets/cost_tracker/components/table/bulk.scss */
.has-bulk .table-actions.hide {
  display: none;
}

/* line 33, app/assets/stylesheets/cost_tracker/components/table/bulk.scss */
.has-bulk:not(.normal-order) .table-bulk {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: -1;
  -webkit-order: -1;
  order: -1;
}

/* line 37, app/assets/stylesheets/cost_tracker/components/table/bulk.scss */
.has-bulk .table-bulk {
  display: none;
}

/* line 43, app/assets/stylesheets/cost_tracker/components/table/bulk.scss */
.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;
}

/* line 51, app/assets/stylesheets/cost_tracker/components/table/bulk.scss */
.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-justify-content: space-between;
  justify-content: space-between;
}

/* line 61, app/assets/stylesheets/cost_tracker/components/table/bulk.scss */
.table-bulk .selected:empty:before {
  content: counter(row-selected) " " attr(data-selected);
}

/* line 65, app/assets/stylesheets/cost_tracker/components/table/bulk.scss */
.table-bulk .icon-close {
  font-size: 2.5rem;
}

/* line 68, app/assets/stylesheets/cost_tracker/components/table/bulk.scss */
.table-bulk .actions {
  color: #fff;
}

/* line 69, app/assets/stylesheets/cost_tracker/components/table/bulk.scss */
.table-bulk .actions .items {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* line 71, app/assets/stylesheets/cost_tracker/components/table/bulk.scss */
.table-bulk .actions .items span + span:before {
  margin-right: 1rem;
  color: #fff;
}

/* line 79, app/assets/stylesheets/cost_tracker/components/table/bulk.scss */
.table-bulk .actions .select > input:not(:checked) + .select-content {
  color: #fff;
  text-transform: uppercase;
}

/* line 82, app/assets/stylesheets/cost_tracker/components/table/bulk.scss */
.table-bulk .actions .select > input:not(:checked) + .select-content label, .table-bulk .actions .select > input:not(:checked) + .select-content .placeholder {
  font-size: 1.2rem;
}

/* line 1, app/assets/stylesheets/cost_tracker/components/table/actions.scss */
.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-justify-content: space-between;
  justify-content: space-between;
}

/* line 9, app/assets/stylesheets/cost_tracker/components/table/actions.scss */
.table-actions:after {
  content: '';
  min-height: inherit;
  font-size: 0;
}

/* line 14, app/assets/stylesheets/cost_tracker/components/table/actions.scss */
.table-actions .filters {
  margin: auto auto auto 0;
  -webkit-align-self: center;
  align-self: center;
}

/* line 19, app/assets/stylesheets/cost_tracker/components/table/actions.scss */
.table-actions .items .filters {
  margin: 15px 0 0 0;
}

/* line 23, app/assets/stylesheets/cost_tracker/components/table/actions.scss */
.table-actions .right-actions {
  margin: auto 0 auto auto;
  -webkit-align-self: center;
  align-self: center;
}

/* line 30, app/assets/stylesheets/cost_tracker/components/table/actions.scss */
.table-actions .right-actions .items.items-divided > * + *:not(.no-divide):before {
  border-left-color: #d8dbe2;
}

/* line 38, app/assets/stylesheets/cost_tracker/components/table/actions.scss */
.table-actions.with-chart {
  -webkit-align-items: normal;
  align-items: normal;
}

/* line 40, app/assets/stylesheets/cost_tracker/components/table/actions.scss */
.table-actions.with-chart [class*="cell"] {
  box-sizing: content-box;
}

/* line 43, app/assets/stylesheets/cost_tracker/components/table/actions.scss */
.table-actions.with-chart .h2 {
  font-size: 2.5rem;
  margin: 0;
  font-weight: bold;
}

/* line 47, app/assets/stylesheets/cost_tracker/components/table/actions.scss */
.table-actions.with-chart .h2 + .label {
  color: rgba(64, 140, 248, 0.7);
}

/* line 49, app/assets/stylesheets/cost_tracker/components/table/actions.scss */
.table-actions.with-chart .h2 + .label.warning {
  color: rgba(206, 1, 82, 0.7);
}

/* line 54, app/assets/stylesheets/cost_tracker/components/table/actions.scss */
.table-actions.with-chart .form-section-content {
  padding: 0 4rem;
}

/* line 56, app/assets/stylesheets/cost_tracker/components/table/actions.scss */
.table-actions.with-chart .form-section-content .dashboard-state {
  padding-top: 0;
}

/* line 60, app/assets/stylesheets/cost_tracker/components/table/actions.scss */
.table-actions.with-chart .dashboard-state {
  padding: 0 2.5rem;
}

/* line 63, app/assets/stylesheets/cost_tracker/components/table/actions.scss */
.table-actions.with-chart .form-section {
  margin-bottom: 3rem;
}

@media (max-width: 1180px) {
  /* line 66, app/assets/stylesheets/cost_tracker/components/table/actions.scss */
  .table-actions.with-chart .form-section .form-section-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  /* line 69, app/assets/stylesheets/cost_tracker/components/table/actions.scss */
  .table-actions.with-chart .form-section .form-section-content .dashboard-state {
    padding: 0;
  }
}

/* line 75, app/assets/stylesheets/cost_tracker/components/table/actions.scss */
.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) {
  /* line 87, app/assets/stylesheets/cost_tracker/components/table/actions.scss */
  .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) {
  /* line 99, app/assets/stylesheets/cost_tracker/components/table/actions.scss */
  .table-actions.with-chart .form-section + .form-section:not(.with-tile) {
    padding-top: 2rem;
  }
}

@use "sass:math";
/* line 34, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
.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;
}

/* line 40, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
.cell-hidden:not(.fluid-always-display) .input-table {
  min-width: 20vw !important;
}

/* line 44, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
.cell-hidden:not(.fluid-always-display):not(.visible) {
  opacity: 0 !important;
  overflow: hidden !important;
}

@media (min-width: 1181px) {
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-1[data-show="1"] .table-nav .dot:nth-of-type(n + 1) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-1[data-show="1"] .table-nav label:nth-of-type(n + 1) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-2[data-show="1"] .table-nav .dot:nth-of-type(n + 2) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-2[data-show="1"] .table-nav label:nth-of-type(n + 2) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-3[data-show="1"] .table-nav .dot:nth-of-type(n + 3) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-3[data-show="1"] .table-nav label:nth-of-type(n + 3) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-4[data-show="1"] .table-nav .dot:nth-of-type(n + 4) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-4[data-show="1"] .table-nav label:nth-of-type(n + 4) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-5[data-show="1"] .table-nav .dot:nth-of-type(n + 5) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-5[data-show="1"] .table-nav label:nth-of-type(n + 5) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-6[data-show="1"] .table-nav .dot:nth-of-type(n + 6) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-6[data-show="1"] .table-nav label:nth-of-type(n + 6) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-7[data-show="1"] .table-nav .dot:nth-of-type(n + 7) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-7[data-show="1"] .table-nav label:nth-of-type(n + 7) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-8[data-show="1"] .table-nav .dot:nth-of-type(n + 8) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-8[data-show="1"] .table-nav label:nth-of-type(n + 8) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-9[data-show="1"] .table-nav .dot:nth-of-type(n + 9) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-9[data-show="1"] .table-nav label:nth-of-type(n + 9) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-10[data-show="1"] .table-nav .dot:nth-of-type(n + 10) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-10[data-show="1"] .table-nav label:nth-of-type(n + 10) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-11[data-show="1"] .table-nav .dot:nth-of-type(n + 11) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-11[data-show="1"] .table-nav label:nth-of-type(n + 11) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-12[data-show="1"] .table-nav .dot:nth-of-type(n + 12) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-12[data-show="1"] .table-nav label:nth-of-type(n + 12) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-13[data-show="1"] .table-nav .dot:nth-of-type(n + 13) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-13[data-show="1"] .table-nav label:nth-of-type(n + 13) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-14[data-show="1"] .table-nav .dot:nth-of-type(n + 14) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-14[data-show="1"] .table-nav label:nth-of-type(n + 14) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-15[data-show="1"] .table-nav .dot:nth-of-type(n + 15) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-15[data-show="1"] .table-nav label:nth-of-type(n + 15) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-16[data-show="1"] .table-nav .dot:nth-of-type(n + 16) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-16[data-show="1"] .table-nav label:nth-of-type(n + 16) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-17[data-show="1"] .table-nav .dot:nth-of-type(n + 17) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-17[data-show="1"] .table-nav label:nth-of-type(n + 17) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-18[data-show="1"] .table-nav .dot:nth-of-type(n + 18) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-18[data-show="1"] .table-nav label:nth-of-type(n + 18) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-19[data-show="1"] .table-nav .dot:nth-of-type(n + 19) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-19[data-show="1"] .table-nav label:nth-of-type(n + 19) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-20[data-show="1"] .table-nav .dot:nth-of-type(n + 20) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-20[data-show="1"] .table-nav label:nth-of-type(n + 20) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-21[data-show="1"] .table-nav .dot:nth-of-type(n + 21) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-21[data-show="1"] .table-nav label:nth-of-type(n + 21) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-22[data-show="1"] .table-nav .dot:nth-of-type(n + 22) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-22[data-show="1"] .table-nav label:nth-of-type(n + 22) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-1[data-show="3"] .table-nav .dot:nth-of-type(n + 1) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-1[data-show="3"] .table-nav label:nth-of-type(n + 1) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-2[data-show="3"] .table-nav .dot:nth-of-type(n + 2) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-2[data-show="3"] .table-nav label:nth-of-type(n + 2) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-3[data-show="3"] .table-nav .dot:nth-of-type(n + 2) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-3[data-show="3"] .table-nav label:nth-of-type(n + 2) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-4[data-show="3"] .table-nav .dot:nth-of-type(n + 2) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-4[data-show="3"] .table-nav label:nth-of-type(n + 2) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-5[data-show="3"] .table-nav .dot:nth-of-type(n + 3) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-5[data-show="3"] .table-nav label:nth-of-type(n + 3) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-6[data-show="3"] .table-nav .dot:nth-of-type(n + 3) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-6[data-show="3"] .table-nav label:nth-of-type(n + 3) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-7[data-show="3"] .table-nav .dot:nth-of-type(n + 3) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-7[data-show="3"] .table-nav label:nth-of-type(n + 3) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-8[data-show="3"] .table-nav .dot:nth-of-type(n + 4) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-8[data-show="3"] .table-nav label:nth-of-type(n + 4) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-9[data-show="3"] .table-nav .dot:nth-of-type(n + 4) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-9[data-show="3"] .table-nav label:nth-of-type(n + 4) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-10[data-show="3"] .table-nav .dot:nth-of-type(n + 4) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-10[data-show="3"] .table-nav label:nth-of-type(n + 4) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-11[data-show="3"] .table-nav .dot:nth-of-type(n + 5) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-11[data-show="3"] .table-nav label:nth-of-type(n + 5) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-12[data-show="3"] .table-nav .dot:nth-of-type(n + 5) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-12[data-show="3"] .table-nav label:nth-of-type(n + 5) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-13[data-show="3"] .table-nav .dot:nth-of-type(n + 5) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-13[data-show="3"] .table-nav label:nth-of-type(n + 5) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-14[data-show="3"] .table-nav .dot:nth-of-type(n + 6) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-14[data-show="3"] .table-nav label:nth-of-type(n + 6) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-15[data-show="3"] .table-nav .dot:nth-of-type(n + 6) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-15[data-show="3"] .table-nav label:nth-of-type(n + 6) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-16[data-show="3"] .table-nav .dot:nth-of-type(n + 6) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-16[data-show="3"] .table-nav label:nth-of-type(n + 6) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-17[data-show="3"] .table-nav .dot:nth-of-type(n + 7) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-17[data-show="3"] .table-nav label:nth-of-type(n + 7) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-18[data-show="3"] .table-nav .dot:nth-of-type(n + 7) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-18[data-show="3"] .table-nav label:nth-of-type(n + 7) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-19[data-show="3"] .table-nav .dot:nth-of-type(n + 7) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-19[data-show="3"] .table-nav label:nth-of-type(n + 7) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-20[data-show="3"] .table-nav .dot:nth-of-type(n + 8) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-20[data-show="3"] .table-nav label:nth-of-type(n + 8) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-21[data-show="3"] .table-nav .dot:nth-of-type(n + 8) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-21[data-show="3"] .table-nav label:nth-of-type(n + 8) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-22[data-show="3"] .table-nav .dot:nth-of-type(n + 8) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-22[data-show="3"] .table-nav label:nth-of-type(n + 8) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-1[data-show="5"] .table-nav .dot:nth-of-type(n + 1) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-1[data-show="5"] .table-nav label:nth-of-type(n + 1) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-2[data-show="5"] .table-nav .dot:nth-of-type(n + 2) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-2[data-show="5"] .table-nav label:nth-of-type(n + 2) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-3[data-show="5"] .table-nav .dot:nth-of-type(n + 2) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-3[data-show="5"] .table-nav label:nth-of-type(n + 2) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-4[data-show="5"] .table-nav .dot:nth-of-type(n + 2) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-4[data-show="5"] .table-nav label:nth-of-type(n + 2) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-5[data-show="5"] .table-nav .dot:nth-of-type(n + 2) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-5[data-show="5"] .table-nav label:nth-of-type(n + 2) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-6[data-show="5"] .table-nav .dot:nth-of-type(n + 2) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-6[data-show="5"] .table-nav label:nth-of-type(n + 2) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-7[data-show="5"] .table-nav .dot:nth-of-type(n + 3) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-7[data-show="5"] .table-nav label:nth-of-type(n + 3) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-8[data-show="5"] .table-nav .dot:nth-of-type(n + 3) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-8[data-show="5"] .table-nav label:nth-of-type(n + 3) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-9[data-show="5"] .table-nav .dot:nth-of-type(n + 3) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-9[data-show="5"] .table-nav label:nth-of-type(n + 3) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-10[data-show="5"] .table-nav .dot:nth-of-type(n + 3) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-10[data-show="5"] .table-nav label:nth-of-type(n + 3) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-11[data-show="5"] .table-nav .dot:nth-of-type(n + 3) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-11[data-show="5"] .table-nav label:nth-of-type(n + 3) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-12[data-show="5"] .table-nav .dot:nth-of-type(n + 4) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-12[data-show="5"] .table-nav label:nth-of-type(n + 4) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-13[data-show="5"] .table-nav .dot:nth-of-type(n + 4) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-13[data-show="5"] .table-nav label:nth-of-type(n + 4) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-14[data-show="5"] .table-nav .dot:nth-of-type(n + 4) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-14[data-show="5"] .table-nav label:nth-of-type(n + 4) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-15[data-show="5"] .table-nav .dot:nth-of-type(n + 4) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-15[data-show="5"] .table-nav label:nth-of-type(n + 4) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-16[data-show="5"] .table-nav .dot:nth-of-type(n + 4) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-16[data-show="5"] .table-nav label:nth-of-type(n + 4) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-17[data-show="5"] .table-nav .dot:nth-of-type(n + 5) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-17[data-show="5"] .table-nav label:nth-of-type(n + 5) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-18[data-show="5"] .table-nav .dot:nth-of-type(n + 5) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-18[data-show="5"] .table-nav label:nth-of-type(n + 5) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-19[data-show="5"] .table-nav .dot:nth-of-type(n + 5) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-19[data-show="5"] .table-nav label:nth-of-type(n + 5) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-20[data-show="5"] .table-nav .dot:nth-of-type(n + 5) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-20[data-show="5"] .table-nav label:nth-of-type(n + 5) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-21[data-show="5"] .table-nav .dot:nth-of-type(n + 5) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-21[data-show="5"] .table-nav label:nth-of-type(n + 5) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-22[data-show="5"] .table-nav .dot:nth-of-type(n + 6) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-22[data-show="5"] .table-nav label:nth-of-type(n + 6) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-1[data-show="7"] .table-nav .dot:nth-of-type(n + 1) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-1[data-show="7"] .table-nav label:nth-of-type(n + 1) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-2[data-show="7"] .table-nav .dot:nth-of-type(n + 2) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-2[data-show="7"] .table-nav label:nth-of-type(n + 2) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-3[data-show="7"] .table-nav .dot:nth-of-type(n + 2) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-3[data-show="7"] .table-nav label:nth-of-type(n + 2) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-4[data-show="7"] .table-nav .dot:nth-of-type(n + 2) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-4[data-show="7"] .table-nav label:nth-of-type(n + 2) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-5[data-show="7"] .table-nav .dot:nth-of-type(n + 2) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-5[data-show="7"] .table-nav label:nth-of-type(n + 2) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-6[data-show="7"] .table-nav .dot:nth-of-type(n + 2) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-6[data-show="7"] .table-nav label:nth-of-type(n + 2) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-7[data-show="7"] .table-nav .dot:nth-of-type(n + 2) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-7[data-show="7"] .table-nav label:nth-of-type(n + 2) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-8[data-show="7"] .table-nav .dot:nth-of-type(n + 2) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-8[data-show="7"] .table-nav label:nth-of-type(n + 2) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-9[data-show="7"] .table-nav .dot:nth-of-type(n + 3) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-9[data-show="7"] .table-nav label:nth-of-type(n + 3) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-10[data-show="7"] .table-nav .dot:nth-of-type(n + 3) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-10[data-show="7"] .table-nav label:nth-of-type(n + 3) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-11[data-show="7"] .table-nav .dot:nth-of-type(n + 3) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-11[data-show="7"] .table-nav label:nth-of-type(n + 3) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-12[data-show="7"] .table-nav .dot:nth-of-type(n + 3) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-12[data-show="7"] .table-nav label:nth-of-type(n + 3) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-13[data-show="7"] .table-nav .dot:nth-of-type(n + 3) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-13[data-show="7"] .table-nav label:nth-of-type(n + 3) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-14[data-show="7"] .table-nav .dot:nth-of-type(n + 3) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-14[data-show="7"] .table-nav label:nth-of-type(n + 3) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-15[data-show="7"] .table-nav .dot:nth-of-type(n + 3) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-15[data-show="7"] .table-nav label:nth-of-type(n + 3) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-16[data-show="7"] .table-nav .dot:nth-of-type(n + 4) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-16[data-show="7"] .table-nav label:nth-of-type(n + 4) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-17[data-show="7"] .table-nav .dot:nth-of-type(n + 4) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-17[data-show="7"] .table-nav label:nth-of-type(n + 4) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-18[data-show="7"] .table-nav .dot:nth-of-type(n + 4) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-18[data-show="7"] .table-nav label:nth-of-type(n + 4) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-19[data-show="7"] .table-nav .dot:nth-of-type(n + 4) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-19[data-show="7"] .table-nav label:nth-of-type(n + 4) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-20[data-show="7"] .table-nav .dot:nth-of-type(n + 4) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-20[data-show="7"] .table-nav label:nth-of-type(n + 4) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-21[data-show="7"] .table-nav .dot:nth-of-type(n + 4) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-21[data-show="7"] .table-nav label:nth-of-type(n + 4) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-22[data-show="7"] .table-nav .dot:nth-of-type(n + 4) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-22[data-show="7"] .table-nav label:nth-of-type(n + 4) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-1[data-show="9"] .table-nav .dot:nth-of-type(n + 1) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-1[data-show="9"] .table-nav label:nth-of-type(n + 1) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-2[data-show="9"] .table-nav .dot:nth-of-type(n + 2) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-2[data-show="9"] .table-nav label:nth-of-type(n + 2) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-3[data-show="9"] .table-nav .dot:nth-of-type(n + 2) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-3[data-show="9"] .table-nav label:nth-of-type(n + 2) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-4[data-show="9"] .table-nav .dot:nth-of-type(n + 2) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-4[data-show="9"] .table-nav label:nth-of-type(n + 2) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-5[data-show="9"] .table-nav .dot:nth-of-type(n + 2) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-5[data-show="9"] .table-nav label:nth-of-type(n + 2) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-6[data-show="9"] .table-nav .dot:nth-of-type(n + 2) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-6[data-show="9"] .table-nav label:nth-of-type(n + 2) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-7[data-show="9"] .table-nav .dot:nth-of-type(n + 2) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-7[data-show="9"] .table-nav label:nth-of-type(n + 2) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-8[data-show="9"] .table-nav .dot:nth-of-type(n + 2) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-8[data-show="9"] .table-nav label:nth-of-type(n + 2) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-9[data-show="9"] .table-nav .dot:nth-of-type(n + 2) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-9[data-show="9"] .table-nav label:nth-of-type(n + 2) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-10[data-show="9"] .table-nav .dot:nth-of-type(n + 2) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-10[data-show="9"] .table-nav label:nth-of-type(n + 2) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-11[data-show="9"] .table-nav .dot:nth-of-type(n + 3) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-11[data-show="9"] .table-nav label:nth-of-type(n + 3) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-12[data-show="9"] .table-nav .dot:nth-of-type(n + 3) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-12[data-show="9"] .table-nav label:nth-of-type(n + 3) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-13[data-show="9"] .table-nav .dot:nth-of-type(n + 3) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-13[data-show="9"] .table-nav label:nth-of-type(n + 3) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-14[data-show="9"] .table-nav .dot:nth-of-type(n + 3) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-14[data-show="9"] .table-nav label:nth-of-type(n + 3) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-15[data-show="9"] .table-nav .dot:nth-of-type(n + 3) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-15[data-show="9"] .table-nav label:nth-of-type(n + 3) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-16[data-show="9"] .table-nav .dot:nth-of-type(n + 3) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-16[data-show="9"] .table-nav label:nth-of-type(n + 3) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-17[data-show="9"] .table-nav .dot:nth-of-type(n + 3) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-17[data-show="9"] .table-nav label:nth-of-type(n + 3) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-18[data-show="9"] .table-nav .dot:nth-of-type(n + 3) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-18[data-show="9"] .table-nav label:nth-of-type(n + 3) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-19[data-show="9"] .table-nav .dot:nth-of-type(n + 3) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-19[data-show="9"] .table-nav label:nth-of-type(n + 3) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-20[data-show="9"] .table-nav .dot:nth-of-type(n + 4) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-20[data-show="9"] .table-nav label:nth-of-type(n + 4) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-21[data-show="9"] .table-nav .dot:nth-of-type(n + 4) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-21[data-show="9"] .table-nav label:nth-of-type(n + 4) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-22[data-show="9"] .table-nav .dot:nth-of-type(n + 4) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual.table-column-22[data-show="9"] .table-nav label:nth-of-type(n + 4) {
    visibility: hidden;
  }
  /* line 199, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual .table-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(1) ~ .table-header .table-nav .dot:nth-of-type(1) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type(2):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type(0):after {
    content: "\e90b";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(1) ~ .table .td:not(.no-f):nth-of-type(2), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(1) ~ .table td:not(.no-f):nth-of-type(2),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(1) ~ table .td:not(.no-f):nth-of-type(2),
.table-fluid-manual[data-show="1"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(1) ~ .table .td:not(.no-f):nth-of-type(2) .input-table, .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(1) ~ .table td:not(.no-f):nth-of-type(2) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(1) ~ table .td:not(.no-f):nth-of-type(2) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(1) ~ table td:not(.no-f):nth-of-type(2) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(1) ~ .table .td:not(.no-f):nth-of-type(2):not(.actions), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(1) ~ .table td:not(.no-f):nth-of-type(2):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(1) ~ table .td:not(.no-f):nth-of-type(2):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(1) ~ table td:not(.no-f):nth-of-type(2):not(.actions) {
    width: auto;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(1) ~ .table .th:not(.no-f):nth-of-type(2), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(1) ~ .table th:not(.no-f):nth-of-type(2),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(1) ~ table .th:not(.no-f):nth-of-type(2),
.table-fluid-manual[data-show="1"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(1) ~ .table .th:not(.no-f):nth-of-type(2) .input-table, .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(1) ~ .table th:not(.no-f):nth-of-type(2) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(1) ~ table .th:not(.no-f):nth-of-type(2) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(1) ~ table th:not(.no-f):nth-of-type(2) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(1) ~ .table .th:not(.no-f):nth-of-type(2):not(.actions), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(1) ~ .table th:not(.no-f):nth-of-type(2):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(1) ~ table .th:not(.no-f):nth-of-type(2):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(1) ~ table th:not(.no-f):nth-of-type(2):not(.actions) {
    width: auto;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(2) ~ .table-header .table-nav .dot:nth-of-type(2) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type(3):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type(1):after {
    content: "\e90b";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(2) ~ .table .td:not(.no-f):nth-of-type(3), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(2) ~ .table td:not(.no-f):nth-of-type(3),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(2) ~ table .td:not(.no-f):nth-of-type(3),
.table-fluid-manual[data-show="1"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(2) ~ .table .td:not(.no-f):nth-of-type(3) .input-table, .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(2) ~ .table td:not(.no-f):nth-of-type(3) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(2) ~ table .td:not(.no-f):nth-of-type(3) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(2) ~ table td:not(.no-f):nth-of-type(3) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(2) ~ .table .td:not(.no-f):nth-of-type(3):not(.actions), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(2) ~ .table td:not(.no-f):nth-of-type(3):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(2) ~ table .td:not(.no-f):nth-of-type(3):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(2) ~ table td:not(.no-f):nth-of-type(3):not(.actions) {
    width: auto;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(2) ~ .table .th:not(.no-f):nth-of-type(3), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(2) ~ .table th:not(.no-f):nth-of-type(3),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(2) ~ table .th:not(.no-f):nth-of-type(3),
.table-fluid-manual[data-show="1"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(2) ~ .table .th:not(.no-f):nth-of-type(3) .input-table, .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(2) ~ .table th:not(.no-f):nth-of-type(3) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(2) ~ table .th:not(.no-f):nth-of-type(3) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(2) ~ table th:not(.no-f):nth-of-type(3) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(2) ~ .table .th:not(.no-f):nth-of-type(3):not(.actions), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(2) ~ .table th:not(.no-f):nth-of-type(3):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(2) ~ table .th:not(.no-f):nth-of-type(3):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(2) ~ table th:not(.no-f):nth-of-type(3):not(.actions) {
    width: auto;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(3) ~ .table-header .table-nav .dot:nth-of-type(3) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type(4):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type(2):after {
    content: "\e90b";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(3) ~ .table .td:not(.no-f):nth-of-type(4), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(3) ~ .table td:not(.no-f):nth-of-type(4),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(3) ~ table .td:not(.no-f):nth-of-type(4),
.table-fluid-manual[data-show="1"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(3) ~ .table .td:not(.no-f):nth-of-type(4) .input-table, .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(3) ~ .table td:not(.no-f):nth-of-type(4) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(3) ~ table .td:not(.no-f):nth-of-type(4) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(3) ~ table td:not(.no-f):nth-of-type(4) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(3) ~ .table .td:not(.no-f):nth-of-type(4):not(.actions), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(3) ~ .table td:not(.no-f):nth-of-type(4):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(3) ~ table .td:not(.no-f):nth-of-type(4):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(3) ~ table td:not(.no-f):nth-of-type(4):not(.actions) {
    width: auto;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(3) ~ .table .th:not(.no-f):nth-of-type(4), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(3) ~ .table th:not(.no-f):nth-of-type(4),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(3) ~ table .th:not(.no-f):nth-of-type(4),
.table-fluid-manual[data-show="1"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(3) ~ .table .th:not(.no-f):nth-of-type(4) .input-table, .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(3) ~ .table th:not(.no-f):nth-of-type(4) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(3) ~ table .th:not(.no-f):nth-of-type(4) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(3) ~ table th:not(.no-f):nth-of-type(4) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(3) ~ .table .th:not(.no-f):nth-of-type(4):not(.actions), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(3) ~ .table th:not(.no-f):nth-of-type(4):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(3) ~ table .th:not(.no-f):nth-of-type(4):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(3) ~ table th:not(.no-f):nth-of-type(4):not(.actions) {
    width: auto;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(4) ~ .table-header .table-nav .dot:nth-of-type(4) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type(5):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type(3):after {
    content: "\e90b";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(4) ~ .table .td:not(.no-f):nth-of-type(5), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(4) ~ .table td:not(.no-f):nth-of-type(5),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(4) ~ table .td:not(.no-f):nth-of-type(5),
.table-fluid-manual[data-show="1"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(4) ~ .table .td:not(.no-f):nth-of-type(5) .input-table, .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(4) ~ .table td:not(.no-f):nth-of-type(5) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(4) ~ table .td:not(.no-f):nth-of-type(5) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(4) ~ table td:not(.no-f):nth-of-type(5) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(4) ~ .table .td:not(.no-f):nth-of-type(5):not(.actions), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(4) ~ .table td:not(.no-f):nth-of-type(5):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(4) ~ table .td:not(.no-f):nth-of-type(5):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(4) ~ table td:not(.no-f):nth-of-type(5):not(.actions) {
    width: auto;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(4) ~ .table .th:not(.no-f):nth-of-type(5), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(4) ~ .table th:not(.no-f):nth-of-type(5),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(4) ~ table .th:not(.no-f):nth-of-type(5),
.table-fluid-manual[data-show="1"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(4) ~ .table .th:not(.no-f):nth-of-type(5) .input-table, .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(4) ~ .table th:not(.no-f):nth-of-type(5) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(4) ~ table .th:not(.no-f):nth-of-type(5) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(4) ~ table th:not(.no-f):nth-of-type(5) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(4) ~ .table .th:not(.no-f):nth-of-type(5):not(.actions), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(4) ~ .table th:not(.no-f):nth-of-type(5):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(4) ~ table .th:not(.no-f):nth-of-type(5):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(4) ~ table th:not(.no-f):nth-of-type(5):not(.actions) {
    width: auto;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(5) ~ .table-header .table-nav .dot:nth-of-type(5) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type(6):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type(4):after {
    content: "\e90b";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(5) ~ .table .td:not(.no-f):nth-of-type(6), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(5) ~ .table td:not(.no-f):nth-of-type(6),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(5) ~ table .td:not(.no-f):nth-of-type(6),
.table-fluid-manual[data-show="1"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(5) ~ .table .td:not(.no-f):nth-of-type(6) .input-table, .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(5) ~ .table td:not(.no-f):nth-of-type(6) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(5) ~ table .td:not(.no-f):nth-of-type(6) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(5) ~ table td:not(.no-f):nth-of-type(6) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(5) ~ .table .td:not(.no-f):nth-of-type(6):not(.actions), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(5) ~ .table td:not(.no-f):nth-of-type(6):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(5) ~ table .td:not(.no-f):nth-of-type(6):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(5) ~ table td:not(.no-f):nth-of-type(6):not(.actions) {
    width: auto;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(5) ~ .table .th:not(.no-f):nth-of-type(6), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(5) ~ .table th:not(.no-f):nth-of-type(6),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(5) ~ table .th:not(.no-f):nth-of-type(6),
.table-fluid-manual[data-show="1"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(5) ~ .table .th:not(.no-f):nth-of-type(6) .input-table, .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(5) ~ .table th:not(.no-f):nth-of-type(6) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(5) ~ table .th:not(.no-f):nth-of-type(6) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(5) ~ table th:not(.no-f):nth-of-type(6) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(5) ~ .table .th:not(.no-f):nth-of-type(6):not(.actions), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(5) ~ .table th:not(.no-f):nth-of-type(6):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(5) ~ table .th:not(.no-f):nth-of-type(6):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(5) ~ table th:not(.no-f):nth-of-type(6):not(.actions) {
    width: auto;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(6) ~ .table-header .table-nav .dot:nth-of-type(6) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type(7):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type(5):after {
    content: "\e90b";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(6) ~ .table .td:not(.no-f):nth-of-type(7), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(6) ~ .table td:not(.no-f):nth-of-type(7),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(6) ~ table .td:not(.no-f):nth-of-type(7),
.table-fluid-manual[data-show="1"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(6) ~ .table .td:not(.no-f):nth-of-type(7) .input-table, .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(6) ~ .table td:not(.no-f):nth-of-type(7) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(6) ~ table .td:not(.no-f):nth-of-type(7) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(6) ~ table td:not(.no-f):nth-of-type(7) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(6) ~ .table .td:not(.no-f):nth-of-type(7):not(.actions), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(6) ~ .table td:not(.no-f):nth-of-type(7):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(6) ~ table .td:not(.no-f):nth-of-type(7):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(6) ~ table td:not(.no-f):nth-of-type(7):not(.actions) {
    width: auto;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(6) ~ .table .th:not(.no-f):nth-of-type(7), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(6) ~ .table th:not(.no-f):nth-of-type(7),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(6) ~ table .th:not(.no-f):nth-of-type(7),
.table-fluid-manual[data-show="1"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(6) ~ .table .th:not(.no-f):nth-of-type(7) .input-table, .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(6) ~ .table th:not(.no-f):nth-of-type(7) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(6) ~ table .th:not(.no-f):nth-of-type(7) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(6) ~ table th:not(.no-f):nth-of-type(7) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(6) ~ .table .th:not(.no-f):nth-of-type(7):not(.actions), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(6) ~ .table th:not(.no-f):nth-of-type(7):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(6) ~ table .th:not(.no-f):nth-of-type(7):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(6) ~ table th:not(.no-f):nth-of-type(7):not(.actions) {
    width: auto;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(7) ~ .table-header .table-nav .dot:nth-of-type(7) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type(8):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type(6):after {
    content: "\e90b";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(7) ~ .table .td:not(.no-f):nth-of-type(8), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(7) ~ .table td:not(.no-f):nth-of-type(8),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(7) ~ table .td:not(.no-f):nth-of-type(8),
.table-fluid-manual[data-show="1"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(7) ~ .table .td:not(.no-f):nth-of-type(8) .input-table, .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(7) ~ .table td:not(.no-f):nth-of-type(8) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(7) ~ table .td:not(.no-f):nth-of-type(8) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(7) ~ table td:not(.no-f):nth-of-type(8) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(7) ~ .table .td:not(.no-f):nth-of-type(8):not(.actions), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(7) ~ .table td:not(.no-f):nth-of-type(8):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(7) ~ table .td:not(.no-f):nth-of-type(8):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(7) ~ table td:not(.no-f):nth-of-type(8):not(.actions) {
    width: auto;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(7) ~ .table .th:not(.no-f):nth-of-type(8), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(7) ~ .table th:not(.no-f):nth-of-type(8),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(7) ~ table .th:not(.no-f):nth-of-type(8),
.table-fluid-manual[data-show="1"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(7) ~ .table .th:not(.no-f):nth-of-type(8) .input-table, .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(7) ~ .table th:not(.no-f):nth-of-type(8) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(7) ~ table .th:not(.no-f):nth-of-type(8) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(7) ~ table th:not(.no-f):nth-of-type(8) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(7) ~ .table .th:not(.no-f):nth-of-type(8):not(.actions), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(7) ~ .table th:not(.no-f):nth-of-type(8):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(7) ~ table .th:not(.no-f):nth-of-type(8):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(7) ~ table th:not(.no-f):nth-of-type(8):not(.actions) {
    width: auto;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(8) ~ .table-header .table-nav .dot:nth-of-type(8) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type(9):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type(7):after {
    content: "\e90b";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(8) ~ .table .td:not(.no-f):nth-of-type(9), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(8) ~ .table td:not(.no-f):nth-of-type(9),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(8) ~ table .td:not(.no-f):nth-of-type(9),
.table-fluid-manual[data-show="1"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(8) ~ .table .td:not(.no-f):nth-of-type(9) .input-table, .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(8) ~ .table td:not(.no-f):nth-of-type(9) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(8) ~ table .td:not(.no-f):nth-of-type(9) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(8) ~ table td:not(.no-f):nth-of-type(9) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(8) ~ .table .td:not(.no-f):nth-of-type(9):not(.actions), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(8) ~ .table td:not(.no-f):nth-of-type(9):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(8) ~ table .td:not(.no-f):nth-of-type(9):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(8) ~ table td:not(.no-f):nth-of-type(9):not(.actions) {
    width: auto;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(8) ~ .table .th:not(.no-f):nth-of-type(9), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(8) ~ .table th:not(.no-f):nth-of-type(9),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(8) ~ table .th:not(.no-f):nth-of-type(9),
.table-fluid-manual[data-show="1"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(8) ~ .table .th:not(.no-f):nth-of-type(9) .input-table, .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(8) ~ .table th:not(.no-f):nth-of-type(9) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(8) ~ table .th:not(.no-f):nth-of-type(9) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(8) ~ table th:not(.no-f):nth-of-type(9) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(8) ~ .table .th:not(.no-f):nth-of-type(9):not(.actions), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(8) ~ .table th:not(.no-f):nth-of-type(9):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(8) ~ table .th:not(.no-f):nth-of-type(9):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(8) ~ table th:not(.no-f):nth-of-type(9):not(.actions) {
    width: auto;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(9) ~ .table-header .table-nav .dot:nth-of-type(9) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type(10):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type(8):after {
    content: "\e90b";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(9) ~ .table .td:not(.no-f):nth-of-type(10), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(9) ~ .table td:not(.no-f):nth-of-type(10),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(9) ~ table .td:not(.no-f):nth-of-type(10),
.table-fluid-manual[data-show="1"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(9) ~ .table .td:not(.no-f):nth-of-type(10) .input-table, .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(9) ~ .table td:not(.no-f):nth-of-type(10) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(9) ~ table .td:not(.no-f):nth-of-type(10) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(9) ~ table td:not(.no-f):nth-of-type(10) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(9) ~ .table .td:not(.no-f):nth-of-type(10):not(.actions), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(9) ~ .table td:not(.no-f):nth-of-type(10):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(9) ~ table .td:not(.no-f):nth-of-type(10):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(9) ~ table td:not(.no-f):nth-of-type(10):not(.actions) {
    width: auto;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(9) ~ .table .th:not(.no-f):nth-of-type(10), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(9) ~ .table th:not(.no-f):nth-of-type(10),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(9) ~ table .th:not(.no-f):nth-of-type(10),
.table-fluid-manual[data-show="1"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(9) ~ .table .th:not(.no-f):nth-of-type(10) .input-table, .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(9) ~ .table th:not(.no-f):nth-of-type(10) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(9) ~ table .th:not(.no-f):nth-of-type(10) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(9) ~ table th:not(.no-f):nth-of-type(10) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(9) ~ .table .th:not(.no-f):nth-of-type(10):not(.actions), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(9) ~ .table th:not(.no-f):nth-of-type(10):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(9) ~ table .th:not(.no-f):nth-of-type(10):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(9) ~ table th:not(.no-f):nth-of-type(10):not(.actions) {
    width: auto;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(10) ~ .table-header .table-nav .dot:nth-of-type(10) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type(11):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type(9):after {
    content: "\e90b";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(10) ~ .table .td:not(.no-f):nth-of-type(11), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(10) ~ .table td:not(.no-f):nth-of-type(11),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(10) ~ table .td:not(.no-f):nth-of-type(11),
.table-fluid-manual[data-show="1"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(10) ~ .table .td:not(.no-f):nth-of-type(11) .input-table, .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(10) ~ .table td:not(.no-f):nth-of-type(11) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(10) ~ table .td:not(.no-f):nth-of-type(11) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(10) ~ table td:not(.no-f):nth-of-type(11) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(10) ~ .table .td:not(.no-f):nth-of-type(11):not(.actions), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(10) ~ .table td:not(.no-f):nth-of-type(11):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(10) ~ table .td:not(.no-f):nth-of-type(11):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(10) ~ table td:not(.no-f):nth-of-type(11):not(.actions) {
    width: auto;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(10) ~ .table .th:not(.no-f):nth-of-type(11), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(10) ~ .table th:not(.no-f):nth-of-type(11),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(10) ~ table .th:not(.no-f):nth-of-type(11),
.table-fluid-manual[data-show="1"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(10) ~ .table .th:not(.no-f):nth-of-type(11) .input-table, .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(10) ~ .table th:not(.no-f):nth-of-type(11) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(10) ~ table .th:not(.no-f):nth-of-type(11) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(10) ~ table th:not(.no-f):nth-of-type(11) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(10) ~ .table .th:not(.no-f):nth-of-type(11):not(.actions), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(10) ~ .table th:not(.no-f):nth-of-type(11):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(10) ~ table .th:not(.no-f):nth-of-type(11):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(10) ~ table th:not(.no-f):nth-of-type(11):not(.actions) {
    width: auto;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(11) ~ .table-header .table-nav .dot:nth-of-type(11) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type(12):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type(10):after {
    content: "\e90b";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(11) ~ .table .td:not(.no-f):nth-of-type(12), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(11) ~ .table td:not(.no-f):nth-of-type(12),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(11) ~ table .td:not(.no-f):nth-of-type(12),
.table-fluid-manual[data-show="1"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(11) ~ .table .td:not(.no-f):nth-of-type(12) .input-table, .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(11) ~ .table td:not(.no-f):nth-of-type(12) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(11) ~ table .td:not(.no-f):nth-of-type(12) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(11) ~ table td:not(.no-f):nth-of-type(12) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(11) ~ .table .td:not(.no-f):nth-of-type(12):not(.actions), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(11) ~ .table td:not(.no-f):nth-of-type(12):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(11) ~ table .td:not(.no-f):nth-of-type(12):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(11) ~ table td:not(.no-f):nth-of-type(12):not(.actions) {
    width: auto;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(11) ~ .table .th:not(.no-f):nth-of-type(12), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(11) ~ .table th:not(.no-f):nth-of-type(12),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(11) ~ table .th:not(.no-f):nth-of-type(12),
.table-fluid-manual[data-show="1"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(11) ~ .table .th:not(.no-f):nth-of-type(12) .input-table, .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(11) ~ .table th:not(.no-f):nth-of-type(12) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(11) ~ table .th:not(.no-f):nth-of-type(12) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(11) ~ table th:not(.no-f):nth-of-type(12) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(11) ~ .table .th:not(.no-f):nth-of-type(12):not(.actions), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(11) ~ .table th:not(.no-f):nth-of-type(12):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(11) ~ table .th:not(.no-f):nth-of-type(12):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(11) ~ table th:not(.no-f):nth-of-type(12):not(.actions) {
    width: auto;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(12) ~ .table-header .table-nav .dot:nth-of-type(12) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type(13):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type(11):after {
    content: "\e90b";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(12) ~ .table .td:not(.no-f):nth-of-type(13), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(12) ~ .table td:not(.no-f):nth-of-type(13),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(12) ~ table .td:not(.no-f):nth-of-type(13),
.table-fluid-manual[data-show="1"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(12) ~ .table .td:not(.no-f):nth-of-type(13) .input-table, .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(12) ~ .table td:not(.no-f):nth-of-type(13) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(12) ~ table .td:not(.no-f):nth-of-type(13) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(12) ~ table td:not(.no-f):nth-of-type(13) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(12) ~ .table .td:not(.no-f):nth-of-type(13):not(.actions), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(12) ~ .table td:not(.no-f):nth-of-type(13):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(12) ~ table .td:not(.no-f):nth-of-type(13):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(12) ~ table td:not(.no-f):nth-of-type(13):not(.actions) {
    width: auto;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(12) ~ .table .th:not(.no-f):nth-of-type(13), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(12) ~ .table th:not(.no-f):nth-of-type(13),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(12) ~ table .th:not(.no-f):nth-of-type(13),
.table-fluid-manual[data-show="1"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(12) ~ .table .th:not(.no-f):nth-of-type(13) .input-table, .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(12) ~ .table th:not(.no-f):nth-of-type(13) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(12) ~ table .th:not(.no-f):nth-of-type(13) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(12) ~ table th:not(.no-f):nth-of-type(13) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(12) ~ .table .th:not(.no-f):nth-of-type(13):not(.actions), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(12) ~ .table th:not(.no-f):nth-of-type(13):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(12) ~ table .th:not(.no-f):nth-of-type(13):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(12) ~ table th:not(.no-f):nth-of-type(13):not(.actions) {
    width: auto;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(13) ~ .table-header .table-nav .dot:nth-of-type(13) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type(14):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type(12):after {
    content: "\e90b";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(13) ~ .table .td:not(.no-f):nth-of-type(14), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(13) ~ .table td:not(.no-f):nth-of-type(14),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(13) ~ table .td:not(.no-f):nth-of-type(14),
.table-fluid-manual[data-show="1"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(13) ~ .table .td:not(.no-f):nth-of-type(14) .input-table, .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(13) ~ .table td:not(.no-f):nth-of-type(14) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(13) ~ table .td:not(.no-f):nth-of-type(14) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(13) ~ table td:not(.no-f):nth-of-type(14) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(13) ~ .table .td:not(.no-f):nth-of-type(14):not(.actions), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(13) ~ .table td:not(.no-f):nth-of-type(14):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(13) ~ table .td:not(.no-f):nth-of-type(14):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(13) ~ table td:not(.no-f):nth-of-type(14):not(.actions) {
    width: auto;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(13) ~ .table .th:not(.no-f):nth-of-type(14), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(13) ~ .table th:not(.no-f):nth-of-type(14),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(13) ~ table .th:not(.no-f):nth-of-type(14),
.table-fluid-manual[data-show="1"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(13) ~ .table .th:not(.no-f):nth-of-type(14) .input-table, .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(13) ~ .table th:not(.no-f):nth-of-type(14) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(13) ~ table .th:not(.no-f):nth-of-type(14) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(13) ~ table th:not(.no-f):nth-of-type(14) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(13) ~ .table .th:not(.no-f):nth-of-type(14):not(.actions), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(13) ~ .table th:not(.no-f):nth-of-type(14):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(13) ~ table .th:not(.no-f):nth-of-type(14):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(13) ~ table th:not(.no-f):nth-of-type(14):not(.actions) {
    width: auto;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(14) ~ .table-header .table-nav .dot:nth-of-type(14) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type(15):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type(13):after {
    content: "\e90b";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(14) ~ .table .td:not(.no-f):nth-of-type(15), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(14) ~ .table td:not(.no-f):nth-of-type(15),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(14) ~ table .td:not(.no-f):nth-of-type(15),
.table-fluid-manual[data-show="1"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(14) ~ .table .td:not(.no-f):nth-of-type(15) .input-table, .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(14) ~ .table td:not(.no-f):nth-of-type(15) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(14) ~ table .td:not(.no-f):nth-of-type(15) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(14) ~ table td:not(.no-f):nth-of-type(15) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(14) ~ .table .td:not(.no-f):nth-of-type(15):not(.actions), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(14) ~ .table td:not(.no-f):nth-of-type(15):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(14) ~ table .td:not(.no-f):nth-of-type(15):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(14) ~ table td:not(.no-f):nth-of-type(15):not(.actions) {
    width: auto;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(14) ~ .table .th:not(.no-f):nth-of-type(15), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(14) ~ .table th:not(.no-f):nth-of-type(15),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(14) ~ table .th:not(.no-f):nth-of-type(15),
.table-fluid-manual[data-show="1"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(14) ~ .table .th:not(.no-f):nth-of-type(15) .input-table, .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(14) ~ .table th:not(.no-f):nth-of-type(15) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(14) ~ table .th:not(.no-f):nth-of-type(15) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(14) ~ table th:not(.no-f):nth-of-type(15) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(14) ~ .table .th:not(.no-f):nth-of-type(15):not(.actions), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(14) ~ .table th:not(.no-f):nth-of-type(15):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(14) ~ table .th:not(.no-f):nth-of-type(15):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(14) ~ table th:not(.no-f):nth-of-type(15):not(.actions) {
    width: auto;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(15) ~ .table-header .table-nav .dot:nth-of-type(15) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type(16):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type(14):after {
    content: "\e90b";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(15) ~ .table .td:not(.no-f):nth-of-type(16), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(15) ~ .table td:not(.no-f):nth-of-type(16),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(15) ~ table .td:not(.no-f):nth-of-type(16),
.table-fluid-manual[data-show="1"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(15) ~ .table .td:not(.no-f):nth-of-type(16) .input-table, .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(15) ~ .table td:not(.no-f):nth-of-type(16) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(15) ~ table .td:not(.no-f):nth-of-type(16) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(15) ~ table td:not(.no-f):nth-of-type(16) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(15) ~ .table .td:not(.no-f):nth-of-type(16):not(.actions), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(15) ~ .table td:not(.no-f):nth-of-type(16):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(15) ~ table .td:not(.no-f):nth-of-type(16):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(15) ~ table td:not(.no-f):nth-of-type(16):not(.actions) {
    width: auto;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(15) ~ .table .th:not(.no-f):nth-of-type(16), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(15) ~ .table th:not(.no-f):nth-of-type(16),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(15) ~ table .th:not(.no-f):nth-of-type(16),
.table-fluid-manual[data-show="1"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(15) ~ .table .th:not(.no-f):nth-of-type(16) .input-table, .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(15) ~ .table th:not(.no-f):nth-of-type(16) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(15) ~ table .th:not(.no-f):nth-of-type(16) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(15) ~ table th:not(.no-f):nth-of-type(16) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(15) ~ .table .th:not(.no-f):nth-of-type(16):not(.actions), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(15) ~ .table th:not(.no-f):nth-of-type(16):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(15) ~ table .th:not(.no-f):nth-of-type(16):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(15) ~ table th:not(.no-f):nth-of-type(16):not(.actions) {
    width: auto;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(16) ~ .table-header .table-nav .dot:nth-of-type(16) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type(17):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type(15):after {
    content: "\e90b";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(16) ~ .table .td:not(.no-f):nth-of-type(17), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(16) ~ .table td:not(.no-f):nth-of-type(17),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(16) ~ table .td:not(.no-f):nth-of-type(17),
.table-fluid-manual[data-show="1"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(16) ~ .table .td:not(.no-f):nth-of-type(17) .input-table, .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(16) ~ .table td:not(.no-f):nth-of-type(17) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(16) ~ table .td:not(.no-f):nth-of-type(17) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(16) ~ table td:not(.no-f):nth-of-type(17) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(16) ~ .table .td:not(.no-f):nth-of-type(17):not(.actions), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(16) ~ .table td:not(.no-f):nth-of-type(17):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(16) ~ table .td:not(.no-f):nth-of-type(17):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(16) ~ table td:not(.no-f):nth-of-type(17):not(.actions) {
    width: auto;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(16) ~ .table .th:not(.no-f):nth-of-type(17), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(16) ~ .table th:not(.no-f):nth-of-type(17),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(16) ~ table .th:not(.no-f):nth-of-type(17),
.table-fluid-manual[data-show="1"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(16) ~ .table .th:not(.no-f):nth-of-type(17) .input-table, .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(16) ~ .table th:not(.no-f):nth-of-type(17) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(16) ~ table .th:not(.no-f):nth-of-type(17) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(16) ~ table th:not(.no-f):nth-of-type(17) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(16) ~ .table .th:not(.no-f):nth-of-type(17):not(.actions), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(16) ~ .table th:not(.no-f):nth-of-type(17):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(16) ~ table .th:not(.no-f):nth-of-type(17):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(16) ~ table th:not(.no-f):nth-of-type(17):not(.actions) {
    width: auto;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(17) ~ .table-header .table-nav .dot:nth-of-type(17) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type(18):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type(16):after {
    content: "\e90b";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(17) ~ .table .td:not(.no-f):nth-of-type(18), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(17) ~ .table td:not(.no-f):nth-of-type(18),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(17) ~ table .td:not(.no-f):nth-of-type(18),
.table-fluid-manual[data-show="1"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(17) ~ .table .td:not(.no-f):nth-of-type(18) .input-table, .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(17) ~ .table td:not(.no-f):nth-of-type(18) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(17) ~ table .td:not(.no-f):nth-of-type(18) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(17) ~ table td:not(.no-f):nth-of-type(18) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(17) ~ .table .td:not(.no-f):nth-of-type(18):not(.actions), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(17) ~ .table td:not(.no-f):nth-of-type(18):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(17) ~ table .td:not(.no-f):nth-of-type(18):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(17) ~ table td:not(.no-f):nth-of-type(18):not(.actions) {
    width: auto;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(17) ~ .table .th:not(.no-f):nth-of-type(18), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(17) ~ .table th:not(.no-f):nth-of-type(18),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(17) ~ table .th:not(.no-f):nth-of-type(18),
.table-fluid-manual[data-show="1"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(17) ~ .table .th:not(.no-f):nth-of-type(18) .input-table, .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(17) ~ .table th:not(.no-f):nth-of-type(18) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(17) ~ table .th:not(.no-f):nth-of-type(18) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(17) ~ table th:not(.no-f):nth-of-type(18) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(17) ~ .table .th:not(.no-f):nth-of-type(18):not(.actions), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(17) ~ .table th:not(.no-f):nth-of-type(18):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(17) ~ table .th:not(.no-f):nth-of-type(18):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(17) ~ table th:not(.no-f):nth-of-type(18):not(.actions) {
    width: auto;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(18) ~ .table-header .table-nav .dot:nth-of-type(18) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type(19):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type(17):after {
    content: "\e90b";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(18) ~ .table .td:not(.no-f):nth-of-type(19), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(18) ~ .table td:not(.no-f):nth-of-type(19),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(18) ~ table .td:not(.no-f):nth-of-type(19),
.table-fluid-manual[data-show="1"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(18) ~ .table .td:not(.no-f):nth-of-type(19) .input-table, .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(18) ~ .table td:not(.no-f):nth-of-type(19) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(18) ~ table .td:not(.no-f):nth-of-type(19) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(18) ~ table td:not(.no-f):nth-of-type(19) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(18) ~ .table .td:not(.no-f):nth-of-type(19):not(.actions), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(18) ~ .table td:not(.no-f):nth-of-type(19):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(18) ~ table .td:not(.no-f):nth-of-type(19):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(18) ~ table td:not(.no-f):nth-of-type(19):not(.actions) {
    width: auto;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(18) ~ .table .th:not(.no-f):nth-of-type(19), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(18) ~ .table th:not(.no-f):nth-of-type(19),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(18) ~ table .th:not(.no-f):nth-of-type(19),
.table-fluid-manual[data-show="1"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(18) ~ .table .th:not(.no-f):nth-of-type(19) .input-table, .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(18) ~ .table th:not(.no-f):nth-of-type(19) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(18) ~ table .th:not(.no-f):nth-of-type(19) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(18) ~ table th:not(.no-f):nth-of-type(19) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(18) ~ .table .th:not(.no-f):nth-of-type(19):not(.actions), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(18) ~ .table th:not(.no-f):nth-of-type(19):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(18) ~ table .th:not(.no-f):nth-of-type(19):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(18) ~ table th:not(.no-f):nth-of-type(19):not(.actions) {
    width: auto;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(19) ~ .table-header .table-nav .dot:nth-of-type(19) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type(20):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type(18):after {
    content: "\e90b";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(19) ~ .table .td:not(.no-f):nth-of-type(20), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(19) ~ .table td:not(.no-f):nth-of-type(20),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(19) ~ table .td:not(.no-f):nth-of-type(20),
.table-fluid-manual[data-show="1"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(19) ~ .table .td:not(.no-f):nth-of-type(20) .input-table, .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(19) ~ .table td:not(.no-f):nth-of-type(20) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(19) ~ table .td:not(.no-f):nth-of-type(20) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(19) ~ table td:not(.no-f):nth-of-type(20) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(19) ~ .table .td:not(.no-f):nth-of-type(20):not(.actions), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(19) ~ .table td:not(.no-f):nth-of-type(20):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(19) ~ table .td:not(.no-f):nth-of-type(20):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(19) ~ table td:not(.no-f):nth-of-type(20):not(.actions) {
    width: auto;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(19) ~ .table .th:not(.no-f):nth-of-type(20), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(19) ~ .table th:not(.no-f):nth-of-type(20),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(19) ~ table .th:not(.no-f):nth-of-type(20),
.table-fluid-manual[data-show="1"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(19) ~ .table .th:not(.no-f):nth-of-type(20) .input-table, .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(19) ~ .table th:not(.no-f):nth-of-type(20) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(19) ~ table .th:not(.no-f):nth-of-type(20) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(19) ~ table th:not(.no-f):nth-of-type(20) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(19) ~ .table .th:not(.no-f):nth-of-type(20):not(.actions), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(19) ~ .table th:not(.no-f):nth-of-type(20):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(19) ~ table .th:not(.no-f):nth-of-type(20):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(19) ~ table th:not(.no-f):nth-of-type(20):not(.actions) {
    width: auto;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(20) ~ .table-header .table-nav .dot:nth-of-type(20) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type(21):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type(19):after {
    content: "\e90b";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(20) ~ .table .td:not(.no-f):nth-of-type(21), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(20) ~ .table td:not(.no-f):nth-of-type(21),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(20) ~ table .td:not(.no-f):nth-of-type(21),
.table-fluid-manual[data-show="1"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(20) ~ .table .td:not(.no-f):nth-of-type(21) .input-table, .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(20) ~ .table td:not(.no-f):nth-of-type(21) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(20) ~ table .td:not(.no-f):nth-of-type(21) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(20) ~ table td:not(.no-f):nth-of-type(21) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(20) ~ .table .td:not(.no-f):nth-of-type(21):not(.actions), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(20) ~ .table td:not(.no-f):nth-of-type(21):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(20) ~ table .td:not(.no-f):nth-of-type(21):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(20) ~ table td:not(.no-f):nth-of-type(21):not(.actions) {
    width: auto;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(20) ~ .table .th:not(.no-f):nth-of-type(21), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(20) ~ .table th:not(.no-f):nth-of-type(21),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(20) ~ table .th:not(.no-f):nth-of-type(21),
.table-fluid-manual[data-show="1"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(20) ~ .table .th:not(.no-f):nth-of-type(21) .input-table, .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(20) ~ .table th:not(.no-f):nth-of-type(21) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(20) ~ table .th:not(.no-f):nth-of-type(21) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(20) ~ table th:not(.no-f):nth-of-type(21) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(20) ~ .table .th:not(.no-f):nth-of-type(21):not(.actions), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(20) ~ .table th:not(.no-f):nth-of-type(21):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(20) ~ table .th:not(.no-f):nth-of-type(21):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(20) ~ table th:not(.no-f):nth-of-type(21):not(.actions) {
    width: auto;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(21) ~ .table-header .table-nav .dot:nth-of-type(21) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type(22):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type(20):after {
    content: "\e90b";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(21) ~ .table .td:not(.no-f):nth-of-type(22), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(21) ~ .table td:not(.no-f):nth-of-type(22),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(21) ~ table .td:not(.no-f):nth-of-type(22),
.table-fluid-manual[data-show="1"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(21) ~ .table .td:not(.no-f):nth-of-type(22) .input-table, .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(21) ~ .table td:not(.no-f):nth-of-type(22) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(21) ~ table .td:not(.no-f):nth-of-type(22) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(21) ~ table td:not(.no-f):nth-of-type(22) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(21) ~ .table .td:not(.no-f):nth-of-type(22):not(.actions), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(21) ~ .table td:not(.no-f):nth-of-type(22):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(21) ~ table .td:not(.no-f):nth-of-type(22):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(21) ~ table td:not(.no-f):nth-of-type(22):not(.actions) {
    width: auto;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(21) ~ .table .th:not(.no-f):nth-of-type(22), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(21) ~ .table th:not(.no-f):nth-of-type(22),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(21) ~ table .th:not(.no-f):nth-of-type(22),
.table-fluid-manual[data-show="1"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(21) ~ .table .th:not(.no-f):nth-of-type(22) .input-table, .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(21) ~ .table th:not(.no-f):nth-of-type(22) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(21) ~ table .th:not(.no-f):nth-of-type(22) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(21) ~ table th:not(.no-f):nth-of-type(22) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(21) ~ .table .th:not(.no-f):nth-of-type(22):not(.actions), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(21) ~ .table th:not(.no-f):nth-of-type(22):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(21) ~ table .th:not(.no-f):nth-of-type(22):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(21) ~ table th:not(.no-f):nth-of-type(22):not(.actions) {
    width: auto;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(22) ~ .table-header .table-nav .dot:nth-of-type(22) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type(23):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type(21):after {
    content: "\e90b";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(22) ~ .table .td:not(.no-f):nth-of-type(23), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(22) ~ .table td:not(.no-f):nth-of-type(23),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(22) ~ table .td:not(.no-f):nth-of-type(23),
.table-fluid-manual[data-show="1"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(22) ~ .table .td:not(.no-f):nth-of-type(23) .input-table, .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(22) ~ .table td:not(.no-f):nth-of-type(23) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(22) ~ table .td:not(.no-f):nth-of-type(23) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(22) ~ table td:not(.no-f):nth-of-type(23) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(22) ~ .table .td:not(.no-f):nth-of-type(23):not(.actions), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(22) ~ .table td:not(.no-f):nth-of-type(23):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(22) ~ table .td:not(.no-f):nth-of-type(23):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(22) ~ table td:not(.no-f):nth-of-type(23):not(.actions) {
    width: auto;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(22) ~ .table .th:not(.no-f):nth-of-type(23), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(22) ~ .table th:not(.no-f):nth-of-type(23),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(22) ~ table .th:not(.no-f):nth-of-type(23),
.table-fluid-manual[data-show="1"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(22) ~ .table .th:not(.no-f):nth-of-type(23) .input-table, .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(22) ~ .table th:not(.no-f):nth-of-type(23) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(22) ~ table .th:not(.no-f):nth-of-type(23) .input-table,
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(22) ~ table th:not(.no-f):nth-of-type(23) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(22) ~ .table .th:not(.no-f):nth-of-type(23):not(.actions), .table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(22) ~ .table th:not(.no-f):nth-of-type(23):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(22) ~ table .th:not(.no-f):nth-of-type(23):not(.actions),
.table-fluid-manual[data-show="1"]:not(.show-last) input:checked:nth-of-type(22) ~ table th:not(.no-f):nth-of-type(23):not(.actions) {
    width: auto;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(1) ~ .table-header .table-nav .dot:nth-of-type(1) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type(2):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type(0):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(2) ~ .table-header .table-nav .dot:nth-of-type(2) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type(3):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type(1):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(3) ~ .table-header .table-nav .dot:nth-of-type(3) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type(4):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type(2):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(4) ~ .table-header .table-nav .dot:nth-of-type(4) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type(5):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type(3):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(5) ~ .table-header .table-nav .dot:nth-of-type(5) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type(6):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type(4):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(6) ~ .table-header .table-nav .dot:nth-of-type(6) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type(7):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type(5):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(7) ~ .table-header .table-nav .dot:nth-of-type(7) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type(8):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type(6):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(8) ~ .table-header .table-nav .dot:nth-of-type(8) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type(9):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type(7):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(9) ~ .table-header .table-nav .dot:nth-of-type(9) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type(10):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type(8):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(10) ~ .table-header .table-nav .dot:nth-of-type(10) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type(11):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type(9):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(11) ~ .table-header .table-nav .dot:nth-of-type(11) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type(12):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type(10):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(12) ~ .table-header .table-nav .dot:nth-of-type(12) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type(13):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type(11):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(13) ~ .table-header .table-nav .dot:nth-of-type(13) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type(14):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type(12):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(14) ~ .table-header .table-nav .dot:nth-of-type(14) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type(15):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type(13):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(15) ~ .table-header .table-nav .dot:nth-of-type(15) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type(16):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type(14):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(16) ~ .table-header .table-nav .dot:nth-of-type(16) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type(17):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type(15):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(17) ~ .table-header .table-nav .dot:nth-of-type(17) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type(18):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type(16):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(18) ~ .table-header .table-nav .dot:nth-of-type(18) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type(19):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type(17):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(19) ~ .table-header .table-nav .dot:nth-of-type(19) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type(20):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type(18):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(20) ~ .table-header .table-nav .dot:nth-of-type(20) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type(21):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type(19):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(21) ~ .table-header .table-nav .dot:nth-of-type(21) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type(22):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type(20):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(22) ~ .table-header .table-nav .dot:nth-of-type(22) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type(23):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]:not(.show-last) input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type(21):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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-manual[data-show="3"]: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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(1) ~ .table-header .table-nav .dot:nth-of-type(1) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type(2):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type(0):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(1) ~ .table .td:not(.no-f):nth-of-type(n + 2):nth-of-type(-n + 6), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(1) ~ .table td:not(.no-f):nth-of-type(n + 2):nth-of-type(-n + 6), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(1) ~ table .td:not(.no-f):nth-of-type(n + 2):nth-of-type(-n + 6), .table-fluid-manual[data-show="5"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(1) ~ .table .th:not(.no-f):nth-of-type(n + 2):nth-of-type(-n + 6), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(1) ~ .table th:not(.no-f):nth-of-type(n + 2):nth-of-type(-n + 6), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(1) ~ table .th:not(.no-f):nth-of-type(n + 2):nth-of-type(-n + 6), .table-fluid-manual[data-show="5"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(2) ~ .table-header .table-nav .dot:nth-of-type(2) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type(3):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type(1):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(2) ~ .table .td:not(.no-f):nth-of-type(n + 7):nth-of-type(-n + 11), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(2) ~ .table td:not(.no-f):nth-of-type(n + 7):nth-of-type(-n + 11), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(2) ~ table .td:not(.no-f):nth-of-type(n + 7):nth-of-type(-n + 11), .table-fluid-manual[data-show="5"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(2) ~ .table .th:not(.no-f):nth-of-type(n + 7):nth-of-type(-n + 11), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(2) ~ .table th:not(.no-f):nth-of-type(n + 7):nth-of-type(-n + 11), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(2) ~ table .th:not(.no-f):nth-of-type(n + 7):nth-of-type(-n + 11), .table-fluid-manual[data-show="5"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(3) ~ .table-header .table-nav .dot:nth-of-type(3) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type(4):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type(2):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(3) ~ .table .td:not(.no-f):nth-of-type(n + 12):nth-of-type(-n + 16), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(3) ~ .table td:not(.no-f):nth-of-type(n + 12):nth-of-type(-n + 16), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(3) ~ table .td:not(.no-f):nth-of-type(n + 12):nth-of-type(-n + 16), .table-fluid-manual[data-show="5"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(3) ~ .table .th:not(.no-f):nth-of-type(n + 12):nth-of-type(-n + 16), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(3) ~ .table th:not(.no-f):nth-of-type(n + 12):nth-of-type(-n + 16), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(3) ~ table .th:not(.no-f):nth-of-type(n + 12):nth-of-type(-n + 16), .table-fluid-manual[data-show="5"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(4) ~ .table-header .table-nav .dot:nth-of-type(4) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type(5):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type(3):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(4) ~ .table .td:not(.no-f):nth-of-type(n + 17):nth-of-type(-n + 21), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(4) ~ .table td:not(.no-f):nth-of-type(n + 17):nth-of-type(-n + 21), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(4) ~ table .td:not(.no-f):nth-of-type(n + 17):nth-of-type(-n + 21), .table-fluid-manual[data-show="5"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(4) ~ .table .th:not(.no-f):nth-of-type(n + 17):nth-of-type(-n + 21), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(4) ~ .table th:not(.no-f):nth-of-type(n + 17):nth-of-type(-n + 21), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(4) ~ table .th:not(.no-f):nth-of-type(n + 17):nth-of-type(-n + 21), .table-fluid-manual[data-show="5"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(5) ~ .table-header .table-nav .dot:nth-of-type(5) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type(6):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type(4):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(5) ~ .table .td:not(.no-f):nth-of-type(n + 22):nth-of-type(-n + 26), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(5) ~ .table td:not(.no-f):nth-of-type(n + 22):nth-of-type(-n + 26), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(5) ~ table .td:not(.no-f):nth-of-type(n + 22):nth-of-type(-n + 26), .table-fluid-manual[data-show="5"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(5) ~ .table .th:not(.no-f):nth-of-type(n + 22):nth-of-type(-n + 26), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(5) ~ .table th:not(.no-f):nth-of-type(n + 22):nth-of-type(-n + 26), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(5) ~ table .th:not(.no-f):nth-of-type(n + 22):nth-of-type(-n + 26), .table-fluid-manual[data-show="5"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(6) ~ .table-header .table-nav .dot:nth-of-type(6) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type(7):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type(5):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(6) ~ .table .td:not(.no-f):nth-of-type(n + 27):nth-of-type(-n + 31), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(6) ~ .table td:not(.no-f):nth-of-type(n + 27):nth-of-type(-n + 31), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(6) ~ table .td:not(.no-f):nth-of-type(n + 27):nth-of-type(-n + 31), .table-fluid-manual[data-show="5"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(6) ~ .table .th:not(.no-f):nth-of-type(n + 27):nth-of-type(-n + 31), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(6) ~ .table th:not(.no-f):nth-of-type(n + 27):nth-of-type(-n + 31), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(6) ~ table .th:not(.no-f):nth-of-type(n + 27):nth-of-type(-n + 31), .table-fluid-manual[data-show="5"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(7) ~ .table-header .table-nav .dot:nth-of-type(7) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type(8):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type(6):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(7) ~ .table .td:not(.no-f):nth-of-type(n + 32):nth-of-type(-n + 36), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(7) ~ .table td:not(.no-f):nth-of-type(n + 32):nth-of-type(-n + 36), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(7) ~ table .td:not(.no-f):nth-of-type(n + 32):nth-of-type(-n + 36), .table-fluid-manual[data-show="5"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(7) ~ .table .th:not(.no-f):nth-of-type(n + 32):nth-of-type(-n + 36), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(7) ~ .table th:not(.no-f):nth-of-type(n + 32):nth-of-type(-n + 36), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(7) ~ table .th:not(.no-f):nth-of-type(n + 32):nth-of-type(-n + 36), .table-fluid-manual[data-show="5"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(8) ~ .table-header .table-nav .dot:nth-of-type(8) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type(9):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type(7):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(8) ~ .table .td:not(.no-f):nth-of-type(n + 37):nth-of-type(-n + 41), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(8) ~ .table td:not(.no-f):nth-of-type(n + 37):nth-of-type(-n + 41), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(8) ~ table .td:not(.no-f):nth-of-type(n + 37):nth-of-type(-n + 41), .table-fluid-manual[data-show="5"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(8) ~ .table .th:not(.no-f):nth-of-type(n + 37):nth-of-type(-n + 41), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(8) ~ .table th:not(.no-f):nth-of-type(n + 37):nth-of-type(-n + 41), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(8) ~ table .th:not(.no-f):nth-of-type(n + 37):nth-of-type(-n + 41), .table-fluid-manual[data-show="5"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(9) ~ .table-header .table-nav .dot:nth-of-type(9) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type(10):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type(8):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(9) ~ .table .td:not(.no-f):nth-of-type(n + 42):nth-of-type(-n + 46), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(9) ~ .table td:not(.no-f):nth-of-type(n + 42):nth-of-type(-n + 46), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(9) ~ table .td:not(.no-f):nth-of-type(n + 42):nth-of-type(-n + 46), .table-fluid-manual[data-show="5"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(9) ~ .table .th:not(.no-f):nth-of-type(n + 42):nth-of-type(-n + 46), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(9) ~ .table th:not(.no-f):nth-of-type(n + 42):nth-of-type(-n + 46), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(9) ~ table .th:not(.no-f):nth-of-type(n + 42):nth-of-type(-n + 46), .table-fluid-manual[data-show="5"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(10) ~ .table-header .table-nav .dot:nth-of-type(10) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type(11):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type(9):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(10) ~ .table .td:not(.no-f):nth-of-type(n + 47):nth-of-type(-n + 51), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(10) ~ .table td:not(.no-f):nth-of-type(n + 47):nth-of-type(-n + 51), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(10) ~ table .td:not(.no-f):nth-of-type(n + 47):nth-of-type(-n + 51), .table-fluid-manual[data-show="5"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(10) ~ .table .th:not(.no-f):nth-of-type(n + 47):nth-of-type(-n + 51), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(10) ~ .table th:not(.no-f):nth-of-type(n + 47):nth-of-type(-n + 51), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(10) ~ table .th:not(.no-f):nth-of-type(n + 47):nth-of-type(-n + 51), .table-fluid-manual[data-show="5"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(11) ~ .table-header .table-nav .dot:nth-of-type(11) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type(12):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type(10):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(11) ~ .table .td:not(.no-f):nth-of-type(n + 52):nth-of-type(-n + 56), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(11) ~ .table td:not(.no-f):nth-of-type(n + 52):nth-of-type(-n + 56), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(11) ~ table .td:not(.no-f):nth-of-type(n + 52):nth-of-type(-n + 56), .table-fluid-manual[data-show="5"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(11) ~ .table .th:not(.no-f):nth-of-type(n + 52):nth-of-type(-n + 56), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(11) ~ .table th:not(.no-f):nth-of-type(n + 52):nth-of-type(-n + 56), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(11) ~ table .th:not(.no-f):nth-of-type(n + 52):nth-of-type(-n + 56), .table-fluid-manual[data-show="5"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(12) ~ .table-header .table-nav .dot:nth-of-type(12) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type(13):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type(11):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(12) ~ .table .td:not(.no-f):nth-of-type(n + 57):nth-of-type(-n + 61), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(12) ~ .table td:not(.no-f):nth-of-type(n + 57):nth-of-type(-n + 61), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(12) ~ table .td:not(.no-f):nth-of-type(n + 57):nth-of-type(-n + 61), .table-fluid-manual[data-show="5"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(12) ~ .table .th:not(.no-f):nth-of-type(n + 57):nth-of-type(-n + 61), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(12) ~ .table th:not(.no-f):nth-of-type(n + 57):nth-of-type(-n + 61), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(12) ~ table .th:not(.no-f):nth-of-type(n + 57):nth-of-type(-n + 61), .table-fluid-manual[data-show="5"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(13) ~ .table-header .table-nav .dot:nth-of-type(13) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type(14):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type(12):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(13) ~ .table .td:not(.no-f):nth-of-type(n + 62):nth-of-type(-n + 66), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(13) ~ .table td:not(.no-f):nth-of-type(n + 62):nth-of-type(-n + 66), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(13) ~ table .td:not(.no-f):nth-of-type(n + 62):nth-of-type(-n + 66), .table-fluid-manual[data-show="5"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(13) ~ .table .th:not(.no-f):nth-of-type(n + 62):nth-of-type(-n + 66), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(13) ~ .table th:not(.no-f):nth-of-type(n + 62):nth-of-type(-n + 66), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(13) ~ table .th:not(.no-f):nth-of-type(n + 62):nth-of-type(-n + 66), .table-fluid-manual[data-show="5"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(14) ~ .table-header .table-nav .dot:nth-of-type(14) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type(15):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type(13):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(14) ~ .table .td:not(.no-f):nth-of-type(n + 67):nth-of-type(-n + 71), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(14) ~ .table td:not(.no-f):nth-of-type(n + 67):nth-of-type(-n + 71), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(14) ~ table .td:not(.no-f):nth-of-type(n + 67):nth-of-type(-n + 71), .table-fluid-manual[data-show="5"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(14) ~ .table .th:not(.no-f):nth-of-type(n + 67):nth-of-type(-n + 71), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(14) ~ .table th:not(.no-f):nth-of-type(n + 67):nth-of-type(-n + 71), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(14) ~ table .th:not(.no-f):nth-of-type(n + 67):nth-of-type(-n + 71), .table-fluid-manual[data-show="5"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(15) ~ .table-header .table-nav .dot:nth-of-type(15) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type(16):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type(14):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(15) ~ .table .td:not(.no-f):nth-of-type(n + 72):nth-of-type(-n + 76), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(15) ~ .table td:not(.no-f):nth-of-type(n + 72):nth-of-type(-n + 76), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(15) ~ table .td:not(.no-f):nth-of-type(n + 72):nth-of-type(-n + 76), .table-fluid-manual[data-show="5"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(15) ~ .table .th:not(.no-f):nth-of-type(n + 72):nth-of-type(-n + 76), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(15) ~ .table th:not(.no-f):nth-of-type(n + 72):nth-of-type(-n + 76), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(15) ~ table .th:not(.no-f):nth-of-type(n + 72):nth-of-type(-n + 76), .table-fluid-manual[data-show="5"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(16) ~ .table-header .table-nav .dot:nth-of-type(16) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type(17):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type(15):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(16) ~ .table .td:not(.no-f):nth-of-type(n + 77):nth-of-type(-n + 81), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(16) ~ .table td:not(.no-f):nth-of-type(n + 77):nth-of-type(-n + 81), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(16) ~ table .td:not(.no-f):nth-of-type(n + 77):nth-of-type(-n + 81), .table-fluid-manual[data-show="5"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(16) ~ .table .th:not(.no-f):nth-of-type(n + 77):nth-of-type(-n + 81), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(16) ~ .table th:not(.no-f):nth-of-type(n + 77):nth-of-type(-n + 81), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(16) ~ table .th:not(.no-f):nth-of-type(n + 77):nth-of-type(-n + 81), .table-fluid-manual[data-show="5"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(17) ~ .table-header .table-nav .dot:nth-of-type(17) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type(18):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type(16):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(17) ~ .table .td:not(.no-f):nth-of-type(n + 82):nth-of-type(-n + 86), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(17) ~ .table td:not(.no-f):nth-of-type(n + 82):nth-of-type(-n + 86), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(17) ~ table .td:not(.no-f):nth-of-type(n + 82):nth-of-type(-n + 86), .table-fluid-manual[data-show="5"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(17) ~ .table .th:not(.no-f):nth-of-type(n + 82):nth-of-type(-n + 86), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(17) ~ .table th:not(.no-f):nth-of-type(n + 82):nth-of-type(-n + 86), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(17) ~ table .th:not(.no-f):nth-of-type(n + 82):nth-of-type(-n + 86), .table-fluid-manual[data-show="5"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(18) ~ .table-header .table-nav .dot:nth-of-type(18) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type(19):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type(17):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(18) ~ .table .td:not(.no-f):nth-of-type(n + 87):nth-of-type(-n + 91), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(18) ~ .table td:not(.no-f):nth-of-type(n + 87):nth-of-type(-n + 91), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(18) ~ table .td:not(.no-f):nth-of-type(n + 87):nth-of-type(-n + 91), .table-fluid-manual[data-show="5"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(18) ~ .table .th:not(.no-f):nth-of-type(n + 87):nth-of-type(-n + 91), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(18) ~ .table th:not(.no-f):nth-of-type(n + 87):nth-of-type(-n + 91), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(18) ~ table .th:not(.no-f):nth-of-type(n + 87):nth-of-type(-n + 91), .table-fluid-manual[data-show="5"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(19) ~ .table-header .table-nav .dot:nth-of-type(19) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type(20):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type(18):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(19) ~ .table .td:not(.no-f):nth-of-type(n + 92):nth-of-type(-n + 96), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(19) ~ .table td:not(.no-f):nth-of-type(n + 92):nth-of-type(-n + 96), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(19) ~ table .td:not(.no-f):nth-of-type(n + 92):nth-of-type(-n + 96), .table-fluid-manual[data-show="5"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(19) ~ .table .th:not(.no-f):nth-of-type(n + 92):nth-of-type(-n + 96), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(19) ~ .table th:not(.no-f):nth-of-type(n + 92):nth-of-type(-n + 96), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(19) ~ table .th:not(.no-f):nth-of-type(n + 92):nth-of-type(-n + 96), .table-fluid-manual[data-show="5"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(20) ~ .table-header .table-nav .dot:nth-of-type(20) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type(21):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type(19):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(20) ~ .table .td:not(.no-f):nth-of-type(n + 97):nth-of-type(-n + 101), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(20) ~ .table td:not(.no-f):nth-of-type(n + 97):nth-of-type(-n + 101), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(20) ~ table .td:not(.no-f):nth-of-type(n + 97):nth-of-type(-n + 101), .table-fluid-manual[data-show="5"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(20) ~ .table .th:not(.no-f):nth-of-type(n + 97):nth-of-type(-n + 101), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(20) ~ .table th:not(.no-f):nth-of-type(n + 97):nth-of-type(-n + 101), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(20) ~ table .th:not(.no-f):nth-of-type(n + 97):nth-of-type(-n + 101), .table-fluid-manual[data-show="5"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(21) ~ .table-header .table-nav .dot:nth-of-type(21) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type(22):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type(20):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(21) ~ .table .td:not(.no-f):nth-of-type(n + 102):nth-of-type(-n + 106), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(21) ~ .table td:not(.no-f):nth-of-type(n + 102):nth-of-type(-n + 106), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(21) ~ table .td:not(.no-f):nth-of-type(n + 102):nth-of-type(-n + 106), .table-fluid-manual[data-show="5"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(21) ~ .table .th:not(.no-f):nth-of-type(n + 102):nth-of-type(-n + 106), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(21) ~ .table th:not(.no-f):nth-of-type(n + 102):nth-of-type(-n + 106), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(21) ~ table .th:not(.no-f):nth-of-type(n + 102):nth-of-type(-n + 106), .table-fluid-manual[data-show="5"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(22) ~ .table-header .table-nav .dot:nth-of-type(22) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type(23):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type(21):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(22) ~ .table .td:not(.no-f):nth-of-type(n + 107):nth-of-type(-n + 111), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(22) ~ .table td:not(.no-f):nth-of-type(n + 107):nth-of-type(-n + 111), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(22) ~ table .td:not(.no-f):nth-of-type(n + 107):nth-of-type(-n + 111), .table-fluid-manual[data-show="5"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(22) ~ .table .th:not(.no-f):nth-of-type(n + 107):nth-of-type(-n + 111), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(22) ~ .table th:not(.no-f):nth-of-type(n + 107):nth-of-type(-n + 111), .table-fluid-manual[data-show="5"]:not(.show-last) input:checked:nth-of-type(22) ~ table .th:not(.no-f):nth-of-type(n + 107):nth-of-type(-n + 111), .table-fluid-manual[data-show="5"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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[data-show="5"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(1) ~ .table-header .table-nav .dot:nth-of-type(1) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type(2):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type(0):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(1) ~ .table .td:not(.no-f):nth-of-type(n + 2):nth-of-type(-n + 8), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(1) ~ .table td:not(.no-f):nth-of-type(n + 2):nth-of-type(-n + 8), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(1) ~ table .td:not(.no-f):nth-of-type(n + 2):nth-of-type(-n + 8), .table-fluid-manual[data-show="7"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(1) ~ .table .th:not(.no-f):nth-of-type(n + 2):nth-of-type(-n + 8), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(1) ~ .table th:not(.no-f):nth-of-type(n + 2):nth-of-type(-n + 8), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(1) ~ table .th:not(.no-f):nth-of-type(n + 2):nth-of-type(-n + 8), .table-fluid-manual[data-show="7"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(2) ~ .table-header .table-nav .dot:nth-of-type(2) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type(3):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type(1):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(2) ~ .table .td:not(.no-f):nth-of-type(n + 9):nth-of-type(-n + 15), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(2) ~ .table td:not(.no-f):nth-of-type(n + 9):nth-of-type(-n + 15), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(2) ~ table .td:not(.no-f):nth-of-type(n + 9):nth-of-type(-n + 15), .table-fluid-manual[data-show="7"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(2) ~ .table .th:not(.no-f):nth-of-type(n + 9):nth-of-type(-n + 15), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(2) ~ .table th:not(.no-f):nth-of-type(n + 9):nth-of-type(-n + 15), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(2) ~ table .th:not(.no-f):nth-of-type(n + 9):nth-of-type(-n + 15), .table-fluid-manual[data-show="7"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(3) ~ .table-header .table-nav .dot:nth-of-type(3) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type(4):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type(2):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(3) ~ .table .td:not(.no-f):nth-of-type(n + 16):nth-of-type(-n + 22), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(3) ~ .table td:not(.no-f):nth-of-type(n + 16):nth-of-type(-n + 22), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(3) ~ table .td:not(.no-f):nth-of-type(n + 16):nth-of-type(-n + 22), .table-fluid-manual[data-show="7"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(3) ~ .table .th:not(.no-f):nth-of-type(n + 16):nth-of-type(-n + 22), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(3) ~ .table th:not(.no-f):nth-of-type(n + 16):nth-of-type(-n + 22), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(3) ~ table .th:not(.no-f):nth-of-type(n + 16):nth-of-type(-n + 22), .table-fluid-manual[data-show="7"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(4) ~ .table-header .table-nav .dot:nth-of-type(4) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type(5):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type(3):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(4) ~ .table .td:not(.no-f):nth-of-type(n + 23):nth-of-type(-n + 29), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(4) ~ .table td:not(.no-f):nth-of-type(n + 23):nth-of-type(-n + 29), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(4) ~ table .td:not(.no-f):nth-of-type(n + 23):nth-of-type(-n + 29), .table-fluid-manual[data-show="7"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(4) ~ .table .th:not(.no-f):nth-of-type(n + 23):nth-of-type(-n + 29), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(4) ~ .table th:not(.no-f):nth-of-type(n + 23):nth-of-type(-n + 29), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(4) ~ table .th:not(.no-f):nth-of-type(n + 23):nth-of-type(-n + 29), .table-fluid-manual[data-show="7"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(5) ~ .table-header .table-nav .dot:nth-of-type(5) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type(6):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type(4):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(5) ~ .table .td:not(.no-f):nth-of-type(n + 30):nth-of-type(-n + 36), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(5) ~ .table td:not(.no-f):nth-of-type(n + 30):nth-of-type(-n + 36), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(5) ~ table .td:not(.no-f):nth-of-type(n + 30):nth-of-type(-n + 36), .table-fluid-manual[data-show="7"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(5) ~ .table .th:not(.no-f):nth-of-type(n + 30):nth-of-type(-n + 36), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(5) ~ .table th:not(.no-f):nth-of-type(n + 30):nth-of-type(-n + 36), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(5) ~ table .th:not(.no-f):nth-of-type(n + 30):nth-of-type(-n + 36), .table-fluid-manual[data-show="7"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(6) ~ .table-header .table-nav .dot:nth-of-type(6) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type(7):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type(5):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(6) ~ .table .td:not(.no-f):nth-of-type(n + 37):nth-of-type(-n + 43), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(6) ~ .table td:not(.no-f):nth-of-type(n + 37):nth-of-type(-n + 43), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(6) ~ table .td:not(.no-f):nth-of-type(n + 37):nth-of-type(-n + 43), .table-fluid-manual[data-show="7"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(6) ~ .table .th:not(.no-f):nth-of-type(n + 37):nth-of-type(-n + 43), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(6) ~ .table th:not(.no-f):nth-of-type(n + 37):nth-of-type(-n + 43), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(6) ~ table .th:not(.no-f):nth-of-type(n + 37):nth-of-type(-n + 43), .table-fluid-manual[data-show="7"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(7) ~ .table-header .table-nav .dot:nth-of-type(7) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type(8):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type(6):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(7) ~ .table .td:not(.no-f):nth-of-type(n + 44):nth-of-type(-n + 50), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(7) ~ .table td:not(.no-f):nth-of-type(n + 44):nth-of-type(-n + 50), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(7) ~ table .td:not(.no-f):nth-of-type(n + 44):nth-of-type(-n + 50), .table-fluid-manual[data-show="7"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(7) ~ .table .th:not(.no-f):nth-of-type(n + 44):nth-of-type(-n + 50), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(7) ~ .table th:not(.no-f):nth-of-type(n + 44):nth-of-type(-n + 50), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(7) ~ table .th:not(.no-f):nth-of-type(n + 44):nth-of-type(-n + 50), .table-fluid-manual[data-show="7"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(8) ~ .table-header .table-nav .dot:nth-of-type(8) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type(9):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type(7):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(8) ~ .table .td:not(.no-f):nth-of-type(n + 51):nth-of-type(-n + 57), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(8) ~ .table td:not(.no-f):nth-of-type(n + 51):nth-of-type(-n + 57), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(8) ~ table .td:not(.no-f):nth-of-type(n + 51):nth-of-type(-n + 57), .table-fluid-manual[data-show="7"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(8) ~ .table .th:not(.no-f):nth-of-type(n + 51):nth-of-type(-n + 57), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(8) ~ .table th:not(.no-f):nth-of-type(n + 51):nth-of-type(-n + 57), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(8) ~ table .th:not(.no-f):nth-of-type(n + 51):nth-of-type(-n + 57), .table-fluid-manual[data-show="7"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(9) ~ .table-header .table-nav .dot:nth-of-type(9) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type(10):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type(8):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(9) ~ .table .td:not(.no-f):nth-of-type(n + 58):nth-of-type(-n + 64), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(9) ~ .table td:not(.no-f):nth-of-type(n + 58):nth-of-type(-n + 64), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(9) ~ table .td:not(.no-f):nth-of-type(n + 58):nth-of-type(-n + 64), .table-fluid-manual[data-show="7"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(9) ~ .table .th:not(.no-f):nth-of-type(n + 58):nth-of-type(-n + 64), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(9) ~ .table th:not(.no-f):nth-of-type(n + 58):nth-of-type(-n + 64), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(9) ~ table .th:not(.no-f):nth-of-type(n + 58):nth-of-type(-n + 64), .table-fluid-manual[data-show="7"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(10) ~ .table-header .table-nav .dot:nth-of-type(10) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type(11):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type(9):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(10) ~ .table .td:not(.no-f):nth-of-type(n + 65):nth-of-type(-n + 71), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(10) ~ .table td:not(.no-f):nth-of-type(n + 65):nth-of-type(-n + 71), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(10) ~ table .td:not(.no-f):nth-of-type(n + 65):nth-of-type(-n + 71), .table-fluid-manual[data-show="7"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(10) ~ .table .th:not(.no-f):nth-of-type(n + 65):nth-of-type(-n + 71), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(10) ~ .table th:not(.no-f):nth-of-type(n + 65):nth-of-type(-n + 71), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(10) ~ table .th:not(.no-f):nth-of-type(n + 65):nth-of-type(-n + 71), .table-fluid-manual[data-show="7"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(11) ~ .table-header .table-nav .dot:nth-of-type(11) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type(12):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type(10):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(11) ~ .table .td:not(.no-f):nth-of-type(n + 72):nth-of-type(-n + 78), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(11) ~ .table td:not(.no-f):nth-of-type(n + 72):nth-of-type(-n + 78), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(11) ~ table .td:not(.no-f):nth-of-type(n + 72):nth-of-type(-n + 78), .table-fluid-manual[data-show="7"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(11) ~ .table .th:not(.no-f):nth-of-type(n + 72):nth-of-type(-n + 78), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(11) ~ .table th:not(.no-f):nth-of-type(n + 72):nth-of-type(-n + 78), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(11) ~ table .th:not(.no-f):nth-of-type(n + 72):nth-of-type(-n + 78), .table-fluid-manual[data-show="7"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(12) ~ .table-header .table-nav .dot:nth-of-type(12) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type(13):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type(11):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(12) ~ .table .td:not(.no-f):nth-of-type(n + 79):nth-of-type(-n + 85), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(12) ~ .table td:not(.no-f):nth-of-type(n + 79):nth-of-type(-n + 85), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(12) ~ table .td:not(.no-f):nth-of-type(n + 79):nth-of-type(-n + 85), .table-fluid-manual[data-show="7"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(12) ~ .table .th:not(.no-f):nth-of-type(n + 79):nth-of-type(-n + 85), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(12) ~ .table th:not(.no-f):nth-of-type(n + 79):nth-of-type(-n + 85), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(12) ~ table .th:not(.no-f):nth-of-type(n + 79):nth-of-type(-n + 85), .table-fluid-manual[data-show="7"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(13) ~ .table-header .table-nav .dot:nth-of-type(13) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type(14):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type(12):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(13) ~ .table .td:not(.no-f):nth-of-type(n + 86):nth-of-type(-n + 92), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(13) ~ .table td:not(.no-f):nth-of-type(n + 86):nth-of-type(-n + 92), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(13) ~ table .td:not(.no-f):nth-of-type(n + 86):nth-of-type(-n + 92), .table-fluid-manual[data-show="7"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(13) ~ .table .th:not(.no-f):nth-of-type(n + 86):nth-of-type(-n + 92), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(13) ~ .table th:not(.no-f):nth-of-type(n + 86):nth-of-type(-n + 92), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(13) ~ table .th:not(.no-f):nth-of-type(n + 86):nth-of-type(-n + 92), .table-fluid-manual[data-show="7"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(14) ~ .table-header .table-nav .dot:nth-of-type(14) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type(15):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type(13):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(14) ~ .table .td:not(.no-f):nth-of-type(n + 93):nth-of-type(-n + 99), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(14) ~ .table td:not(.no-f):nth-of-type(n + 93):nth-of-type(-n + 99), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(14) ~ table .td:not(.no-f):nth-of-type(n + 93):nth-of-type(-n + 99), .table-fluid-manual[data-show="7"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(14) ~ .table .th:not(.no-f):nth-of-type(n + 93):nth-of-type(-n + 99), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(14) ~ .table th:not(.no-f):nth-of-type(n + 93):nth-of-type(-n + 99), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(14) ~ table .th:not(.no-f):nth-of-type(n + 93):nth-of-type(-n + 99), .table-fluid-manual[data-show="7"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(15) ~ .table-header .table-nav .dot:nth-of-type(15) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type(16):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type(14):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(15) ~ .table .td:not(.no-f):nth-of-type(n + 100):nth-of-type(-n + 106), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(15) ~ .table td:not(.no-f):nth-of-type(n + 100):nth-of-type(-n + 106), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(15) ~ table .td:not(.no-f):nth-of-type(n + 100):nth-of-type(-n + 106), .table-fluid-manual[data-show="7"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(15) ~ .table .th:not(.no-f):nth-of-type(n + 100):nth-of-type(-n + 106), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(15) ~ .table th:not(.no-f):nth-of-type(n + 100):nth-of-type(-n + 106), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(15) ~ table .th:not(.no-f):nth-of-type(n + 100):nth-of-type(-n + 106), .table-fluid-manual[data-show="7"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(16) ~ .table-header .table-nav .dot:nth-of-type(16) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type(17):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type(15):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(16) ~ .table .td:not(.no-f):nth-of-type(n + 107):nth-of-type(-n + 113), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(16) ~ .table td:not(.no-f):nth-of-type(n + 107):nth-of-type(-n + 113), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(16) ~ table .td:not(.no-f):nth-of-type(n + 107):nth-of-type(-n + 113), .table-fluid-manual[data-show="7"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(16) ~ .table .th:not(.no-f):nth-of-type(n + 107):nth-of-type(-n + 113), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(16) ~ .table th:not(.no-f):nth-of-type(n + 107):nth-of-type(-n + 113), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(16) ~ table .th:not(.no-f):nth-of-type(n + 107):nth-of-type(-n + 113), .table-fluid-manual[data-show="7"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(17) ~ .table-header .table-nav .dot:nth-of-type(17) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type(18):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type(16):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(17) ~ .table .td:not(.no-f):nth-of-type(n + 114):nth-of-type(-n + 120), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(17) ~ .table td:not(.no-f):nth-of-type(n + 114):nth-of-type(-n + 120), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(17) ~ table .td:not(.no-f):nth-of-type(n + 114):nth-of-type(-n + 120), .table-fluid-manual[data-show="7"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(17) ~ .table .th:not(.no-f):nth-of-type(n + 114):nth-of-type(-n + 120), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(17) ~ .table th:not(.no-f):nth-of-type(n + 114):nth-of-type(-n + 120), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(17) ~ table .th:not(.no-f):nth-of-type(n + 114):nth-of-type(-n + 120), .table-fluid-manual[data-show="7"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(18) ~ .table-header .table-nav .dot:nth-of-type(18) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type(19):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type(17):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(18) ~ .table .td:not(.no-f):nth-of-type(n + 121):nth-of-type(-n + 127), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(18) ~ .table td:not(.no-f):nth-of-type(n + 121):nth-of-type(-n + 127), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(18) ~ table .td:not(.no-f):nth-of-type(n + 121):nth-of-type(-n + 127), .table-fluid-manual[data-show="7"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(18) ~ .table .th:not(.no-f):nth-of-type(n + 121):nth-of-type(-n + 127), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(18) ~ .table th:not(.no-f):nth-of-type(n + 121):nth-of-type(-n + 127), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(18) ~ table .th:not(.no-f):nth-of-type(n + 121):nth-of-type(-n + 127), .table-fluid-manual[data-show="7"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(19) ~ .table-header .table-nav .dot:nth-of-type(19) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type(20):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type(18):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(19) ~ .table .td:not(.no-f):nth-of-type(n + 128):nth-of-type(-n + 134), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(19) ~ .table td:not(.no-f):nth-of-type(n + 128):nth-of-type(-n + 134), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(19) ~ table .td:not(.no-f):nth-of-type(n + 128):nth-of-type(-n + 134), .table-fluid-manual[data-show="7"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(19) ~ .table .th:not(.no-f):nth-of-type(n + 128):nth-of-type(-n + 134), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(19) ~ .table th:not(.no-f):nth-of-type(n + 128):nth-of-type(-n + 134), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(19) ~ table .th:not(.no-f):nth-of-type(n + 128):nth-of-type(-n + 134), .table-fluid-manual[data-show="7"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(20) ~ .table-header .table-nav .dot:nth-of-type(20) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type(21):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type(19):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(20) ~ .table .td:not(.no-f):nth-of-type(n + 135):nth-of-type(-n + 141), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(20) ~ .table td:not(.no-f):nth-of-type(n + 135):nth-of-type(-n + 141), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(20) ~ table .td:not(.no-f):nth-of-type(n + 135):nth-of-type(-n + 141), .table-fluid-manual[data-show="7"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(20) ~ .table .th:not(.no-f):nth-of-type(n + 135):nth-of-type(-n + 141), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(20) ~ .table th:not(.no-f):nth-of-type(n + 135):nth-of-type(-n + 141), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(20) ~ table .th:not(.no-f):nth-of-type(n + 135):nth-of-type(-n + 141), .table-fluid-manual[data-show="7"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(21) ~ .table-header .table-nav .dot:nth-of-type(21) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type(22):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type(20):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(21) ~ .table .td:not(.no-f):nth-of-type(n + 142):nth-of-type(-n + 148), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(21) ~ .table td:not(.no-f):nth-of-type(n + 142):nth-of-type(-n + 148), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(21) ~ table .td:not(.no-f):nth-of-type(n + 142):nth-of-type(-n + 148), .table-fluid-manual[data-show="7"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(21) ~ .table .th:not(.no-f):nth-of-type(n + 142):nth-of-type(-n + 148), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(21) ~ .table th:not(.no-f):nth-of-type(n + 142):nth-of-type(-n + 148), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(21) ~ table .th:not(.no-f):nth-of-type(n + 142):nth-of-type(-n + 148), .table-fluid-manual[data-show="7"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(22) ~ .table-header .table-nav .dot:nth-of-type(22) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type(23):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type(21):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(22) ~ .table .td:not(.no-f):nth-of-type(n + 149):nth-of-type(-n + 155), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(22) ~ .table td:not(.no-f):nth-of-type(n + 149):nth-of-type(-n + 155), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(22) ~ table .td:not(.no-f):nth-of-type(n + 149):nth-of-type(-n + 155), .table-fluid-manual[data-show="7"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(22) ~ .table .th:not(.no-f):nth-of-type(n + 149):nth-of-type(-n + 155), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(22) ~ .table th:not(.no-f):nth-of-type(n + 149):nth-of-type(-n + 155), .table-fluid-manual[data-show="7"]:not(.show-last) input:checked:nth-of-type(22) ~ table .th:not(.no-f):nth-of-type(n + 149):nth-of-type(-n + 155), .table-fluid-manual[data-show="7"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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[data-show="7"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(1) ~ .table-header .table-nav .dot:nth-of-type(1) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type(2):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type(0):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(1) ~ .table .td:not(.no-f):nth-of-type(n + 2):nth-of-type(-n + 10), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(1) ~ .table td:not(.no-f):nth-of-type(n + 2):nth-of-type(-n + 10), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(1) ~ table .td:not(.no-f):nth-of-type(n + 2):nth-of-type(-n + 10), .table-fluid-manual[data-show="9"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(1) ~ .table .th:not(.no-f):nth-of-type(n + 2):nth-of-type(-n + 10), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(1) ~ .table th:not(.no-f):nth-of-type(n + 2):nth-of-type(-n + 10), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(1) ~ table .th:not(.no-f):nth-of-type(n + 2):nth-of-type(-n + 10), .table-fluid-manual[data-show="9"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(2) ~ .table-header .table-nav .dot:nth-of-type(2) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type(3):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type(1):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(2) ~ .table .td:not(.no-f):nth-of-type(n + 11):nth-of-type(-n + 19), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(2) ~ .table td:not(.no-f):nth-of-type(n + 11):nth-of-type(-n + 19), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(2) ~ table .td:not(.no-f):nth-of-type(n + 11):nth-of-type(-n + 19), .table-fluid-manual[data-show="9"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(2) ~ .table .th:not(.no-f):nth-of-type(n + 11):nth-of-type(-n + 19), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(2) ~ .table th:not(.no-f):nth-of-type(n + 11):nth-of-type(-n + 19), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(2) ~ table .th:not(.no-f):nth-of-type(n + 11):nth-of-type(-n + 19), .table-fluid-manual[data-show="9"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(3) ~ .table-header .table-nav .dot:nth-of-type(3) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type(4):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type(2):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(3) ~ .table .td:not(.no-f):nth-of-type(n + 20):nth-of-type(-n + 28), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(3) ~ .table td:not(.no-f):nth-of-type(n + 20):nth-of-type(-n + 28), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(3) ~ table .td:not(.no-f):nth-of-type(n + 20):nth-of-type(-n + 28), .table-fluid-manual[data-show="9"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(3) ~ .table .th:not(.no-f):nth-of-type(n + 20):nth-of-type(-n + 28), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(3) ~ .table th:not(.no-f):nth-of-type(n + 20):nth-of-type(-n + 28), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(3) ~ table .th:not(.no-f):nth-of-type(n + 20):nth-of-type(-n + 28), .table-fluid-manual[data-show="9"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(4) ~ .table-header .table-nav .dot:nth-of-type(4) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type(5):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type(3):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(4) ~ .table .td:not(.no-f):nth-of-type(n + 29):nth-of-type(-n + 37), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(4) ~ .table td:not(.no-f):nth-of-type(n + 29):nth-of-type(-n + 37), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(4) ~ table .td:not(.no-f):nth-of-type(n + 29):nth-of-type(-n + 37), .table-fluid-manual[data-show="9"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(4) ~ .table .th:not(.no-f):nth-of-type(n + 29):nth-of-type(-n + 37), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(4) ~ .table th:not(.no-f):nth-of-type(n + 29):nth-of-type(-n + 37), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(4) ~ table .th:not(.no-f):nth-of-type(n + 29):nth-of-type(-n + 37), .table-fluid-manual[data-show="9"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(5) ~ .table-header .table-nav .dot:nth-of-type(5) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type(6):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type(4):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(5) ~ .table .td:not(.no-f):nth-of-type(n + 38):nth-of-type(-n + 46), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(5) ~ .table td:not(.no-f):nth-of-type(n + 38):nth-of-type(-n + 46), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(5) ~ table .td:not(.no-f):nth-of-type(n + 38):nth-of-type(-n + 46), .table-fluid-manual[data-show="9"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(5) ~ .table .th:not(.no-f):nth-of-type(n + 38):nth-of-type(-n + 46), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(5) ~ .table th:not(.no-f):nth-of-type(n + 38):nth-of-type(-n + 46), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(5) ~ table .th:not(.no-f):nth-of-type(n + 38):nth-of-type(-n + 46), .table-fluid-manual[data-show="9"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(6) ~ .table-header .table-nav .dot:nth-of-type(6) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type(7):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type(5):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(6) ~ .table .td:not(.no-f):nth-of-type(n + 47):nth-of-type(-n + 55), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(6) ~ .table td:not(.no-f):nth-of-type(n + 47):nth-of-type(-n + 55), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(6) ~ table .td:not(.no-f):nth-of-type(n + 47):nth-of-type(-n + 55), .table-fluid-manual[data-show="9"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(6) ~ .table .th:not(.no-f):nth-of-type(n + 47):nth-of-type(-n + 55), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(6) ~ .table th:not(.no-f):nth-of-type(n + 47):nth-of-type(-n + 55), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(6) ~ table .th:not(.no-f):nth-of-type(n + 47):nth-of-type(-n + 55), .table-fluid-manual[data-show="9"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(7) ~ .table-header .table-nav .dot:nth-of-type(7) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type(8):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type(6):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(7) ~ .table .td:not(.no-f):nth-of-type(n + 56):nth-of-type(-n + 64), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(7) ~ .table td:not(.no-f):nth-of-type(n + 56):nth-of-type(-n + 64), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(7) ~ table .td:not(.no-f):nth-of-type(n + 56):nth-of-type(-n + 64), .table-fluid-manual[data-show="9"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(7) ~ .table .th:not(.no-f):nth-of-type(n + 56):nth-of-type(-n + 64), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(7) ~ .table th:not(.no-f):nth-of-type(n + 56):nth-of-type(-n + 64), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(7) ~ table .th:not(.no-f):nth-of-type(n + 56):nth-of-type(-n + 64), .table-fluid-manual[data-show="9"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(8) ~ .table-header .table-nav .dot:nth-of-type(8) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type(9):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type(7):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(8) ~ .table .td:not(.no-f):nth-of-type(n + 65):nth-of-type(-n + 73), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(8) ~ .table td:not(.no-f):nth-of-type(n + 65):nth-of-type(-n + 73), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(8) ~ table .td:not(.no-f):nth-of-type(n + 65):nth-of-type(-n + 73), .table-fluid-manual[data-show="9"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(8) ~ .table .th:not(.no-f):nth-of-type(n + 65):nth-of-type(-n + 73), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(8) ~ .table th:not(.no-f):nth-of-type(n + 65):nth-of-type(-n + 73), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(8) ~ table .th:not(.no-f):nth-of-type(n + 65):nth-of-type(-n + 73), .table-fluid-manual[data-show="9"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(9) ~ .table-header .table-nav .dot:nth-of-type(9) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type(10):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type(8):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(9) ~ .table .td:not(.no-f):nth-of-type(n + 74):nth-of-type(-n + 82), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(9) ~ .table td:not(.no-f):nth-of-type(n + 74):nth-of-type(-n + 82), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(9) ~ table .td:not(.no-f):nth-of-type(n + 74):nth-of-type(-n + 82), .table-fluid-manual[data-show="9"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(9) ~ .table .th:not(.no-f):nth-of-type(n + 74):nth-of-type(-n + 82), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(9) ~ .table th:not(.no-f):nth-of-type(n + 74):nth-of-type(-n + 82), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(9) ~ table .th:not(.no-f):nth-of-type(n + 74):nth-of-type(-n + 82), .table-fluid-manual[data-show="9"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(10) ~ .table-header .table-nav .dot:nth-of-type(10) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type(11):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type(9):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(10) ~ .table .td:not(.no-f):nth-of-type(n + 83):nth-of-type(-n + 91), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(10) ~ .table td:not(.no-f):nth-of-type(n + 83):nth-of-type(-n + 91), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(10) ~ table .td:not(.no-f):nth-of-type(n + 83):nth-of-type(-n + 91), .table-fluid-manual[data-show="9"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(10) ~ .table .th:not(.no-f):nth-of-type(n + 83):nth-of-type(-n + 91), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(10) ~ .table th:not(.no-f):nth-of-type(n + 83):nth-of-type(-n + 91), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(10) ~ table .th:not(.no-f):nth-of-type(n + 83):nth-of-type(-n + 91), .table-fluid-manual[data-show="9"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(11) ~ .table-header .table-nav .dot:nth-of-type(11) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type(12):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type(10):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(11) ~ .table .td:not(.no-f):nth-of-type(n + 92):nth-of-type(-n + 100), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(11) ~ .table td:not(.no-f):nth-of-type(n + 92):nth-of-type(-n + 100), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(11) ~ table .td:not(.no-f):nth-of-type(n + 92):nth-of-type(-n + 100), .table-fluid-manual[data-show="9"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(11) ~ .table .th:not(.no-f):nth-of-type(n + 92):nth-of-type(-n + 100), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(11) ~ .table th:not(.no-f):nth-of-type(n + 92):nth-of-type(-n + 100), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(11) ~ table .th:not(.no-f):nth-of-type(n + 92):nth-of-type(-n + 100), .table-fluid-manual[data-show="9"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(12) ~ .table-header .table-nav .dot:nth-of-type(12) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type(13):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type(11):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(12) ~ .table .td:not(.no-f):nth-of-type(n + 101):nth-of-type(-n + 109), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(12) ~ .table td:not(.no-f):nth-of-type(n + 101):nth-of-type(-n + 109), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(12) ~ table .td:not(.no-f):nth-of-type(n + 101):nth-of-type(-n + 109), .table-fluid-manual[data-show="9"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(12) ~ .table .th:not(.no-f):nth-of-type(n + 101):nth-of-type(-n + 109), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(12) ~ .table th:not(.no-f):nth-of-type(n + 101):nth-of-type(-n + 109), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(12) ~ table .th:not(.no-f):nth-of-type(n + 101):nth-of-type(-n + 109), .table-fluid-manual[data-show="9"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(13) ~ .table-header .table-nav .dot:nth-of-type(13) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type(14):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type(12):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(13) ~ .table .td:not(.no-f):nth-of-type(n + 110):nth-of-type(-n + 118), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(13) ~ .table td:not(.no-f):nth-of-type(n + 110):nth-of-type(-n + 118), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(13) ~ table .td:not(.no-f):nth-of-type(n + 110):nth-of-type(-n + 118), .table-fluid-manual[data-show="9"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(13) ~ .table .th:not(.no-f):nth-of-type(n + 110):nth-of-type(-n + 118), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(13) ~ .table th:not(.no-f):nth-of-type(n + 110):nth-of-type(-n + 118), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(13) ~ table .th:not(.no-f):nth-of-type(n + 110):nth-of-type(-n + 118), .table-fluid-manual[data-show="9"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(14) ~ .table-header .table-nav .dot:nth-of-type(14) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type(15):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type(13):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(14) ~ .table .td:not(.no-f):nth-of-type(n + 119):nth-of-type(-n + 127), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(14) ~ .table td:not(.no-f):nth-of-type(n + 119):nth-of-type(-n + 127), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(14) ~ table .td:not(.no-f):nth-of-type(n + 119):nth-of-type(-n + 127), .table-fluid-manual[data-show="9"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(14) ~ .table .th:not(.no-f):nth-of-type(n + 119):nth-of-type(-n + 127), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(14) ~ .table th:not(.no-f):nth-of-type(n + 119):nth-of-type(-n + 127), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(14) ~ table .th:not(.no-f):nth-of-type(n + 119):nth-of-type(-n + 127), .table-fluid-manual[data-show="9"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(15) ~ .table-header .table-nav .dot:nth-of-type(15) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type(16):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type(14):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(15) ~ .table .td:not(.no-f):nth-of-type(n + 128):nth-of-type(-n + 136), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(15) ~ .table td:not(.no-f):nth-of-type(n + 128):nth-of-type(-n + 136), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(15) ~ table .td:not(.no-f):nth-of-type(n + 128):nth-of-type(-n + 136), .table-fluid-manual[data-show="9"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(15) ~ .table .th:not(.no-f):nth-of-type(n + 128):nth-of-type(-n + 136), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(15) ~ .table th:not(.no-f):nth-of-type(n + 128):nth-of-type(-n + 136), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(15) ~ table .th:not(.no-f):nth-of-type(n + 128):nth-of-type(-n + 136), .table-fluid-manual[data-show="9"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(16) ~ .table-header .table-nav .dot:nth-of-type(16) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type(17):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type(15):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(16) ~ .table .td:not(.no-f):nth-of-type(n + 137):nth-of-type(-n + 145), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(16) ~ .table td:not(.no-f):nth-of-type(n + 137):nth-of-type(-n + 145), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(16) ~ table .td:not(.no-f):nth-of-type(n + 137):nth-of-type(-n + 145), .table-fluid-manual[data-show="9"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(16) ~ .table .th:not(.no-f):nth-of-type(n + 137):nth-of-type(-n + 145), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(16) ~ .table th:not(.no-f):nth-of-type(n + 137):nth-of-type(-n + 145), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(16) ~ table .th:not(.no-f):nth-of-type(n + 137):nth-of-type(-n + 145), .table-fluid-manual[data-show="9"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(17) ~ .table-header .table-nav .dot:nth-of-type(17) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type(18):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type(16):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(17) ~ .table .td:not(.no-f):nth-of-type(n + 146):nth-of-type(-n + 154), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(17) ~ .table td:not(.no-f):nth-of-type(n + 146):nth-of-type(-n + 154), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(17) ~ table .td:not(.no-f):nth-of-type(n + 146):nth-of-type(-n + 154), .table-fluid-manual[data-show="9"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(17) ~ .table .th:not(.no-f):nth-of-type(n + 146):nth-of-type(-n + 154), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(17) ~ .table th:not(.no-f):nth-of-type(n + 146):nth-of-type(-n + 154), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(17) ~ table .th:not(.no-f):nth-of-type(n + 146):nth-of-type(-n + 154), .table-fluid-manual[data-show="9"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(18) ~ .table-header .table-nav .dot:nth-of-type(18) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type(19):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type(17):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(18) ~ .table .td:not(.no-f):nth-of-type(n + 155):nth-of-type(-n + 163), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(18) ~ .table td:not(.no-f):nth-of-type(n + 155):nth-of-type(-n + 163), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(18) ~ table .td:not(.no-f):nth-of-type(n + 155):nth-of-type(-n + 163), .table-fluid-manual[data-show="9"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(18) ~ .table .th:not(.no-f):nth-of-type(n + 155):nth-of-type(-n + 163), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(18) ~ .table th:not(.no-f):nth-of-type(n + 155):nth-of-type(-n + 163), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(18) ~ table .th:not(.no-f):nth-of-type(n + 155):nth-of-type(-n + 163), .table-fluid-manual[data-show="9"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(19) ~ .table-header .table-nav .dot:nth-of-type(19) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type(20):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type(18):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(19) ~ .table .td:not(.no-f):nth-of-type(n + 164):nth-of-type(-n + 172), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(19) ~ .table td:not(.no-f):nth-of-type(n + 164):nth-of-type(-n + 172), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(19) ~ table .td:not(.no-f):nth-of-type(n + 164):nth-of-type(-n + 172), .table-fluid-manual[data-show="9"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(19) ~ .table .th:not(.no-f):nth-of-type(n + 164):nth-of-type(-n + 172), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(19) ~ .table th:not(.no-f):nth-of-type(n + 164):nth-of-type(-n + 172), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(19) ~ table .th:not(.no-f):nth-of-type(n + 164):nth-of-type(-n + 172), .table-fluid-manual[data-show="9"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(20) ~ .table-header .table-nav .dot:nth-of-type(20) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type(21):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type(19):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(20) ~ .table .td:not(.no-f):nth-of-type(n + 173):nth-of-type(-n + 181), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(20) ~ .table td:not(.no-f):nth-of-type(n + 173):nth-of-type(-n + 181), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(20) ~ table .td:not(.no-f):nth-of-type(n + 173):nth-of-type(-n + 181), .table-fluid-manual[data-show="9"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(20) ~ .table .th:not(.no-f):nth-of-type(n + 173):nth-of-type(-n + 181), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(20) ~ .table th:not(.no-f):nth-of-type(n + 173):nth-of-type(-n + 181), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(20) ~ table .th:not(.no-f):nth-of-type(n + 173):nth-of-type(-n + 181), .table-fluid-manual[data-show="9"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(21) ~ .table-header .table-nav .dot:nth-of-type(21) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type(22):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type(20):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(21) ~ .table .td:not(.no-f):nth-of-type(n + 182):nth-of-type(-n + 190), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(21) ~ .table td:not(.no-f):nth-of-type(n + 182):nth-of-type(-n + 190), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(21) ~ table .td:not(.no-f):nth-of-type(n + 182):nth-of-type(-n + 190), .table-fluid-manual[data-show="9"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(21) ~ .table .th:not(.no-f):nth-of-type(n + 182):nth-of-type(-n + 190), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(21) ~ .table th:not(.no-f):nth-of-type(n + 182):nth-of-type(-n + 190), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(21) ~ table .th:not(.no-f):nth-of-type(n + 182):nth-of-type(-n + 190), .table-fluid-manual[data-show="9"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(22) ~ .table-header .table-nav .dot:nth-of-type(22) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]: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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type(23):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]: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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type(21):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(22) ~ .table .td:not(.no-f):nth-of-type(n + 191):nth-of-type(-n + 199), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(22) ~ .table td:not(.no-f):nth-of-type(n + 191):nth-of-type(-n + 199), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(22) ~ table .td:not(.no-f):nth-of-type(n + 191):nth-of-type(-n + 199), .table-fluid-manual[data-show="9"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(22) ~ .table .th:not(.no-f):nth-of-type(n + 191):nth-of-type(-n + 199), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(22) ~ .table th:not(.no-f):nth-of-type(n + 191):nth-of-type(-n + 199), .table-fluid-manual[data-show="9"]:not(.show-last) input:checked:nth-of-type(22) ~ table .th:not(.no-f):nth-of-type(n + 191):nth-of-type(-n + 199), .table-fluid-manual[data-show="9"]:not(.show-last) 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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[data-show="9"]:not(.show-last) 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;
  }
  /* line 16, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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 .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) {
    max-width: 0;
    width: 0;
    min-width: 0;
    box-sizing: border-box;
    white-space: nowrap;
    padding: 0;
  }
  /* line 22, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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 .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 {
    min-width: 20vw;
  }
  /* line 26, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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 .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) {
    opacity: 0;
    overflow: hidden;
  }
  /* line 225, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 230, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 236, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual:not(.show-last) .table .td.fluid-none:not(.no-f), .table-fluid-manual:not(.show-last) .table td.fluid-none:not(.no-f), .table-fluid-manual:not(.show-last) .table .th.fluid-none:not(.no-f), .table-fluid-manual:not(.show-last) .table th.fluid-none:not(.no-f), .table-fluid-manual:not(.show-last) table .td.fluid-none:not(.no-f), .table-fluid-manual:not(.show-last) table td.fluid-none:not(.no-f), .table-fluid-manual:not(.show-last) table .th.fluid-none:not(.no-f), .table-fluid-manual:not(.show-last) table th.fluid-none:not(.no-f) {
    display: none;
  }
  /* line 239, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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 .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) {
    position: relative;
    min-width: 10rem;
    width: 10rem;
    max-width: 40vw;
  }
  /* line 244, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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 .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 {
    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%;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 16, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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 .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) {
    max-width: 0;
    width: 0;
    min-width: 0;
    box-sizing: border-box;
    white-space: nowrap;
    padding: 0;
  }
  /* line 22, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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 .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 {
    min-width: 20vw;
  }
  /* line 26, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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 .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) {
    opacity: 0;
    overflow: hidden;
  }
  /* line 285, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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 .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) {
    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;
  }
  /* line 288, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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 .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 {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    box-shadow: -5px 0 5px rgba(0, 0, 0, 0.1);
    left: 0;
    width: 5px;
    height: 100%;
  }
  /* line 303, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid-manual .fluid-not-mobile {
    display: none  !important;
  }
}

@media (max-width: 1180px) and (max-width: 1180px) and (min-width: 769px) {
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-1:not(.inside-window) .table-nav .dot:nth-of-type(n + 1) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-1:not(.inside-window) .table-nav label:nth-of-type(n + 1) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-2:not(.inside-window) .table-nav .dot:nth-of-type(n + 2) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-2:not(.inside-window) .table-nav label:nth-of-type(n + 2) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-3:not(.inside-window) .table-nav .dot:nth-of-type(n + 2) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-3:not(.inside-window) .table-nav label:nth-of-type(n + 2) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-4:not(.inside-window) .table-nav .dot:nth-of-type(n + 2) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-4:not(.inside-window) .table-nav label:nth-of-type(n + 2) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-5:not(.inside-window) .table-nav .dot:nth-of-type(n + 2) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-5:not(.inside-window) .table-nav label:nth-of-type(n + 2) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-6:not(.inside-window) .table-nav .dot:nth-of-type(n + 3) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-6:not(.inside-window) .table-nav label:nth-of-type(n + 3) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-7:not(.inside-window) .table-nav .dot:nth-of-type(n + 3) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-7:not(.inside-window) .table-nav label:nth-of-type(n + 3) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-8:not(.inside-window) .table-nav .dot:nth-of-type(n + 3) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-8:not(.inside-window) .table-nav label:nth-of-type(n + 3) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-9:not(.inside-window) .table-nav .dot:nth-of-type(n + 3) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-9:not(.inside-window) .table-nav label:nth-of-type(n + 3) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-10:not(.inside-window) .table-nav .dot:nth-of-type(n + 4) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-10:not(.inside-window) .table-nav label:nth-of-type(n + 4) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-11:not(.inside-window) .table-nav .dot:nth-of-type(n + 4) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-11:not(.inside-window) .table-nav label:nth-of-type(n + 4) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-12:not(.inside-window) .table-nav .dot:nth-of-type(n + 4) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-12:not(.inside-window) .table-nav label:nth-of-type(n + 4) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-13:not(.inside-window) .table-nav .dot:nth-of-type(n + 4) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-13:not(.inside-window) .table-nav label:nth-of-type(n + 4) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-14:not(.inside-window) .table-nav .dot:nth-of-type(n + 5) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-14:not(.inside-window) .table-nav label:nth-of-type(n + 5) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-15:not(.inside-window) .table-nav .dot:nth-of-type(n + 5) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-15:not(.inside-window) .table-nav label:nth-of-type(n + 5) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-16:not(.inside-window) .table-nav .dot:nth-of-type(n + 5) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-16:not(.inside-window) .table-nav label:nth-of-type(n + 5) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-17:not(.inside-window) .table-nav .dot:nth-of-type(n + 5) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-17:not(.inside-window) .table-nav label:nth-of-type(n + 5) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-18:not(.inside-window) .table-nav .dot:nth-of-type(n + 6) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-18:not(.inside-window) .table-nav label:nth-of-type(n + 6) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-19:not(.inside-window) .table-nav .dot:nth-of-type(n + 6) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-19:not(.inside-window) .table-nav label:nth-of-type(n + 6) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-20:not(.inside-window) .table-nav .dot:nth-of-type(n + 6) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-20:not(.inside-window) .table-nav label:nth-of-type(n + 6) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-21:not(.inside-window) .table-nav .dot:nth-of-type(n + 6) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-21:not(.inside-window) .table-nav label:nth-of-type(n + 6) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-22:not(.inside-window) .table-nav .dot:nth-of-type(n + 7) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-22:not(.inside-window) .table-nav label:nth-of-type(n + 7) {
    visibility: hidden;
  }
}

@media (max-width: 1180px) and (max-width: 768px) and (min-width: 569px) {
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-1:not(.inside-window) .table-nav .dot:nth-of-type(n + 1) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-1:not(.inside-window) .table-nav label:nth-of-type(n + 1) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-2:not(.inside-window) .table-nav .dot:nth-of-type(n + 2) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-2:not(.inside-window) .table-nav label:nth-of-type(n + 2) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-3:not(.inside-window) .table-nav .dot:nth-of-type(n + 2) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-3:not(.inside-window) .table-nav label:nth-of-type(n + 2) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-4:not(.inside-window) .table-nav .dot:nth-of-type(n + 2) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-4:not(.inside-window) .table-nav label:nth-of-type(n + 2) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-5:not(.inside-window) .table-nav .dot:nth-of-type(n + 3) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-5:not(.inside-window) .table-nav label:nth-of-type(n + 3) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-6:not(.inside-window) .table-nav .dot:nth-of-type(n + 3) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-6:not(.inside-window) .table-nav label:nth-of-type(n + 3) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-7:not(.inside-window) .table-nav .dot:nth-of-type(n + 3) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-7:not(.inside-window) .table-nav label:nth-of-type(n + 3) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-8:not(.inside-window) .table-nav .dot:nth-of-type(n + 4) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-8:not(.inside-window) .table-nav label:nth-of-type(n + 4) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-9:not(.inside-window) .table-nav .dot:nth-of-type(n + 4) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-9:not(.inside-window) .table-nav label:nth-of-type(n + 4) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-10:not(.inside-window) .table-nav .dot:nth-of-type(n + 4) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-10:not(.inside-window) .table-nav label:nth-of-type(n + 4) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-11:not(.inside-window) .table-nav .dot:nth-of-type(n + 5) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-11:not(.inside-window) .table-nav label:nth-of-type(n + 5) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-12:not(.inside-window) .table-nav .dot:nth-of-type(n + 5) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-12:not(.inside-window) .table-nav label:nth-of-type(n + 5) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-13:not(.inside-window) .table-nav .dot:nth-of-type(n + 5) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-13:not(.inside-window) .table-nav label:nth-of-type(n + 5) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-14:not(.inside-window) .table-nav .dot:nth-of-type(n + 6) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-14:not(.inside-window) .table-nav label:nth-of-type(n + 6) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-15:not(.inside-window) .table-nav .dot:nth-of-type(n + 6) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-15:not(.inside-window) .table-nav label:nth-of-type(n + 6) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-16:not(.inside-window) .table-nav .dot:nth-of-type(n + 6) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-16:not(.inside-window) .table-nav label:nth-of-type(n + 6) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-17:not(.inside-window) .table-nav .dot:nth-of-type(n + 7) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-17:not(.inside-window) .table-nav label:nth-of-type(n + 7) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-18:not(.inside-window) .table-nav .dot:nth-of-type(n + 7) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-18:not(.inside-window) .table-nav label:nth-of-type(n + 7) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-19:not(.inside-window) .table-nav .dot:nth-of-type(n + 7) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-19:not(.inside-window) .table-nav label:nth-of-type(n + 7) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-20:not(.inside-window) .table-nav .dot:nth-of-type(n + 8) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-20:not(.inside-window) .table-nav label:nth-of-type(n + 8) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-21:not(.inside-window) .table-nav .dot:nth-of-type(n + 8) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-21:not(.inside-window) .table-nav label:nth-of-type(n + 8) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-22:not(.inside-window) .table-nav .dot:nth-of-type(n + 8) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-22:not(.inside-window) .table-nav label:nth-of-type(n + 8) {
    visibility: hidden;
  }
}

@media (max-width: 1180px) and (max-width: 568px) and (min-width: 421px) {
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-1:not(.inside-window) .table-nav .dot:nth-of-type(n + 1) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-1:not(.inside-window) .table-nav label:nth-of-type(n + 1) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-2:not(.inside-window) .table-nav .dot:nth-of-type(n + 2) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-2:not(.inside-window) .table-nav label:nth-of-type(n + 2) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-3:not(.inside-window) .table-nav .dot:nth-of-type(n + 2) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-3:not(.inside-window) .table-nav label:nth-of-type(n + 2) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-4:not(.inside-window) .table-nav .dot:nth-of-type(n + 3) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-4:not(.inside-window) .table-nav label:nth-of-type(n + 3) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-5:not(.inside-window) .table-nav .dot:nth-of-type(n + 3) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-5:not(.inside-window) .table-nav label:nth-of-type(n + 3) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-6:not(.inside-window) .table-nav .dot:nth-of-type(n + 4) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-6:not(.inside-window) .table-nav label:nth-of-type(n + 4) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-7:not(.inside-window) .table-nav .dot:nth-of-type(n + 4) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-7:not(.inside-window) .table-nav label:nth-of-type(n + 4) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-8:not(.inside-window) .table-nav .dot:nth-of-type(n + 5) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-8:not(.inside-window) .table-nav label:nth-of-type(n + 5) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-9:not(.inside-window) .table-nav .dot:nth-of-type(n + 5) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-9:not(.inside-window) .table-nav label:nth-of-type(n + 5) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-10:not(.inside-window) .table-nav .dot:nth-of-type(n + 6) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-10:not(.inside-window) .table-nav label:nth-of-type(n + 6) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-11:not(.inside-window) .table-nav .dot:nth-of-type(n + 6) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-11:not(.inside-window) .table-nav label:nth-of-type(n + 6) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-12:not(.inside-window) .table-nav .dot:nth-of-type(n + 7) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-12:not(.inside-window) .table-nav label:nth-of-type(n + 7) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-13:not(.inside-window) .table-nav .dot:nth-of-type(n + 7) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-13:not(.inside-window) .table-nav label:nth-of-type(n + 7) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-14:not(.inside-window) .table-nav .dot:nth-of-type(n + 8) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-14:not(.inside-window) .table-nav label:nth-of-type(n + 8) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-15:not(.inside-window) .table-nav .dot:nth-of-type(n + 8) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-15:not(.inside-window) .table-nav label:nth-of-type(n + 8) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-16:not(.inside-window) .table-nav .dot:nth-of-type(n + 9) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-16:not(.inside-window) .table-nav label:nth-of-type(n + 9) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-17:not(.inside-window) .table-nav .dot:nth-of-type(n + 9) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-17:not(.inside-window) .table-nav label:nth-of-type(n + 9) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-18:not(.inside-window) .table-nav .dot:nth-of-type(n + 10) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-18:not(.inside-window) .table-nav label:nth-of-type(n + 10) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-19:not(.inside-window) .table-nav .dot:nth-of-type(n + 10) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-19:not(.inside-window) .table-nav label:nth-of-type(n + 10) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-20:not(.inside-window) .table-nav .dot:nth-of-type(n + 11) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-20:not(.inside-window) .table-nav label:nth-of-type(n + 11) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-21:not(.inside-window) .table-nav .dot:nth-of-type(n + 11) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-21:not(.inside-window) .table-nav label:nth-of-type(n + 11) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-22:not(.inside-window) .table-nav .dot:nth-of-type(n + 12) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-22:not(.inside-window) .table-nav label:nth-of-type(n + 12) {
    visibility: hidden;
  }
}

@media (max-width: 1180px) and (max-width: 420px) {
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-1:not(.inside-window) .table-nav .dot:nth-of-type(n + 1) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-1:not(.inside-window) .table-nav label:nth-of-type(n + 1) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-2:not(.inside-window) .table-nav .dot:nth-of-type(n + 2) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-2:not(.inside-window) .table-nav label:nth-of-type(n + 2) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-3:not(.inside-window) .table-nav .dot:nth-of-type(n + 3) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-3:not(.inside-window) .table-nav label:nth-of-type(n + 3) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-4:not(.inside-window) .table-nav .dot:nth-of-type(n + 4) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-4:not(.inside-window) .table-nav label:nth-of-type(n + 4) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-5:not(.inside-window) .table-nav .dot:nth-of-type(n + 5) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-5:not(.inside-window) .table-nav label:nth-of-type(n + 5) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-6:not(.inside-window) .table-nav .dot:nth-of-type(n + 6) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-6:not(.inside-window) .table-nav label:nth-of-type(n + 6) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-7:not(.inside-window) .table-nav .dot:nth-of-type(n + 7) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-7:not(.inside-window) .table-nav label:nth-of-type(n + 7) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-8:not(.inside-window) .table-nav .dot:nth-of-type(n + 8) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-8:not(.inside-window) .table-nav label:nth-of-type(n + 8) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-9:not(.inside-window) .table-nav .dot:nth-of-type(n + 9) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-9:not(.inside-window) .table-nav label:nth-of-type(n + 9) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-10:not(.inside-window) .table-nav .dot:nth-of-type(n + 10) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-10:not(.inside-window) .table-nav label:nth-of-type(n + 10) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-11:not(.inside-window) .table-nav .dot:nth-of-type(n + 11) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-11:not(.inside-window) .table-nav label:nth-of-type(n + 11) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-12:not(.inside-window) .table-nav .dot:nth-of-type(n + 12) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-12:not(.inside-window) .table-nav label:nth-of-type(n + 12) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-13:not(.inside-window) .table-nav .dot:nth-of-type(n + 13) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-13:not(.inside-window) .table-nav label:nth-of-type(n + 13) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-14:not(.inside-window) .table-nav .dot:nth-of-type(n + 14) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-14:not(.inside-window) .table-nav label:nth-of-type(n + 14) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-15:not(.inside-window) .table-nav .dot:nth-of-type(n + 15) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-15:not(.inside-window) .table-nav label:nth-of-type(n + 15) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-16:not(.inside-window) .table-nav .dot:nth-of-type(n + 16) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-16:not(.inside-window) .table-nav label:nth-of-type(n + 16) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-17:not(.inside-window) .table-nav .dot:nth-of-type(n + 17) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-17:not(.inside-window) .table-nav label:nth-of-type(n + 17) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-18:not(.inside-window) .table-nav .dot:nth-of-type(n + 18) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-18:not(.inside-window) .table-nav label:nth-of-type(n + 18) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-19:not(.inside-window) .table-nav .dot:nth-of-type(n + 19) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-19:not(.inside-window) .table-nav label:nth-of-type(n + 19) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-20:not(.inside-window) .table-nav .dot:nth-of-type(n + 20) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-20:not(.inside-window) .table-nav label:nth-of-type(n + 20) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-21:not(.inside-window) .table-nav .dot:nth-of-type(n + 21) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-21:not(.inside-window) .table-nav label:nth-of-type(n + 21) {
    visibility: hidden;
  }
  /* line 82, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-22:not(.inside-window) .table-nav .dot:nth-of-type(n + 22) {
    display: none;
  }
  /* line 85, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.table-column-22:not(.inside-window) .table-nav label:nth-of-type(n + 22) {
    visibility: hidden;
  }
}

@media (max-width: 1180px) {
  /* line 323, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid:not(.inside-window) .table-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

@media (max-width: 1180px) and (max-width: 1180px) and (min-width: 769px) {
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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) {
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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) {
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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) {
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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) {
  /* line 16, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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 .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) {
    max-width: 0;
    width: 0;
    min-width: 0;
    box-sizing: border-box;
    white-space: nowrap;
    padding: 0;
  }
  /* line 22, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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 .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 {
    min-width: 20vw;
  }
  /* line 26, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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 .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) {
    opacity: 0;
    overflow: hidden;
  }
  /* line 348, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 353, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 359, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid:not(.inside-window):not(.show-last) .table .td.fluid-none:not(.no-f), .table-fluid:not(.inside-window):not(.show-last) .table td.fluid-none:not(.no-f), .table-fluid:not(.inside-window):not(.show-last) .table .th.fluid-none:not(.no-f), .table-fluid:not(.inside-window):not(.show-last) .table th.fluid-none:not(.no-f), .table-fluid:not(.inside-window):not(.show-last) table .td.fluid-none:not(.no-f), .table-fluid:not(.inside-window):not(.show-last) table td.fluid-none:not(.no-f), .table-fluid:not(.inside-window):not(.show-last) table .th.fluid-none:not(.no-f), .table-fluid:not(.inside-window):not(.show-last) table th.fluid-none:not(.no-f) {
    display: none;
  }
  /* line 362, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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 .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) {
    position: relative;
    min-width: 10rem;
    width: 10rem;
    max-width: 40vw;
  }
  /* line 367, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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 .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 {
    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%;
  }
}

@media (max-width: 1180px) and (max-width: 1180px) and (min-width: 769px) {
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ .table-header .table-nav .dot:nth-of-type(1) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type(2):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type(0):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ .table .td:not(.no-f):nth-of-type(n + 1):nth-of-type(-n + 4), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ .table td:not(.no-f):nth-of-type(n + 1):nth-of-type(-n + 4), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ table .td:not(.no-f):nth-of-type(n + 1):nth-of-type(-n + 4), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ .table .th:not(.no-f):nth-of-type(n + 1):nth-of-type(-n + 4), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ .table th:not(.no-f):nth-of-type(n + 1):nth-of-type(-n + 4), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ table .th:not(.no-f):nth-of-type(n + 1):nth-of-type(-n + 4), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ .table-header .table-nav .dot:nth-of-type(2) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type(3):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type(1):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ .table .td:not(.no-f):nth-of-type(n + 5):nth-of-type(-n + 8), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ .table td:not(.no-f):nth-of-type(n + 5):nth-of-type(-n + 8), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ table .td:not(.no-f):nth-of-type(n + 5):nth-of-type(-n + 8), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ .table .th:not(.no-f):nth-of-type(n + 5):nth-of-type(-n + 8), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ .table th:not(.no-f):nth-of-type(n + 5):nth-of-type(-n + 8), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ table .th:not(.no-f):nth-of-type(n + 5):nth-of-type(-n + 8), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ .table-header .table-nav .dot:nth-of-type(3) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type(4):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type(2):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ .table .td:not(.no-f):nth-of-type(n + 9):nth-of-type(-n + 12), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ .table td:not(.no-f):nth-of-type(n + 9):nth-of-type(-n + 12), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ table .td:not(.no-f):nth-of-type(n + 9):nth-of-type(-n + 12), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ .table .th:not(.no-f):nth-of-type(n + 9):nth-of-type(-n + 12), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ .table th:not(.no-f):nth-of-type(n + 9):nth-of-type(-n + 12), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ table .th:not(.no-f):nth-of-type(n + 9):nth-of-type(-n + 12), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ .table-header .table-nav .dot:nth-of-type(4) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type(5):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type(3):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ .table .td:not(.no-f):nth-of-type(n + 13):nth-of-type(-n + 16), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ .table td:not(.no-f):nth-of-type(n + 13):nth-of-type(-n + 16), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ table .td:not(.no-f):nth-of-type(n + 13):nth-of-type(-n + 16), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ .table .th:not(.no-f):nth-of-type(n + 13):nth-of-type(-n + 16), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ .table th:not(.no-f):nth-of-type(n + 13):nth-of-type(-n + 16), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ table .th:not(.no-f):nth-of-type(n + 13):nth-of-type(-n + 16), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ .table-header .table-nav .dot:nth-of-type(5) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type(6):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type(4):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ .table .td:not(.no-f):nth-of-type(n + 17):nth-of-type(-n + 20), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ .table td:not(.no-f):nth-of-type(n + 17):nth-of-type(-n + 20), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ table .td:not(.no-f):nth-of-type(n + 17):nth-of-type(-n + 20), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ .table .th:not(.no-f):nth-of-type(n + 17):nth-of-type(-n + 20), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ .table th:not(.no-f):nth-of-type(n + 17):nth-of-type(-n + 20), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ table .th:not(.no-f):nth-of-type(n + 17):nth-of-type(-n + 20), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ .table-header .table-nav .dot:nth-of-type(6) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type(7):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type(5):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ .table .td:not(.no-f):nth-of-type(n + 21):nth-of-type(-n + 24), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ .table td:not(.no-f):nth-of-type(n + 21):nth-of-type(-n + 24), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ table .td:not(.no-f):nth-of-type(n + 21):nth-of-type(-n + 24), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ .table .th:not(.no-f):nth-of-type(n + 21):nth-of-type(-n + 24), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ .table th:not(.no-f):nth-of-type(n + 21):nth-of-type(-n + 24), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ table .th:not(.no-f):nth-of-type(n + 21):nth-of-type(-n + 24), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ .table-header .table-nav .dot:nth-of-type(7) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type(8):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type(6):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ .table .td:not(.no-f):nth-of-type(n + 25):nth-of-type(-n + 28), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ .table td:not(.no-f):nth-of-type(n + 25):nth-of-type(-n + 28), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ table .td:not(.no-f):nth-of-type(n + 25):nth-of-type(-n + 28), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ .table .th:not(.no-f):nth-of-type(n + 25):nth-of-type(-n + 28), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ .table th:not(.no-f):nth-of-type(n + 25):nth-of-type(-n + 28), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ table .th:not(.no-f):nth-of-type(n + 25):nth-of-type(-n + 28), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ .table-header .table-nav .dot:nth-of-type(8) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type(9):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type(7):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ .table .td:not(.no-f):nth-of-type(n + 29):nth-of-type(-n + 32), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ .table td:not(.no-f):nth-of-type(n + 29):nth-of-type(-n + 32), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ table .td:not(.no-f):nth-of-type(n + 29):nth-of-type(-n + 32), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ .table .th:not(.no-f):nth-of-type(n + 29):nth-of-type(-n + 32), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ .table th:not(.no-f):nth-of-type(n + 29):nth-of-type(-n + 32), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ table .th:not(.no-f):nth-of-type(n + 29):nth-of-type(-n + 32), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ .table-header .table-nav .dot:nth-of-type(9) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type(10):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type(8):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ .table .td:not(.no-f):nth-of-type(n + 33):nth-of-type(-n + 36), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ .table td:not(.no-f):nth-of-type(n + 33):nth-of-type(-n + 36), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ table .td:not(.no-f):nth-of-type(n + 33):nth-of-type(-n + 36), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ .table .th:not(.no-f):nth-of-type(n + 33):nth-of-type(-n + 36), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ .table th:not(.no-f):nth-of-type(n + 33):nth-of-type(-n + 36), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ table .th:not(.no-f):nth-of-type(n + 33):nth-of-type(-n + 36), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ .table-header .table-nav .dot:nth-of-type(10) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type(11):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type(9):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ .table .td:not(.no-f):nth-of-type(n + 37):nth-of-type(-n + 40), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ .table td:not(.no-f):nth-of-type(n + 37):nth-of-type(-n + 40), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ table .td:not(.no-f):nth-of-type(n + 37):nth-of-type(-n + 40), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ .table .th:not(.no-f):nth-of-type(n + 37):nth-of-type(-n + 40), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ .table th:not(.no-f):nth-of-type(n + 37):nth-of-type(-n + 40), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ table .th:not(.no-f):nth-of-type(n + 37):nth-of-type(-n + 40), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ .table-header .table-nav .dot:nth-of-type(11) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type(12):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type(10):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ .table .td:not(.no-f):nth-of-type(n + 41):nth-of-type(-n + 44), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ .table td:not(.no-f):nth-of-type(n + 41):nth-of-type(-n + 44), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ table .td:not(.no-f):nth-of-type(n + 41):nth-of-type(-n + 44), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ .table .th:not(.no-f):nth-of-type(n + 41):nth-of-type(-n + 44), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ .table th:not(.no-f):nth-of-type(n + 41):nth-of-type(-n + 44), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ table .th:not(.no-f):nth-of-type(n + 41):nth-of-type(-n + 44), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ .table-header .table-nav .dot:nth-of-type(12) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type(13):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type(11):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ .table .td:not(.no-f):nth-of-type(n + 45):nth-of-type(-n + 48), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ .table td:not(.no-f):nth-of-type(n + 45):nth-of-type(-n + 48), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ table .td:not(.no-f):nth-of-type(n + 45):nth-of-type(-n + 48), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ .table .th:not(.no-f):nth-of-type(n + 45):nth-of-type(-n + 48), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ .table th:not(.no-f):nth-of-type(n + 45):nth-of-type(-n + 48), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ table .th:not(.no-f):nth-of-type(n + 45):nth-of-type(-n + 48), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ .table-header .table-nav .dot:nth-of-type(13) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type(14):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type(12):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ .table .td:not(.no-f):nth-of-type(n + 49):nth-of-type(-n + 52), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ .table td:not(.no-f):nth-of-type(n + 49):nth-of-type(-n + 52), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ table .td:not(.no-f):nth-of-type(n + 49):nth-of-type(-n + 52), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ .table .th:not(.no-f):nth-of-type(n + 49):nth-of-type(-n + 52), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ .table th:not(.no-f):nth-of-type(n + 49):nth-of-type(-n + 52), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ table .th:not(.no-f):nth-of-type(n + 49):nth-of-type(-n + 52), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ .table-header .table-nav .dot:nth-of-type(14) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type(15):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type(13):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ .table .td:not(.no-f):nth-of-type(n + 53):nth-of-type(-n + 56), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ .table td:not(.no-f):nth-of-type(n + 53):nth-of-type(-n + 56), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ table .td:not(.no-f):nth-of-type(n + 53):nth-of-type(-n + 56), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ .table .th:not(.no-f):nth-of-type(n + 53):nth-of-type(-n + 56), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ .table th:not(.no-f):nth-of-type(n + 53):nth-of-type(-n + 56), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ table .th:not(.no-f):nth-of-type(n + 53):nth-of-type(-n + 56), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ .table-header .table-nav .dot:nth-of-type(15) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type(16):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type(14):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ .table .td:not(.no-f):nth-of-type(n + 57):nth-of-type(-n + 60), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ .table td:not(.no-f):nth-of-type(n + 57):nth-of-type(-n + 60), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ table .td:not(.no-f):nth-of-type(n + 57):nth-of-type(-n + 60), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ .table .th:not(.no-f):nth-of-type(n + 57):nth-of-type(-n + 60), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ .table th:not(.no-f):nth-of-type(n + 57):nth-of-type(-n + 60), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ table .th:not(.no-f):nth-of-type(n + 57):nth-of-type(-n + 60), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ .table-header .table-nav .dot:nth-of-type(16) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type(17):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type(15):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ .table .td:not(.no-f):nth-of-type(n + 61):nth-of-type(-n + 64), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ .table td:not(.no-f):nth-of-type(n + 61):nth-of-type(-n + 64), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ table .td:not(.no-f):nth-of-type(n + 61):nth-of-type(-n + 64), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ .table .th:not(.no-f):nth-of-type(n + 61):nth-of-type(-n + 64), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ .table th:not(.no-f):nth-of-type(n + 61):nth-of-type(-n + 64), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ table .th:not(.no-f):nth-of-type(n + 61):nth-of-type(-n + 64), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ .table-header .table-nav .dot:nth-of-type(17) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type(18):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type(16):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ .table .td:not(.no-f):nth-of-type(n + 65):nth-of-type(-n + 68), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ .table td:not(.no-f):nth-of-type(n + 65):nth-of-type(-n + 68), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ table .td:not(.no-f):nth-of-type(n + 65):nth-of-type(-n + 68), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ .table .th:not(.no-f):nth-of-type(n + 65):nth-of-type(-n + 68), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ .table th:not(.no-f):nth-of-type(n + 65):nth-of-type(-n + 68), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ table .th:not(.no-f):nth-of-type(n + 65):nth-of-type(-n + 68), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ .table-header .table-nav .dot:nth-of-type(18) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type(19):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type(17):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ .table .td:not(.no-f):nth-of-type(n + 69):nth-of-type(-n + 72), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ .table td:not(.no-f):nth-of-type(n + 69):nth-of-type(-n + 72), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ table .td:not(.no-f):nth-of-type(n + 69):nth-of-type(-n + 72), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ .table .th:not(.no-f):nth-of-type(n + 69):nth-of-type(-n + 72), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ .table th:not(.no-f):nth-of-type(n + 69):nth-of-type(-n + 72), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ table .th:not(.no-f):nth-of-type(n + 69):nth-of-type(-n + 72), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ .table-header .table-nav .dot:nth-of-type(19) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type(20):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type(18):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ .table .td:not(.no-f):nth-of-type(n + 73):nth-of-type(-n + 76), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ .table td:not(.no-f):nth-of-type(n + 73):nth-of-type(-n + 76), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ table .td:not(.no-f):nth-of-type(n + 73):nth-of-type(-n + 76), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ .table .th:not(.no-f):nth-of-type(n + 73):nth-of-type(-n + 76), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ .table th:not(.no-f):nth-of-type(n + 73):nth-of-type(-n + 76), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ table .th:not(.no-f):nth-of-type(n + 73):nth-of-type(-n + 76), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ .table-header .table-nav .dot:nth-of-type(20) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type(21):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type(19):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ .table .td:not(.no-f):nth-of-type(n + 77):nth-of-type(-n + 80), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ .table td:not(.no-f):nth-of-type(n + 77):nth-of-type(-n + 80), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ table .td:not(.no-f):nth-of-type(n + 77):nth-of-type(-n + 80), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ .table .th:not(.no-f):nth-of-type(n + 77):nth-of-type(-n + 80), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ .table th:not(.no-f):nth-of-type(n + 77):nth-of-type(-n + 80), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ table .th:not(.no-f):nth-of-type(n + 77):nth-of-type(-n + 80), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ .table-header .table-nav .dot:nth-of-type(21) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type(22):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type(20):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ .table .td:not(.no-f):nth-of-type(n + 81):nth-of-type(-n + 84), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ .table td:not(.no-f):nth-of-type(n + 81):nth-of-type(-n + 84), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ table .td:not(.no-f):nth-of-type(n + 81):nth-of-type(-n + 84), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ .table .th:not(.no-f):nth-of-type(n + 81):nth-of-type(-n + 84), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ .table th:not(.no-f):nth-of-type(n + 81):nth-of-type(-n + 84), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ table .th:not(.no-f):nth-of-type(n + 81):nth-of-type(-n + 84), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ .table-header .table-nav .dot:nth-of-type(22) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type(23):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type(21):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ .table .td:not(.no-f):nth-of-type(n + 85):nth-of-type(-n + 88), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ .table td:not(.no-f):nth-of-type(n + 85):nth-of-type(-n + 88), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ table .td:not(.no-f):nth-of-type(n + 85):nth-of-type(-n + 88), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ .table .th:not(.no-f):nth-of-type(n + 85):nth-of-type(-n + 88), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ .table th:not(.no-f):nth-of-type(n + 85):nth-of-type(-n + 88), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ table .th:not(.no-f):nth-of-type(n + 85):nth-of-type(-n + 88), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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) {
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ .table-header .table-nav .dot:nth-of-type(1) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type(2):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type(0):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ .table .td:not(.no-f):nth-of-type(n + 1):nth-of-type(-n + 3), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ .table td:not(.no-f):nth-of-type(n + 1):nth-of-type(-n + 3), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ table .td:not(.no-f):nth-of-type(n + 1):nth-of-type(-n + 3), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ .table .th:not(.no-f):nth-of-type(n + 1):nth-of-type(-n + 3), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ .table th:not(.no-f):nth-of-type(n + 1):nth-of-type(-n + 3), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ table .th:not(.no-f):nth-of-type(n + 1):nth-of-type(-n + 3), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ .table-header .table-nav .dot:nth-of-type(2) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type(3):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type(1):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ .table .td:not(.no-f):nth-of-type(n + 4):nth-of-type(-n + 6), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ .table td:not(.no-f):nth-of-type(n + 4):nth-of-type(-n + 6), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ table .td:not(.no-f):nth-of-type(n + 4):nth-of-type(-n + 6), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ .table .th:not(.no-f):nth-of-type(n + 4):nth-of-type(-n + 6), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ .table th:not(.no-f):nth-of-type(n + 4):nth-of-type(-n + 6), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ table .th:not(.no-f):nth-of-type(n + 4):nth-of-type(-n + 6), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ .table-header .table-nav .dot:nth-of-type(3) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type(4):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type(2):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ .table .td:not(.no-f):nth-of-type(n + 7):nth-of-type(-n + 9), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ .table td:not(.no-f):nth-of-type(n + 7):nth-of-type(-n + 9), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ table .td:not(.no-f):nth-of-type(n + 7):nth-of-type(-n + 9), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ .table .th:not(.no-f):nth-of-type(n + 7):nth-of-type(-n + 9), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ .table th:not(.no-f):nth-of-type(n + 7):nth-of-type(-n + 9), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ table .th:not(.no-f):nth-of-type(n + 7):nth-of-type(-n + 9), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ .table-header .table-nav .dot:nth-of-type(4) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type(5):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type(3):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ .table .td:not(.no-f):nth-of-type(n + 10):nth-of-type(-n + 12), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ .table td:not(.no-f):nth-of-type(n + 10):nth-of-type(-n + 12), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ table .td:not(.no-f):nth-of-type(n + 10):nth-of-type(-n + 12), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ .table .th:not(.no-f):nth-of-type(n + 10):nth-of-type(-n + 12), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ .table th:not(.no-f):nth-of-type(n + 10):nth-of-type(-n + 12), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ table .th:not(.no-f):nth-of-type(n + 10):nth-of-type(-n + 12), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ .table-header .table-nav .dot:nth-of-type(5) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type(6):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type(4):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ .table .td:not(.no-f):nth-of-type(n + 13):nth-of-type(-n + 15), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ .table td:not(.no-f):nth-of-type(n + 13):nth-of-type(-n + 15), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ table .td:not(.no-f):nth-of-type(n + 13):nth-of-type(-n + 15), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ .table .th:not(.no-f):nth-of-type(n + 13):nth-of-type(-n + 15), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ .table th:not(.no-f):nth-of-type(n + 13):nth-of-type(-n + 15), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ table .th:not(.no-f):nth-of-type(n + 13):nth-of-type(-n + 15), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ .table-header .table-nav .dot:nth-of-type(6) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type(7):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type(5):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ .table .td:not(.no-f):nth-of-type(n + 16):nth-of-type(-n + 18), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ .table td:not(.no-f):nth-of-type(n + 16):nth-of-type(-n + 18), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ table .td:not(.no-f):nth-of-type(n + 16):nth-of-type(-n + 18), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ .table .th:not(.no-f):nth-of-type(n + 16):nth-of-type(-n + 18), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ .table th:not(.no-f):nth-of-type(n + 16):nth-of-type(-n + 18), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ table .th:not(.no-f):nth-of-type(n + 16):nth-of-type(-n + 18), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ .table-header .table-nav .dot:nth-of-type(7) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type(8):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type(6):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ .table .td:not(.no-f):nth-of-type(n + 19):nth-of-type(-n + 21), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ .table td:not(.no-f):nth-of-type(n + 19):nth-of-type(-n + 21), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ table .td:not(.no-f):nth-of-type(n + 19):nth-of-type(-n + 21), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ .table .th:not(.no-f):nth-of-type(n + 19):nth-of-type(-n + 21), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ .table th:not(.no-f):nth-of-type(n + 19):nth-of-type(-n + 21), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ table .th:not(.no-f):nth-of-type(n + 19):nth-of-type(-n + 21), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ .table-header .table-nav .dot:nth-of-type(8) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type(9):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type(7):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ .table .td:not(.no-f):nth-of-type(n + 22):nth-of-type(-n + 24), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ .table td:not(.no-f):nth-of-type(n + 22):nth-of-type(-n + 24), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ table .td:not(.no-f):nth-of-type(n + 22):nth-of-type(-n + 24), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ .table .th:not(.no-f):nth-of-type(n + 22):nth-of-type(-n + 24), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ .table th:not(.no-f):nth-of-type(n + 22):nth-of-type(-n + 24), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ table .th:not(.no-f):nth-of-type(n + 22):nth-of-type(-n + 24), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ .table-header .table-nav .dot:nth-of-type(9) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type(10):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type(8):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ .table .td:not(.no-f):nth-of-type(n + 25):nth-of-type(-n + 27), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ .table td:not(.no-f):nth-of-type(n + 25):nth-of-type(-n + 27), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ table .td:not(.no-f):nth-of-type(n + 25):nth-of-type(-n + 27), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ .table .th:not(.no-f):nth-of-type(n + 25):nth-of-type(-n + 27), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ .table th:not(.no-f):nth-of-type(n + 25):nth-of-type(-n + 27), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ table .th:not(.no-f):nth-of-type(n + 25):nth-of-type(-n + 27), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ .table-header .table-nav .dot:nth-of-type(10) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type(11):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type(9):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ .table .td:not(.no-f):nth-of-type(n + 28):nth-of-type(-n + 30), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ .table td:not(.no-f):nth-of-type(n + 28):nth-of-type(-n + 30), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ table .td:not(.no-f):nth-of-type(n + 28):nth-of-type(-n + 30), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ .table .th:not(.no-f):nth-of-type(n + 28):nth-of-type(-n + 30), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ .table th:not(.no-f):nth-of-type(n + 28):nth-of-type(-n + 30), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ table .th:not(.no-f):nth-of-type(n + 28):nth-of-type(-n + 30), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ .table-header .table-nav .dot:nth-of-type(11) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type(12):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type(10):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ .table .td:not(.no-f):nth-of-type(n + 31):nth-of-type(-n + 33), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ .table td:not(.no-f):nth-of-type(n + 31):nth-of-type(-n + 33), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ table .td:not(.no-f):nth-of-type(n + 31):nth-of-type(-n + 33), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ .table .th:not(.no-f):nth-of-type(n + 31):nth-of-type(-n + 33), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ .table th:not(.no-f):nth-of-type(n + 31):nth-of-type(-n + 33), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ table .th:not(.no-f):nth-of-type(n + 31):nth-of-type(-n + 33), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ .table-header .table-nav .dot:nth-of-type(12) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type(13):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type(11):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ .table .td:not(.no-f):nth-of-type(n + 34):nth-of-type(-n + 36), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ .table td:not(.no-f):nth-of-type(n + 34):nth-of-type(-n + 36), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ table .td:not(.no-f):nth-of-type(n + 34):nth-of-type(-n + 36), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ .table .th:not(.no-f):nth-of-type(n + 34):nth-of-type(-n + 36), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ .table th:not(.no-f):nth-of-type(n + 34):nth-of-type(-n + 36), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ table .th:not(.no-f):nth-of-type(n + 34):nth-of-type(-n + 36), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ .table-header .table-nav .dot:nth-of-type(13) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type(14):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type(12):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ .table .td:not(.no-f):nth-of-type(n + 37):nth-of-type(-n + 39), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ .table td:not(.no-f):nth-of-type(n + 37):nth-of-type(-n + 39), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ table .td:not(.no-f):nth-of-type(n + 37):nth-of-type(-n + 39), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ .table .th:not(.no-f):nth-of-type(n + 37):nth-of-type(-n + 39), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ .table th:not(.no-f):nth-of-type(n + 37):nth-of-type(-n + 39), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ table .th:not(.no-f):nth-of-type(n + 37):nth-of-type(-n + 39), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ .table-header .table-nav .dot:nth-of-type(14) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type(15):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type(13):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ .table .td:not(.no-f):nth-of-type(n + 40):nth-of-type(-n + 42), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ .table td:not(.no-f):nth-of-type(n + 40):nth-of-type(-n + 42), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ table .td:not(.no-f):nth-of-type(n + 40):nth-of-type(-n + 42), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ .table .th:not(.no-f):nth-of-type(n + 40):nth-of-type(-n + 42), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ .table th:not(.no-f):nth-of-type(n + 40):nth-of-type(-n + 42), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ table .th:not(.no-f):nth-of-type(n + 40):nth-of-type(-n + 42), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ .table-header .table-nav .dot:nth-of-type(15) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type(16):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type(14):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ .table .td:not(.no-f):nth-of-type(n + 43):nth-of-type(-n + 45), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ .table td:not(.no-f):nth-of-type(n + 43):nth-of-type(-n + 45), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ table .td:not(.no-f):nth-of-type(n + 43):nth-of-type(-n + 45), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ .table .th:not(.no-f):nth-of-type(n + 43):nth-of-type(-n + 45), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ .table th:not(.no-f):nth-of-type(n + 43):nth-of-type(-n + 45), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ table .th:not(.no-f):nth-of-type(n + 43):nth-of-type(-n + 45), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ .table-header .table-nav .dot:nth-of-type(16) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type(17):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type(15):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ .table .td:not(.no-f):nth-of-type(n + 46):nth-of-type(-n + 48), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ .table td:not(.no-f):nth-of-type(n + 46):nth-of-type(-n + 48), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ table .td:not(.no-f):nth-of-type(n + 46):nth-of-type(-n + 48), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ .table .th:not(.no-f):nth-of-type(n + 46):nth-of-type(-n + 48), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ .table th:not(.no-f):nth-of-type(n + 46):nth-of-type(-n + 48), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ table .th:not(.no-f):nth-of-type(n + 46):nth-of-type(-n + 48), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ .table-header .table-nav .dot:nth-of-type(17) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type(18):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type(16):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ .table .td:not(.no-f):nth-of-type(n + 49):nth-of-type(-n + 51), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ .table td:not(.no-f):nth-of-type(n + 49):nth-of-type(-n + 51), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ table .td:not(.no-f):nth-of-type(n + 49):nth-of-type(-n + 51), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ .table .th:not(.no-f):nth-of-type(n + 49):nth-of-type(-n + 51), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ .table th:not(.no-f):nth-of-type(n + 49):nth-of-type(-n + 51), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ table .th:not(.no-f):nth-of-type(n + 49):nth-of-type(-n + 51), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ .table-header .table-nav .dot:nth-of-type(18) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type(19):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type(17):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ .table .td:not(.no-f):nth-of-type(n + 52):nth-of-type(-n + 54), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ .table td:not(.no-f):nth-of-type(n + 52):nth-of-type(-n + 54), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ table .td:not(.no-f):nth-of-type(n + 52):nth-of-type(-n + 54), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ .table .th:not(.no-f):nth-of-type(n + 52):nth-of-type(-n + 54), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ .table th:not(.no-f):nth-of-type(n + 52):nth-of-type(-n + 54), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ table .th:not(.no-f):nth-of-type(n + 52):nth-of-type(-n + 54), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ .table-header .table-nav .dot:nth-of-type(19) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type(20):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type(18):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ .table .td:not(.no-f):nth-of-type(n + 55):nth-of-type(-n + 57), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ .table td:not(.no-f):nth-of-type(n + 55):nth-of-type(-n + 57), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ table .td:not(.no-f):nth-of-type(n + 55):nth-of-type(-n + 57), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ .table .th:not(.no-f):nth-of-type(n + 55):nth-of-type(-n + 57), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ .table th:not(.no-f):nth-of-type(n + 55):nth-of-type(-n + 57), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ table .th:not(.no-f):nth-of-type(n + 55):nth-of-type(-n + 57), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ .table-header .table-nav .dot:nth-of-type(20) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type(21):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type(19):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ .table .td:not(.no-f):nth-of-type(n + 58):nth-of-type(-n + 60), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ .table td:not(.no-f):nth-of-type(n + 58):nth-of-type(-n + 60), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ table .td:not(.no-f):nth-of-type(n + 58):nth-of-type(-n + 60), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ .table .th:not(.no-f):nth-of-type(n + 58):nth-of-type(-n + 60), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ .table th:not(.no-f):nth-of-type(n + 58):nth-of-type(-n + 60), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ table .th:not(.no-f):nth-of-type(n + 58):nth-of-type(-n + 60), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ .table-header .table-nav .dot:nth-of-type(21) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type(22):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type(20):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ .table .td:not(.no-f):nth-of-type(n + 61):nth-of-type(-n + 63), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ .table td:not(.no-f):nth-of-type(n + 61):nth-of-type(-n + 63), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ table .td:not(.no-f):nth-of-type(n + 61):nth-of-type(-n + 63), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ .table .th:not(.no-f):nth-of-type(n + 61):nth-of-type(-n + 63), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ .table th:not(.no-f):nth-of-type(n + 61):nth-of-type(-n + 63), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ table .th:not(.no-f):nth-of-type(n + 61):nth-of-type(-n + 63), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ .table-header .table-nav .dot:nth-of-type(22) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type(23):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type(21):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ .table .td:not(.no-f):nth-of-type(n + 64):nth-of-type(-n + 66), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ .table td:not(.no-f):nth-of-type(n + 64):nth-of-type(-n + 66), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ table .td:not(.no-f):nth-of-type(n + 64):nth-of-type(-n + 66), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ .table .th:not(.no-f):nth-of-type(n + 64):nth-of-type(-n + 66), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ .table th:not(.no-f):nth-of-type(n + 64):nth-of-type(-n + 66), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ table .th:not(.no-f):nth-of-type(n + 64):nth-of-type(-n + 66), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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) {
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ .table-header .table-nav .dot:nth-of-type(1) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type(2):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type(0):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ .table .td:not(.no-f):nth-of-type(n + 1):nth-of-type(-n + 2), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ .table td:not(.no-f):nth-of-type(n + 1):nth-of-type(-n + 2), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ table .td:not(.no-f):nth-of-type(n + 1):nth-of-type(-n + 2), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ .table .th:not(.no-f):nth-of-type(n + 1):nth-of-type(-n + 2), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ .table th:not(.no-f):nth-of-type(n + 1):nth-of-type(-n + 2), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ table .th:not(.no-f):nth-of-type(n + 1):nth-of-type(-n + 2), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ .table-header .table-nav .dot:nth-of-type(2) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type(3):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type(1):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ .table .td:not(.no-f):nth-of-type(n + 3):nth-of-type(-n + 4), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ .table td:not(.no-f):nth-of-type(n + 3):nth-of-type(-n + 4), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ table .td:not(.no-f):nth-of-type(n + 3):nth-of-type(-n + 4), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ .table .th:not(.no-f):nth-of-type(n + 3):nth-of-type(-n + 4), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ .table th:not(.no-f):nth-of-type(n + 3):nth-of-type(-n + 4), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ table .th:not(.no-f):nth-of-type(n + 3):nth-of-type(-n + 4), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ .table-header .table-nav .dot:nth-of-type(3) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type(4):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type(2):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ .table .td:not(.no-f):nth-of-type(n + 5):nth-of-type(-n + 6), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ .table td:not(.no-f):nth-of-type(n + 5):nth-of-type(-n + 6), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ table .td:not(.no-f):nth-of-type(n + 5):nth-of-type(-n + 6), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ .table .th:not(.no-f):nth-of-type(n + 5):nth-of-type(-n + 6), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ .table th:not(.no-f):nth-of-type(n + 5):nth-of-type(-n + 6), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ table .th:not(.no-f):nth-of-type(n + 5):nth-of-type(-n + 6), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ .table-header .table-nav .dot:nth-of-type(4) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type(5):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type(3):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ .table .td:not(.no-f):nth-of-type(n + 7):nth-of-type(-n + 8), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ .table td:not(.no-f):nth-of-type(n + 7):nth-of-type(-n + 8), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ table .td:not(.no-f):nth-of-type(n + 7):nth-of-type(-n + 8), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ .table .th:not(.no-f):nth-of-type(n + 7):nth-of-type(-n + 8), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ .table th:not(.no-f):nth-of-type(n + 7):nth-of-type(-n + 8), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ table .th:not(.no-f):nth-of-type(n + 7):nth-of-type(-n + 8), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ .table-header .table-nav .dot:nth-of-type(5) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type(6):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type(4):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ .table .td:not(.no-f):nth-of-type(n + 9):nth-of-type(-n + 10), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ .table td:not(.no-f):nth-of-type(n + 9):nth-of-type(-n + 10), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ table .td:not(.no-f):nth-of-type(n + 9):nth-of-type(-n + 10), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ .table .th:not(.no-f):nth-of-type(n + 9):nth-of-type(-n + 10), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ .table th:not(.no-f):nth-of-type(n + 9):nth-of-type(-n + 10), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ table .th:not(.no-f):nth-of-type(n + 9):nth-of-type(-n + 10), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ .table-header .table-nav .dot:nth-of-type(6) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type(7):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type(5):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ .table .td:not(.no-f):nth-of-type(n + 11):nth-of-type(-n + 12), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ .table td:not(.no-f):nth-of-type(n + 11):nth-of-type(-n + 12), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ table .td:not(.no-f):nth-of-type(n + 11):nth-of-type(-n + 12), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ .table .th:not(.no-f):nth-of-type(n + 11):nth-of-type(-n + 12), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ .table th:not(.no-f):nth-of-type(n + 11):nth-of-type(-n + 12), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ table .th:not(.no-f):nth-of-type(n + 11):nth-of-type(-n + 12), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ .table-header .table-nav .dot:nth-of-type(7) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type(8):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type(6):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ .table .td:not(.no-f):nth-of-type(n + 13):nth-of-type(-n + 14), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ .table td:not(.no-f):nth-of-type(n + 13):nth-of-type(-n + 14), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ table .td:not(.no-f):nth-of-type(n + 13):nth-of-type(-n + 14), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ .table .th:not(.no-f):nth-of-type(n + 13):nth-of-type(-n + 14), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ .table th:not(.no-f):nth-of-type(n + 13):nth-of-type(-n + 14), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ table .th:not(.no-f):nth-of-type(n + 13):nth-of-type(-n + 14), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ .table-header .table-nav .dot:nth-of-type(8) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type(9):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type(7):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ .table .td:not(.no-f):nth-of-type(n + 15):nth-of-type(-n + 16), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ .table td:not(.no-f):nth-of-type(n + 15):nth-of-type(-n + 16), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ table .td:not(.no-f):nth-of-type(n + 15):nth-of-type(-n + 16), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ .table .th:not(.no-f):nth-of-type(n + 15):nth-of-type(-n + 16), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ .table th:not(.no-f):nth-of-type(n + 15):nth-of-type(-n + 16), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ table .th:not(.no-f):nth-of-type(n + 15):nth-of-type(-n + 16), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ .table-header .table-nav .dot:nth-of-type(9) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type(10):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type(8):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ .table .td:not(.no-f):nth-of-type(n + 17):nth-of-type(-n + 18), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ .table td:not(.no-f):nth-of-type(n + 17):nth-of-type(-n + 18), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ table .td:not(.no-f):nth-of-type(n + 17):nth-of-type(-n + 18), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ .table .th:not(.no-f):nth-of-type(n + 17):nth-of-type(-n + 18), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ .table th:not(.no-f):nth-of-type(n + 17):nth-of-type(-n + 18), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ table .th:not(.no-f):nth-of-type(n + 17):nth-of-type(-n + 18), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ .table-header .table-nav .dot:nth-of-type(10) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type(11):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type(9):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ .table .td:not(.no-f):nth-of-type(n + 19):nth-of-type(-n + 20), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ .table td:not(.no-f):nth-of-type(n + 19):nth-of-type(-n + 20), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ table .td:not(.no-f):nth-of-type(n + 19):nth-of-type(-n + 20), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ .table .th:not(.no-f):nth-of-type(n + 19):nth-of-type(-n + 20), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ .table th:not(.no-f):nth-of-type(n + 19):nth-of-type(-n + 20), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ table .th:not(.no-f):nth-of-type(n + 19):nth-of-type(-n + 20), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ .table-header .table-nav .dot:nth-of-type(11) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type(12):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type(10):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ .table .td:not(.no-f):nth-of-type(n + 21):nth-of-type(-n + 22), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ .table td:not(.no-f):nth-of-type(n + 21):nth-of-type(-n + 22), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ table .td:not(.no-f):nth-of-type(n + 21):nth-of-type(-n + 22), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ .table .th:not(.no-f):nth-of-type(n + 21):nth-of-type(-n + 22), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ .table th:not(.no-f):nth-of-type(n + 21):nth-of-type(-n + 22), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ table .th:not(.no-f):nth-of-type(n + 21):nth-of-type(-n + 22), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ .table-header .table-nav .dot:nth-of-type(12) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type(13):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type(11):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ .table .td:not(.no-f):nth-of-type(n + 23):nth-of-type(-n + 24), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ .table td:not(.no-f):nth-of-type(n + 23):nth-of-type(-n + 24), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ table .td:not(.no-f):nth-of-type(n + 23):nth-of-type(-n + 24), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ .table .th:not(.no-f):nth-of-type(n + 23):nth-of-type(-n + 24), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ .table th:not(.no-f):nth-of-type(n + 23):nth-of-type(-n + 24), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ table .th:not(.no-f):nth-of-type(n + 23):nth-of-type(-n + 24), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ .table-header .table-nav .dot:nth-of-type(13) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type(14):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type(12):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ .table .td:not(.no-f):nth-of-type(n + 25):nth-of-type(-n + 26), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ .table td:not(.no-f):nth-of-type(n + 25):nth-of-type(-n + 26), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ table .td:not(.no-f):nth-of-type(n + 25):nth-of-type(-n + 26), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ .table .th:not(.no-f):nth-of-type(n + 25):nth-of-type(-n + 26), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ .table th:not(.no-f):nth-of-type(n + 25):nth-of-type(-n + 26), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ table .th:not(.no-f):nth-of-type(n + 25):nth-of-type(-n + 26), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ .table-header .table-nav .dot:nth-of-type(14) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type(15):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type(13):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ .table .td:not(.no-f):nth-of-type(n + 27):nth-of-type(-n + 28), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ .table td:not(.no-f):nth-of-type(n + 27):nth-of-type(-n + 28), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ table .td:not(.no-f):nth-of-type(n + 27):nth-of-type(-n + 28), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ .table .th:not(.no-f):nth-of-type(n + 27):nth-of-type(-n + 28), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ .table th:not(.no-f):nth-of-type(n + 27):nth-of-type(-n + 28), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ table .th:not(.no-f):nth-of-type(n + 27):nth-of-type(-n + 28), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ .table-header .table-nav .dot:nth-of-type(15) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type(16):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type(14):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ .table .td:not(.no-f):nth-of-type(n + 29):nth-of-type(-n + 30), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ .table td:not(.no-f):nth-of-type(n + 29):nth-of-type(-n + 30), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ table .td:not(.no-f):nth-of-type(n + 29):nth-of-type(-n + 30), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ .table .th:not(.no-f):nth-of-type(n + 29):nth-of-type(-n + 30), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ .table th:not(.no-f):nth-of-type(n + 29):nth-of-type(-n + 30), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ table .th:not(.no-f):nth-of-type(n + 29):nth-of-type(-n + 30), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ .table-header .table-nav .dot:nth-of-type(16) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type(17):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type(15):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ .table .td:not(.no-f):nth-of-type(n + 31):nth-of-type(-n + 32), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ .table td:not(.no-f):nth-of-type(n + 31):nth-of-type(-n + 32), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ table .td:not(.no-f):nth-of-type(n + 31):nth-of-type(-n + 32), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ .table .th:not(.no-f):nth-of-type(n + 31):nth-of-type(-n + 32), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ .table th:not(.no-f):nth-of-type(n + 31):nth-of-type(-n + 32), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ table .th:not(.no-f):nth-of-type(n + 31):nth-of-type(-n + 32), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ .table-header .table-nav .dot:nth-of-type(17) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type(18):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type(16):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ .table .td:not(.no-f):nth-of-type(n + 33):nth-of-type(-n + 34), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ .table td:not(.no-f):nth-of-type(n + 33):nth-of-type(-n + 34), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ table .td:not(.no-f):nth-of-type(n + 33):nth-of-type(-n + 34), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ .table .th:not(.no-f):nth-of-type(n + 33):nth-of-type(-n + 34), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ .table th:not(.no-f):nth-of-type(n + 33):nth-of-type(-n + 34), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ table .th:not(.no-f):nth-of-type(n + 33):nth-of-type(-n + 34), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ .table-header .table-nav .dot:nth-of-type(18) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type(19):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type(17):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ .table .td:not(.no-f):nth-of-type(n + 35):nth-of-type(-n + 36), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ .table td:not(.no-f):nth-of-type(n + 35):nth-of-type(-n + 36), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ table .td:not(.no-f):nth-of-type(n + 35):nth-of-type(-n + 36), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ .table .th:not(.no-f):nth-of-type(n + 35):nth-of-type(-n + 36), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ .table th:not(.no-f):nth-of-type(n + 35):nth-of-type(-n + 36), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ table .th:not(.no-f):nth-of-type(n + 35):nth-of-type(-n + 36), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ .table-header .table-nav .dot:nth-of-type(19) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type(20):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type(18):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ .table .td:not(.no-f):nth-of-type(n + 37):nth-of-type(-n + 38), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ .table td:not(.no-f):nth-of-type(n + 37):nth-of-type(-n + 38), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ table .td:not(.no-f):nth-of-type(n + 37):nth-of-type(-n + 38), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ .table .th:not(.no-f):nth-of-type(n + 37):nth-of-type(-n + 38), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ .table th:not(.no-f):nth-of-type(n + 37):nth-of-type(-n + 38), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ table .th:not(.no-f):nth-of-type(n + 37):nth-of-type(-n + 38), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ .table-header .table-nav .dot:nth-of-type(20) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type(21):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type(19):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ .table .td:not(.no-f):nth-of-type(n + 39):nth-of-type(-n + 40), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ .table td:not(.no-f):nth-of-type(n + 39):nth-of-type(-n + 40), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ table .td:not(.no-f):nth-of-type(n + 39):nth-of-type(-n + 40), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ .table .th:not(.no-f):nth-of-type(n + 39):nth-of-type(-n + 40), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ .table th:not(.no-f):nth-of-type(n + 39):nth-of-type(-n + 40), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ table .th:not(.no-f):nth-of-type(n + 39):nth-of-type(-n + 40), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ .table-header .table-nav .dot:nth-of-type(21) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type(22):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type(20):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ .table .td:not(.no-f):nth-of-type(n + 41):nth-of-type(-n + 42), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ .table td:not(.no-f):nth-of-type(n + 41):nth-of-type(-n + 42), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ table .td:not(.no-f):nth-of-type(n + 41):nth-of-type(-n + 42), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ .table .th:not(.no-f):nth-of-type(n + 41):nth-of-type(-n + 42), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ .table th:not(.no-f):nth-of-type(n + 41):nth-of-type(-n + 42), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ table .th:not(.no-f):nth-of-type(n + 41):nth-of-type(-n + 42), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ .table-header .table-nav .dot:nth-of-type(22) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type(23):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type(21):after {
    content: "\e90b";
  }
  /* line 131, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ .table .td:not(.no-f):nth-of-type(n + 43):nth-of-type(-n + 44), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ .table td:not(.no-f):nth-of-type(n + 43):nth-of-type(-n + 44), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ table .td:not(.no-f):nth-of-type(n + 43):nth-of-type(-n + 44), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 139, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ .table .th:not(.no-f):nth-of-type(n + 43):nth-of-type(-n + 44), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ .table th:not(.no-f):nth-of-type(n + 43):nth-of-type(-n + 44), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ table .th:not(.no-f):nth-of-type(n + 43):nth-of-type(-n + 44), .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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.show-last:not(.inside-window) > 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) {
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ .table-header .table-nav .dot:nth-of-type(1) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type(2):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ .table-header .table-nav label:nth-of-type(0):after {
    content: "\e90b";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ .table .td:not(.no-f):nth-of-type(1), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ .table td:not(.no-f):nth-of-type(1),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ table .td:not(.no-f):nth-of-type(1),
.table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ .table .td:not(.no-f):nth-of-type(1) .input-table, .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ .table td:not(.no-f):nth-of-type(1) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ table .td:not(.no-f):nth-of-type(1) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ table td:not(.no-f):nth-of-type(1) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ .table .td:not(.no-f):nth-of-type(1):not(.actions), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ .table td:not(.no-f):nth-of-type(1):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ table .td:not(.no-f):nth-of-type(1):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ table td:not(.no-f):nth-of-type(1):not(.actions) {
    width: auto;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ .table .th:not(.no-f):nth-of-type(1), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ .table th:not(.no-f):nth-of-type(1),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ table .th:not(.no-f):nth-of-type(1),
.table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ .table .th:not(.no-f):nth-of-type(1) .input-table, .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ .table th:not(.no-f):nth-of-type(1) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ table .th:not(.no-f):nth-of-type(1) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ table th:not(.no-f):nth-of-type(1) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ .table .th:not(.no-f):nth-of-type(1):not(.actions), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ .table th:not(.no-f):nth-of-type(1):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ table .th:not(.no-f):nth-of-type(1):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(1) ~ table th:not(.no-f):nth-of-type(1):not(.actions) {
    width: auto;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ .table-header .table-nav .dot:nth-of-type(2) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type(3):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ .table-header .table-nav label:nth-of-type(1):after {
    content: "\e90b";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ .table .td:not(.no-f):nth-of-type(2), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ .table td:not(.no-f):nth-of-type(2),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ table .td:not(.no-f):nth-of-type(2),
.table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ .table .td:not(.no-f):nth-of-type(2) .input-table, .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ .table td:not(.no-f):nth-of-type(2) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ table .td:not(.no-f):nth-of-type(2) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ table td:not(.no-f):nth-of-type(2) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ .table .td:not(.no-f):nth-of-type(2):not(.actions), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ .table td:not(.no-f):nth-of-type(2):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ table .td:not(.no-f):nth-of-type(2):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ table td:not(.no-f):nth-of-type(2):not(.actions) {
    width: auto;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ .table .th:not(.no-f):nth-of-type(2), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ .table th:not(.no-f):nth-of-type(2),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ table .th:not(.no-f):nth-of-type(2),
.table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ .table .th:not(.no-f):nth-of-type(2) .input-table, .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ .table th:not(.no-f):nth-of-type(2) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ table .th:not(.no-f):nth-of-type(2) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ table th:not(.no-f):nth-of-type(2) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ .table .th:not(.no-f):nth-of-type(2):not(.actions), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ .table th:not(.no-f):nth-of-type(2):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ table .th:not(.no-f):nth-of-type(2):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(2) ~ table th:not(.no-f):nth-of-type(2):not(.actions) {
    width: auto;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ .table-header .table-nav .dot:nth-of-type(3) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type(4):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ .table-header .table-nav label:nth-of-type(2):after {
    content: "\e90b";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ .table .td:not(.no-f):nth-of-type(3), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ .table td:not(.no-f):nth-of-type(3),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ table .td:not(.no-f):nth-of-type(3),
.table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ .table .td:not(.no-f):nth-of-type(3) .input-table, .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ .table td:not(.no-f):nth-of-type(3) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ table .td:not(.no-f):nth-of-type(3) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ table td:not(.no-f):nth-of-type(3) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ .table .td:not(.no-f):nth-of-type(3):not(.actions), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ .table td:not(.no-f):nth-of-type(3):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ table .td:not(.no-f):nth-of-type(3):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ table td:not(.no-f):nth-of-type(3):not(.actions) {
    width: auto;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ .table .th:not(.no-f):nth-of-type(3), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ .table th:not(.no-f):nth-of-type(3),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ table .th:not(.no-f):nth-of-type(3),
.table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ .table .th:not(.no-f):nth-of-type(3) .input-table, .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ .table th:not(.no-f):nth-of-type(3) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ table .th:not(.no-f):nth-of-type(3) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ table th:not(.no-f):nth-of-type(3) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ .table .th:not(.no-f):nth-of-type(3):not(.actions), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ .table th:not(.no-f):nth-of-type(3):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ table .th:not(.no-f):nth-of-type(3):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(3) ~ table th:not(.no-f):nth-of-type(3):not(.actions) {
    width: auto;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ .table-header .table-nav .dot:nth-of-type(4) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type(5):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ .table-header .table-nav label:nth-of-type(3):after {
    content: "\e90b";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ .table .td:not(.no-f):nth-of-type(4), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ .table td:not(.no-f):nth-of-type(4),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ table .td:not(.no-f):nth-of-type(4),
.table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ .table .td:not(.no-f):nth-of-type(4) .input-table, .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ .table td:not(.no-f):nth-of-type(4) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ table .td:not(.no-f):nth-of-type(4) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ table td:not(.no-f):nth-of-type(4) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ .table .td:not(.no-f):nth-of-type(4):not(.actions), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ .table td:not(.no-f):nth-of-type(4):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ table .td:not(.no-f):nth-of-type(4):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ table td:not(.no-f):nth-of-type(4):not(.actions) {
    width: auto;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ .table .th:not(.no-f):nth-of-type(4), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ .table th:not(.no-f):nth-of-type(4),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ table .th:not(.no-f):nth-of-type(4),
.table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ .table .th:not(.no-f):nth-of-type(4) .input-table, .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ .table th:not(.no-f):nth-of-type(4) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ table .th:not(.no-f):nth-of-type(4) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ table th:not(.no-f):nth-of-type(4) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ .table .th:not(.no-f):nth-of-type(4):not(.actions), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ .table th:not(.no-f):nth-of-type(4):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ table .th:not(.no-f):nth-of-type(4):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(4) ~ table th:not(.no-f):nth-of-type(4):not(.actions) {
    width: auto;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ .table-header .table-nav .dot:nth-of-type(5) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type(6):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ .table-header .table-nav label:nth-of-type(4):after {
    content: "\e90b";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ .table .td:not(.no-f):nth-of-type(5), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ .table td:not(.no-f):nth-of-type(5),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ table .td:not(.no-f):nth-of-type(5),
.table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ .table .td:not(.no-f):nth-of-type(5) .input-table, .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ .table td:not(.no-f):nth-of-type(5) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ table .td:not(.no-f):nth-of-type(5) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ table td:not(.no-f):nth-of-type(5) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ .table .td:not(.no-f):nth-of-type(5):not(.actions), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ .table td:not(.no-f):nth-of-type(5):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ table .td:not(.no-f):nth-of-type(5):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ table td:not(.no-f):nth-of-type(5):not(.actions) {
    width: auto;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ .table .th:not(.no-f):nth-of-type(5), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ .table th:not(.no-f):nth-of-type(5),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ table .th:not(.no-f):nth-of-type(5),
.table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ .table .th:not(.no-f):nth-of-type(5) .input-table, .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ .table th:not(.no-f):nth-of-type(5) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ table .th:not(.no-f):nth-of-type(5) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ table th:not(.no-f):nth-of-type(5) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ .table .th:not(.no-f):nth-of-type(5):not(.actions), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ .table th:not(.no-f):nth-of-type(5):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ table .th:not(.no-f):nth-of-type(5):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(5) ~ table th:not(.no-f):nth-of-type(5):not(.actions) {
    width: auto;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ .table-header .table-nav .dot:nth-of-type(6) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type(7):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ .table-header .table-nav label:nth-of-type(5):after {
    content: "\e90b";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ .table .td:not(.no-f):nth-of-type(6), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ .table td:not(.no-f):nth-of-type(6),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ table .td:not(.no-f):nth-of-type(6),
.table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ .table .td:not(.no-f):nth-of-type(6) .input-table, .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ .table td:not(.no-f):nth-of-type(6) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ table .td:not(.no-f):nth-of-type(6) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ table td:not(.no-f):nth-of-type(6) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ .table .td:not(.no-f):nth-of-type(6):not(.actions), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ .table td:not(.no-f):nth-of-type(6):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ table .td:not(.no-f):nth-of-type(6):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ table td:not(.no-f):nth-of-type(6):not(.actions) {
    width: auto;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ .table .th:not(.no-f):nth-of-type(6), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ .table th:not(.no-f):nth-of-type(6),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ table .th:not(.no-f):nth-of-type(6),
.table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ .table .th:not(.no-f):nth-of-type(6) .input-table, .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ .table th:not(.no-f):nth-of-type(6) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ table .th:not(.no-f):nth-of-type(6) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ table th:not(.no-f):nth-of-type(6) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ .table .th:not(.no-f):nth-of-type(6):not(.actions), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ .table th:not(.no-f):nth-of-type(6):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ table .th:not(.no-f):nth-of-type(6):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(6) ~ table th:not(.no-f):nth-of-type(6):not(.actions) {
    width: auto;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ .table-header .table-nav .dot:nth-of-type(7) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type(8):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ .table-header .table-nav label:nth-of-type(6):after {
    content: "\e90b";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ .table .td:not(.no-f):nth-of-type(7), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ .table td:not(.no-f):nth-of-type(7),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ table .td:not(.no-f):nth-of-type(7),
.table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ .table .td:not(.no-f):nth-of-type(7) .input-table, .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ .table td:not(.no-f):nth-of-type(7) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ table .td:not(.no-f):nth-of-type(7) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ table td:not(.no-f):nth-of-type(7) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ .table .td:not(.no-f):nth-of-type(7):not(.actions), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ .table td:not(.no-f):nth-of-type(7):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ table .td:not(.no-f):nth-of-type(7):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ table td:not(.no-f):nth-of-type(7):not(.actions) {
    width: auto;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ .table .th:not(.no-f):nth-of-type(7), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ .table th:not(.no-f):nth-of-type(7),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ table .th:not(.no-f):nth-of-type(7),
.table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ .table .th:not(.no-f):nth-of-type(7) .input-table, .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ .table th:not(.no-f):nth-of-type(7) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ table .th:not(.no-f):nth-of-type(7) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ table th:not(.no-f):nth-of-type(7) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ .table .th:not(.no-f):nth-of-type(7):not(.actions), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ .table th:not(.no-f):nth-of-type(7):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ table .th:not(.no-f):nth-of-type(7):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(7) ~ table th:not(.no-f):nth-of-type(7):not(.actions) {
    width: auto;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ .table-header .table-nav .dot:nth-of-type(8) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type(9):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ .table-header .table-nav label:nth-of-type(7):after {
    content: "\e90b";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ .table .td:not(.no-f):nth-of-type(8), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ .table td:not(.no-f):nth-of-type(8),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ table .td:not(.no-f):nth-of-type(8),
.table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ .table .td:not(.no-f):nth-of-type(8) .input-table, .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ .table td:not(.no-f):nth-of-type(8) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ table .td:not(.no-f):nth-of-type(8) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ table td:not(.no-f):nth-of-type(8) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ .table .td:not(.no-f):nth-of-type(8):not(.actions), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ .table td:not(.no-f):nth-of-type(8):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ table .td:not(.no-f):nth-of-type(8):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ table td:not(.no-f):nth-of-type(8):not(.actions) {
    width: auto;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ .table .th:not(.no-f):nth-of-type(8), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ .table th:not(.no-f):nth-of-type(8),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ table .th:not(.no-f):nth-of-type(8),
.table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ .table .th:not(.no-f):nth-of-type(8) .input-table, .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ .table th:not(.no-f):nth-of-type(8) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ table .th:not(.no-f):nth-of-type(8) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ table th:not(.no-f):nth-of-type(8) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ .table .th:not(.no-f):nth-of-type(8):not(.actions), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ .table th:not(.no-f):nth-of-type(8):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ table .th:not(.no-f):nth-of-type(8):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(8) ~ table th:not(.no-f):nth-of-type(8):not(.actions) {
    width: auto;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ .table-header .table-nav .dot:nth-of-type(9) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type(10):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ .table-header .table-nav label:nth-of-type(8):after {
    content: "\e90b";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ .table .td:not(.no-f):nth-of-type(9), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ .table td:not(.no-f):nth-of-type(9),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ table .td:not(.no-f):nth-of-type(9),
.table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ .table .td:not(.no-f):nth-of-type(9) .input-table, .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ .table td:not(.no-f):nth-of-type(9) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ table .td:not(.no-f):nth-of-type(9) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ table td:not(.no-f):nth-of-type(9) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ .table .td:not(.no-f):nth-of-type(9):not(.actions), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ .table td:not(.no-f):nth-of-type(9):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ table .td:not(.no-f):nth-of-type(9):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ table td:not(.no-f):nth-of-type(9):not(.actions) {
    width: auto;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ .table .th:not(.no-f):nth-of-type(9), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ .table th:not(.no-f):nth-of-type(9),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ table .th:not(.no-f):nth-of-type(9),
.table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ .table .th:not(.no-f):nth-of-type(9) .input-table, .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ .table th:not(.no-f):nth-of-type(9) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ table .th:not(.no-f):nth-of-type(9) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ table th:not(.no-f):nth-of-type(9) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ .table .th:not(.no-f):nth-of-type(9):not(.actions), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ .table th:not(.no-f):nth-of-type(9):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ table .th:not(.no-f):nth-of-type(9):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(9) ~ table th:not(.no-f):nth-of-type(9):not(.actions) {
    width: auto;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ .table-header .table-nav .dot:nth-of-type(10) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type(11):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ .table-header .table-nav label:nth-of-type(9):after {
    content: "\e90b";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ .table .td:not(.no-f):nth-of-type(10), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ .table td:not(.no-f):nth-of-type(10),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ table .td:not(.no-f):nth-of-type(10),
.table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ .table .td:not(.no-f):nth-of-type(10) .input-table, .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ .table td:not(.no-f):nth-of-type(10) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ table .td:not(.no-f):nth-of-type(10) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ table td:not(.no-f):nth-of-type(10) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ .table .td:not(.no-f):nth-of-type(10):not(.actions), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ .table td:not(.no-f):nth-of-type(10):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ table .td:not(.no-f):nth-of-type(10):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ table td:not(.no-f):nth-of-type(10):not(.actions) {
    width: auto;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ .table .th:not(.no-f):nth-of-type(10), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ .table th:not(.no-f):nth-of-type(10),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ table .th:not(.no-f):nth-of-type(10),
.table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ .table .th:not(.no-f):nth-of-type(10) .input-table, .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ .table th:not(.no-f):nth-of-type(10) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ table .th:not(.no-f):nth-of-type(10) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ table th:not(.no-f):nth-of-type(10) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ .table .th:not(.no-f):nth-of-type(10):not(.actions), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ .table th:not(.no-f):nth-of-type(10):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ table .th:not(.no-f):nth-of-type(10):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(10) ~ table th:not(.no-f):nth-of-type(10):not(.actions) {
    width: auto;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ .table-header .table-nav .dot:nth-of-type(11) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type(12):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ .table-header .table-nav label:nth-of-type(10):after {
    content: "\e90b";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ .table .td:not(.no-f):nth-of-type(11), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ .table td:not(.no-f):nth-of-type(11),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ table .td:not(.no-f):nth-of-type(11),
.table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ .table .td:not(.no-f):nth-of-type(11) .input-table, .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ .table td:not(.no-f):nth-of-type(11) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ table .td:not(.no-f):nth-of-type(11) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ table td:not(.no-f):nth-of-type(11) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ .table .td:not(.no-f):nth-of-type(11):not(.actions), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ .table td:not(.no-f):nth-of-type(11):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ table .td:not(.no-f):nth-of-type(11):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ table td:not(.no-f):nth-of-type(11):not(.actions) {
    width: auto;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ .table .th:not(.no-f):nth-of-type(11), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ .table th:not(.no-f):nth-of-type(11),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ table .th:not(.no-f):nth-of-type(11),
.table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ .table .th:not(.no-f):nth-of-type(11) .input-table, .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ .table th:not(.no-f):nth-of-type(11) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ table .th:not(.no-f):nth-of-type(11) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ table th:not(.no-f):nth-of-type(11) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ .table .th:not(.no-f):nth-of-type(11):not(.actions), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ .table th:not(.no-f):nth-of-type(11):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ table .th:not(.no-f):nth-of-type(11):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(11) ~ table th:not(.no-f):nth-of-type(11):not(.actions) {
    width: auto;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ .table-header .table-nav .dot:nth-of-type(12) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type(13):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ .table-header .table-nav label:nth-of-type(11):after {
    content: "\e90b";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ .table .td:not(.no-f):nth-of-type(12), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ .table td:not(.no-f):nth-of-type(12),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ table .td:not(.no-f):nth-of-type(12),
.table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ .table .td:not(.no-f):nth-of-type(12) .input-table, .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ .table td:not(.no-f):nth-of-type(12) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ table .td:not(.no-f):nth-of-type(12) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ table td:not(.no-f):nth-of-type(12) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ .table .td:not(.no-f):nth-of-type(12):not(.actions), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ .table td:not(.no-f):nth-of-type(12):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ table .td:not(.no-f):nth-of-type(12):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ table td:not(.no-f):nth-of-type(12):not(.actions) {
    width: auto;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ .table .th:not(.no-f):nth-of-type(12), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ .table th:not(.no-f):nth-of-type(12),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ table .th:not(.no-f):nth-of-type(12),
.table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ .table .th:not(.no-f):nth-of-type(12) .input-table, .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ .table th:not(.no-f):nth-of-type(12) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ table .th:not(.no-f):nth-of-type(12) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ table th:not(.no-f):nth-of-type(12) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ .table .th:not(.no-f):nth-of-type(12):not(.actions), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ .table th:not(.no-f):nth-of-type(12):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ table .th:not(.no-f):nth-of-type(12):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(12) ~ table th:not(.no-f):nth-of-type(12):not(.actions) {
    width: auto;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ .table-header .table-nav .dot:nth-of-type(13) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type(14):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ .table-header .table-nav label:nth-of-type(12):after {
    content: "\e90b";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ .table .td:not(.no-f):nth-of-type(13), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ .table td:not(.no-f):nth-of-type(13),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ table .td:not(.no-f):nth-of-type(13),
.table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ .table .td:not(.no-f):nth-of-type(13) .input-table, .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ .table td:not(.no-f):nth-of-type(13) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ table .td:not(.no-f):nth-of-type(13) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ table td:not(.no-f):nth-of-type(13) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ .table .td:not(.no-f):nth-of-type(13):not(.actions), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ .table td:not(.no-f):nth-of-type(13):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ table .td:not(.no-f):nth-of-type(13):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ table td:not(.no-f):nth-of-type(13):not(.actions) {
    width: auto;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ .table .th:not(.no-f):nth-of-type(13), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ .table th:not(.no-f):nth-of-type(13),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ table .th:not(.no-f):nth-of-type(13),
.table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ .table .th:not(.no-f):nth-of-type(13) .input-table, .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ .table th:not(.no-f):nth-of-type(13) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ table .th:not(.no-f):nth-of-type(13) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ table th:not(.no-f):nth-of-type(13) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ .table .th:not(.no-f):nth-of-type(13):not(.actions), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ .table th:not(.no-f):nth-of-type(13):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ table .th:not(.no-f):nth-of-type(13):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(13) ~ table th:not(.no-f):nth-of-type(13):not(.actions) {
    width: auto;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ .table-header .table-nav .dot:nth-of-type(14) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type(15):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ .table-header .table-nav label:nth-of-type(13):after {
    content: "\e90b";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ .table .td:not(.no-f):nth-of-type(14), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ .table td:not(.no-f):nth-of-type(14),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ table .td:not(.no-f):nth-of-type(14),
.table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ .table .td:not(.no-f):nth-of-type(14) .input-table, .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ .table td:not(.no-f):nth-of-type(14) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ table .td:not(.no-f):nth-of-type(14) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ table td:not(.no-f):nth-of-type(14) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ .table .td:not(.no-f):nth-of-type(14):not(.actions), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ .table td:not(.no-f):nth-of-type(14):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ table .td:not(.no-f):nth-of-type(14):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ table td:not(.no-f):nth-of-type(14):not(.actions) {
    width: auto;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ .table .th:not(.no-f):nth-of-type(14), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ .table th:not(.no-f):nth-of-type(14),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ table .th:not(.no-f):nth-of-type(14),
.table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ .table .th:not(.no-f):nth-of-type(14) .input-table, .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ .table th:not(.no-f):nth-of-type(14) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ table .th:not(.no-f):nth-of-type(14) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ table th:not(.no-f):nth-of-type(14) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ .table .th:not(.no-f):nth-of-type(14):not(.actions), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ .table th:not(.no-f):nth-of-type(14):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ table .th:not(.no-f):nth-of-type(14):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(14) ~ table th:not(.no-f):nth-of-type(14):not(.actions) {
    width: auto;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ .table-header .table-nav .dot:nth-of-type(15) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type(16):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ .table-header .table-nav label:nth-of-type(14):after {
    content: "\e90b";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ .table .td:not(.no-f):nth-of-type(15), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ .table td:not(.no-f):nth-of-type(15),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ table .td:not(.no-f):nth-of-type(15),
.table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ .table .td:not(.no-f):nth-of-type(15) .input-table, .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ .table td:not(.no-f):nth-of-type(15) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ table .td:not(.no-f):nth-of-type(15) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ table td:not(.no-f):nth-of-type(15) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ .table .td:not(.no-f):nth-of-type(15):not(.actions), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ .table td:not(.no-f):nth-of-type(15):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ table .td:not(.no-f):nth-of-type(15):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ table td:not(.no-f):nth-of-type(15):not(.actions) {
    width: auto;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ .table .th:not(.no-f):nth-of-type(15), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ .table th:not(.no-f):nth-of-type(15),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ table .th:not(.no-f):nth-of-type(15),
.table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ .table .th:not(.no-f):nth-of-type(15) .input-table, .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ .table th:not(.no-f):nth-of-type(15) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ table .th:not(.no-f):nth-of-type(15) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ table th:not(.no-f):nth-of-type(15) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ .table .th:not(.no-f):nth-of-type(15):not(.actions), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ .table th:not(.no-f):nth-of-type(15):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ table .th:not(.no-f):nth-of-type(15):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(15) ~ table th:not(.no-f):nth-of-type(15):not(.actions) {
    width: auto;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ .table-header .table-nav .dot:nth-of-type(16) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type(17):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ .table-header .table-nav label:nth-of-type(15):after {
    content: "\e90b";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ .table .td:not(.no-f):nth-of-type(16), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ .table td:not(.no-f):nth-of-type(16),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ table .td:not(.no-f):nth-of-type(16),
.table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ .table .td:not(.no-f):nth-of-type(16) .input-table, .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ .table td:not(.no-f):nth-of-type(16) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ table .td:not(.no-f):nth-of-type(16) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ table td:not(.no-f):nth-of-type(16) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ .table .td:not(.no-f):nth-of-type(16):not(.actions), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ .table td:not(.no-f):nth-of-type(16):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ table .td:not(.no-f):nth-of-type(16):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ table td:not(.no-f):nth-of-type(16):not(.actions) {
    width: auto;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ .table .th:not(.no-f):nth-of-type(16), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ .table th:not(.no-f):nth-of-type(16),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ table .th:not(.no-f):nth-of-type(16),
.table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ .table .th:not(.no-f):nth-of-type(16) .input-table, .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ .table th:not(.no-f):nth-of-type(16) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ table .th:not(.no-f):nth-of-type(16) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ table th:not(.no-f):nth-of-type(16) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ .table .th:not(.no-f):nth-of-type(16):not(.actions), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ .table th:not(.no-f):nth-of-type(16):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ table .th:not(.no-f):nth-of-type(16):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(16) ~ table th:not(.no-f):nth-of-type(16):not(.actions) {
    width: auto;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ .table-header .table-nav .dot:nth-of-type(17) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type(18):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ .table-header .table-nav label:nth-of-type(16):after {
    content: "\e90b";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ .table .td:not(.no-f):nth-of-type(17), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ .table td:not(.no-f):nth-of-type(17),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ table .td:not(.no-f):nth-of-type(17),
.table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ .table .td:not(.no-f):nth-of-type(17) .input-table, .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ .table td:not(.no-f):nth-of-type(17) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ table .td:not(.no-f):nth-of-type(17) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ table td:not(.no-f):nth-of-type(17) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ .table .td:not(.no-f):nth-of-type(17):not(.actions), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ .table td:not(.no-f):nth-of-type(17):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ table .td:not(.no-f):nth-of-type(17):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ table td:not(.no-f):nth-of-type(17):not(.actions) {
    width: auto;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ .table .th:not(.no-f):nth-of-type(17), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ .table th:not(.no-f):nth-of-type(17),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ table .th:not(.no-f):nth-of-type(17),
.table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ .table .th:not(.no-f):nth-of-type(17) .input-table, .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ .table th:not(.no-f):nth-of-type(17) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ table .th:not(.no-f):nth-of-type(17) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ table th:not(.no-f):nth-of-type(17) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ .table .th:not(.no-f):nth-of-type(17):not(.actions), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ .table th:not(.no-f):nth-of-type(17):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ table .th:not(.no-f):nth-of-type(17):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(17) ~ table th:not(.no-f):nth-of-type(17):not(.actions) {
    width: auto;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ .table-header .table-nav .dot:nth-of-type(18) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type(19):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ .table-header .table-nav label:nth-of-type(17):after {
    content: "\e90b";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ .table .td:not(.no-f):nth-of-type(18), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ .table td:not(.no-f):nth-of-type(18),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ table .td:not(.no-f):nth-of-type(18),
.table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ .table .td:not(.no-f):nth-of-type(18) .input-table, .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ .table td:not(.no-f):nth-of-type(18) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ table .td:not(.no-f):nth-of-type(18) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ table td:not(.no-f):nth-of-type(18) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ .table .td:not(.no-f):nth-of-type(18):not(.actions), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ .table td:not(.no-f):nth-of-type(18):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ table .td:not(.no-f):nth-of-type(18):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ table td:not(.no-f):nth-of-type(18):not(.actions) {
    width: auto;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ .table .th:not(.no-f):nth-of-type(18), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ .table th:not(.no-f):nth-of-type(18),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ table .th:not(.no-f):nth-of-type(18),
.table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ .table .th:not(.no-f):nth-of-type(18) .input-table, .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ .table th:not(.no-f):nth-of-type(18) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ table .th:not(.no-f):nth-of-type(18) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ table th:not(.no-f):nth-of-type(18) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ .table .th:not(.no-f):nth-of-type(18):not(.actions), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ .table th:not(.no-f):nth-of-type(18):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ table .th:not(.no-f):nth-of-type(18):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(18) ~ table th:not(.no-f):nth-of-type(18):not(.actions) {
    width: auto;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ .table-header .table-nav .dot:nth-of-type(19) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type(20):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ .table-header .table-nav label:nth-of-type(18):after {
    content: "\e90b";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ .table .td:not(.no-f):nth-of-type(19), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ .table td:not(.no-f):nth-of-type(19),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ table .td:not(.no-f):nth-of-type(19),
.table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ .table .td:not(.no-f):nth-of-type(19) .input-table, .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ .table td:not(.no-f):nth-of-type(19) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ table .td:not(.no-f):nth-of-type(19) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ table td:not(.no-f):nth-of-type(19) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ .table .td:not(.no-f):nth-of-type(19):not(.actions), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ .table td:not(.no-f):nth-of-type(19):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ table .td:not(.no-f):nth-of-type(19):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ table td:not(.no-f):nth-of-type(19):not(.actions) {
    width: auto;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ .table .th:not(.no-f):nth-of-type(19), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ .table th:not(.no-f):nth-of-type(19),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ table .th:not(.no-f):nth-of-type(19),
.table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ .table .th:not(.no-f):nth-of-type(19) .input-table, .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ .table th:not(.no-f):nth-of-type(19) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ table .th:not(.no-f):nth-of-type(19) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ table th:not(.no-f):nth-of-type(19) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ .table .th:not(.no-f):nth-of-type(19):not(.actions), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ .table th:not(.no-f):nth-of-type(19):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ table .th:not(.no-f):nth-of-type(19):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(19) ~ table th:not(.no-f):nth-of-type(19):not(.actions) {
    width: auto;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ .table-header .table-nav .dot:nth-of-type(20) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type(21):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ .table-header .table-nav label:nth-of-type(19):after {
    content: "\e90b";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ .table .td:not(.no-f):nth-of-type(20), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ .table td:not(.no-f):nth-of-type(20),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ table .td:not(.no-f):nth-of-type(20),
.table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ .table .td:not(.no-f):nth-of-type(20) .input-table, .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ .table td:not(.no-f):nth-of-type(20) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ table .td:not(.no-f):nth-of-type(20) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ table td:not(.no-f):nth-of-type(20) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ .table .td:not(.no-f):nth-of-type(20):not(.actions), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ .table td:not(.no-f):nth-of-type(20):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ table .td:not(.no-f):nth-of-type(20):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ table td:not(.no-f):nth-of-type(20):not(.actions) {
    width: auto;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ .table .th:not(.no-f):nth-of-type(20), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ .table th:not(.no-f):nth-of-type(20),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ table .th:not(.no-f):nth-of-type(20),
.table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ .table .th:not(.no-f):nth-of-type(20) .input-table, .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ .table th:not(.no-f):nth-of-type(20) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ table .th:not(.no-f):nth-of-type(20) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ table th:not(.no-f):nth-of-type(20) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ .table .th:not(.no-f):nth-of-type(20):not(.actions), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ .table th:not(.no-f):nth-of-type(20):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ table .th:not(.no-f):nth-of-type(20):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(20) ~ table th:not(.no-f):nth-of-type(20):not(.actions) {
    width: auto;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ .table-header .table-nav .dot:nth-of-type(21) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type(22):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ .table-header .table-nav label:nth-of-type(20):after {
    content: "\e90b";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ .table .td:not(.no-f):nth-of-type(21), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ .table td:not(.no-f):nth-of-type(21),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ table .td:not(.no-f):nth-of-type(21),
.table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ .table .td:not(.no-f):nth-of-type(21) .input-table, .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ .table td:not(.no-f):nth-of-type(21) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ table .td:not(.no-f):nth-of-type(21) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ table td:not(.no-f):nth-of-type(21) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ .table .td:not(.no-f):nth-of-type(21):not(.actions), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ .table td:not(.no-f):nth-of-type(21):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ table .td:not(.no-f):nth-of-type(21):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ table td:not(.no-f):nth-of-type(21):not(.actions) {
    width: auto;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ .table .th:not(.no-f):nth-of-type(21), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ .table th:not(.no-f):nth-of-type(21),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ table .th:not(.no-f):nth-of-type(21),
.table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ .table .th:not(.no-f):nth-of-type(21) .input-table, .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ .table th:not(.no-f):nth-of-type(21) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ table .th:not(.no-f):nth-of-type(21) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ table th:not(.no-f):nth-of-type(21) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ .table .th:not(.no-f):nth-of-type(21):not(.actions), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ .table th:not(.no-f):nth-of-type(21):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ table .th:not(.no-f):nth-of-type(21):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(21) ~ table th:not(.no-f):nth-of-type(21):not(.actions) {
    width: auto;
  }
  /* line 97, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ .table-header .table-nav .dot:nth-of-type(22) {
    opacity: 1;
  }
  /* line 103, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 106, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type(23):after {
    content: "\e90c";
  }
  /* line 110, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 113, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ .table-header .table-nav label:nth-of-type(21):after {
    content: "\e90b";
  }
  /* line 161, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ .table .td:not(.no-f):nth-of-type(22), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ .table td:not(.no-f):nth-of-type(22),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ table .td:not(.no-f):nth-of-type(22),
.table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ .table .td:not(.no-f):nth-of-type(22) .input-table, .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ .table td:not(.no-f):nth-of-type(22) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ table .td:not(.no-f):nth-of-type(22) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ table td:not(.no-f):nth-of-type(22) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ .table .td:not(.no-f):nth-of-type(22):not(.actions), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ .table td:not(.no-f):nth-of-type(22):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ table .td:not(.no-f):nth-of-type(22):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ table td:not(.no-f):nth-of-type(22):not(.actions) {
    width: auto;
  }
  /* line 170, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ .table .th:not(.no-f):nth-of-type(22), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ .table th:not(.no-f):nth-of-type(22),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ table .th:not(.no-f):nth-of-type(22),
.table-fluid.show-last:not(.inside-window) > 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;
  }
  /* line 8, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ .table .th:not(.no-f):nth-of-type(22) .input-table, .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ .table th:not(.no-f):nth-of-type(22) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ table .th:not(.no-f):nth-of-type(22) .input-table,
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ table th:not(.no-f):nth-of-type(22) .input-table {
    min-width: 0;
  }
  /* line 11, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ .table .th:not(.no-f):nth-of-type(22):not(.actions), .table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ .table th:not(.no-f):nth-of-type(22):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ table .th:not(.no-f):nth-of-type(22):not(.actions),
.table-fluid.show-last:not(.inside-window) > input:checked:nth-of-type(22) ~ table th:not(.no-f):nth-of-type(22):not(.actions) {
    width: auto;
  }
}

@media (max-width: 1180px) {
  /* line 16, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) .table .td:not(:last-child):not(.no-f):not(.fluid-always-display), .table-fluid.show-last:not(.inside-window) .table td:not(:last-child):not(.no-f):not(.fluid-always-display), .table-fluid.show-last:not(.inside-window) .table .th:not(:last-child):not(.no-f):not(.fluid-always-display), .table-fluid.show-last:not(.inside-window) .table th:not(:last-child):not(.no-f):not(.fluid-always-display), .table-fluid.show-last:not(.inside-window) table .td:not(:last-child):not(.no-f):not(.fluid-always-display), .table-fluid.show-last:not(.inside-window) table td:not(:last-child):not(.no-f):not(.fluid-always-display), .table-fluid.show-last:not(.inside-window) table .th:not(:last-child):not(.no-f):not(.fluid-always-display), .table-fluid.show-last:not(.inside-window) 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;
  }
  /* line 22, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) .table .td:not(:last-child):not(.no-f):not(.fluid-always-display) .input-table, .table-fluid.show-last:not(.inside-window) .table td:not(:last-child):not(.no-f):not(.fluid-always-display) .input-table, .table-fluid.show-last:not(.inside-window) .table .th:not(:last-child):not(.no-f):not(.fluid-always-display) .input-table, .table-fluid.show-last:not(.inside-window) .table th:not(:last-child):not(.no-f):not(.fluid-always-display) .input-table, .table-fluid.show-last:not(.inside-window) table .td:not(:last-child):not(.no-f):not(.fluid-always-display) .input-table, .table-fluid.show-last:not(.inside-window) table td:not(:last-child):not(.no-f):not(.fluid-always-display) .input-table, .table-fluid.show-last:not(.inside-window) table .th:not(:last-child):not(.no-f):not(.fluid-always-display) .input-table, .table-fluid.show-last:not(.inside-window) table th:not(:last-child):not(.no-f):not(.fluid-always-display) .input-table {
    min-width: 20vw;
  }
  /* line 26, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) .table .td:not(:last-child):not(.no-f):not(.fluid-always-display):not(.visible), .table-fluid.show-last:not(.inside-window) .table td:not(:last-child):not(.no-f):not(.fluid-always-display):not(.visible), .table-fluid.show-last:not(.inside-window) .table .th:not(:last-child):not(.no-f):not(.fluid-always-display):not(.visible), .table-fluid.show-last:not(.inside-window) .table th:not(:last-child):not(.no-f):not(.fluid-always-display):not(.visible), .table-fluid.show-last:not(.inside-window) table .td:not(:last-child):not(.no-f):not(.fluid-always-display):not(.visible), .table-fluid.show-last:not(.inside-window) table td:not(:last-child):not(.no-f):not(.fluid-always-display):not(.visible), .table-fluid.show-last:not(.inside-window) table .th:not(:last-child):not(.no-f):not(.fluid-always-display):not(.visible), .table-fluid.show-last:not(.inside-window) table th:not(:last-child):not(.no-f):not(.fluid-always-display):not(.visible) {
    opacity: 0;
    overflow: hidden;
  }
  /* line 407, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) .table .td:not(.no-f):last-child:not(.not-sticky):not(.has-ellipsis), .table-fluid.show-last:not(.inside-window) .table td:not(.no-f):last-child:not(.not-sticky):not(.has-ellipsis), .table-fluid.show-last:not(.inside-window) .table .th:not(.no-f):last-child:not(.not-sticky):not(.has-ellipsis), .table-fluid.show-last:not(.inside-window) .table th:not(.no-f):last-child:not(.not-sticky):not(.has-ellipsis), .table-fluid.show-last:not(.inside-window) table .td:not(.no-f):last-child:not(.not-sticky):not(.has-ellipsis), .table-fluid.show-last:not(.inside-window) table td:not(.no-f):last-child:not(.not-sticky):not(.has-ellipsis), .table-fluid.show-last:not(.inside-window) table .th:not(.no-f):last-child:not(.not-sticky):not(.has-ellipsis), .table-fluid.show-last:not(.inside-window) 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;
  }
  /* line 410, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.show-last:not(.inside-window) .table .td:not(.no-f):last-child:not(.not-sticky):not(.has-ellipsis):after, .table-fluid.show-last:not(.inside-window) .table td:not(.no-f):last-child:not(.not-sticky):not(.has-ellipsis):after, .table-fluid.show-last:not(.inside-window) .table .th:not(.no-f):last-child:not(.not-sticky):not(.has-ellipsis):after, .table-fluid.show-last:not(.inside-window) .table th:not(.no-f):last-child:not(.not-sticky):not(.has-ellipsis):after, .table-fluid.show-last:not(.inside-window) table .td:not(.no-f):last-child:not(.not-sticky):not(.has-ellipsis):after, .table-fluid.show-last:not(.inside-window) table td:not(.no-f):last-child:not(.not-sticky):not(.has-ellipsis):after, .table-fluid.show-last:not(.inside-window) table .th:not(.no-f):last-child:not(.not-sticky):not(.has-ellipsis):after, .table-fluid.show-last:not(.inside-window) 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 (min-width: 1181px) {
  /* line 430, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid:not(.table-fluid-manual):not(.inside-window) .table-header {
    display: none !important;
  }
  /* line 433, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid:not(.table-fluid-manual):not(.inside-window) .fluid-only-mobile {
    display: none  !important;
  }
  /* line 436, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid:not(.table-fluid-manual):not(.inside-window) .column-fit {
    width: 0;
    white-space: nowrap;
  }
  /* line 441, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .show-with-fluid {
    display: none  !important;
  }
}

@media (max-width: 1180px) {
  /* line 447, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid:not(.table-fluid-manual):not(.inside-window) .fluid-not-mobile {
    display: none  !important;
  }
  /* line 451, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .not-show-with-fluid {
    display: none !important;
  }
  /* line 457, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .show-with-fluid {
    display: block !important;
  }
  /* line 460, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .not-with-fluid-cell-16 {
    width: 100% !important;
  }
}

@media (max-width: 1180px) {
  /* line 467, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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%;
  }
  /* line 471, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.inside-window .table {
    overflow-x: hidden;
  }
  /* line 474, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.inside-window .thead, .table-fluid.inside-window thead {
    display: none;
  }
  /* line 479, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 483, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.inside-window .tfoot .tr.total .td, .table-fluid.inside-window .tfoot .tr.total .th, .table-fluid.inside-window .tfoot .tr.total td, .table-fluid.inside-window .tfoot .tr.total th, .table-fluid.inside-window .tfoot tr.total .td, .table-fluid.inside-window .tfoot tr.total .th, .table-fluid.inside-window .tfoot tr.total td, .table-fluid.inside-window .tfoot tr.total th, .table-fluid.inside-window tfoot .tr.total .td, .table-fluid.inside-window tfoot .tr.total .th, .table-fluid.inside-window tfoot .tr.total td, .table-fluid.inside-window tfoot .tr.total th, .table-fluid.inside-window tfoot tr.total .td, .table-fluid.inside-window tfoot tr.total .th, .table-fluid.inside-window tfoot tr.total td, .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;
  }
  /* line 488, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.inside-window .tfoot .tr.total .td[colspan], .table-fluid.inside-window .tfoot .tr.total .td.actions, .table-fluid.inside-window .tfoot .tr.total .th[colspan], .table-fluid.inside-window .tfoot .tr.total .th.actions, .table-fluid.inside-window .tfoot .tr.total td[colspan], .table-fluid.inside-window .tfoot .tr.total td.actions, .table-fluid.inside-window .tfoot .tr.total th[colspan], .table-fluid.inside-window .tfoot .tr.total th.actions, .table-fluid.inside-window .tfoot tr.total .td[colspan], .table-fluid.inside-window .tfoot tr.total .td.actions, .table-fluid.inside-window .tfoot tr.total .th[colspan], .table-fluid.inside-window .tfoot tr.total .th.actions, .table-fluid.inside-window .tfoot tr.total td[colspan], .table-fluid.inside-window .tfoot tr.total td.actions, .table-fluid.inside-window .tfoot tr.total th[colspan], .table-fluid.inside-window .tfoot tr.total th.actions, .table-fluid.inside-window tfoot .tr.total .td[colspan], .table-fluid.inside-window tfoot .tr.total .td.actions, .table-fluid.inside-window tfoot .tr.total .th[colspan], .table-fluid.inside-window tfoot .tr.total .th.actions, .table-fluid.inside-window tfoot .tr.total td[colspan], .table-fluid.inside-window tfoot .tr.total td.actions, .table-fluid.inside-window tfoot .tr.total th[colspan], .table-fluid.inside-window tfoot .tr.total th.actions, .table-fluid.inside-window tfoot tr.total .td[colspan], .table-fluid.inside-window tfoot tr.total .td.actions, .table-fluid.inside-window tfoot tr.total .th[colspan], .table-fluid.inside-window tfoot tr.total .th.actions, .table-fluid.inside-window tfoot tr.total td[colspan], .table-fluid.inside-window tfoot tr.total td.actions, .table-fluid.inside-window tfoot tr.total th[colspan], .table-fluid.inside-window tfoot tr.total th.actions {
    width: 100%;
  }
  /* line 492, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 495, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 498, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 501, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 504, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 507, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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-justify-content: flex-end;
    justify-content: flex-end;
  }
  /* line 513, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.inside-window .tfoot .mobile-hide, .table-fluid.inside-window tfoot .mobile-hide {
    display: none !important;
  }
  /* line 517, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.inside-window .table-header {
    display: none;
  }
  /* line 520, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.inside-window tr, .table-fluid.inside-window .tr {
    border-top: 1px solid #ededed;
  }
  /* line 524, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 529, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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%;
  }
  /* line 530, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 533, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 535, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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:before, .table-fluid.inside-window tr td:first-child > span, .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:before, .table-fluid.inside-window .tr td:first-child > span {
    padding-top: 2rem !important;
  }
  /* line 543, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 548, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 551, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 553, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 558, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
    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;
  }
  /* line 574, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.inside-window tr .td.actions[data-th]:before, .table-fluid.inside-window tr td.actions[data-th]:before, .table-fluid.inside-window .tr .td.actions[data-th]:before, .table-fluid.inside-window .tr td.actions[data-th]:before {
    color: #404040;
  }
  /* line 580, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 583, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 587, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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 i, .table-fluid.inside-window tr td.actions > span a span, .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 i, .table-fluid.inside-window .tr td.actions > span a span {
    vertical-align: middle;
  }
  /* line 594, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.inside-window tr .td .hint, .table-fluid.inside-window tr .td .control, .table-fluid.inside-window tr td .hint, .table-fluid.inside-window tr td .control, .table-fluid.inside-window .tr .td .hint, .table-fluid.inside-window .tr .td .control, .table-fluid.inside-window .tr td .hint, .table-fluid.inside-window .tr td .control {
    display: block;
  }
  /* line 597, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 598, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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( $input-m-line-height + $input-m-padding-vertical * 2 + $input-m-border-width * 2) !important;
  }
  /* line 603, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 607, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 613, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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: #000;
    padding: 0.9rem 0.75rem !important;
    white-space: normal;
    word-wrap: break-word;
    min-height: calc($input-m-line-height + $input-m-padding-vertical * 2 + 2px) !important;
    text-align: left !important;
    direction: ltr !important;
  }
  /* line 629, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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: #000;
    white-space: normal;
    word-wrap: break-word;
    min-height: calc($input-m-line-height + $input-m-padding-vertical * 2 + 2px) !important;
    text-align: left !important;
    direction: ltr !important;
  }
  /* line 644, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 647, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 650, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 653, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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%;
    box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
  }
  /* line 660, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .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;
  }
  /* line 663, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.inside-window tr .td > span.half-space:not(.count):not(.mobile-ignore), .table-fluid.inside-window tr td > span.half-space:not(.count):not(.mobile-ignore), .table-fluid.inside-window .tr .td > span.half-space:not(.count):not(.mobile-ignore), .table-fluid.inside-window .tr td > span.half-space:not(.count):not(.mobile-ignore) {
    width: 45% !important;
  }
  /* line 665, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.inside-window tr .td > span.half-space:not(.count):not(.mobile-ignore) + span, .table-fluid.inside-window tr td > span.half-space:not(.count):not(.mobile-ignore) + span, .table-fluid.inside-window .tr .td > span.half-space:not(.count):not(.mobile-ignore) + span, .table-fluid.inside-window .tr td > span.half-space:not(.count):not(.mobile-ignore) + span {
    width: 25% !important;
  }
  /* line 669, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.inside-window tr .td > span.actions:not(.count):not(.mobile-ignore), .table-fluid.inside-window tr td > span.actions:not(.count):not(.mobile-ignore), .table-fluid.inside-window .tr .td > span.actions:not(.count):not(.mobile-ignore), .table-fluid.inside-window .tr td > span.actions:not(.count):not(.mobile-ignore) {
    text-align: right;
  }
  /* line 671, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.inside-window tr .td > span.actions:not(.count):not(.mobile-ignore) [class*="icon-"]:before, .table-fluid.inside-window tr td > span.actions:not(.count):not(.mobile-ignore) [class*="icon-"]:before, .table-fluid.inside-window .tr .td > span.actions:not(.count):not(.mobile-ignore) [class*="icon-"]:before, .table-fluid.inside-window .tr td > span.actions:not(.count):not(.mobile-ignore) [class*="icon-"]:before {
    font-size: 2rem;
  }
}

@media (min-width: 1181px) {
  /* line 684, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.inside-window td.column-fit {
    width: 0;
    white-space: nowrap;
  }
}

@media (min-width: 1024px) {
  /* line 694, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid.inside-window .table-header, .table-fluid.inside-window .only-mobile {
    display: none !important;
  }
}

/* line 701, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
.table-fluid > input {
  display: none;
}

/* line 704, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
.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;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 715, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
.table-fluid .table-header .dot {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #fff;
  opacity: 0.5;
}

/* line 722, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
.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;
}

/* line 728, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
.table-fluid .table-header .mobile-filters i {
  font-size: 2rem;
  padding-left: 1rem;
}

/* line 732, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
.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;
}

/* line 738, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
.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) {
  /* line 722, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
  .table-fluid .table-header .mobile-filters {
    display: none;
  }
}

/* line 748, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
.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;
}

/* line 753, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
.table-fluid .table-nav label {
  display: none;
  cursor: pointer;
}

/* line 756, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
.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;
}

/* line 761, app/assets/stylesheets/cost_tracker/components/table/fluid.scss */
.table-fluid .table-nav * {
  margin: 0 0.3rem;
}

/* line 1, app/assets/stylesheets/cost_tracker/components/descriptions.scss */
.descriptions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 5, app/assets/stylesheets/cost_tracker/components/descriptions.scss */
.descriptions dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  white-space: nowrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-left: 1.5rem;
}

/* line 10, app/assets/stylesheets/cost_tracker/components/descriptions.scss */
.descriptions dl:first-of-type {
  margin-left: 0;
}

/* line 13, app/assets/stylesheets/cost_tracker/components/descriptions.scss */
.descriptions dl dt {
  color: #a1a9bd;
}

/* line 15, app/assets/stylesheets/cost_tracker/components/descriptions.scss */
.descriptions dl dt:after {
  content: ':';
}

/* line 19, app/assets/stylesheets/cost_tracker/components/descriptions.scss */
.descriptions dl dd {
  color: #6c6e74;
  margin-left: 0;
}

/* line 23, app/assets/stylesheets/cost_tracker/components/descriptions.scss */
.descriptions dl dt + dd {
  margin-left: 0.3rem;
}

/* line 1, app/assets/stylesheets/cost_tracker/components/items-list.scss */
.items-list {
  display: block;
}

/* line 3, app/assets/stylesheets/cost_tracker/components/items-list.scss */
.items-list .label {
  font-size: 1.6rem;
  padding: 0 1.6rem 2rem;
  color: #77828e;
  display: block;
}

/* line 9, app/assets/stylesheets/cost_tracker/components/items-list.scss */
.items-list .item {
  margin: 0 !important;
  display: block;
  padding: 1rem 1.6rem;
  font-size: 1.4rem !important;
}

/* line 14, app/assets/stylesheets/cost_tracker/components/items-list.scss */
.items-list .item:hover {
  background-color: #eef8ff;
}

/* line 17, app/assets/stylesheets/cost_tracker/components/items-list.scss */
.items-list .item.has-checkbox {
  padding-left: 4.1rem;
}

/* line 19, app/assets/stylesheets/cost_tracker/components/items-list.scss */
.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;
  }
}

/* line 197, app/assets/stylesheets/cost_tracker/components/toast.scss */
.toasts {
  position: fixed;
  z-index: 1000000;
  top: 2rem;
  right: 2rem;
  pointer-events: none;
}

/* line 204, app/assets/stylesheets/cost_tracker/components/toast.scss */
.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;
}

/* line 216, app/assets/stylesheets/cost_tracker/components/toast.scss */
.toasts input {
  display: none;
}

/* line 221, app/assets/stylesheets/cost_tracker/components/toast.scss */
.toast {
  padding: 0 4.5rem 0 2rem;
  font-size: 1.4rem;
  line-height: 1.35em;
  word-wrap: break-word;
}

/* line 226, app/assets/stylesheets/cost_tracker/components/toast.scss */
.toast i {
  font-size: 1.8rem;
  margin-right: 0.7rem;
  vertical-align: middle;
}

/* line 231, app/assets/stylesheets/cost_tracker/components/toast.scss */
.toast.success {
  background-color: #2cbf55;
  color: #fff;
}

/* line 235, app/assets/stylesheets/cost_tracker/components/toast.scss */
.toast.info {
  background-color: #8EBAF7;
  color: #fff;
}

/* line 239, app/assets/stylesheets/cost_tracker/components/toast.scss */
.toast.warning {
  background-color: #faac18;
  color: #fff;
}

/* line 243, app/assets/stylesheets/cost_tracker/components/toast.scss */
.toast.error {
  background-color: #f65f7b;
  color: #fff;
}

/* line 246, app/assets/stylesheets/cost_tracker/components/toast.scss */
.toast.error.toast-light {
  color: #ac4356;
  background-color: #fddfe5;
}

/* line 251, app/assets/stylesheets/cost_tracker/components/toast.scss */
.toast.show {
  padding: 1.5rem 4.5rem 1.5rem 2rem;
  display: block;
  position: relative;
}

/* line 256, app/assets/stylesheets/cost_tracker/components/toast.scss */
.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;
}

/* line 270, app/assets/stylesheets/cost_tracker/components/toast.scss */
.toast > .button {
  position: absolute;
  right: 7rem;
  top: 0;
  bottom: 0;
}

/* line 276, app/assets/stylesheets/cost_tracker/components/toast.scss */
.toast .toast-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

/* line 279, app/assets/stylesheets/cost_tracker/components/toast.scss */
.toast .toast-content > p {
  margin: 0 2rem 0 0;
  min-width: 0;
}

/* line 283, app/assets/stylesheets/cost_tracker/components/toast.scss */
.toast .toast-content > .button {
  margin-right: 0;
  margin-left: auto;
}

/* line 291, app/assets/stylesheets/cost_tracker/components/toast.scss */
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;
}

/* line 306, app/assets/stylesheets/cost_tracker/components/toast.scss */
input:checked + .toast {
  -webkit-animation: toast-end 0.7s linear;
  animation: toast-end 0.7s linear 1;
}

/* line 313, app/assets/stylesheets/cost_tracker/components/toast.scss */
.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);
  }
}

/* line 21, app/assets/stylesheets/cost_tracker/components/loading.scss */
.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);
}

/* line 27, app/assets/stylesheets/cost_tracker/components/loading.scss */
.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;
}

/* line 38, app/assets/stylesheets/cost_tracker/components/loading.scss */
.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);
}

/* line 51, app/assets/stylesheets/cost_tracker/components/loading.scss */
.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;
}

/* line 64, app/assets/stylesheets/cost_tracker/components/loading.scss */
.has-loading {
  position: relative;
}

/* line 66, app/assets/stylesheets/cost_tracker/components/loading.scss */
.has-loading.modal {
  position: fixed;
}

/* line 69, app/assets/stylesheets/cost_tracker/components/loading.scss */
.has-loading .loading {
  position: absolute;
}

/* line 71, app/assets/stylesheets/cost_tracker/components/loading.scss */
.has-loading .loading .rolling {
  position: absolute;
  top: calc(50% - 90px / 2);
  left: calc(50%);
  pointer-events: none;
}

/* line 78, app/assets/stylesheets/cost_tracker/components/loading.scss */
.has-loading .loading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  pointer-events: auto;
}

/* line 82, app/assets/stylesheets/cost_tracker/components/loading.scss */
.has-loading * {
  pointer-events: none;
}

/* line 88, app/assets/stylesheets/cost_tracker/components/loading.scss */
body.has-loading .loading {
  position: fixed;
}

/* line 1, app/assets/stylesheets/cost_tracker/components/logo.scss */
.logo {
  width: 28px;
  height: 33px;
  background-image: url(/assets/logo-small-0a26be774a11e449ba0fb2b2dd19f5afe3b8f74b052cafc0dc08a0ae58ab6937.png);
  background-size: contain;
  display: inline-block;
}

/* line 7, app/assets/stylesheets/cost_tracker/components/logo.scss */
.logo.logo-dark {
  background-image: url(/assets/logo-blue-1ea65b59d902f744eb98fbe0a7c1b1c65a5f141a4e91ed17031c0e022dcc7a83.png);
}

/* line 3, app/assets/stylesheets/cost_tracker/components/activity.scss */
.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;
}

/* line 9, app/assets/stylesheets/cost_tracker/components/activity.scss */
.activity.copied i:before {
  content: "\e932";
  color: #294058;
}

/* line 17, app/assets/stylesheets/cost_tracker/components/activity.scss */
.activity.added_attachment i:before {
  content: "\e917";
  color: #294058;
}

/* line 25, app/assets/stylesheets/cost_tracker/components/activity.scss */
.activity.removed_attachment i:before {
  content: "\e917";
  color: #f65f7b;
}

/* line 33, app/assets/stylesheets/cost_tracker/components/activity.scss */
.activity.change_attachment i:before {
  content: "\e917";
  color: #294058;
}

/* line 41, app/assets/stylesheets/cost_tracker/components/activity.scss */
.activity.budget_approved i:before {
  content: "\e902";
  color: #2cbf55;
}

/* line 49, app/assets/stylesheets/cost_tracker/components/activity.scss */
.activity.department_approved i:before {
  content: "\e934";
  color: #faac18;
}

/* line 57, app/assets/stylesheets/cost_tracker/components/activity.scss */
.activity.admin_approved i:before {
  content: "\e934";
  color: #294058;
}

/* line 65, app/assets/stylesheets/cost_tracker/components/activity.scss */
.activity.commented i:before {
  content: "\e935";
  color: #294058;
}

/* line 73, app/assets/stylesheets/cost_tracker/components/activity.scss */
.activity.created i:before {
  content: "\e910";
  color: #294058;
}

/* line 81, app/assets/stylesheets/cost_tracker/components/activity.scss */
.activity.sent_to_supplier i:before {
  content: "\e907";
  color: #2cbf55;
}

/* line 89, app/assets/stylesheets/cost_tracker/components/activity.scss */
.activity.sent_to_approve i:before {
  content: "\e910";
  color: #faac18;
}

/* line 97, app/assets/stylesheets/cost_tracker/components/activity.scss */
.activity.rejected i:before {
  content: "\e912";
  color: #f65f7b;
}

/* line 105, app/assets/stylesheets/cost_tracker/components/activity.scss */
.activity.approved i:before {
  content: "\e934";
  color: #2cbf55;
}

/* line 113, app/assets/stylesheets/cost_tracker/components/activity.scss */
.activity.completed i:before {
  content: "\e908";
  color: #294058;
}

/* line 121, app/assets/stylesheets/cost_tracker/components/activity.scss */
.activity.received i:before {
  content: "\e90e";
  color: #2cbf55;
}

/* line 129, app/assets/stylesheets/cost_tracker/components/activity.scss */
.activity.invoiced i:before {
  content: "\e903";
  color: #2cbf55;
}

/* line 137, app/assets/stylesheets/cost_tracker/components/activity.scss */
.activity.invoic-added i:before {
  content: "\e903";
  color: #294058;
}

/* line 145, app/assets/stylesheets/cost_tracker/components/activity.scss */
.activity.deleted i:before {
  content: "\e915";
  color: #f65f7b;
}

/* line 153, app/assets/stylesheets/cost_tracker/components/activity.scss */
.activity.restored i:before {
  content: "\e933";
  color: #294058;
}

/* line 161, app/assets/stylesheets/cost_tracker/components/activity.scss */
.activity.receipt_added i:before {
  content: "\e90e";
  color: #294058;
}

/* line 169, app/assets/stylesheets/cost_tracker/components/activity.scss */
.activity.revised i:before {
  content: "\e941";
  color: #294058;
}

/* line 177, app/assets/stylesheets/cost_tracker/components/activity.scss */
.activity.confirmed i:before {
  content: "\e968";
  color: #294058;
}

@keyframes conversation-typing {
  0% {
    content: '.';
  }
  50% {
    content: '..';
  }
  100% {
    content: '...';
  }
}

/* line 14, app/assets/stylesheets/cost_tracker/components/animated-dots.scss */
.animated-dots:after {
  content: '';
  animation: conversation-typing .8s infinite alternate;
}

/* line 2, app/assets/stylesheets/cost_tracker/components/integration-demo.scss */
.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;
}

/* line 6, app/assets/stylesheets/cost_tracker/components/integration-demo.scss */
.integration-demo > .cell-6 h1, .integration-demo > .cell-6 p {
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
}

/* line 11, app/assets/stylesheets/cost_tracker/components/integration-demo.scss */
.integration-demo > .cell-6 > div {
  width: 100%;
}

/* line 14, app/assets/stylesheets/cost_tracker/components/integration-demo.scss */
.integration-demo > .cell-6 h1 {
  font-size: 3.4rem;
  color: #294058;
}

/* line 18, app/assets/stylesheets/cost_tracker/components/integration-demo.scss */
.integration-demo > .cell-6 p {
  font-size: 21px;
  color: #979ea7;
  line-height: normal;
  margin-top: 40px;
}

/* line 23, app/assets/stylesheets/cost_tracker/components/integration-demo.scss */
.integration-demo > .cell-6 p + p {
  margin-top: 60px;
}

/* line 27, app/assets/stylesheets/cost_tracker/components/integration-demo.scss */
.integration-demo > .cell-6 .button {
  text-transform: none;
}

/* line 32, app/assets/stylesheets/cost_tracker/components/integration-demo.scss */
.integration-demo > .cell-10 img {
  width: 300px;
  max-width: 100%;
  padding: 100px 0 50px;
}

/* line 37, app/assets/stylesheets/cost_tracker/components/integration-demo.scss */
.integration-demo > .cell-10 h3 {
  font-size: 21px;
  max-width: 530px;
  margin: 0 auto 100px;
}

/* line 42, app/assets/stylesheets/cost_tracker/components/integration-demo.scss */
.integration-demo > .cell-10 h2 {
  color: #294058;
}

/* line 46, app/assets/stylesheets/cost_tracker/components/integration-demo.scss */
.integration-demo form {
  margin-bottom: 60px;
}

/* line 1, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts {
  height: 10px;
  display: table;
  table-layout: fixed;
  border-radius: 10px;
  width: 100%;
}

/* line 7, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts .chart {
  display: table-cell;
  position: relative;
}

/* line 10, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts .chart > span {
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -10px;
  border-radius: 10px;
}

/* line 21, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts .chart[style*="width: 0%"] > span, .charts .chart[style*="width: 0.0%"] > span, .charts .chart:not([style]) > span {
  display: none;
}

/* line 25, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts .chart.has-label[style*="width: 0%"] .chart-label, .charts .chart.has-label[style*="width: 0.0%"] .chart-label, .charts .chart.has-label:not([style]) .chart-label {
  left: 0 !important;
}

/* line 30, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts .chart.null:not([style]) {
  width: 100%;
}

/* line 35, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts .chart.has-tooltip:not([style]):not(.null) .tooltip {
  display: none;
}

/* line 41, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts .chart:nth-child(1) > span {
  z-index: 10;
}

/* line 46, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts .chart:nth-child(2) > span {
  z-index: 9;
}

/* line 51, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts .chart:nth-child(3) > span {
  z-index: 8;
}

/* line 56, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts .chart:nth-child(4) > span {
  z-index: 7;
}

/* line 61, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts .chart:nth-child(5) > span {
  z-index: 6;
}

/* line 66, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts .chart:nth-child(6) > span {
  z-index: 5;
}

/* line 71, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts .chart.has-label.label-hovered {
  display: none;
}

/* line 73, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts .chart.has-label.label-hovered:hover {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* line 79, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts .chart.has-tooltip, .charts .chart.has-label {
  cursor: pointer;
}

/* line 83, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts .chart .chart-label-name {
  font-size: 0.9rem;
  color: #A8B0C2;
  text-transform: uppercase;
  pointer-events: none;
}

/* line 89, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts .chart .chart-label-value {
  font-size: 1.1rem;
  color: #000;
  font-weight: 700;
}

/* line 94, app/assets/stylesheets/cost_tracker/components/charts.scss */
.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;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* line 104, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts .chart .chart-label.only-name {
  left: auto;
}

/* line 106, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts .chart .chart-label.only-name > span {
  background: transparent;
  height: 10px;
}

/* line 111, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts .chart .chart-label > span {
  width: 1px;
  height: 17px;
}

/* line 115, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts .chart .chart-label div {
  white-space: nowrap;
  text-align: center;
  position: relative;
  z-index: 1;
}

/* line 122, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts .chart .chart-label.up > span {
  height: 42px;
}

/* line 127, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts .chart .chart-label.up-1 > span {
  height: 67px;
}

/* line 132, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts .chart .chart-label.up-2 > span {
  height: 92px;
}

/* line 138, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts .chart.invoiced span {
  background-color: #174f9d;
}

/* line 143, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts .chart.not-invoiced span {
  background-color: #407cd0;
}

/* line 148, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts .chart.commited span {
  background-color: #407cd0;
}

/* line 153, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts .chart.current span {
  background-color: #f8c740;
}

/* line 156, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts .chart.current .chart-label {
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  bottom: auto;
  top: calc(100% - 3px);
}

/* line 163, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts .chart.planned span {
  background-color: #b1d2ff;
}

/* line 168, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts .chart.approved span {
  background-color: #2AB75D;
}

/* line 172, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts .chart.remaining {
  width: auto;
}

/* line 173, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts .chart.remaining span {
  background-color: #e0ecfd;
}

/* line 180, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts .chart.goods span {
  background-color: #25BCB7;
}

/* line 184, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts .chart.goods + .chart span {
  background-color: #BEEEE9;
}

/* line 190, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts .chart.recived span {
  background-color: #0970A5;
}

/* line 194, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts .chart.recived + .chart span {
  background-color: #BBDFF6;
}

/* line 202, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts.disabled .chart span {
  filter: saturate(35%);
}

/* line 210, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts.warning .chart.invoiced span {
  background-color: #ce0152;
}

/* line 215, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts.warning .chart.not-invoiced span {
  background-color: #ff2a7f;
}

/* line 220, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts.warning .chart.commited span {
  background-color: #ff2a7f;
}

/* line 225, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts.warning .chart.planned span {
  background-color: #ff8cba;
}

/* line 234, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts.labels-hovered .has-label > span + .chart-label {
  display: none;
}

/* line 238, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts.labels-hovered .has-label > span:hover + .chart-label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* line 246, app/assets/stylesheets/cost_tracker/components/charts.scss */
.chart-inside {
  position: relative;
  width: calc(100% - 10px) !important;
  height: 10px;
  display: block;
}

/* line 251, app/assets/stylesheets/cost_tracker/components/charts.scss */
.chart-inside.has-tooltip {
  cursor: pointer;
}

/* line 254, app/assets/stylesheets/cost_tracker/components/charts.scss */
.chart-inside .tooltip {
  left: calc(50% - 11px);
}

/* line 257, app/assets/stylesheets/cost_tracker/components/charts.scss */
.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;
}

/* line 264, app/assets/stylesheets/cost_tracker/components/charts.scss */
.chart-inside.chart-big {
  width: calc(100% - 2.5rem) !important;
  height: 2.5rem;
}

/* line 267, app/assets/stylesheets/cost_tracker/components/charts.scss */
.chart-inside.chart-big .charts {
  height: 2.5rem;
}

/* line 270, app/assets/stylesheets/cost_tracker/components/charts.scss */
.chart-inside.chart-big .charts .chart > span {
  border-radius: 2.5rem;
  right: -2.5rem;
}

/* line 274, app/assets/stylesheets/cost_tracker/components/charts.scss */
.chart-inside.chart-big .charts .chart .chart-label {
  left: 2.5rem;
}

/* line 279, app/assets/stylesheets/cost_tracker/components/charts.scss */
.chart-inside.chart-big .tooltip {
  left: calc(50% - 3px);
}

/* line 283, app/assets/stylesheets/cost_tracker/components/charts.scss */
.chart-inside.chart-medium {
  width: calc(100% - 1.2rem) !important;
  height: 1.2rem;
  width: calc(100% - 1.2rem) !important;
}

/* line 287, app/assets/stylesheets/cost_tracker/components/charts.scss */
.chart-inside.chart-medium .charts {
  height: 1.2rem;
}

/* line 290, app/assets/stylesheets/cost_tracker/components/charts.scss */
.chart-inside.chart-medium .charts .chart > span {
  border-radius: 1.2rem;
  right: -1.2rem;
}

/* line 294, app/assets/stylesheets/cost_tracker/components/charts.scss */
.chart-inside.chart-medium .charts .chart .chart-label {
  left: 1.2rem;
}

/* line 300, app/assets/stylesheets/cost_tracker/components/charts.scss */
.chart-inside .tooltip {
  left: calc(50% - 9px);
}

/* line 303, app/assets/stylesheets/cost_tracker/components/charts.scss */
.chart-inside:after {
  left: 0;
  background-position: 0 center;
}

/* line 307, app/assets/stylesheets/cost_tracker/components/charts.scss */
.chart-inside:before {
  right: 0;
  background-position: 4px center;
  z-index: 1;
}

/* line 314, app/assets/stylesheets/cost_tracker/components/charts.scss */
.with-chart.with-min-max {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 318, app/assets/stylesheets/cost_tracker/components/charts.scss */
.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;
}

/* line 324, app/assets/stylesheets/cost_tracker/components/charts.scss */
.with-chart.with-min-max .chart-max {
  padding-left: 1rem;
}

/* line 327, app/assets/stylesheets/cost_tracker/components/charts.scss */
.with-chart.with-min-max .chart-min {
  padding-right: 1rem;
  min-width: 1rem;
}

/* line 331, app/assets/stylesheets/cost_tracker/components/charts.scss */
.with-chart.with-min-max .chart-inside {
  flex: 1 1 auto !important;
  min-width: 0;
}

/* line 334, app/assets/stylesheets/cost_tracker/components/charts.scss */
.with-chart.with-min-max .chart-inside .charts {
  width: 100%;
}

/* line 337, app/assets/stylesheets/cost_tracker/components/charts.scss */
.with-chart.with-min-max .chart-inside + .chart-max {
  padding-left: 2rem;
}

/* line 341, app/assets/stylesheets/cost_tracker/components/charts.scss */
.with-chart.with-min-max .chart-inside.chart-medium + .chart-max {
  padding-left: 2.2rem;
}

/* line 350, app/assets/stylesheets/cost_tracker/components/charts.scss */
.with-chart:not(.with-labels) .labels-hovered .chart-label > div {
  background-color: #fff;
  border-radius: 4px;
  padding: 0.2rem 0.5rem;
}

/* line 362, app/assets/stylesheets/cost_tracker/components/charts.scss */
.td.has-charts .charts, td.has-charts .charts {
  width: calc(100% - 10px);
}

/* line 368, app/assets/stylesheets/cost_tracker/components/charts.scss */
.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;
}

/* line 371, app/assets/stylesheets/cost_tracker/components/charts.scss */
.chart-legend .dot {
  width: 0.8rem;
  height: 0.8rem;
}

/* line 375, app/assets/stylesheets/cost_tracker/components/charts.scss */
.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;
}

/* line 380, app/assets/stylesheets/cost_tracker/components/charts.scss */
.chart-legend .label {
  color: #979ea7;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
}

/* line 386, app/assets/stylesheets/cost_tracker/components/charts.scss */
.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;
}

/* line 390, app/assets/stylesheets/cost_tracker/components/charts.scss */
.chart-legend .dots .dot + .dot {
  margin-left: 1px;
}

/* line 395, app/assets/stylesheets/cost_tracker/components/charts.scss */
.chart-legend .chart-warning-invoiced {
  background-color: #ce0152;
}

/* line 398, app/assets/stylesheets/cost_tracker/components/charts.scss */
.chart-legend .chart-warning-not-invoiced {
  background-color: #ff2a7f;
}

/* line 401, app/assets/stylesheets/cost_tracker/components/charts.scss */
.chart-legend .chart-warning-commited {
  background-color: #ff2a7f;
}

/* line 404, app/assets/stylesheets/cost_tracker/components/charts.scss */
.chart-legend .chart-warning-planned {
  background-color: #ff8cba;
}

/* line 407, app/assets/stylesheets/cost_tracker/components/charts.scss */
.chart-legend .chart-warning-remaining {
  background-color: #e0ecfd;
}

/* line 410, app/assets/stylesheets/cost_tracker/components/charts.scss */
.chart-legend .chart-invoiced {
  background-color: #174f9d;
}

/* line 413, app/assets/stylesheets/cost_tracker/components/charts.scss */
.chart-legend .chart-not-invoiced {
  background-color: #407cd0;
}

/* line 416, app/assets/stylesheets/cost_tracker/components/charts.scss */
.chart-legend .chart-commited {
  background-color: #407cd0;
}

/* line 419, app/assets/stylesheets/cost_tracker/components/charts.scss */
.chart-legend .chart-planned {
  background-color: #b1d2ff;
}

/* line 422, app/assets/stylesheets/cost_tracker/components/charts.scss */
.chart-legend .chart-approved {
  background-color: #2AB75D;
}

/* line 425, app/assets/stylesheets/cost_tracker/components/charts.scss */
.chart-legend .chart-current {
  background-color: #f8c740;
}

/* line 428, app/assets/stylesheets/cost_tracker/components/charts.scss */
.chart-legend .chart-remaining {
  background-color: #e0ecfd;
}

/* line 435, app/assets/stylesheets/cost_tracker/components/charts.scss */
.with-charts.warning i {
  color: #ce0152;
}

/* line 439, app/assets/stylesheets/cost_tracker/components/charts.scss */
.with-charts i {
  color: #407cd0;
  font-size: 1.4rem;
  margin-left: 0.5rem;
}

/* line 444, app/assets/stylesheets/cost_tracker/components/charts.scss */
.with-charts .chart-label {
  color: #294058;
  font-weight: bold;
  font-size: 1.4rem;
}

/* line 449, app/assets/stylesheets/cost_tracker/components/charts.scss */
.with-charts .chart-values {
  margin: 0.5rem 0;
}

/* line 451, app/assets/stylesheets/cost_tracker/components/charts.scss */
.with-charts .chart-values label {
  text-transform: uppercase;
  font-size: 1rem;
  color: #515151;
}

/* line 456, app/assets/stylesheets/cost_tracker/components/charts.scss */
.with-charts .chart-values .value {
  margin: 0.5rem 0 0;
  font-weight: bold;
  font-size: 1.4rem;
}

/* line 462, app/assets/stylesheets/cost_tracker/components/charts.scss */
.with-charts .chart-values .cell + .cell .value {
  text-align: right;
}

/* line 465, app/assets/stylesheets/cost_tracker/components/charts.scss */
.with-charts .chart-values .cell + .cell label {
  display: block;
  width: 100%;
  text-align: center;
}

/* line 474, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts-grid {
  table-layout: auto !important;
}

/* line 476, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts-grid td {
  border: 0 none !important;
  padding: 0;
  height: auto;
  min-height: 0;
  background: transparent !important;
}

/* line 482, app/assets/stylesheets/cost_tracker/components/charts.scss */
.charts-grid td.chart-min, .charts-grid td.chart-max {
  width: 0 !important;
  white-space: nowrap;
  word-wrap: normal;
}

/* line 492, app/assets/stylesheets/cost_tracker/components/charts.scss */
#chart_div svg g:last-of-type * {
  pointer-events: none;
}

/* line 1, app/assets/stylesheets/cost_tracker/components/window/editor.scss */
.window-editor {
  position: relative;
  padding: 3.5rem 13rem;
  background-color: #E0E4F5;
  overflow: auto;
}

/* line 6, app/assets/stylesheets/cost_tracker/components/window/editor.scss */
.window-editor .window-fixed {
  position: absolute;
  z-index: 1000;
}

/* line 10, app/assets/stylesheets/cost_tracker/components/window/editor.scss */
.window-editor .window-editor-dots {
  position: absolute;
}

/* line 13, app/assets/stylesheets/cost_tracker/components/window/editor.scss */
.window-editor .window-editor-nav-left {
  left: 6.5rem;
  right: auto;
}

/* line 17, app/assets/stylesheets/cost_tracker/components/window/editor.scss */
.window-editor .window-editor-nav-right {
  right: 6.5rem;
  left: auto;
}

/* line 21, app/assets/stylesheets/cost_tracker/components/window/editor.scss */
.window-editor .document-wrapper {
  position: relative;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: auto;
}

/* line 29, app/assets/stylesheets/cost_tracker/components/window/editor.scss */
.window-editor .document-wrapper img {
  max-width: none;
  width: 100%;
  height: auto;
  background-color: #fff;
}

/* line 36, app/assets/stylesheets/cost_tracker/components/window/editor.scss */
.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;
}

/* line 47, app/assets/stylesheets/cost_tracker/components/window/editor.scss */
.window-editor .window-editor-nav-right:hover, .window-editor .window-editor-nav-left:hover {
  color: #294058;
}

/* line 51, app/assets/stylesheets/cost_tracker/components/window/editor.scss */
.window-editor .window-editor-dots {
  position: absolute;
  top: 1.4rem;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
}

/* line 58, app/assets/stylesheets/cost_tracker/components/window/editor.scss */
.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%);
}

/* line 64, app/assets/stylesheets/cost_tracker/components/window/editor.scss */
.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;
}

/* line 73, app/assets/stylesheets/cost_tracker/components/window/editor.scss */
.window-editor .window-editor-dots a.active {
  background-color: #959DB1;
}

/* line 79, app/assets/stylesheets/cost_tracker/components/window/editor.scss */
.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;
}

/* line 86, app/assets/stylesheets/cost_tracker/components/window/editor.scss */
.window-editor .window-editor-actions .window-fixed {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 90, app/assets/stylesheets/cost_tracker/components/window/editor.scss */
.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;
}

/* line 97, app/assets/stylesheets/cost_tracker/components/window/editor.scss */
.window-editor .window-editor-actions a:before {
  width: 2.7rem;
  height: 2.7rem;
  text-align: center;
  line-height: 2.5rem;
  display: block;
}

/* line 104, app/assets/stylesheets/cost_tracker/components/window/editor.scss */
.window-editor .window-editor-actions a:hover {
  color: #294058;
  background: rgba(255, 255, 255, 0.5);
}

/* line 108, app/assets/stylesheets/cost_tracker/components/window/editor.scss */
.window-editor .window-editor-actions a + a {
  margin-top: 0.7rem;
}

/* line 1, app/assets/stylesheets/cost_tracker/components/window/content-sidebar.scss */
.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;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 6, app/assets/stylesheets/cost_tracker/components/window/content-sidebar.scss */
.window-content-sidebar.active + .window-wrapper {
  flex: 1 1 auto;
  min-width: 0;
}

/* line 9, app/assets/stylesheets/cost_tracker/components/window/content-sidebar.scss */
.window-content-sidebar.active + .window-wrapper .table-fluid.release-table {
  overflow: auto;
}

/* line 14, app/assets/stylesheets/cost_tracker/components/window/content-sidebar.scss */
.window-content-sidebar:not(.active) {
  display: none;
}

/* line 19, app/assets/stylesheets/cost_tracker/components/window/content-sidebar.scss */
.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-justify-content: space-between;
  justify-content: space-between;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

/* line 26, app/assets/stylesheets/cost_tracker/components/window/content-sidebar.scss */
.window-content-sidebar .table-actions > span {
  font-size: 1.4rem;
  color: #707070;
}

/* line 30, app/assets/stylesheets/cost_tracker/components/window/content-sidebar.scss */
.window-content-sidebar .table-actions .filters {
  margin: 0 0 0 auto;
}

/* line 33, app/assets/stylesheets/cost_tracker/components/window/content-sidebar.scss */
.window-content-sidebar .table-actions .filters .select > input:not(:checked) + .select-content {
  background-color: #F3F5FF;
}

/* line 39, app/assets/stylesheets/cost_tracker/components/window/content-sidebar.scss */
.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;
}

/* line 44, app/assets/stylesheets/cost_tracker/components/window/content-sidebar.scss */
.window-content-sidebar table {
  background-color: #F3F5FF;
  max-width: 25vw;
  min-width: calc( ( 100vh - (100vh - 27rem)));
}

/* line 48, app/assets/stylesheets/cost_tracker/components/window/content-sidebar.scss */
.window-content-sidebar table thead {
  font-size: 1rem;
}

/* line 51, app/assets/stylesheets/cost_tracker/components/window/content-sidebar.scss */
.window-content-sidebar table tbody {
  font-size: 1.2rem;
}

/* line 54, app/assets/stylesheets/cost_tracker/components/window/content-sidebar.scss */
.window-content-sidebar table th, .window-content-sidebar table td {
  background-color: #F3F5FF;
}

/* line 57, app/assets/stylesheets/cost_tracker/components/window/content-sidebar.scss */
.window-content-sidebar table td {
  width: 10%;
}

/* line 60, app/assets/stylesheets/cost_tracker/components/window/content-sidebar.scss */
.window-content-sidebar table td.has-ellipsis.w-25 {
  max-width: calc( ( 100vh - (100vh - 27rem) ) / 4);
}

/* line 63, app/assets/stylesheets/cost_tracker/components/window/content-sidebar.scss */
.window-content-sidebar table td.has-ellipsis.w-20 {
  max-width: calc( ( 100vh - (100vh - 27rem) ) / 5);
}

/* line 66, app/assets/stylesheets/cost_tracker/components/window/content-sidebar.scss */
.window-content-sidebar table td.has-ellipsis.w-15 {
  max-width: calc( ( 100vh - (100vh - 27rem) ) / 5);
}

/* line 70, app/assets/stylesheets/cost_tracker/components/window/content-sidebar.scss */
.window-content-sidebar table td.price {
  width: auto;
}

/* line 76, app/assets/stylesheets/cost_tracker/components/window/content-sidebar.scss */
.window-content-sidebar table tr.approve td {
  background-color: #f3fdf2;
}

/* line 81, app/assets/stylesheets/cost_tracker/components/window/content-sidebar.scss */
.window-content-sidebar table tr.reject td {
  background-color: #ffe8f1;
}

/* line 86, app/assets/stylesheets/cost_tracker/components/window/content-sidebar.scss */
.window-content-sidebar table tr.current td {
  background-color: #d0e3fc;
}

/* line 1, app/assets/stylesheets/cost_tracker/components/window/popover.scss */
.window-popover {
  position: fixed;
  right: 0;
  min-width: 45rem;
  z-index: 1010;
}

@media (min-width: 1023px) {
  /* line 1, app/assets/stylesheets/cost_tracker/components/window/popover.scss */
  .window-popover {
    max-width: 45rem;
    width: calc(35% - 5rem);
  }
}

@media (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/cost_tracker/components/window/popover.scss */
  .window-popover {
    width: 90%;
  }
}

/* line 13, app/assets/stylesheets/cost_tracker/components/window/popover.scss */
.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;
}

/* line 19, app/assets/stylesheets/cost_tracker/components/window/popover.scss */
.window-popover .window-popover-content {
  padding: 0 2rem 2.6rem 2.7rem;
  background: #fff;
}

/* line 23, app/assets/stylesheets/cost_tracker/components/window/popover.scss */
.window-popover .popover-close {
  font-size: 2.4rem;
  opacity: 0.49;
  cursor: pointer;
}

/* line 29, app/assets/stylesheets/cost_tracker/components/window/popover.scss */
.window-popover .as-input .label {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

/* line 37, app/assets/stylesheets/cost_tracker/components/window/popover.scss */
.window-popover .table-collapse {
  max-width: 100%;
  overflow-x: auto;
}

/* line 41, app/assets/stylesheets/cost_tracker/components/window/popover.scss */
.window-popover .text-ellipsis {
  max-width: 10vw;
}

/* line 44, app/assets/stylesheets/cost_tracker/components/window/popover.scss */
.window-popover .form-section-content {
  padding: 0;
}

/* line 47, app/assets/stylesheets/cost_tracker/components/window/popover.scss */
.window-popover .show-inline {
  display: flex;
  flex-wrap: nowrap;
}

/* line 50, app/assets/stylesheets/cost_tracker/components/window/popover.scss */
.window-popover .show-inline .inline + .inline {
  margin-left: 20px;
}

/* line 53, app/assets/stylesheets/cost_tracker/components/window/popover.scss */
.window-popover .show-inline .avatars {
  flex-wrap: nowrap;
  display: flex;
}

/* line 58, app/assets/stylesheets/cost_tracker/components/window/popover.scss */
.window-popover .show-inline .as-input .label {
  position: relative;
  word-wrap: nowrap;
  white-space: nowrap;
}

/* line 63, app/assets/stylesheets/cost_tracker/components/window/popover.scss */
.window-popover .show-inline .as-input .output {
  margin-top: 0;
}

/* line 72, app/assets/stylesheets/cost_tracker/components/window/popover.scss */
.window-popover-tables .chat .comments {
  padding: 0;
}

/* line 74, app/assets/stylesheets/cost_tracker/components/window/popover.scss */
.window-popover-tables .chat .comments .comment {
  padding: 1.5rem 2rem 1rem 0;
}

/* line 77, app/assets/stylesheets/cost_tracker/components/window/popover.scss */
.window-popover-tables .chat .comments .comment-wrapper {
  margin-left: 4rem;
}

/* line 80, app/assets/stylesheets/cost_tracker/components/window/popover.scss */
.window-popover-tables .chat .comments .avatar {
  top: 1.5rem;
  left: 1rem;
  width: 2rem;
  height: 2rem;
}

/* line 91, app/assets/stylesheets/cost_tracker/components/window/popover.scss */
.window .window-popover {
  top: 5rem;
  max-height: calc(100% - 5rem);
  overflow: auto;
}

/* line 99, app/assets/stylesheets/cost_tracker/components/window/popover.scss */
.window.window-with-nav .window-popover {
  top: 6rem;
  max-height: calc(100% - 6rem);
  overflow: auto;
}

/* line 107, app/assets/stylesheets/cost_tracker/components/window/popover.scss */
.with-popover {
  position: relative;
}

/* line 109, app/assets/stylesheets/cost_tracker/components/window/popover.scss */
.with-popover .window-popover {
  top: 0;
  max-height: calc(100% - 10px);
  position: absolute;
  left: auto;
  max-width: 60%;
  width: auto;
}

/* line 116, app/assets/stylesheets/cost_tracker/components/window/popover.scss */
.with-popover .window-popover .window-popover-header {
  padding: 1.5rem 2rem 0.6rem;
}

/* line 119, app/assets/stylesheets/cost_tracker/components/window/popover.scss */
.with-popover .window-popover .window-popover-content {
  padding: 0 2rem 1rem 2rem;
}

/* line 123, app/assets/stylesheets/cost_tracker/components/window/popover.scss */
.with-popover .window-popover .inline .output {
  font-size: 1.2rem;
}

/* line 126, app/assets/stylesheets/cost_tracker/components/window/popover.scss */
.with-popover .window-popover .inline .has-charts {
  width: 100px !important;
}

/* line 129, app/assets/stylesheets/cost_tracker/components/window/popover.scss */
.with-popover .window-popover .inline .chart-inside.has-tooltip {
  width: 80px !important;
}

/* line 1, app/assets/stylesheets/cost_tracker/components/or.scss */
.or {
  display: flex;
  align-items: center;
  padding: 0 0 2rem;
}

/* line 5, app/assets/stylesheets/cost_tracker/components/or.scss */
.or span {
  flex: 0 0 auto;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 0 1rem;
  color: #707070;
}

/* line 12, app/assets/stylesheets/cost_tracker/components/or.scss */
.or:after, .or:before {
  height: 1px;
  border-top: 1px solid #707070;
  content: '';
  flex: 1 1 auto;
}

/* line 1, app/assets/stylesheets/cost_tracker/components/columns-popup.scss */
.columns-popup {
  margin-right: 2rem;
}

/* line 3, app/assets/stylesheets/cost_tracker/components/columns-popup.scss */
.columns-popup .popup {
  top: 0;
  right: -1.2rem;
  padding: 0;
}

/* line 7, app/assets/stylesheets/cost_tracker/components/columns-popup.scss */
.columns-popup .popup .icon-view_column {
  color: #408cf8;
}

/* line 10, app/assets/stylesheets/cost_tracker/components/columns-popup.scss */
.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-justify-content: space-between;
  justify-content: space-between;
}

/* line 17, app/assets/stylesheets/cost_tracker/components/columns-popup.scss */
.columns-popup .popup .popup-content {
  padding: 0.5rem 1.2rem 1.2rem;
  max-width: 16rem;
  max-height: 80vh;
  overflow: auto;
}

/* line 24, app/assets/stylesheets/cost_tracker/components/columns-popup.scss */
.columns-popup .icon-view_column {
  color: #A1A9BD;
  font-size: 2rem;
}

/* line 29, app/assets/stylesheets/cost_tracker/components/columns-popup.scss */
.columns-popup.active .icon-view_column {
  color: #408cf8;
}

/* line 1, app/assets/stylesheets/cost_tracker/components/circle-steps.scss */
.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;
}

/* line 6, app/assets/stylesheets/cost_tracker/components/circle-steps.scss */
.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 white;
  -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;
}

/* line 17, app/assets/stylesheets/cost_tracker/components/circle-steps.scss */
.circle-steps .step.active {
  color: #408cf8;
  background-color: #fff;
  border: 2px solid #fff;
}

/* line 22, app/assets/stylesheets/cost_tracker/components/circle-steps.scss */
.circle-steps .step:after {
  content: counter(c-steps);
}

/* line 26, app/assets/stylesheets/cost_tracker/components/circle-steps.scss */
.circle-steps .pause {
  border-top: 2px solid white;
  -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;
}

/* line 1, app/assets/stylesheets/cost_tracker/components/optional.scss */
.optional {
  background: #f5f6f8;
}

/* line 3, app/assets/stylesheets/cost_tracker/components/optional.scss */
.optional .optional-label {
  color: #294058;
  font-weight: bold;
  font-size: 1.2rem;
}

/* line 9, app/assets/stylesheets/cost_tracker/components/optional.scss */
.optional .as-input span.label {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, white 50%);
}

/* line 1, app/assets/stylesheets/cost_tracker/enjoyhint.scss */
#enjoyhint_label {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
