.displayInlineFlex {
  display: inline-flex;
}
.noCursorInteraction {
  cursor: default;
  pointer-events: none;
}
/* .fa-info:before {
    color: @bg-dark-1;
} */
.searchWF-docInfo {
  background-color: #2693D0;
  height: 100%;
}
.searchWF-docInfo .badge {
  margin-bottom: 0;
}
/*Eingabefeld der Informationen im Bearbeitungsmodus*/
.docView {
  color: #003350 !important;
}
.docView,
.docEdit {
  display: table-cell;
  vertical-align: middle;
  height: 20px;
  font-size: 1.92rem;
  color: #0080C8;
  background-color: #FFFFFF;
  font-weight: normal;
}
.docView .badge,
.docEdit .badge {
  margin-bottom: 0;
}
.docView .splitter.dashed,
.docEdit .splitter.dashed {
  margin: 12.8px 1px;
}
.docTypeLabel {
  display: block;
  max-width: inherit;
  overflow-wrap: anywhere;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  white-space: normal;
}
.docEdit div.right-tab-content label {
  margin-bottom: 0;
  font-size: 1.92rem;
  font-weight: normal;
}
/*Querverweis-Überschrift*/
.linkedDocs {
  padding-left: 3.2px;
}
.linkedDocs + [ui-grid] .ui-grid-menu-mid {
  max-height: none !important;
}
.linkedDocs + [ui-grid] .ui-grid-render-container-body .ui-grid-header-viewport {
  width: auto;
}
.docViewSmall,
.input-filter {
  text-overflow: ellipsis;
  overflow: hidden;
  padding-top: 1.6px;
}
.docViewSmall {
  white-space: nowrap;
}
.docViewSmall:hover,
.docViewSmall:focus {
  text-overflow: clip;
  white-space: normal;
  word-break: break-all;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 24px;
}
.search-params .input-group-btn button,
.prx-edit-doc-input-row .input-group-btn button,
.archive-mask span.input-group-btn button {
  height: 22.4px;
  padding: 0 0 1px 2px;
}
/* deactivated due to fields view in searchWF
    input[type=text].search-params.ng-valid-date {
    max-width: 80px;
}*/
.search-params {
  display: inline;
  padding: 0;
  font-size: 1.92rem;
  padding-left: 4px;
}
.search-params button,
.search-params input {
  margin: 0;
  width: calc(100% - 23px);
  display: inline-block;
}
.search-params input {
  height: 22.4px;
}
.search-params .input-group-btn {
  display: inline-block;
  top: -2px;
}
.intensive-search-params {
  max-width: 200px;
}
.input-mandatory input-field input-number::before,
.input-mandatory input-field input-text::before,
.input-mandatory input-field input-date::before,
.input-mandatory input-field input-number:before,
.input-mandatory input-field input-text:before,
.input-mandatory input-field input-date:before {
  content: "";
  height: 22px;
  width: 4px;
  background-color: #8b3d48;
  position: absolute;
}
.input-mandatory input-field input-number:hover::before,
.input-mandatory input-field input-text:hover::before,
.input-mandatory input-field input-date:hover::before,
.input-mandatory input-field input-number:hover:before,
.input-mandatory input-field input-text:hover:before,
.input-mandatory input-field input-date:hover:before {
  background-color: #bc7d88;
}
.input-mandatory input-field input-number:active::before,
.input-mandatory input-field input-text:active::before,
.input-mandatory input-field input-date:active::before,
.input-mandatory input-field input-number:focus::before,
.input-mandatory input-field input-text:focus::before,
.input-mandatory input-field input-date:focus::before,
.input-mandatory input-field input-number:active:before,
.input-mandatory input-field input-text:active:before,
.input-mandatory input-field input-date:active:before,
.input-mandatory input-field input-number:focus:before,
.input-mandatory input-field input-text:focus:before,
.input-mandatory input-field input-date:focus:before {
  background-color: #b47683;
}
.input-mandatory input-field input-number.ng-not-empty::before,
.input-mandatory input-field input-text.ng-not-empty::before,
.input-mandatory input-field input-date.ng-not-empty::before,
.input-mandatory input-field input-number.ng-not-empty:before,
.input-mandatory input-field input-text.ng-not-empty:before,
.input-mandatory input-field input-date.ng-not-empty:before {
  background-color: #b67784;
}
.input-mandatory input-field input-number::before,
.input-mandatory input-field input-text::before,
.input-mandatory input-field input-date::before,
.input-mandatory input-field input-number:before,
.input-mandatory input-field input-text:before,
.input-mandatory input-field input-date:before {
  top: 16px;
  left: 18px;
}
.input-mandatory > label::after,
.input-mandatory > label:after {
  content: "*";
  color: #BD0B25;
  margin-left: 1.6px;
  font-size: 1.92rem;
  position: absolute;
}
.docEdit .input-mandatory input-field input-number::before,
.docEdit .input-mandatory input-field input-date::before,
.docEdit .input-mandatory input-field input-number:before,
.docEdit .input-mandatory input-field input-date:before {
  margin-top: 1px;
  top: unset;
  left: unset;
}
.docEdit .input-mandatory input-field input-text::before {
  content: none;
}
.docEdit .input-mandatory input-field input-text [ng-switch-when]::before,
.docEdit .input-mandatory input-field input-text [ng-switch-when]:before {
  content: "";
  height: 22px;
  width: 4px;
  background-color: #8b3d48;
  position: absolute;
}
.docEdit .input-mandatory input-field input-text [ng-switch-when]:hover::before,
.docEdit .input-mandatory input-field input-text [ng-switch-when]:hover:before {
  background-color: #bc7d88;
}
.docEdit .input-mandatory input-field input-text [ng-switch-when]:active::before,
.docEdit .input-mandatory input-field input-text [ng-switch-when]:focus::before,
.docEdit .input-mandatory input-field input-text [ng-switch-when]:active:before,
.docEdit .input-mandatory input-field input-text [ng-switch-when]:focus:before {
  background-color: #b47683;
}
.docEdit .input-mandatory input-field input-text [ng-switch-when].ng-not-empty::before,
.docEdit .input-mandatory input-field input-text [ng-switch-when].ng-not-empty:before {
  background-color: #b67784;
}
.docEdit .input-mandatory input-field input-text [ng-switch-when]:not([ng-switch-when="0"])::before {
  height: 24px;
}
.docEdit .input-mandatory input-field input-text [ng-switch-when][ng-switch-when="0"]::before {
  margin-top: 1px;
}
