#tl_listing .mfh_status_label {
  display: inline-block;
  min-width: 8ch;
  text-align: center;
  padding: 0.2em 1em;
  margin-right: 1.5ch;
  border-radius: 1em;
  line-height: 1;
}
#tl_listing td button.mfh_drag {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.tl_fmh_notification_preview {
  display: flex;
  flex-wrap: wrap;
}
.tl_fmh_notification_preview:is(form[data-loading] .tl_notification_preview) {
  opacity: 0.5;
  cursor: wait;
}
.tl_fmh_notification_preview > * {
  flex-basis: 100%;
}
.tl_fmh_notification_preview > .tl_formbody_submit {
  position: relative;
}
.tl_fmh_notification_preview > .tl_formbody_submit .tl_submit_container {
  background: none;
}
.tl_fmh_notification_preview button#notification_preview {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.tl_fmh_notification_preview button#notification_preview:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-right: 0.5ch;
  background: url(/system/themes/flexible/icons/sync.svg) no-repeat scroll 50% 50%;
  background-size: contain;
}
.tl_fmh_notification_preview .notifications {
  display: flex;
  width: auto;
  overflow-x: auto;
}
@media (max-width: 768px) {
  .tl_fmh_notification_preview .notifications {
    display: block;
  }
}
.tl_fmh_notification_preview .notification {
  padding: 12px;
  flex-grow: 1;
}
.tl_fmh_notification_preview .notification:nth-child(even) {
  background: #eaeaec;
}
.tl_fmh_notification_preview .notification .messages {
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .tl_fmh_notification_preview .notification .messages {
    flex-direction: column;
    gap: 15px;
  }
}
.tl_fmh_notification_preview .notification .messages .message .head {
  color: #74b739;
  font-size: 0.75rem;
  line-height: 16px;
  margin-bottom: 5px;
}
.tl_fmh_notification_preview .notification .messages .message.not-editable {
  opacity: 0.5;
}
.tl_fmh_notification_preview .notification .messages .message .widget {
  margin-inline: unset;
}
.tl_fmh_notification_preview .notification .messages .message .widget + .widget {
  margin-top: 5px;
}

.widget.fmh-notification-log-stamps .wrapper > legend {
  box-sizing: border-box;
  padding: 11px 12px 11px 28px;
  background: url(/system/themes/flexible/icons/navcol.svg) 13px 18px no-repeat;
  cursor: pointer;
}
.widget.fmh-notification-log-stamps .wrapper > legend h3 {
  padding: 0;
}
.widget.fmh-notification-log-stamps .wrapper.collapsed > legend {
  background: url(/system/themes/flexible/icons/navexp.svg) 13px 18px no-repeat;
}
.widget.fmh-notification-log-stamps .wrapper.collapsed > *:not(legend) {
  display: none;
}
.widget.fmh-notification-log-stamps .wrapper span.empty {
  margin-left: 25px;
}
.widget.fmh-notification-message .data .label {
  display: inline-block;
  min-width: 15%;
  text-decoration: underline;
  line-height: 1.25;
}
.widget.fmh-notification-message .data .label:after {
  content: ":";
  display: inline-block;
  margin-left: 0.25ch;
  margin-right: 1ch;
}
.widget.fmh-notification-message .data:not(.single) .value {
  margin-left: 15%;
  width: 85%;
}
.widget.fmh-notification-message iframe.value {
  width: 100%;
  min-height: 40vh;
  max-height: 60vh;
}
.widget.fmh-notification-message ul {
  padding-left: 0;
}
.widget.fmh-notification-message ul li.value {
  list-style: none;
}

table.with-zebra > tbody > tr:nth-child(2n) > td {
  background-color: var(--table-nb-even);
}
table.with-zebra > tbody > tr:nth-child(odd) > td {
  background-color: var(--table-nb-odd);
}
table.nested {
  max-width: 100%;
}
table.nested.tl_listing.level1 {
  margin-left: 25px;
  width: calc(100% - 25px);
}
table.nested.tl_show td:first-child {
  width: unset;
}
table.nested td {
  width: 100%;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}