.header-advance-area {
    position: fixed;
    width: calc(100% - 200px);
    z-index: 100;
    margin-left: 200px;
    transition: all .3s;
}

body.mini-navbar .header-advance-area{
    width: calc(100% - 80px);
    margin-left: 80px;
}

@media (max-width: 1170px) {
    body.mini-navbar .header-advance-area{
        margin-left: 0;
        width: 100%;
    }
}
@media (max-width: 991px) {
    body.mini-navbar .header-advance-area,
    body .header-advance-area{
        margin-left: 0;
        width: 100%;
    }
}

.all-content-wrapper {
    margin-left: 200px;
    padding-top: 60px;
    position:relative;
}

@media (max-width: 991px) {
    .all-content-wrapper {
        padding-top: 120px;
        margin-left: 0 !important;
    }
}

.help-tooltip {
    position: relative;
    display: inline-block;
    margin-left: 5px;
}

.help-tooltip .help-tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: white;
    font-size: 8pt;
    color: #000;
    text-align: center;
    border-width: 1px;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 10000;
    top: 150%;
    left: 50%;
    margin-left: -100px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.help-tooltip .help-tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.help-tooltip:hover .help-tooltiptext {
    visibility: visible;
}

svg a text tspan {
    fill: #0000ff;
    font-family: monospace;
}

#sidebar {
    max-width: 200px;
}

.col-padding {
    padding-top: 15px;
    padding-bottom: 15px;
}

.comment-scrollbar, .timeline-scrollbar, .messages-scrollbar, .project-list-scrollbar {
    height: 700px;
}

.page-header {
    margin: 0px !important;
}

.sr-input-func-2 {
    position: relative;
    margin: 0;
    width: 180px;
    right: 0px;
    transition: .5s ease-out;
}

.title {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
}

@media only screen and (max-width: 1180px) {
    .title {
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 10px;
    }
}

.sr-input-func-2 a {
    position: absolute;
    top: 8px;
    right: 10px;
    color: #999;
    transition: .5s ease-out;
    font-size: 14px;
}

#search {
    float: left;
    vertical-align: middle;
    padding-left: 15px;
}

.search-field {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.title h1 {
    font-size: 20px;
}

.nav-tabs > li > a {
    background: #c9c9c9;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background: #dddddd;
}

.table td {
    width: 100px;
}

#configform .table td {
    width: auto;
}

.fixed-table-loading {
    display: none;
}

.breadcome-menu-2 {
    text-align: right;
    padding-top: 10px;
}

@media (min-width: 992px) and (max-width: 1169px) {
    .menu-switcher-pro {
        display: block;
    }
}

#projektname {
    display: inline-block;
    padding-top: 20px;
    padding-left: 10px;
    float: left;
}

#projektname a {
    color: #C9C9C9;
    font-size: 16px;
}

#projektname a:hover {
    color: #FFFFFF;
}

#user-menu {
    float: right;
    margin: 10px 20px 0 0;
}

.dropdown-toggle {
    background-color: #1B62B7;
}

.dropdown-toggle i {
    color: #c9c9c9;
}

.dropdown-toggle:hover {
    background-color: transparent;
}

.mobile-menu-area {
    background-color: #1B62B7;
}

.mobile-menu {
    background-color: #1B62B7;
}

.vorschaubild {
    margin-top: 20px;
}

.spacer {
    height: 20px;
}

#memory {
    width: 78%;
}

.breadcome-area {
    padding-top: 60px;
}

.header-top-area {
    background: #1B62B7;
}

.footer-copyright-area {
    background: #1B62B7;
}

.menu-switcher-pro {
    background: #1B62B7;
}

.gabo-font-color {
    color: #1B62B7;
}

.gabo-color {
    background: #1B62B7;
}

.gabo-color:hover {
    background: #CCCCCC;
}

.gabo-card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    margin-bottom: 30px;
}

.gabo-card.scroll {
    overflow: scroll;
}

.gabo-card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

a.navbar-brand {
    padding-top: 20px;
    color: #DDDDDD;
}

a.navbar-brand:hover {
    color: #FFFFFF;
}

div.kks {
    position: absolute;
    border: thin solid #ccc;
    opacity: 0.3;
    filter: alpha(opacity=30);
    background: yellow;
}

div.kks a {
    display: block;
    height: 100%;
    background: rgba(255, 255, 0, 0.3);
}

div.kks a:hover {
    background: rgba(50, 50, 50, 0.3);
}

div.dokumente_inhalt {
    position: absolute;
    border: none;
    background: none;
}

/* Tooltip text */
div.kks .tooltiptext {
    visibility: hidden;
    color: #000;
    text-align: center;
    padding: 5px 0;
    border-radius: 3px;
    width: 200px;
    height: 200px;
    opacity: 1;
    background: rgba(255, 255, 255, 1) !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 105%;
}

/* Show the tooltip text when you mouse over the tooltip container */
div.kks:hover .tooltiptext {
    visibility: visible;
}

