body {
  font-family: 'Cairo', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  background-color: #fff;
  margin: 0;
}
html,
body,
.wrapper,
#left,
#main {
  height: 100%;
}
* {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4 {
  font-weight: 600;
  margin: 0;
  padding: 0 !important;
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
h5,
h6 {
  font-weight: normal;
}
strong,
b,
.bold {
  font-weight: 600;
}
.flex-box {
  display: flex;
}
.flex-box .col3-1 {
  flex: 1 30%;
  max-width: 33.3%;
}
.flex-box .col3-2 {
  flex: 2 60%;
  max-width: 66.6%;
}
.logo img {
  width: 100%;
}
ol {
  padding-left: 16px;
}
.text-right {
  text-align: right;
}
h3 + table {
  margin-top: 5px !important;
}
.negative {
  color: #bc0d47;
}
.nowrap {
  white-space: nowrap;
}
/*
 * Login-Site
 */
.login {
  height: 100%;
  margin: 0;
}
.login-form {
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
}
.login-form .logo {
  width: 170px;
  margin: 50px auto;
}
.login-form h1 {
  margin-bottom: 20px;
}
.login-form input.text,
.login-form .btn-submit {
  font-size: 18px;
}
.login-form .alert {
  margin-top: 10px;
}
.login-form .input-group {
  margin-bottom: 20px;
}
.login-form input.text {
  width: 100%;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.login-form .form-submit {
  margin-top: 30px;
}
.login-form .btn-submit {
  padding: 15px;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 5px;
  background: #eee;
}
.login-form .btn-submit:hover {
  color: #fff;
  border-color: #434959;
  background: #424a5f;
}
div.login-img {
  background: url("img/login.jpg") no-repeat left top / cover;
}
div.login-img h1 {
  color: white;
  font-size: 60px;
  margin: 100px 0 0 100px;
}
/*
 * Menu
 */
#left {
  float: left;
  width: 270px;
  min-height: 100%;
  /*background: linear-gradient(90deg, #202e54 33%, #151e38 0);*/
  background: linear-gradient(90deg, #6F7E82 33%, #222222 0);
}
#left .logo {
  float: right;
  width: 100px;
  margin: 30px 40px;
}
#left .flex-box {
  flex-direction: column;
  height: 100%;
  padding: 30px 0;
}
#left .flex-box > div {
  color: #fff;
}
#left .flex-box .profile i:hover,
#left .flex-box .profile .active i {
  color: #bc0d47;
}
#left .flex-box .profile a {
  font-size: 12px;
  text-transform: uppercase;
}
#left .flex-box .profile a:hover {
  color: #222222;
}
#left .fa-fw {
  font-size: 36px;
  margin-left: 21px;
}
#left .fa-lg {
  font-size: 22px;
  display: block;
  margin-bottom: 5px;
}
#left ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#left ul.level1 {
  margin-top: 80px;
  width: 90px;
}
#left li {
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0;
  cursor: pointer;
}
#left li:hover,
#left li.active {
  /*background-color: #151E38;*/
  background-color: #222222;
}
#left a {
  color: #fff;
  text-decoration: none;
}
#left ul.level2 {
  position: absolute;
  top: 0;
  left: 90px;
  width: 0;
  overflow: hidden;
  transition: 0.2s;
  /*background-color: #151E38;*/
  background-color: #222222;
}
#left ul.level2 li {
  min-width: max-content;
  text-align: left;
  font-size: 14px;
  text-transform: none;
  padding: 0 0 20px 20px;
}
#left ul.level2 li a {
  color: #b7bac0;
}
#left ul.level2 li a:hover {
  color: #fff;
}
#left ul.level2 li.active a {
  color: #fff;
}
#left ul.level2 li.title {
  color: #eee;
  font-size: 16px;
  font-weight: normal;
  margin: 40px 0 0 0;
  text-transform: uppercase;
}
#left ul.level1 {
  width: 90px;
}
#left ul.level1 > li.active ul.level2,
#left ul.level1 > li:hover ul.level2 {
  width: 180px;
}
#left ul.level2.hidden {
  display: none;
}
/*
 * Scrollbar
 */
/* width */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ccc;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #999;
}
/*
 * Content
 */
#main {
  margin-top: -1px;
  padding-left: 270px;
  background: #f6f7fa;
  /*     #default_client {
        .col-sm-3 { width: 35%; }
        .col-sm-9 { width: 65%; }
    } */
}
#main a {
  color: #bc0d47;
  text-decoration: none;
}
#main a:hover {
  text-decoration: underline;
}
#main .page-title {
  padding: 20px 30px;
  background: #fff;
}
#main .page-name {
  font-weight: 400;
  margin-left: 15px;
}
#main .page-name:before {
  content: '|';
  font-weight: 400;
  margin-right: 15px;
}
#main .page-name b {
  color: #bc0d47;
}
#main .header-menu-right {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 50%;
  text-align: right;
}
#main .header-menu-right .form-select {
  cursor: pointer;
}
#main .header-menu-right .row {
  align-items: center;
  justify-content: right;
}
#main .header-menu-right .row.inline > * {
  flex: 0 0%;
}
#main .header-menu-right #year {
  width: 100px;
}
#main .header-menu-right #month {
  width: 130px;
}
#main .header-menu-right i {
  cursor: pointer;
}
#main .header-menu-right .buttons {
  width: 245px;
}
#main .header-menu-right button.browse {
  width: 70px;
  font-size: 14px;
}
#main .header-menu-right .btn-outline-secondary {
  border: 1px solid #ccc;
  background-color: #fff;
}
#main .header-menu-right .btn-outline-secondary.active {
  color: #bc0d47;
  border-color: #bc0d47;
}
#main .header-menu-right .btn-outline-secondary:hover {
  color: #fff;
  background-color: #424a5f;
}
#main .header-search-right {
  position: absolute;
  right: 20px;
  top: 20px;
  text-align: right;
}
#main .content {
  min-height: calc(100% - 70px);
  padding: 30px 10px 0 30px;
}
#main .content > .row {
  margin: 0 -10px;
}
#main .content > form {
  max-width: 99%;
}
#main .before-table {
  margin-bottom: 20px;
}
#main .before-table a.btn {
  margin-right: 10px;
}
#main .row.form h2 {
  margin-bottom: 10px;
}
#main .row.border-top {
  padding-top: 30px;
  margin-top: 30px !important;
  border-top: 1px solid #999;
}
#main .error {
  color: red;
}
.overflow-content,
.doc_content {
  max-height: calc(100vh - 90px);
  overflow-y: auto;
  overflow-x: hidden;
}
.doc_content {
  max-height: calc(100vh - 130px);
}
#loading {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(250, 250, 250, 0.9);
}
#loading.visible {
  display: flex;
}
.spinner-border {
  color: #bc0d47;
  --bs-spinner-width: 10rem;
  --bs-spinner-height: 10rem;
  --bs-spinner-border-width: 0.2em;
  padding-top: 25px;
  text-align: center;
  animation-duration: 3s;
}
.spinner-border img {
  width: 80px;
}
/*
 * Content / GuV Filter
 */
