.tx-dl-todos {
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-before: 3;
  -webkit-hyphenate-limit-after: 3;
  -webkit-hyphenate-limit-chars: 6 3 3;
  -webkit-hyphenate-limit-lines: 2;
  -webkit-hyphenate-limit-last: always;
  -webkit-hyphenate-limit-zone: 8%;
  -moz-hyphens: auto;
  -moz-hyphenate-limit-chars: 6 3 3;
  -moz-hyphenate-limit-lines: 2;
  -moz-hyphenate-limit-last: always;
  -moz-hyphenate-limit-zone: 8%;
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: 6 3 3;
  -ms-hyphenate-limit-lines: 2;
  -ms-hyphenate-limit-last: always;
  -ms-hyphenate-limit-zone: 8%;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%; }
  .tx-dl-todos .table thead th {
    border: 1px solid #6c757d; }
  .tx-dl-todos .table-bordered {
    border: 0; }
    .tx-dl-todos .table-bordered th, .tx-dl-todos .table-bordered td {
      border: 1px solid #6c757d; }
    .tx-dl-todos .table-bordered thead th, .tx-dl-todos .table-bordered thead td {
      border-bottom-width: 1px; }
      .tx-dl-todos .table-bordered thead th.is-today, .tx-dl-todos .table-bordered thead td.is-today {
        color: #C00418; }
      .tx-dl-todos .table-bordered thead th .order_total, .tx-dl-todos .table-bordered thead td .order_total {
        color: #373737 !important;
        font-weight: normal; }
    .tx-dl-todos .table-bordered tbody tr:nth-of-type(odd) {
      background-color: transparent; }
    .tx-dl-todos .table-bordered tbody .backlog,
    .tx-dl-todos .table-bordered tbody .dailyList {
      border-bottom: 0 !important;
      border-top: 0 !important; }
      .tx-dl-todos .table-bordered tbody .backlog .ticket-belated > i,
      .tx-dl-todos .table-bordered tbody .dailyList .ticket-belated > i {
        color: #C00418; }
    .tx-dl-todos .table-bordered tbody .dailyList {
      background-color: #E8E4DA; }
  .tx-dl-todos .table-horizontal {
    table-layout: fixed; }
    .tx-dl-todos .table-horizontal th {
      font-size: 0.9rem; }
      .tx-dl-todos .table-horizontal th span {
        font-size: 0.8rem;
        margin-left: 0.2777777778rem; }
  .tx-dl-todos .alert {
    border-radius: 0; }
  .tx-dl-todos .todo-header {
    padding: 0.6666666667rem 0; }
  .tx-dl-todos .card {
    border: 1px solid #373737;
    border-bottom-width: 5px !important;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left-width: 5px !important;
    max-width: 100%; }
    .tx-dl-todos .card.belated {
      border: 1px solid #C00418; }
      .tx-dl-todos .card.belated .card-header::after {
        border-bottom: 1px solid #C00418; }
      .tx-dl-todos .card.belated .card-header::before {
        box-shadow: -1px 1px 1px rgba(192, 4, 24, 0.2); }
    .tx-dl-todos .card:hover {
      background: #fff; }
    .tx-dl-todos .card .card-header .card-logo {
      min-width: 40px; }
    .tx-dl-todos .card .card-header:first-child {
      border-radius: 3px; }
    .tx-dl-todos .card .card-header .spacer {
      float: right;
      cursor: pointer;
      z-index: 1; }
      .tx-dl-todos .card .card-header .spacer i {
        font-size: 1rem; }
    .tx-dl-todos .card .card-header .ticket-sort-arrow {
      float: left !important; }
    .tx-dl-todos .card .card-footer {
      border-top: 1px solid #373737; }
      .tx-dl-todos .card .card-footer .float-right a, .tx-dl-todos .card .card-footer .float-right .color-form {
        padding: 1px; }
    .tx-dl-todos .card .card-body {
      border-top: 1px solid #373737; }
      .tx-dl-todos .card .card-body a {
        color: #6c757d; }
    .tx-dl-todos .card .card-body, .tx-dl-todos .card .card-footer {
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out; }
      .tx-dl-todos .card .card-body.active, .tx-dl-todos .card .card-footer.active {
        opacity: 1;
        visibility: visible;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out; }
    .tx-dl-todos .card .ui-resizable-handle {
      width: 10px; }
  .tx-dl-todos .note .card-header div.row {
    margin-top: 0; }
  .tx-dl-todos .ticket {
    max-width: none !important; }
    .tx-dl-todos .ticket .row {
      word-wrap: break-word; }
  .tx-dl-todos a {
    color: #C00418; }
    .tx-dl-todos a:hover {
      color: #C00418; }
  .tx-dl-todos .text-danger a {
    color: #dc3545; }
  .tx-dl-todos .backlog {
    background: #dee2e6; }
  .tx-dl-todos th.backlog {
    color: #373737;
    border-right: 1px solid #6c757d; }
    .tx-dl-todos th.backlog .backlog-filter {
      width: 1.1111111111rem;
      height: 1.1111111111rem;
      min-height: unset;
      margin-top: .125rem; }
  .tx-dl-todos .card-title {
    font-size: 1rem;
    margin-bottom: 0.25rem; }
  .tx-dl-todos .card-text {
    font-size: 0.8rem; }
  .tx-dl-todos .card-header {
    cursor: grab; }
  .tx-dl-todos .card-header,
  .tx-dl-todos .card-footer {
    padding: 0.4444444444rem 0.2777777778rem;
    font-size: 0.6666666667rem; }
  .tx-dl-todos .card-body {
    padding: 0.6666666667rem; }
  .tx-dl-todos .absence {
    background: #d76262 !important; }
  .tx-dl-todos .absenceHalfDay {
    background: repeating-linear-gradient(-45deg, #d7626299, #d7626299 5px, #e8e4da 5px, #e8e4da 33px); }
  .tx-dl-todos .absenceHeader {
    display: inline-block;
    color: white;
    font-weight: bold;
    padding: 0.5rem;
    border-radius: 5px;
    background: #C00418; }
  .tx-dl-todos .card .card-footer {
    padding: 0.5555555556rem; }
  .tx-dl-todos td.backlog {
    border-right: 1px solid #6c757d; }
    .tx-dl-todos td.backlog .ticket-belated > i {
      color: #C00418; }
    .tx-dl-todos td.backlog .form-group.-animated {
      padding-top: 0.5555555556rem; }
  .tx-dl-todos .card-avatar {
    height: 1.9444444444rem;
    width: 1.9444444444rem;
    margin-bottom: 0.2777777778rem;
    min-width: 1.9444444444rem;
    margin-left: 0.2777777778rem; }
    .tx-dl-todos .card-avatar img {
      border-radius: 50%;
      height: 1.9444444444rem;
      width: 1.9444444444rem;
      object-fit: cover; }
    .tx-dl-todos .card-avatar .initials {
      background: #6c757d;
      color: #dee2e6;
      font-weight: 600;
      border-radius: 50%;
      font-size: 0.6666666667rem;
      padding: 0.5rem 0;
      height: 1.9444444444rem;
      width: 1.9444444444rem;
      text-align: center;
      display: block; }
  .tx-dl-todos .card-clockodo, .tx-dl-todos #runningClockodo-btn {
    margin-bottom: 0;
    cursor: pointer; }
    .tx-dl-todos .card-clockodo i, .tx-dl-todos #runningClockodo-btn i {
      color: #C00418;
      cursor: pointer;
      font-size: 1.9444444444rem; }
  .tx-dl-todos .clockodo-form {
    display: none; }
    .tx-dl-todos .clockodo-form.active {
      display: block; }
  .tx-dl-todos .openModal.inactive, .tx-dl-todos .controllClockodo.inactive {
    display: none; }
  .tx-dl-todos #runningClockodo {
    padding: 1rem 0;
    margin-bottom: 1rem;
    color: #C00418;
    border: 2px solid #C00418;
    border-radius: 3px; }
    .tx-dl-todos #runningClockodo p, .tx-dl-todos #runningClockodo label {
      margin: 0; }
    .tx-dl-todos #runningClockodo #runningClockodo-btn {
      text-align: right; }
    .tx-dl-todos #runningClockodo #runningClockodo-description {
      font-weight: 500; }
      .tx-dl-todos #runningClockodo #runningClockodo-description p {
        height: 100%;
        line-height: 2rem; }
  .tx-dl-todos .ticket-text {
    font-size: 0.8888888889rem;
    margin-left: 1rem; }
  .tx-dl-todos .typo3-messages {
    list-style-type: none; }
    .tx-dl-todos .typo3-messages .alert-warning {
      background-color: #dc3545;
      color: white; }

.color-picker-container {
  display: inline-block; }
  .color-picker-container .ticket-color {
    cursor: pointer;
    color: #C00418;
    padding: 0.1666666667rem; }
    .color-picker-container .ticket-color:hover {
      color: #C00418; }
    .color-picker-container .ticket-color .dl-color-picker {
      display: none; }

.update-date-link-hidden {
  display: none; }

.ticket-updateDate {
  cursor: pointer;
  color: #C00418;
  padding: 0.1666666667rem; }
  .ticket-updateDate:hover {
    color: #C00418; }
  .ticket-updateDate .ticket-date-picker {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 0;
    height: 0;
    visibility: hidden; }

#accordion-header {
  background-color: white;
  z-index: 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%); }
  #accordion-header.sticky-top {
    z-index: 1020;
    padding-top: 1rem;
    border-bottom: 1px solid #707070; }
  #accordion-header .accordion-container, #accordion-header .accordion-container-sm, #accordion-header .accordion-container-md, #accordion-header .accordion-container-lg, #accordion-header .accordion-container-xl, #accordion-header .accordion-container-xxl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
  @media (min-width: 576px) {
    #accordion-header .accordion-container, #accordion-header .accordion-container-sm, #accordion-header .accordion-container-md, #accordion-header .accordion-container-lg, #accordion-header .accordion-container-xl, #accordion-header .accordion-container-xxl {
      max-width: 520px; } }
  @media (min-width: 768px) {
    #accordion-header .accordion-container, #accordion-header .accordion-container-sm, #accordion-header .accordion-container-md, #accordion-header .accordion-container-lg, #accordion-header .accordion-container-xl, #accordion-header .accordion-container-xxl {
      max-width: 560px; } }
  @media (min-width: 992px) {
    #accordion-header .accordion-container, #accordion-header .accordion-container-sm, #accordion-header .accordion-container-md, #accordion-header .accordion-container-lg, #accordion-header .accordion-container-xl, #accordion-header .accordion-container-xxl {
      max-width: 720px; } }
  @media (min-width: 1200px) {
    #accordion-header .accordion-container, #accordion-header .accordion-container-sm, #accordion-header .accordion-container-md, #accordion-header .accordion-container-lg, #accordion-header .accordion-container-xl, #accordion-header .accordion-container-xxl {
      max-width: 920px; } }
  @media (min-width: 1820px) {
    #accordion-header .accordion-container, #accordion-header .accordion-container-sm, #accordion-header .accordion-container-md, #accordion-header .accordion-container-lg, #accordion-header .accordion-container-xl, #accordion-header .accordion-container-xxl {
      max-width: 1440px; } }

#backlog-absent, #backlog-management, #backlog-unassigned {
  padding: 0.6666666667rem;
  border: 1px solid #373737; }
  #backlog-absent .card-columns, #backlog-management .card-columns, #backlog-unassigned .card-columns {
    column-count: 2; }

.user-selector-container .collapsing {
  -webkit-transition: none;
  transition: none;
  display: none; }

.move-down,
.move-up {
  float: right; }

.partials .form-group.-animated.-active label, .partials .form-group.-animated.-focus label {
  -webkit-transform: translateY(-26.5px);
  -moz-transform: translateY(-26.5px);
  -ms-transform: translateY(-26.5px);
  -o-transform: translateY(-26.5px);
  transform: translateY(-26.5px); }
.partials .form-group.-animated label {
  right: 3px;
  text-align: left; }

.accordion-body .form-group.-animated label {
  left: 2px;
  padding-left: 9px; }
.accordion-body .form-group.-animated.-active label, .accordion-body .form-group.-animated.-focus label {
  -webkit-transform: translateY(-16.5px);
  -moz-transform: translateY(-16.5px);
  -ms-transform: translateY(-16.5px);
  -o-transform: translateY(-16.5px);
  transform: translateY(-16.5px);
  left: 2px;
  padding-left: 0; }

.accordion-collapse {
  width: 100%; }
  .accordion-collapse .alert p {
    margin-bottom: 0; }
  .accordion-collapse .ticket-due-alerts .alert-text {
    font-size: 0.8333333333rem; }

/* TODO change ticket color after its priority, i. e.
.ticket-priority-Niedrig .card-body {
    background-color: #EAF7FF;
}

.ticket-priority-Hoch .card-body {
    background-color: #FFE2E2;
}

.ticket-priority-Sofort .card-body {
    background-color: #FAEFEF;
}
*/
.note.card {
  margin-bottom: 0.5rem; }
  .note.card .card-text {
    padding-left: 0.25rem;
    padding-right: 2rem; }
  .note.card .note-delete-form {
    position: absolute;
    top: 0.35rem;
    right: 0.35rem; }
    .note.card .note-delete-form .delete-note-button {
      padding: 0.15rem 0.35rem;
      font-size: 0.9rem; }
      .note.card .note-delete-form .delete-note-button:hover {
        background-color: #373737;
        color: #fff; }

.note-create-form {
  display: grid; }
  .note-create-form .add-note-button {
    padding: 0.15rem 0.35rem;
    font-size: 0.9rem;
    margin-top: 0.25rem; }

.legende td {
  padding-right: 10px; }
.legende .card-header[data-prio="Niedrig"]::before {
  border-color: white white #E8E4DA #E8E4DA; }
.legende .card-header[data-prio="Normal"]::before {
  border-color: white white #FFFFFF #FFFFFF; }
.legende .card-header[data-prio="Hoch"]::before {
  border-color: white white #FFB779 #FFB779; }
.legende .card-header[data-prio="Sofort"]::before {
  border-color: white white #C00418 #C00418; }
.legende .card-header .right {
  margin-left: 0.7rem; }

.scrollup {
  width: 3.625rem;
  height: 3.625rem;
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  display: none;
  text-indent: -9999px;
  border: 1px solid #C00418;
  border-radius: 50%;
  background-color: #C00418;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
  z-index: 999; }
  .scrollup:before {
    content: '\f077';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    text-indent: 0;
    font-size: 2.5rem;
    line-height: .9375; }
  .scrollup:focus {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29) !important; }

/*# sourceMappingURL=custom.css.map */
#ticket-copy-button {
    position: absolute;
    right: 29px;
    bottom: 8px;
    font-size: 0.9rem;
}
.fa-copy:hover {
    color: #C004187A
}
.card-header {
    position: relative;
}