button.kks {
    border: none;
    font-size: 18px;
    font-weight: bold;
    background: none;
    cursor: pointer;
    color: rgb(0, 123, 255);
    width: 100%;
    display: block;
    text-align: left;
}

button.kks p {
    font-size: 14px;
    font-weight: normal;
}

button.kks_aktiv {
    border: none;
    font-size: 18px;
    font-weight: bold;
    background: none;
    cursor: pointer;
    color: #ffffff;
    width: 100%;
    display: block;
    text-align: left;
}

button.suchedateityp {
    border: none;
    font-size: 18px;
    font-weight: bold;
    background: none;
    cursor: pointer;
    color: rgb(0, 123, 255);
}

#lightbox .modal-content {
    display: inline-block;
    text-align: center;
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    z-index: 1032;
}

/* Sortierung */
input.up-grey {
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent url(/weblib/images/icons/go-up_grey.png) no-repeat center top;
    text-indent: -1000em;
    cursor: pointer;
    /* hand-shaped cursor */
    cursor: hand;
    /* for IE 5.x */
}

input.up {
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent url(/weblib/images/icons/go-up.png) no-repeat center top;
    text-indent: -1000em;
    cursor: pointer;
    /* hand-shaped cursor */
    cursor: hand;
    /* for IE 5.x */
}

input.down-grey {
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent url(/weblib/images/icons/go-down_grey.png) no-repeat center top;
    text-indent: -1000em;
    cursor: pointer;
    /* hand-shaped cursor */
    cursor: hand;
    /* for IE 5.x */
}

input.down {
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent url(/weblib/images/icons/go-down.png) no-repeat center top;
    text-indent: -1000em;
    cursor: pointer;
    /* hand-shaped cursor */
    cursor: hand;
    /* for IE 5.x */
}

input.forward {
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent url(/weblib/images/icons/forward.png) no-repeat center top;
    text-indent: -1000em;
    cursor: pointer;
    /* hand-shaped cursor */
    cursor: hand;
    /* for IE 5.x */
}

input.backward {
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent url(/weblib/images/icons/backward.png) no-repeat center top;
    text-indent: -1000em;
    cursor: pointer;
    /* hand-shaped cursor */
    cursor: hand;
    /* for IE 5.x */
}

OL.bhb {
    counter-reset: item;
}

LI.bhb {
    display: list-item;
}

LI.bhb:before {
    content: counters(item, ".") ".";
    counter-increment: item;
    padding-right: 10px;
    margin-left: -20px;
}

.algolia-autocomplete {
    width: 100%;
}

.algolia-autocomplete .aa-input, .algolia-autocomplete .aa-hint {
    width: 100%;
}

.algolia-autocomplete .aa-hint {
    color: #999;
}

.algolia-autocomplete .aa-dropdown-menu {
    width: 100%;
    background-color: #fff;
    border: 1px solid #999;
    border-top: none;
}

.algolia-autocomplete .aa-dropdown-menu .aa-suggestion {
    cursor: pointer;
    padding: 5px 4px;
}

.algolia-autocomplete .aa-dropdown-menu .aa-suggestion.aa-cursor {
    background-color: #B2D7FF;
}

.algolia-autocomplete .aa-dropdown-menu .aa-suggestion em {
    font-weight: bold;
    font-style: normal;
}

.sprechblase {
    position: relative;
    width: 30%;
    /* Prozentweite der Sprechblase */
    min-width: 80px;
    color: black;
    top: 15px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    background-color: #ffffff;
    border: #000 solid 3px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /* Positionierung zB. 2 nebeneinander */
    float: left;
    margin: 20px 20px 0 0;
}

/* Dreieck: weisse Innenfläche */
.sprechblase:after {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    width: 0;
    top: -15px;
    left: -15px;
    /* Hälfe der Dreiecksweite minus Hälfte der Sprechblase */
    margin-left: 50%;
    /* Hälfte der Sprechblase */
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #fff transparent;
}

/* Dreieck: schwarzer Rahmen */
.sprechblase:before {
    content: "";
    position: absolute;
    z-index: 0;
    display: block;
    width: 0;
    top: -20px;
    left: -17px;
    /* Hälfe der Dreiecksweite minus Hälfte der Sprechblase */
    margin-left: 50%;
    /* Hälfte der Sprechblase */
    border-style: solid;
    border-width: 0 17px 17px;
    border-color: #000 transparent;
}

.arrow_box {
    position: absolute;
    background: #c2e1f5;
    border: 4px solid #88b7d5;
    color: black;
    font-weight: bold;
    padding: 4px;
}

.arrow_box:after, .arrow_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #c2e1f5;
    border-width: 5px;
    margin-left: -5px;
}

.arrow_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #88b7d5;
    border-width: 11px;
    margin-left: -11px;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* Page */
.container {
    /*    position: absolute;
     top: 50%;
      left: 50%;
      margin-right: -50%;
      transform: translate(-50%, -50%);
      text-align: center;*/
    z-index: 900;
}

.more-menu {
    width: 170px;
}