.filter {
  position: relative;
}
.filter #form_details {
  min-width: 240px;
}
.filter .title {
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 5px 3px;
  font-size: 12px;
}
.filter .container {
  position: relative;
}
.filter .selection {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
}
.filter .selection .text-btn {
  display: inline-block;
  color: #bc0d47;
  cursor: pointer;
}
.filter .sum_widget {
  padding-right: 20px;
  padding-left: 20px;
}
.filter .sum_widget .label {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
}
.filter .sum_widget hr {
  margin: 0 0 5px 0;
}
.filter .sum_widget .due,
.filter .sum_widget .overdue,
.filter .sum_widget .total,
.filter .sum_widget .doc {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
}
.filter .sum_widget .overdue {
  color: #bc0d47;
}
.filter .sum_widget .due {
  color: #6F7E82;
}
.filter .sum_widget .doc {
  font-size: 17px;
  color: #6F7E82;
}
.filter .sum_widget .total {
  color: black;
}
.filter .sum_widget .extendable {
  position: relative;
  max-height: 50px;
  overflow: hidden;
  transition: 0.3s;
}
.filter .sum_widget .extendable::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 0;
  width: 12px;
  height: 12px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  transform: rotate(45deg);
}
.filter .sum_widget .extendable.open {
  max-height: 999px;
}
.filter .sum_widget .extendable.open::before {
  top: 7px;
  transform: rotate(-135deg);
}
.filter .form-select,
.filter .select-dropdown {
  margin-bottom: 20px;
}
.filter .btn {
  width: 100%;
  font-size: 1rem;
}
.filter .form-bottom {
  margin-top: 20px;
}
.filter.active {
  width: 270px;
  height: calc(100vh - 95px);
  margin-top: -30px;
  padding-top: 30px;
  transition: 0.3s;
}
.filter.active h3 {
  font-size: 14px;
}
.filter.active label {
  font-size: 13px;
}
.filter.active .pulldown.open {
  max-width: 100%;
}
.filter.active .pulldown .option {
  width: max-content;
  min-width: 100%;
}
.filter .toggler {
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  text-align: center;
  font-weight: 700;
}
.filter .toggler i {
  cursor: pointer;
}
.filter .toggler:hover {
  color: #bc0d47;
}
.filter .form-check {
  margin: 0;
}
.filter .form-check-input {
  margin-top: 0.65em;
}
.filter .form-check-input:checked {
  background-color: #bc0d47;
  border-color: #bc0d47;
}
.filter .form-check label {
  width: calc(100% - 20px);
  padding: 6px 0;
}
.filter .form-check label.inline {
  display: inline;
  margin-right: 10px;
}
.filter .form-check.disabled {
  opacity: 0.7;
}
.filter .overflow {
  max-height: calc(100vh - 170px);
  overflow-y: auto;
  overflow-x: hidden;
}
.filter #btn-show-filter {
  display: none;
}
.filter.active.hidden {
  width: 0;
  overflow: hidden;
  padding-left: 40px;
  padding-right: 0;
}
.filter.active.hidden #btn-show-filter {
  display: inline;
}
.filter.active.hidden #btn-hide-filter {
  display: none;
}
/*.container {
    padding: 10px 12px;
    width: 100%;
    max-width: 100%;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 0px;
    box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0.2);

    &:hover {
        box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0.4);
    }*/
.container {
  padding: 10px 12px;
  width: 100%;
  max-width: 100%;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 0px;
  box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0.1);
}
.container:hover {
  border: 1px solid #e1e1e1;
}
.container.bg_red {
  background-color: #bc0d47;
  color: white;
}
.container.bg_red a {
  color: white !important;
}
.container.bg_green {
  background-color: #6F7E82;
}
.container.overflow {
  max-height: calc(100vh - 200px);
  overflow: auto;
}
.container.overflow tbody tr:hover {
  background: #f9f9f9;
}
.box-footnote {
  font-size: 9px;
  margin: -20px 10px 0 0;
  color: #bc0d47;
}
.notice {
  margin-bottom: 10px;
}
.notice .time {
  font-weight: 400;
}
.filter-label {
  display: inline-block;
  width: max-content;
  margin-left: 10px;
  font-weight: bold;
}
.filter-box {
  display: inline-block;
  width: 150px;
  margin: 0 10px;
  vertical-align: middle;
}
/* Buttons 
@default: #6F7E82;
@success: #497437;
@grey: #dddddd;
@danger: #A51051;*/
.btn {
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 4px;
  border: 0;
}
.btn.btn-default {
  background-color: #6F7E82;
  color: white !important;
  text-transform: uppercase;
}
.btn.btn-default:hover {
  background-color: #222222;
  text-decoration: none !important;
}
.btn.btn-success {
  background-color: #497437;
  color: white !important;
  text-transform: uppercase;
}
.btn.btn-success:hover {
  background-color: #2E4E20;
  text-decoration: none !important;
}
.btn.btn-danger {
  background-color: #A51051;
  color: white !important;
  text-transform: uppercase;
}
.btn.btn-danger:hover {
  background-color: #6E0635;
  text-decoration: none !important;
}
/* Borders */
.delete.border-top {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #bc0d47;
}
/* Spaceings */
.top-10 {
  margin-top: 10px;
}
.bottom-5 {
  margin-bottom: 5px;
}
.bottom-10 {
  margin-bottom: 10px;
}
.bottom-20 {
  margin-bottom: 20px;
}
.bottom-30 {
  margin-bottom: 30px;
}
.bottom-50 {
  margin-bottom: 50px;
}
.bottom-100 {
  margin-bottom: 100px;
}
/*
 * Tables
 */
