.fa-CDI:before {
  content: "\e900";
}
.fa-add-after:before {
  content: "\e901";
}
.fa-add-before:before {
  content: "\e902";
}
.fa-add-child:before {
  content: "\e903";
}
.fa-add-child-end:before {
  content: "\e904";
}
.fa-add-groupe:before {
  content: "\e905";
}
.fa-add-link:before {
  content: "\e906";
}
.fa-add-printform:before {
  content: "\e907";
}
.fa-add-users:before {
  content: "\e908";
}
.fa-chart-line-alt:before {
  content: "\e909";
}
.fa-chart-network-add:before {
  content: "\e90a";
}
.fa-close-h:before {
  content: "\e90b";
}
.fa-close-v:before {
  content: "\e90c";
}
.fa-cube-add:before {
  content: "\e90d";
}
.fa-cube-null:before {
  content: "\e90e";
}
.fa-cube-shield:before {
  content: "\e90f";
}
.fa-data-base:before {
  content: "\e910";
}
.fa-delite-null:before {
  content: "\e911";
}
.fa-download:before {
  content: "\e912";
}
.fa-download-comments:before {
  content: "\e913";
}
.fa-download-cube:before {
  content: "\e914";
}
.fa-drag:before {
  content: "\e915";
}
.fa-drag-alt:before {
  content: "\e916";
}
.fa-edit-filter:before {
  content: "\e917";
}
.fa-el:before {
  content: "\e918";
}
.fa-els:before {
  content: "\e919";
}
.fa-external-links:before {
  content: "\e91a";
}
.fa-groupe:before {
  content: "\e91b";
}
.fa-hide-selection:before {
  content: "\e91c";
}
.fa-languages:before {
  content: "\e91d";
}
.fa-languages-alt:before {
  content: "\e91e";
}
.fa-line-alt:before {
  content: "\e91f";
}
.fa-logarifm:before {
  content: "\e920";
}
.fa-long-arrow-filter:before {
  content: "\e921";
}
.fa-long-arrow-right:before {
  content: "\e922";
}
.fa-long-arrow-right-tab:before {
  content: "\e923";
}
.fa-long-arrow-shuffle:before {
  content: "\e924";
}
.fa-macros:before {
  content: "\e925";
}
.fa-measure:before {
  content: "\e926";
}
.fa-measure-add:before {
  content: "\e927";
}
.fa-measure-one:before {
  content: "\e928";
}
.fa-measure-shield:before {
  content: "\e929";
}
.fa-pin:before {
  content: "\e92a";
}
.fa-pin-cancel-all:before {
  content: "\e92b";
}
.fa-pin-h:before {
  content: "\e92c";
}
.fa-pin-v:before {
  content: "\e92d";
}
.fa-replace-dim:before {
  content: "\e92e";
}
.fa-save-cube:before {
  content: "\e92f";
}
.fa-set-child:before {
  content: "\e930";
}
.fa-show-all:before {
  content: "\e931";
}
.fa-show-h:before {
  content: "\e932";
}
.fa-show-selection:before {
  content: "\e933";
}
.fa-show-v:before {
  content: "\e934";
}
.fa-smt:before {
  content: "\e935";
}
.fa-stop-all:before {
  content: "\e936";
}
.fa-transpose-cube:before {
  content: "\e937";
}
.fa-update-data:before {
  content: "\e938";
}
.fa-workflow:before {
  content: "\e939";
}
.fa-wrench-play:before {
  content: "\e93a";
}
.fa-chart-waterfall:before {
  content: "\e93b";
}
.fa-dashboard:before {
  content: "\e93c";
}
.fa-dashboard-add:before {
  content: "\e93d";
}
.fa-save-view:before {
  content: "\e93e";
}
@font-face {
  font-family: 'cubix';
  src: url('im/fonts/cubix.ttf?tvemwb') format('truetype'), url('im/fonts/cubix.woff?tvemwb') format('woff'), url('im/fonts/cubix.svg?tvemwb#cubix') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.fac {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'cubix' !important;
  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;
}
.fa-macros:before {
  font-size: 1.18em;
}
.dropdown-item.form-check .fac {
  left: 1rem;
  position: absolute;
  margin-top: 0.70002rem;
}
table.excel-short th {
  color: var(--color-gray);
}
table.excel-short.excel-row tbody th {
  color: var(--color-dark);
  cursor: pointer;
}
table.excel-short.excel-row tbody th:hover {
  background: var(--primary);
  color: var(--color-white);
}
table.excel-short td,
table.excel-short th,
table.excel-short tr {
  transition: unset;
}
table.excel-short.excel-col thead th {
  cursor: pointer;
}
table.excel-short.excel-col thead th:hover {
  background: var(--primary);
  color: var(--color-white);
}
table.excel-short.excel-col thead th.no-point {
  cursor: default;
}
table.excel-short.excel-col thead th.no-point:hover {
  background: transparent;
  color: inherit;
}
table.excel-short td {
  width: 150px;
  padding-right: 0 !important;
}
table.excel-short td div {
  width: 150px;
  overflow: hidden;
  white-space: nowrap;
  padding-right: 20px;
  position: relative;
}
table.excel-short td div:after {
  content: ' ';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  width: 30px;
}
table.excel-short td.active div:after {
  background: linear-gradient(to right, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
}
table.excel-short td.table-info div:after {
  background: linear-gradient(to right, rgba(224, 247, 250, 0) 0%, #e0f7fa 100%);
}
table.template-big {
  table-layout: fixed;
  width: auto;
  min-width: 100%;
}
table.template-big .sizer th:before {
  content: '';
  display: block;
  width: 260px;
}
table.template-big .config {
  vertical-align: top!important;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .header-elements-md-inline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .header-elements-md-inline div:first-child {
    margin-left: 0 !important;
  }
}
ul.stat.list li {
  text-wrap: nowrap;
}
ul.stat.list li i {
  width: 19px;
  display: inline-block;
  text-align: right;
}
.nav-tabs .nav-item .nav-link.active {
  border-bottom-width: 2px;
}
