
.v-list-item[data-v-88a4905c] {
  padding: 0;
}
.v-btn:not(.v-btn--round).v-size--default[data-v-88a4905c] {
  height: 36px;
  min-width: 64px;
  padding: 0 5px;
}

@media (max-width: 550px) {
.subject {
    white-space: pre-line;
    font-size: 12px;
}
.description {
    white-space: pre-line;
    font-size: 12px;
}
}
.e-hide-add-button {
  display: none !important;
}
/* delete Button am handy bei MiniDialog - immer wegschalten */
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete-icon {
  display: none;
}

/* beim Handy muss das kleine Popupfenster für Edit - Event unter die AppBar gelegt werden! */
.e-quick-popup-wrapper {
  top: calc(50px + constant(safe-area-inset-top)) !important; /* iOS < 11.2 */
  top: calc(50px + env(safe-area-inset-top)) !important;
}
.schedule .e-schedule .e-timeline-month-view .e-resource-cells .e-parent-node {
  background-color: rgb(237, 194, 102);
}
/* templates */
.template .img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.centered-template-icon {
  font-size: 36px;
  margin-top: 12px;
  margin-left: 8px;
}
.resource-image {
  width: 45px;
  height: 40px;
  float: left;
  border-radius: 50%;
  margin-right: 2px;
}
.resource-name {
  font-size: 13px;
}
.resource-name-data {
  font-size: 13px;
  color: orange;
}
.resource-name-text {
  font-size: 13px;
  color: green;
}
.resource-designation {
  font-size: 11px;
}
.resource-img {
  border-radius: 50%;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.dvh .e-sunday {
  background-color: #f5e5e6 !important;
}
.dvh .e-monday {
  background-color: #e7eef6 !important;
}
.dvh .e-tuesday {
  background-color: #e8eaf6 !important;
}
.dvh .e-wednesday {
  background-color: #e3f2fd !important;
}
.dvh .e-thursday {
  background-color: #e1f5fe !important;
}
.dvh .e-friday {
  background-color: #e0f7fa !important;
}
.dvh .e-saturday {
  background-color: #e0f2f1 !important;
}
.e-schedule .e-timeline-view .e-date-header-wrap table tbody td,
.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td {
  padding: 2px !important;
}
.e-appointment {
  min-height: 60px !important;
  margin: 1px;
}
.dvhDienstplan.e-appointment {
  height: 50px !important;
  min-height: 50px !important;
  max-height: 50px !important;
  margin: 0px;
}
.dvhDienstplan.e-schedule .e-timeline-view .e-appointment,
.e-schedule .e-timeline-month-view .e-appointment {
  height: 50px !important;
  min-height: 50px !important;
  max-height: 50px !important;
  margin: 0px;
}
.dvhDienstplan
  .e-schedule
  .e-vertical-view
  .e-all-day-appointment-wrapper
  .e-appointment {
  background: #3f51b5;
  border: 1px solid #e8eaf6;
  border-radius: 2px;
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 22px;
  overflow: hidden;
  position: absolute;
  min-height: 30px !important;
}
.dvhDienstplan.e-schedule
  .e-vertical-view
  .e-all-day-appointment-wrapper
  .e-appointment
  .e-appointment-details
  .e-subject {
  -ms-flex: auto;
  -webkit-box-flex: 1;
  flex: auto;
  font-size: 13px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: clip !important;
  margin: 0px;
}
.vertical-event {
  height: 100%;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  box-sizing: border-box;
  padding: 2px 2px;
  overflow: hidden;
  margin: 0px;
}
.vertical-content {
  display: contents;
}
.vertical-subject {
  writing-mode: vertical-lr; /* Text top->bottom, Zeilen links->rechts */
  text-orientation: mixed;
  white-space: nowrap;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 0;
  max-height: 100%;
}
.vertical-line {
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
  gap: 2px;
  overflow: hidden;
  flex-shrink: 1;
  min-height: 0;
}
.vertical-line:first-child {
  order: 0;
  flex-shrink: 0;
}
.vertical-line:last-child {
  order: 1;
  flex-shrink: 1;
}
/* Zusatzinfos nur anzeigen, wenn genug Platz (z. B. per JS/CSS zusätzliche Klasse setzen) */
.vertical-location,
.vertical-desc {
  writing-mode: vertical-lr;
  white-space: nowrap;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Wenn Appointment groß genug ist, kann eine Klasse e-vertical-large gesetzt werden,
   dann die Zusatzinfos anzeigen */
.dvhDienstplan .e-appointment.e-vertical-large .vertical-location,
.dvhDienstplan .e-appointment.e-vertical-large .vertical-desc {
  display: block;
}

/* Appointment-Elemente im Dienstplan: Timeline overflow sichtbar, Vertical-View hidden */
.dvhDienstplan .e-timeline-view .e-appointment,
.dvhDienstplan .e-timeline-month-view .e-appointment {
  overflow: visible !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0 !important;
}
.dvhDienstplan .e-vertical-view .e-appointment {
  overflow: hidden !important;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 !important;
  margin: 0 !important;
}
/* Syncfusion Default-Elemente und Overflow-Indikatoren im Vertical-View ausblenden */
.dvhDienstplan .e-vertical-view .e-appointment .e-left-icon,
.dvhDienstplan .e-vertical-view .e-appointment .e-right-icon,
.dvhDienstplan .e-vertical-view .e-appointment .e-up-icon,
.dvhDienstplan .e-vertical-view .e-appointment .e-down-icon,
.dvhDienstplan .e-vertical-view .e-appointment .e-inner-wrap > .e-subject {
  display: none !important;
}
.dvhDienstplan .e-vertical-view .e-appointment .e-appointment-details {
  overflow: hidden !important;
  width: 100%;
  height: 100%;
  padding: 2px !important;
}
.dvhDienstplan
  .groupediting.e-schedule
  .e-month-view
  .e-appointment
  .e-appointment-details {
  padding: 1px;
  padding-left: 3px;
  margin: 0 !important;
}
.dvhDienstplan.e-schedule .e-timeline-view .e-resource-cells.e-parent-node,
.dvhDienstplan.e-schedule .e-timeline-view .e-work-cells.e-resource-group-cells {
  height: 50px !important;
  background: #43a047 !important;
}
.dvhDienstplan.e-schedule .e-timeline-view .e-work-cells,
.dvhDienstplan.e-schedule .e-timeline-month-view .e-work-cells {
  min-height: 55px !important;
  width: 40px;
}
.dvh.schedule .e-schedule .e-timeline-view .e-work-cells,
.dvh.schedule .e-schedule .e-timeline-month-view .e-work-cells {
  height: 60px !important;
}
.dvh.schedule .e-schedule .e-timeline-view .e-resource-cells,
.dvh.schedule .e-schedule .e-timeline-month-view .e-resource-cells {
  /* background-color: #aacadf !important; */
  border-color: rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0 1px 1px 0;
  color: rgba(0, 0, 0, 0.87);
  height: 60px !important;
  padding-left: 15px;
  padding-right: 0;
  vertical-align: middle;
}
.dvhDienstplan.e-schedule .e-timeline-view .e-resource-cells,
.dvhDienstplan.e-schedule .e-timeline-month-view .e-resource-cells {
  background-color: #fafafa;
  border-color: rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0 1px 1px 0;
  color: rgba(0, 0, 0, 0.87);
  min-height: 55px !important;
  padding-left: 15px;
  padding-right: 0;
  vertical-align: middle;
}
.dvhDienstplan.e-schedule .e-vertical-view .e-resource-cells {
  background-color: #fafafa;
  border-color: rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0 1px 1px 0;
  color: rgba(0, 0, 0, 0.87);
  height: auto;
  padding-left: 15px;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
  height: 90px !important;
}
.dvhDienstplan .templatewrap {
  text-align: left;
  width: 100%;
  height: 100%;
  overflow-wrap: break-word;
  padding-top: 4px;
  white-space: normal;
  word-wrap: break-word;
}
.templatewrap img {
  width: 20px;
  height: 20px;
}
.dvhDienstplan .weekend {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05) !important;
}
.dvhDienstplan.e-schedule .e-timeline-view .e-resource-left-td .e-resource-text {
  display: flex;
  font-weight: 500;
  padding: 0;
  height: 140px !important;
}

.dvh.e-schedule .e-schedule-toolbar .e-icons[data-v-68d9757c] {
  font-family: "Schedule_print", "e-icons";
}
.dvh.e-schedule .e-schedule-toolbar .e-icon-schedule-print[data-v-68d9757c]::before {
  content: "\e204";
}
.dvh.e-schedule .e-schedule-toolbar .e-toolbar-item.e-today[data-v-68d9757c] {
  display: none;
}
.dvhDialog[data-v-68d9757c] {
  padding: 0px;
  width: 450px;
  /* NOTCH bei Iphone umgehen */
  padding-top: 20px;
  padding-bottom: 20px;
  padding-top: constant(safe-area-inset-top, 2px);
  /* Status bar height on iOS 11+ */
  padding-top: env(safe-area-inset-top, 2px);
  padding-bottom: constant(safe-area-inset-top);
  /* Status bar height on iOS 11+ */
  padding-bottom: env(safe-area-inset-top);
}
.dvh[data-v-68d9757c] {
  min-width: 500px;

  width: 100%;
}
.dvh.e-schedule .e-schedule-table[data-v-68d9757c] {
  border: 0 none;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
  table-layout: fixed;
  width: 100%;
  height: 100vh;
}
.dvh.e-schedule .e-read-only[data-v-68d9757c] {
  opacity: 0.5;
}
.dvh.e-schedule .e-vertical-view .e-day-wrapper .e-appointment.e-past-app[data-v-68d9757c] {
  background-color: #d2691e;
}
.dvh.e-schedule .e-date-header-wrap .e-schedule-table thead[data-v-68d9757c] {
  display: none;
}
.dvh.e-schedule .e-date-header div[data-v-68d9757c] {
  display: inline-grid !important;
  width: -webkit-fill-available;
  height: fit-content !important;
  text-align: center;
}
@media (max-width: 550px) {
.dvh[data-v-68d9757c] {
    min-width: 300px;
    min-height: 450px;
    width: 100%;
    height: 100%;
}
.dvhDialog[data-v-68d9757c] {
    padding: 0px;
    width: 100%;
    /* NOTCH bei Iphone umgehen */
    padding-top: 20px;
    padding-bottom: 20px;
    padding-top: constant(safe-area-inset-top, 2px);
    /* Status bar height on iOS 11+ */
    padding-top: env(safe-area-inset-top, 2px);
    padding-bottom: constant(safe-area-inset-top);
    /* Status bar height on iOS 11+ */
    padding-bottom: env(safe-area-inset-top);
}
.e-schedule .e-month-view .e-work-cells[data-v-68d9757c] {
    height: auto;
    vertical-align: top;
    max-width: auto;
}
.e-schedule .e-timeline-view .e-work-cells[data-v-68d9757c] {
    position: relative;
}
.dvh.e-schedule .e-timeline-view .e-resource-left-td[data-v-68d9757c] {
    width: 100px;
}
}
/* am Handy geht bei EDIT ein PopUp Fenster auf - mit dem CSS kann ich es runter rutschen - wegen NOTCH */
.dvh .e-quick-popup-wrapper.e-device[data-v-68d9757c] {
  top: 20px !important;
}
.dvh.e-quick-popup-wrapper .e-event-popup .e-custom-row[data-v-68d9757c] {
  color: #212529;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}
.dvh.e-quick-popup-wrapper .e-event-popup .e-custom-icon[data-v-68d9757c] {
  color: #495057;
  font-size: 18px;
  padding-right: 13px;
  font-size: 16px;
  padding: 2px 10px 0 0;
}
.dvh.e-quick-popup-wrapper .e-event-popup .e-custom-status[data-v-68d9757c] {
  color: #212529;
  cursor: default;
  font-size: 14px;
}
.dvh.e-quick-popup-wrapper .e-custom-icon[data-v-68d9757c]::before {
  content: "\e77d";
}
.dvh .e-custom-icon .e-custom-icon[data-v-68d9757c]::before {
  content: "\e77d";
}
.dvh.e-schedule .e-employee-cells.e-child-node .employee-category[data-v-68d9757c],
.block-events.e-schedule .e-employee-cells.e-child-node .employee-name[data-v-68d9757c] {
  padding: 5px;
}
.cssPersonlich[data-v-68d9757c] {
  background-color: green;
}
.cssAlle[data-v-68d9757c] {
  background-color: lightblue;
  max-width: 50px;
}
.dvh .block-events.e-schedule .template-wrap[data-v-68d9757c] {
  display: flex;
  text-align: left;
  height: 100%;
  line-height: 57px;
}
.dvh .templatewrap[data-v-68d9757c] {
  text-align: center;
  width: 100%;
  height: 100%;
}
.dvhDienstplan .templatewrap[data-v-68d9757c] {
  text-align: left;
  width: 100%;
  height: 100%;
  overflow-wrap: break-word;
  padding-top: 4px;
  white-space: normal;
  word-wrap: break-word;
}
.templatewrap img[data-v-68d9757c] {
  width: 20px;
  height: 20px;
}
.dvhDienstplan .weekend[data-v-68d9757c] {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05) !important;
}
.dvhDienstplan.e-schedule .e-timeline-view .e-resource-left-td .e-resource-text[data-v-68d9757c] {
  display: flex;
  font-weight: 500;
  padding: 0;
  height: 140px !important;
}