th,
td {
  vertical-align: middle;
  padding: 5px;
}
td.userroles span,
td.userrights span {
  font-size: 12px;
  text-transform: uppercase;
  padding: 4px 6px;
  margin: 0 2px 0 0;
  border-radius: 4px;
  color: white;
  white-space: nowrap;
}
td.userroles span {
  background-color: #151E38;
}
td.userrights span {
  background-color: #67A2C0;
}
i.fas.fa-circle {
  color: green;
}
i.fas.fa-times-circle {
  color: red;
}
.col-form-label {
  font-weight: 400;
}
.table.show th {
  font-weight: 400;
  width: 25%;
}
.table:not(.show) thead th {
  font-weight: normal;
  background: #eee;
  padding: 0.25rem;
}
.table:not(.show) td {
  padding: 0.25rem;
}
.table:not(.show) tr.sum td {
  /*background: @light-green;*/
  font-weight: 700;
  border-bottom: none;
}
table.matrix {
  position: relative;
  width: 98%;
}
table.matrix thead {
  position: sticky;
  top: 0;
}
table.matrix th {
  padding: 10px;
  background: #f6f7fa;
}
table.matrix tr {
  border-bottom: 10px solid #eee;
}
table.matrix tr:last-child {
  border: none;
}
table.matrix td {
  padding: 15x 10px !important;
  vertical-align: top;
}
table.budget tr {
  border-right: 5px solid #6F7E82;
}
table.budget tr.no-amount {
  border-right: 5px solid #bc0d47;
}
table.budget tr.no-amount td {
  color: #bc0d47;
}
.rights_container {
  max-height: 600px;
  overflow-y: auto;
}
.liquidity th.col-1,
.liquidity td.col-1 {
  width: 15%;
}
.liquidity .body {
  height: calc(100vh - 120px);
  overflow-y: auto;
  overflow-x: visible;
  padding-right: 10px;
  padding-bottom: 20px;
}
.liquidity tbody tr:hover {
  background: #f9f9f9;
}
.liquidity .history .table-box {
  overflow-y: auto;
  max-height: calc(100vh - 400px);
  margin-top: 10px;
}
.liquidity .history .table-box table {
  width: calc(100% - 10px);
}
.liquidity .history thead {
  position: sticky;
  top: 0;
}
.liquidity .history th,
.liquidity .history td {
  font-size: 12px;
}
/*
 * Tooltips
 */
.custom-tooltip {
  --bs-tooltip-color: #eee;
  --bs-tooltip-bg: #222222;
  --bs-tooltip-border-radius: 4px;
  --bs-tooltip-font-size: 12px;
  --bs-tooltip-padding-x: 10px;
  --bs-tooltip-padding-y: 10px;
  --bs-tooltip-max-width: 450px;
}
/*
 * Fußnoten
 */
.footnotes {
  position: relative;
  bottom: 5px;
}
.footnotes p {
  margin: 0;
  padding: 0;
  font-size: 11px;
}
/*
 * Results GuV-Übersicht
 */