/* More Button / Dropdown Menu */
.more-btn,
.more-menu-btn {
    background: none;
    border: 0 none;
    line-height: normal;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    width: 100%;
    text-align: left;
    outline: none;
    cursor: pointer;
}

.more-dot {
    background-color: #aab8c2;
    margin: 0 auto;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 1px;
    border-radius: 50%;
    transition: background-color 0.3s;
}

.more-menu {
    position: absolute;
    top: 100%;
    z-index: 900;
    float: left;
    padding: 10px 0;
    margin-top: 9px;
    background-color: #fff;
    border: 1px solid #ccd8e0;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    opacity: 0;
    transform: translate(0, 15px) scale(.95);
    transition: transform 0.1s ease-out, opacity 0.1s ease-out;
    pointer-events: none;
}

.more-menu-caret {
    position: absolute;
    top: -10px;
    left: 12px;
    width: 18px;
    height: 10px;
    float: left;
    overflow: hidden;
}

.more-menu-caret-outer,
.more-menu-caret-inner {
    position: absolute;
    display: inline-block;
    margin-left: -1px;
    font-size: 0;
    line-height: 1;
}

.more-menu-caret-outer {
    border-bottom: 10px solid #c1d0da;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: auto;
    left: 0;
    top: 0;
    width: auto;
}

.more-menu-caret-inner {
    top: 1px;
    left: 1px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
}

.more-menu-items {
    margin: 0;
    list-style: none;
    padding: 0;
}

.more-menu-item {
    display: block;
}

.more-menu-btn {
    min-width: 100%;
    color: #66757f;
    cursor: pointer;
    display: block;
    font-size: 13px;
    line-height: 18px;
    padding: 5px 20px;
    position: relative;
    white-space: nowrap;
}

.more-menu-item:hover {
    background-color: #489fe5;
}

.more-menu-item:hover .more-menu-btn {
    color: #fff;
}

.more-btn:hover .more-dot,
.show-more-menu .more-dot {
    background-color: #516471;
}

.show-more-menu .more-menu {
    opacity: 1;
    transform: translate(0, 0) scale(1);
    pointer-events: auto;
}

img.filetypeicon {
    height: 18px;
    width: 18px;
    border: none;
}

img.filetypeicon-big {
    height: 128px;
    width: 128px;
    border: none;
}

.react-app .data-table > thead {
    vertical-align: bottom;
    top: 62px;
}

.sidebar-nav .metismenu ul.submenue {
  margin-left: -30px;
}
.sidebar-nav .metismenu ul.submenue a {
  font-size: 12px;
}

.toggler-container  {
    background: rgb(246, 248, 250);
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

.toggler-container .toggler-row {
    padding: 0;
    display: flex;
}

.toggler-container .toggler-menu {
    flex: 0 0 300px;
    padding: 0;
    background: white;
    transition: .2s;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    position: relative;
    margin-right: 25px;
    margin-left: 0;
    padding-left: 10px;
}
.toggler-container.no-transition .toggler-menu {
    transition: 0s;
}

.toggler-container .toggler-menu > .menu-content {
    padding: 1em 1em 0;
}

.toggler-container.collapsed .toggler-menu > .menu-content {
    border-right: none;
}

.toggler-container .toggler-content {
    margin-left: 15px;
    margin-right: 15px;
}

.toggler-container .toggler-menu-toggler {
    display: block;
    width: 25px;
    height: 40px;
    background: white;
    position: absolute;
    top: 100px;
    right: -24px;
    text-align: center;
    border-radius: 0 5px 5px 0;
    line-height: 40px;
    z-index: 10;
    cursor: pointer;
    border-style: solid;
    border-color: #ddd;
    border-width: 1px 1px 1px 0;
}

.toggler-container.collapsed .toggler-menu {
    flex: 0 0 0;
    border-right: 1px solid #ddd;
    padding-left: 0;
}

.toggler-container.collapsed .toggler-menu > div {
    width:0;
    overflow: hidden;
    padding: 0 !important;
    position: relative;
}

.toggler-container.collapsed .toggler-content {
    flex-grow: 1;
}

.form-tool-attachment-wrapper {padding: 5px;}
.form-tool-attachment-wrapper .form-tool-attachment-row {display: flex;align-items: start; flex-wrap: wrap;}
.form-tool-attachment-wrapper .form-tool-attachment-row .form-tool-attachment-item {
    flex-basis: 160px;
    flex-grow: 0;
    flex-shrink: 0;
    text-align: center;
    padding: 3px;
    overflow: hidden;
}
.form-tool-attachment-wrapper .form-tool-attachment-row .form-tool-attachment-item p {
    word-wrap: break-word;
}

.font-weight-normal {
    font-weight: 400;
}

.gabo-title-wrapper {
    display: flex;
    gap: 20px;
    align-items: center;
}

.gabo-title-wrapper .page-header {
    flex: 1;
}

form .row.button-row > div {
    --gabo-button-row-gap: 20px;

    display: flex;
    gap: var(--gabo-button-row-gap);
}

form .form-legend {
    margin-top: 20px;
}