.result {
  width: calc(100% - 270px);
  transition: 0.3s;
}
.result h3 {
  font-size: 16px;
}
.result .container {
  max-width: unset;
}
.result .body {
  height: calc(100vh - 250px);
  overflow-y: auto;
}
.result .body.smaller {
  height: calc(100vh - 230px);
}
.result .body.smaller2 {
  height: calc(100vh - 260px);
}
.result iframe {
  width: 1700px;
  height: calc(100vh - 290px);
  border: none;
}
.result .header-first-data {
  margin-bottom: 5px;
}
.result .header-first-data h3 {
  margin-bottom: 5px;
}
.result .header-first-data span {
  font-size: 12px;
  padding: 4px 6px;
  margin: 0 4px 0 0;
  border-radius: 2px;
  color: white;
  white-space: nowrap;
  background-color: #6F7E82;
}
.result .header-first-data span.filter_empty {
  color: #222222;
  background-color: #eee;
  cursor: default;
}
.result .header-first-data span.filter_set {
  background-color: #bc0d47;
  cursor: help;
}
.result .header-first-data span.date {
  background: none;
  color: #000;
}
.result .head div:not(.col-3) {
  text-align: right;
}
.result .client .row.sum {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #999;
  font-weight: 600;
}
.result,
.section {
  position: relative;
}
.result .row,
.section .row,
.result .col-1,
.section .col-1,
.result .col-2,
.section .col-2,
.result .col-3,
.section .col-3,
.result .col-12,
.section .col-12 {
  padding: 0;
  margin: 0;
}
.result .col-1,
.section .col-1 {
  width: 10%;
}
.result .col-2,
.section .col-2 {
  width: 14%;
}
.result .col-3,
.section .col-3 {
  position: relative;
  width: 33%;
  padding-left: 20px;
}
.result .offset-3,
.section .offset-3 {
  margin-left: 33%;
}
.result .head,
.section .head {
  font-weight: 400;
  background: #eee;
  padding: 5px 5px 5px 0;
  margin: 5px 0;
}
.result .head .toggle,
.section .head .toggle {
  padding: 0 5px;
  cursor: pointer;
}
.result .head2,
.section .head2 {
  border-top: 2px solid #fff;
}
.result .export,
.section .export {
  position: absolute;
  right: 20px;
  top: 25px;
  list-style: none;
}
.result .export li,
.section .export li {
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  color: #6F7E82;
}
.result .export li:hover,
.section .export li:hover {
  color: #bc0d47;
}
.result .export i,
.section .export i {
  font-size: 1.5em;
}
.result .category.toggler .row.first,
.section .category.toggler .row.first,
.result .client.toggler .row.first,
.section .client.toggler .row.first,
.result .layer_1.toggler .row.first,
.section .layer_1.toggler .row.first {
  cursor: pointer;
}
.result .category.toggler .row.first .col-3,
.section .category.toggler .row.first .col-3,
.result .client.toggler .row.first .col-3,
.section .client.toggler .row.first .col-3,
.result .layer_1.toggler .row.first .col-3,
.section .layer_1.toggler .row.first .col-3,
.result .category.toggler .row.first .col-1:first-child,
.section .category.toggler .row.first .col-1:first-child,
.result .client.toggler .row.first .col-1:first-child,
.section .client.toggler .row.first .col-1:first-child,
.result .layer_1.toggler .row.first .col-1:first-child,
.section .layer_1.toggler .row.first .col-1:first-child {
  position: relative;
  padding-left: 20px;
}
.result .category.toggler .row.first .col-3::before,
.section .category.toggler .row.first .col-3::before,
.result .client.toggler .row.first .col-3::before,
.section .client.toggler .row.first .col-3::before,
.result .layer_1.toggler .row.first .col-3::before,
.section .layer_1.toggler .row.first .col-3::before,
.result .category.toggler .row.first .col-1:first-child::before,
.section .category.toggler .row.first .col-1:first-child::before,
.result .client.toggler .row.first .col-1:first-child::before,
.section .client.toggler .row.first .col-1:first-child::before,
.result .layer_1.toggler .row.first .col-1:first-child::before,
.section .layer_1.toggler .row.first .col-1:first-child::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 6px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-top: 5px solid transparent;
  border-right: 5px solid #999;
  border-bottom: 5px solid #999;
  transform: rotate(-45deg);
}
.result .layer_2 > .toggler,
.section .layer_2 > .toggler {
  cursor: pointer;
}
.result.budget .category.toggler .row.first .col-3::before,
.section.budget .category.toggler .row.first .col-3::before {
  display: none;
}
.result .category.toggler .row.first:hover,
.section .category.toggler .row.first:hover,
.result .category.open .row.first:not(.account .row.first),
.section .category.open .row.first:not(.account .row.first),
.result .client.toggler .row.first:hover,
.section .client.toggler .row.first:hover,
.result .client.toggler .row.first:hover .fixed,
.section .client.toggler .row.first:hover .fixed,
.result .client.open .row.first,
.section .client.open .row.first,
.result .layer_1.toggler .row.first:hover,
.section .layer_1.toggler .row.first:hover,
.result .layer_1.open .row.first:not(.layer_2 .row.first),
.section .layer_1.open .row.first:not(.layer_2 .row.first) {
  background-color: #dcecea;
}
.result .category.open .account .row.first:hover,
.section .category.open .account .row.first:hover,
.result .account.open .row.first,
.section .account.open .row.first,
.result .layer_1.open .layer_2 .row.first:hover,
.section .layer_1.open .layer_2 .row.first:hover,
.result .layer_2 .toggler.open .row.first,
.section .layer_2 .toggler.open .row.first {
  background-color: #dce4ec;
}
.result .accounts,
.section .accounts,
.result .costcenters,
.section .costcenters,
.result .layer_2,
.section .layer_2,
.result .layer_3,
.section .layer_3 {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s;
  background-color: #fff;
}
.result .accounts .col-3,
.section .accounts .col-3,
.result .costcenters .col-3,
.section .costcenters .col-3,
.result .layer_2 .col-3,
.section .layer_2 .col-3,
.result .layer_3 .col-3,
.section .layer_3 .col-3 {
  padding-left: 20px;
}
.result .accounts .row,
.section .accounts .row,
.result .costcenters .row,
.section .costcenters .row,
.result .layer_2 .row,
.section .layer_2 .row,
.result .layer_3 .row,
.section .layer_3 .row {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.result .accounts .row:hover,
.section .accounts .row:hover,
.result .costcenters .row:hover,
.section .costcenters .row:hover,
.result .layer_2 .row:hover,
.section .layer_2 .row:hover,
.result .layer_3 .row:hover,
.section .layer_3 .row:hover {
  background-color: #eee;
}
.result .toggler.open,
.section .toggler.open {
  margin-bottom: 20px;
}
.result .toggler.open > .accounts,
.section .toggler.open > .accounts,
.result .toggler.open > .costcenters,
.section .toggler.open > .costcenters,
.result .toggler.open > .layer_2,
.section .toggler.open > .layer_2,
.result .toggler.open > .layer_3,
.section .toggler.open > .layer_3 {
  max-height: 10000px;
  opacity: 1;
}
.result .toggler.open > .row.first .col-3::before,
.section .toggler.open > .row.first .col-3::before,
.result .toggler.open > .row.first .col-1:first-child:before,
.section .toggler.open > .row.first .col-1:first-child:before {
  left: 4px;
  top: 3px;
  transform: rotate(45deg);
}
.result.budget .category.open .row.first .col-3::before,
.section.budget .category.open .row.first .col-3::before {
  display: none;
}
.result.budget .category.open .costcenter.opener,
.section.budget .category.open .costcenter.opener {
  cursor: pointer;
}
.result .category.sum,
.section .category.sum {
  font-weight: 400;
  margin: 5px 0;
  background-color: #eee;
}
.result .category.sum .open,
.section .category.sum .open {
  background-color: none;
}
.result .category.headline,
.section .category.headline {
  display: none;
}
.result .category.ebit,
.section .category.ebit {
  background-color: #dcecea;
  padding: 0;
}
.result .category.ebit.first,
.section .category.ebit.first {
  margin: 5px 0 2px 0;
}
.result .separator,
.section .separator {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #999;
}
.result .ellipsis,
.section .ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: help;
}
.result .col-1 a,
.section .col-1 a,
.result .col-2 a,
.section .col-2 a,
.result .col-3 a,
.section .col-3 a {
  color: #000 !important;
}
.result .col-1 a:hover,
.section .col-1 a:hover,
.result .col-2 a:hover,
.section .col-2 a:hover,
.result .col-3 a:hover,
.section .col-3 a:hover {
  color: #bc0d47 !important;
}
.result.wide {
  width: calc(100% - 40px);
}
.result.year .head,
.result.overflow .head,
.result.year .row.nowrap,
.result.overflow .row.nowrap {
  flex-wrap: nowrap;
  padding-right: 15px;
}
.result.year .head,
.result.overflow .head,
.result.year .body,
.result.overflow .body {
  width: 1800px;
}
.result.year .col-1,
.result.overflow .col-1 {
  width: 6.4%;
}
.result.year .col-3,
.result.overflow .col-3 {
  width: 16.8%;
}
.result.year .row.nowrap .col-3,
.result.overflow .row.nowrap .col-3 {
  position: relative;
  left: 0;
}
.result.year .category .col-3,
.result.overflow .category .col-3,
.result.year .client .col-3,
.result.overflow .client .col-3,
.result.year .layer_1 .col-3,
.result.overflow .layer_1 .col-3 {
  background-color: #fff;
}
.result.year .category.toggler .row.first:hover .col-3,
.result.overflow .category.toggler .row.first:hover .col-3,
.result.year .category.open .row.first .col-3,
.result.overflow .category.open .row.first .col-3,
.result.year .category.ebit .col-3,
.result.overflow .category.ebit .col-3,
.result.year .client.toggler .row.first:hover .col-3,
.result.overflow .client.toggler .row.first:hover .col-3,
.result.year .client.open .row.first .col-3,
.result.overflow .client.open .row.first .col-3 {
  background-color: #dcecea;
}
.result.year .head .col-3,
.result.overflow .head .col-3,
.result.year .category.sum .col-3,
.result.overflow .category.sum .col-3 {
  background-color: #eee;
}
.result.year .costcenters .col-1.last,
.result.overflow .costcenters .col-1.last {
  font-weight: 600;
}
.result.year.cost .head,
.result.overflow.cost .head,
.result.year.cost .body,
.result.overflow.cost .body {
  width: 1960px;
}
.result.year.cost .col-1,
.result.overflow.cost .col-1 {
  width: 6.15%;
}
.result.year.cost .col-3,
.result.overflow.cost .col-3 {
  width: 20%;
}
.result.month.budget .col-1 {
  width: 8%;
}
.result.month.budget .col-2 {
  width: 10%;
}
.result.year.revenue,
.result.overflow.revenue {
  /*     .col-3.costcenter {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        cursor: help;
    } */
}
.result.year.revenue .head,
.result.overflow.revenue .head,
.result.year.revenue .body,
.result.overflow.revenue .body {
  width: 1600px;
}
.result.staff .col-1 {
  width: 5.4%;
}
.result.staff .col-1.short {
  width: 3%;
}
.result.staff .col-1.large {
  width: 7%;
}
.result.staff .col-2 {
  width: 10.8%;
}
.result.staff .col-2.large {
  width: 14%;
}
.result.staff .col-3 {
  width: 17%;
  transition: 0s;
}
.result.staff .col-1:not(.text-right),
.result.staff .col-2:not(.text-right),
.result.staff .col-3:not(.text-right) {
  text-align: initial;
}
.result.staff .row.member:hover,
.result.staff .row.member:hover .col-3 {
  background: #eee;
}
.result.staff.efficiency .col-1 {
  width: 12%;
}
.result.staff.efficiency .col-1.short {
  width: 10%;
}
.result.staff.efficiency .col-3 {
  width: 25%;
}
.result.sickdays .header-first-data h3 {
  margin-bottom: 20px;
}
.result.sickdays .export {
  margin-top: -10px;
}
.result.offer .head div:not(.text-right, .text-center),
.result.order .head div:not(.text-right, .text-center) {
  text-align: unset;
}
.result.offer .col-1,
.result.order .col-1 {
  width: 9%;
}
.result.offer .col-1.short,
.result.order .col-1.short {
  width: 4%;
}
.result.offer .col-1.date,
.result.order .col-1.date {
  width: 7%;
}
.result.offer .col-1.large,
.result.order .col-1.large {
  width: 15%;
}
.result.offer .col-1.medium,
.result.order .col-1.medium {
  width: 20%;
}
.result.offer .col-1.name,
.result.order .col-1.name {
  width: 28%;
}
.result.offer .col-1.offset,
.result.order .col-1.offset {
  width: 83%;
}
.result.offer .costcenters .row div:first-child,
.result.order .costcenters .row div:first-child {
  padding-left: 20px;
}
.result.offer div.assigned,
.result.order div.assigned {
  color: green;
}
.result.offer div.unassigned,
.result.order div.unassigned {
  color: #bc0d47;
}
.result.order .col-1 {
  width: 7%;
}
.result.order .col-1.first {
  width: 9%;
}
.result.order .col-1.large {
  width: 17%;
  padding-right: 10px;
}
.result.order .col-1.offset {
  width: 71%;
}
.result.offer_ssb {
  width: 100%;
  padding-right: 20px;
}
.result.offer_ssb .body {
  height: calc(100vh - 200px);
}
.result.offer_ssb .head div:not(.text-right, .text-center) {
  text-align: unset;
}
.result.offer_ssb .row.nowrap:hover {
  background: #f9f9f9;
}
.result.offer_ssb .col-1 {
  width: 7%;
}
.result.offer_ssb .col-1.small {
  width: 5%;
}
.result.offer_ssb .col-2 {
  width: 14%;
}
.result.offer_ssb .col-3 {
  width: 19%;
  padding-left: 0;
}
.section.bank .head .col-left,
.section.bank .head .col-1,
.section.bank .head .col-2,
.section.bank .head .col-3 {
  padding: 0 0.25rem;
}
.section.bank .export {
  top: 8px;
}
.section.bank .category .col-left,
.section.bank .sum .col-left,
.section.bank .category .col-1,
.section.bank .sum .col-1,
.section.bank .category .col-2,
.section.bank .sum .col-2,
.section.bank .category .col-3,
.section.bank .sum .col-3 {
  padding: 0.25rem;
}
.section.bank .col-left {
  width: 3%;
  padding: 0 5px;
}
.section.bank .col-1 {
  width: 15%;
}
.section.bank .col-1.number {
  width: 12%;
}
.section.bank .col-1.first {
  width: 10%;
}
.section.bank .col-2 {
  width: 18%;
}
.section.bank .col-3 {
  width: 40%;
}
.section.bank .row.head .col-left {
  width: 5%;
}
.section.bank .row.head .col-1.first {
  width: 8%;
}
.section.bank .row.first .col-3 {
  padding-left: 20px;
}
.section.bank .row.first .col-3::before {
  top: 9px !important;
}
.section.bank .open .row.first .col-3::before {
  top: 6px !important;
}
.section.bank .row.sum {
  border-top: 1px solid #eee;
  font-weight: 700;
}
/* .result.group {
    .head, .body {
        width: max-content;
        min-width: 100%;
    }
    .body { height: calc(100vh - 365px); }
    .head, .row.nowrap {
        flex-wrap: nowrap;
    }
    .row.head.first { 
        margin-bottom: 5px;
    }
    .row.head.second { 
        margin-top: 0;
        padding: 3px 0; }
    .col-1 { width: 120px; }
    .col-1.space{ 
        width: 30px;
        border-right: 1px solid @mhc-green;
     }
    .col-2, .col-3 { width: 240px; }
    .row.nowrap {
        .col-3 { 
            position: relative;
            left: 0;
        }
    }
    .row.category:not(.ebit) {
        border-bottom: 1px solid @light-grey;
    }
    .row.ebit { margin: 3px 0; }
    .category .col-3 { background-color: #fff; }
    .category.ebit .col-3 { background-color: @light-green; }
    .head .col-3 { background-color: @light-grey; }
} */
.result.guv_group .head .row,
.result.guv_group .row.nowrap {
  flex-wrap: nowrap;
  width: max-content;
  min-width: 100%;
}
.result.guv_group .head {
  background: none;
  padding: 0;
  margin: 0;
}
.result.guv_group .head .row {
  background: #eee;
  padding: 3px 0;
  margin: 5px 0;
}
.result.guv_group .head .text-center {
  padding-left: 30px;
}
.result.guv_group .col-1 {
  width: 120px;
}
.result.guv_group .col-1.space {
  width: 30px;
  border-right: 1px solid #6F7E82;
}
.result.guv_group .col-2,
.result.guv_group .col-3 {
  width: 240px;
}
.result.guv_group .row.nowrap .col-3 {
  position: relative;
  left: 0;
}
.result.guv_group .row.category:not(.ebit) {
  border-bottom: 1px solid #eee;
}
.result.guv_group .row.ebit {
  margin: 3px 0;
}
.result.guv_group .category .col-3 {
  background-color: #fff;
}
.result.guv_group .category:hover,
.result.guv_group .category:hover .col-3 {
  background-color: #eee;
}
.result.guv_group .category.ebit .col-3 {
  background-color: #dcecea;
}
.result.guv_group .head .col-3 {
  background-color: #eee;
}
.widget {
  position: relative;
  width: 100%;
  height: 255px;
  margin: 0 0 12px 0;
}
.widget.small {
  height: 122px;
}
.widget.small.first {
  margin-bottom: 10px;
}
.widget .last_import {
  position: absolute;
  right: 12px;
  top: 10px;
  font-size: 10px;
  padding: 2px 3px;
  border-radius: 1px;
  color: #222222;
  white-space: nowrap;
  background-color: #eee;
}
.widget .import_date {
  font-size: 10px;
}
.widget h3 span {
  font-size: 0.8em;
  font-weight: normal;
}
.widget .row {
  margin: 0;
}
.widget .row .col {
  flex: 0 0 auto;
  width: 18.5%;
  padding: 0 5px;
}
.widget .head {
  font-weight: 400;
  background: #eee;
  padding: 5px 0;
  margin: 5px 0 10px 0;
}
.widget th {
  font-size: 14px;
  font-weight: 400;
  background: #eee;
  padding: 5px 3px;
}
.widget td {
  font-size: 14px;
}
.widget .text-big td {
  font-size: 24px;
  font-weight: bold;
}
.widget .numbers .col-3 {
  white-space: nowrap;
  padding: 0 5px;
}
.widget .numbers .row:not(.ebit) {
  border: none;
  border-bottom: 1px solid #eee;
}
.widget .ebit {
  margin: 3px 0;
  background-color: #dcecea;
}
.widget.link,
.widget .link {
  cursor: pointer;
}
.widget .text-red {
  color: #bc0d47;
}
.widget .text-orange {
  color: #fc0;
}
.widget .text-grey {
  color: #999;
}
.widget #widget_debit,
.widget #widget_credit {
  cursor: pointer;
}
.widget #widget_debit:hover,
.widget #widget_credit:hover {
  background-color: #dcecea;
}
.widget .widget_info {
  font-size: 12px;
  margin: 20px 0 0 5px;
}
.widget .widget_chart {
  position: relative;
  width: 75%;
  margin: 10px auto 0 auto;
}
.widget .widget_chart.wide {
  width: 90%;
}
.widget i.top-right {
  position: absolute;
  right: 12px;
  top: 10px;
  font-size: 1.5em;
  cursor: pointer;
}
.widget i.top-right.first {
  right: 36px;
}
.widget.efficiency h3 {
  margin-bottom: 20px;
}
.widget.efficiency .widget_chart {
  width: 80%;
}
.widget .efficiency_chart_percent {
  position: absolute;
  left: 50%;
  top: 63px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  transform: translate(-50%);
}
.modal-content h2 span {
  font-size: 0.8em;
  font-weight: normal;
}
.modal-content .row.form-row {
  align-items: center;
  margin: 10px 0;
}
.modal-content .row.form-row > * {
  flex: 1;
}
.modal .efficiency_chart {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
.modal .efficiency_chart_percent {
  position: absolute;
  left: 50%;
  top: 204px;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  transform: translate(-50%);
}
.modal-full {
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: 0;
}
.modal-full .modal-content {
  top: 0;
  width: 100%;
  height: 100%;
  margin-left: 0;
}
.scroll_container {
  position: relative;
  width: 100%;
  overflow-x: auto;
}
.result.outstandings .head {
  padding-right: 20px;
}
.result.outstandings .head div:not(.text-right) {
  text-align: unset;
}
.result.outstandings .row.first {
  font-weight: 600;
}
.result.outstandings .row.first .col-2 {
  border-bottom: 3px solid #222222;
  padding: 10px 0 0 5px;
  margin-bottom: 10px;
}
.result.outstandings .client .row:hover {
  background: #eee;
}
.result.outstandings .col-1 {
  width: 9%;
}
.result.outstandings .col-1.docnumber {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
  cursor: help;
}
.result.outstandings .col-2 {
  padding-left: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
}
.result.outstandings .col-2.description {
  cursor: help;
}
.result.outstandings .offset-8 {
  margin-left: 50%;
}
.result.outstandings .body .row:nth-child(2n) {
  background: #fafafa;
}
.result.outstandings .body .row:hover {
  background: #eee;
}
.result.outstandings .body .row.sum {
  background: #dcecea;
}
.result.outstandings .body .due {
  color: #6F7E82;
}
.result.outstandings .body .border_green {
  border-right: 5px solid #6F7E82;
}
.result.outstandings .body .overdue {
  color: #bc0d47;
}
.result.outstandings .body .border_red {
  border-right: 5px solid #bc0d47;
}
.result.revenue_month .head div:not(.text-right) {
  text-align: unset;
}
.result.revenue_month .row.first {
  font-weight: 600;
}
.result.revenue_month .row.first .col-3 {
  border-bottom: 3px solid #222222;
  padding: 10px 0 0 5px;
  margin-bottom: 10px;
}
.result.revenue_month .client .row:hover {
  background: #eee;
}
.result.revenue_month .col-1 {
  width: 8%;
}
.result.revenue_month .col-1s {
  width: 5%;
}
.result.revenue_month .col-2 {
  width: 23%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: help;
}
.result.revenue_month .col-3 {
  width: 18%;
  padding-left: 5px;
}
.result.revenue_month .body .row:nth-child(2n) {
  background: #fafafa;
}
.result.revenue_month .body .row:hover {
  background: #eee;
}
.result.revenue_month .body .row.sum {
  background: #dcecea;
}
.list {
  height: calc(100vh - 195px);
  overflow-y: auto;
}
.list table thead {
  position: sticky;
  top: 0;
  background: #fff;
}
.list table tbody tr:hover {
  background: #f9f9f9;
}
.list table th {
  font-weight: normal;
  padding: 8px 5px;
  background: #eee;
}
.list table th.thead-border {
  height: 1px;
  padding: 0px;
  background: #000;
}
.list table .btn {
  padding: 3px 10px;
}
.list table th.buttons {
  width: 80px;
}
.list table td {
  padding: 3px 5px;
}
.list table th.long,
.list table td.long {
  width: 10%;
}
.list table td.long {
  white-space: nowrap;
  cursor: help;
}
.sum_row {
  display: flex;
  justify-content: space-between;
}
.sum_row.first {
  font-weight: bold;
}
.sum_row.sum {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #222222;
}
.insurer {
  margin: 5px 0 5px 0;
  padding-bottom: 0px;
}
/*
 * Settings
 */
.step_nr {
  font-size: 20px;
  color: #222222;
  display: block;
  background: #eee;
  padding: 15px;
}
.step_nr.success {
  color: #fff;
  background: #497437;
}
/*
* Modal
*/
.modal-content {
  border: 0;
  border-radius: 0;
  width: 300px;
  margin-left: 100px;
}
.modal-content .modal-header {
  border: none;
  height: 50px;
}
.modal-content .btn.close {
  color: #bc0d47;
}
.modal-content .btn.close span {
  font-size: 30px;
}
.modal-lg .modal-content {
  width: 700px;
  margin-left: 50px;
}
.modal-xl {
  --bs-modal-width: 1500px;
}
.modal-xl .modal-content {
  width: 100%;
  top: 20px;
  margin-left: 0;
}
/*
 * Form
 */
.form-group.row {
  margin-bottom: 10px;
}
.form-control,
.form-select {
  font-size: 14px;
  border-radius: 4px;
}
.form-check {
  margin: 10px 0;
}
.form-check span.date {
  font-size: 10px;
  font-style: italic;
}
.form-check-inline .form-check-label {
  margin-right: 20px;
}
.form-bottom {
  margin-top: 30px;
}
.form-bottom .btn {
  margin-right: 5px;
}
.form-action {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #999;
}
form h4,
form h5,
form h6 {
  border-bottom: 1px solid #999;
}
.collection button {
  border: none;
  border-radius: 3px;
  font-size: 30px;
  line-height: 0.9;
  margin-top: 5px;
}
.select-dropdown {
  position: relative;
}
.select-dropdown .select {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  cursor: default;
  background: #fff no-repeat right 0.75rem center / 16px 12px;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e");
}
.select-dropdown .select.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.select-dropdown .pulldown {
  position: absolute;
  left: 0;
  top: 34px;
  width: max-content;
  max-height: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  background: #fff;
  border-color: #ccc;
  border-radius: 3px;
  transition: 0.1s;
  z-index: 2;
}
.select-dropdown .pulldown.open {
  max-height: 300px;
  overflow: auto;
  border: 1px solid #ccc;
}
.select-dropdown .pulldown .option {
  padding: 0 0.75rem;
}
.select-dropdown .pulldown .option:hover {
  background: #eee;
}
.select-dropdown .pulldown .option.hidden {
  display: none;
}
.select-dropdown .pulldown .separator {
  border-top: 2px solid #ccc;
}
.select-dropdown .pulldown label {
  font-size: 13px;
  font-weight: 400;
  width: calc(100% - 20px);
  padding: 6px 0;
  white-space: nowrap;
}
.select-dropdown .pulldown input[disabled="disabled"] + label {
  opacity: 0.5;
}
.select-dropdown .select-search {
  position: sticky;
  top: 0;
  height: 30px;
  margin-bottom: 10px;
}
.select-dropdown .select-search .search-val {
  height: 30px;
}
.reset {
  margin: 0 0 0 3px;
}
.reset a {
  font-size: 14px;
}
.missing {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
}
.missing .message {
  width: 600px;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  border: 2px solid #ccc;
}
.missing .message p {
  max-height: 450px;
  overflow-y: auto;
}
.missing .message .confirm {
  text-align: center;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #999;
}
.missing h4 {
  color: #fff;
  font-weight: 400;
  padding: 10px !important;
  margin-bottom: 20px;
  background: red;
}
.selector {
  cursor: pointer;
}
.selector:hover {
  color: #bc0d47;
  text-decoration: underline;
}
.loading {
  bottom: 0;
  color: #555;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 10;
}
.loading.form {
  background: rgba(255, 255, 255, 0.5);
}
.loading.form .row {
  margin-top: 33px;
}
@media print {
  #left,
  .page-title,
  .filter.active {
    display: none;
  }
  #main {
    padding-left: 0;
    background: none;
  }
  #main .content {
    padding: 0;
    width: 100%;
  }
  #main .container {
    max-width: none !important;
    margin: 0 !important;
    border: none;
  }
  .result {
    width: 100%;
  }
  .result .export,
  .result i.toggle {
    display: none;
  }
  .result .body {
    height: auto;
  }
  .result .header-data {
    position: running(header-top-data);
  }
  .result .header-first-data {
    position: running(header-first-top-data);
  }
}
/*
 * Documentation
 */
.doc_menu h3 {
  margin-bottom: 20px;
}
.doc_menu h4 {
  margin-bottom: 3px;
}
.doc_menu ul {
  padding-left: 20px;
  list-style: square;
}
.doc_menu a {
  color: #222222 !important;
  text-decoration: none;
}
.doc_menu a:hover {
  color: #bc0d47 !important;
  text-decoration: none !important;
}
.doc_menu a.active {
  color: #bc0d47 !important;
}
.doc_content .overflow {
  overflow: auto;
  max-height: calc(100vh - 270px);
}
.doc_content h4 {
  margin-bottom: 3px;
}
.doc_content table th {
  color: #000;
  font-weight: 600;
  white-space: nowrap;
}
.result .scroll_container {
  height: calc(100vh - 230px);
  overflow-x: auto;
  overflow-y: auto;
  margin-top: 10px;
}
.result .scroll_container .head {
  position: sticky !important;
  top: 0 !important;
  width: 100%;
  z-index: 3;
  margin-top: 0;
}
.result.offer .scroll_container,
.result.order .scroll_container {
  height: calc(100vh - 200px);
}
.result.offer_ssb .scroll_container {
  height: calc(100vh - 154px);
}
.result.overflow .table_container {
  width: 1800px;
  margin-bottom: 30px;
}
.result.overflow .table_container .head {
  position: sticky !important;
  top: 0 !important;
  width: 100%;
  z-index: 3;
  margin-top: 0;
}
.result.overflow .table_container .head .row div {
  background: #eee;
}
.result.overflow .table_container .head .col-3 {
  text-align: left;
}
.result.overflow .table_container .open .costcenters,
.result.overflow .table_container .open .accounts {
  overflow: initial;
}
.result.overflow .table_container .row {
  width: 100%;
  position: relative;
  flex-wrap: nowrap;
}
.result.overflow .table_container .row .fixed {
  position: sticky !important;
  left: 0 !important;
  z-index: 2;
}
.result.overflow .table_container .client .row,
.result.overflow .table_container .category .row {
  padding-right: 15px;
}
.result.overflow .table_container .client .row .fixed,
.result.overflow .table_container .category .row .fixed {
  background: #fff;
}
.result.overflow .table_container .client.sum .col-3.fixed,
.result.overflow .table_container .category.sum .col-3.fixed {
  background: #eee;
}
.result.overflow .table_container .client .row:not(.first):hover .fixed,
.result.overflow .table_container .category .row:not(.first):hover .fixed {
  background: #eee;
}
.result.overflow .table_container .client.open .row.first .fixed {
  background: #dcecea;
}
.result.overflow.distance .table_container {
  width: max-content;
}
.result.overflow.distance .col-1 {
  width: 120px;
}
.result.overflow.distance .col-3 {
  width: 270px;
}
.result.guv_group.overflow .table_container {
  width: max-content;
  min-width: 100%;
}
.result.cost.overflow .table_container {
  width: 1960px;
}
.result.revenue.overflow .table_container {
  width: 1600px;
}
.result.revenue.overflow .table_container .row .col-1.fixed {
  left: calc(1585px * 16.8/100) !important;
  padding-right: 5px;
}
