:root {
  --font-xs: 0.7rem;
  --font-s: 0.8rem;
  --font-m: 1.1rem;
  --font-l: 1.5rem;
  --font-xl: 1.9rem;
  --color-text: #1D313F;
  --color-text-light: #264154;
  --color-accent: #355c97;
  --color-danger: #c20000;
  --color-table-1: white;
  --color-table-2: #f4f7fb;
  --color-table-3: #d9e3f2;
  --color-table-4: #c6d5eb;
  --color-table-5: #b4c7e4;
  --color-table-6: #a1b9de;
  --aycan-color: #61a4d3;
  --aycan-opac-60: 0.6;
  --aycan-opac-50: 0.5;
  --aycan-opac-40: 0.4;
  --aycan-opac-30: 0.3;
  --aycan-opac-20: 0.2;
  --aycan-opac-5: 0.05;
  --toolbar-height: 50px;
  --search-width: 167px;
  --aycan-20: rgba(97, 164, 211, var(--aycan-opac-20));
  --aycan-40: rgba(97, 164, 211, var(--aycan-opac-40));
  --aycan-60: rgba(97, 164, 211, var(--aycan-opac-60));
  --aycan-full-20: #dfecf6;
  --aycan-search-border: 1px #acaeb4 solid;
  --aycan-search-background: #ffffff;
  --color-light-grey: #f6f7f8;
  --color-medium-grey: #d9dde2;
  --color-bg-header: var(--color-light-grey);
}
html {
  overscroll-behavior: none;
}
body {
  width: 100%;
  color: var(--color-text);
  font-size: var(--font-s);
}
.mainDiv {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0px;
}
.mainDivBorder {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  margin: 5px;
}
#ui-icon-carat-1-w {
  transform: rotate(-90deg);
}
#ui-icon-carat-1-e {
  transform: rotate(90deg);
}
img.padding10 {
  padding-right: 10px;
}
div#container-search-logo {
  padding: 5px 5px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.textcenter {
  text-align: center;
}
.red {
  color: var(--color-danger);
}
.green {
  color: green;
}
.clear {
  height: 0;
  font-size: 1px;
  margin: 0;
  padding: 1px;
  line-height: 0;
  clear: both;
}
.clearDiv {
  clear: both;
}
.floatLeft {
  float: left;
}
.darkBackground {
  background-color: #000000;
}
.hide {
  display: none;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.dicomviewer {
  background-color: #000000;
  height: 100vh;
  -webkit-user-select: none;
  user-select: none;
  overflow: none;
}
.dicomviewer .content {
  position: fixed;
  top: 40px;
  display: grid;
  grid-template-rows: 120px auto 120px;
  grid-template-columns: 120px auto 120px;
  width: 100%;
  height: 100%;
  background: #000000;
}
.dicomviewer .content table {
  margin: 0;
  padding: 0;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.dicomviewer .content table td {
  margin: 0;
  padding: 1px;
  border: 0;
  border-spacing: 0;
}
.dicomviewer .viewerToolbar {
  width: 100%;
  height: 40px;
  background: #333333;
  background: -moz-linear-gradient(top, #333333 0%, #333333 50%, #000000 51%, #333333 100%);
  background: linear-gradient(to bottom, #333333, #333333 50%, #000000 51%, #333333);
  background: -webkit-linear-gradient(top, #333333 0%, #333333 50%, #000000 51%, #333333 100%);
  background: -o-linear-gradient(top, #333333 0%, #333333 50%, #000000 51%, #333333 100%);
}
@media print {
  .dicomviewer .viewerToolbar {
    display: none;
  }
}
.dicomviewer .viewerMenu {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 40px;
}
.dicomviewer .viewerMenu > li {
  float: left;
  display: block;
  position: relative;
  padding: 0px 5px 0px 5px;
  z-index: 500;
  margin: 0 1px;
  height: 40px;
}
.dicomviewer .viewerMenu > li > a {
  vertical-align: middle;
  display: block;
  padding: 12px 0px 0px 0px;
  font-weight: 700;
  height: 28px;
  text-decoration: none;
  color: #aaa;
  text-align: left;
}
.dicomviewer .viewerMenuLeft {
  float: left;
}
.dicomviewer .viewerMenuRight {
  float: right;
}
#viewerSideBar {
  float: left;
  overflow-y: scroll;
  width: 48px;
}
a#closeSeries {
  padding-right: 5px;
}
.viewerMenu > li.viewerToolbarIcon > a {
  padding: 4px 0px 4px 0px;
  min-height: 32px;
  min-width: 32px;
}
.viewerMenu > li.viewerToolbarIcon img {
  width: 32px;
  height: 32px;
}
.viewerMenu > li > a:hover {
  color: #fff;
}
.viewerMenu > li > a.selected {
  color: #f00;
}
.viewerSubMenu {
  background: #2c2c2c;
  position: absolute;
  left: 0;
  display: none;
  margin: 0 0 0 -1px;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .viewerSubMenu.viewerWLWWPresets {
    left: -60px;
  }
  .studySearchActions {
    margin: 0;
    margin-left: 0.25rem;
  }
}
@media (max-width: 576px) {
  .grid > * {
    grid-column: -1;
    justify-self: center;
  }
}
.viewerSubMenu li {
  border-top: 1px solid #fff;
  width: 200px;
}
.viewerSubMenu li.viewerToolbarIcon {
  margin: 0;
  padding: 0;
  height: 40px;
  width: 40px;
}
.viewerSubMenu li.viewerToolbarIcon a {
  padding: 4px 4px 4px 4px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.viewerSubMenu li.viewerToolbarIcon img {
  width: 32px;
  height: 32px;
}
.viewerSubMenu li.viewerToolbarIconText {
  margin: 0;
  padding: 0;
  height: 40px;
  width: 240px;
}
.viewerSubMenu li.viewerToolbarIconText a {
  padding: 4px 4px 4px 4px;
}
.viewerSubMenu li.viewerToolbarIconText img {
  vertical-align: middle;
  width: 32px;
  height: 32px;
}
.viewerSubMenu > li > a {
  display: block;
  font-weight: 700;
  text-decoration: none;
  color: #aaa;
  text-align: left;
  padding: 8px 5px;
  vertical-align: middle;
}
.viewerSubMenu > li > a.selected {
  color: #f00;
  background: #6c6c6c;
}
.viewerSubMenu > li > a:hover {
  color: #fff;
  background: #4c4c4c;
}
img.viewerToolbarImg {
  width: 16px;
  height: 16px;
}
div.queryWarn {
  margin: 20px;
  padding: 20px;
  border: 3px solid #DDAA00;
  background-color: #FFFFDD;
}
#cineModeSpeedSliderWrapper {
  margin-top: -2px;
}
#cineModeSpeedSliderWrapper .ui-corner-all {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#cineModeSpeedSliderWrapper .ui-widget {
  font-size: 0.5em;
  margin-top: -10px;
}
#cineModeSpeedSliderWrapper .ui-slider-horizontal {
  height: 0.2em;
}
#cineModeSpeedSliderWrapper .ui-state-default,
#cineModeSpeedSliderWrapper .ui-widget-content .ui-state-default,
#cineModeSpeedSliderWrapper .ui-widget-header .ui-state-default {
  margin-top: -3px;
}
.cineModeControl {
  color: #aaa;
  font-weight: bold;
  font-size: 12px;
}
.viewerToolBarLoopInCineMode {
  float: left;
  margin-top: 4px;
}
.viewerToolBarStartStopCineMode {
  float: left;
}
#startStopCineModeButton {
  margin-left: -2px;
  margin-bottom: 0px;
  padding: 0px 4px;
}
.viewerToolBarCineModeFPSDisplay {
  float: right;
  margin-top: 4px;
}
.viewerToolBarCineModeRateLabel {
  float: left;
  margin-top: -18px;
  padding-right: 7px;
}
#cineModeSpeedSlider {
  float: right;
  width: 100px;
}
.aycan_web_help, .switchL10N, #sessionLogout, #openSettings, .aycan_web_about {
  color: blue;
  cursor: pointer;
  text-decoration: none;
}
.wlwwtemplatetable thead th {
  text-align: left;
}
.wlwwtemplatetable tbody tr:nth-child(2) .glyphicon-up,
.wlwwtemplatetable tbody tr:last-child .glyphicon-down {
  visibility: hidden;
}
.wlwwtemplatetable tr:first-child th {
  border-top: none;
}
.wlwwtemplatetable .Name {
  width: 200px;
  max-width: 200px;
}
.wlwwtemplatetable .WL, .wlwwtemplatetable .WW, .wlwwtemplatetable .Min,
.wlwwtemplatetable .Max {
  text-align: right;
  width: 75px;
  max-width: 75px;
}
.table-editable {
  position: relative;
}
.table-remove, .table-up, .table-down {
  cursor: pointer;
  padding: 1px 5px;
  min-width: 10px;
}
.table-remove > .icon-delete:hover {
  filter: brightness(1.2);
}
.table-up, .table-down {
  color: #007;
}
.table-up:hover, .table-down:hover {
  color: #00f;
}
.table-add {
  color: white;
  margin-bottom: 3px;
  margin-left: 0.5rem;
}
.circle-table-add {
  width: 1.5rem;
  height: 1.5rem;
  background: var(--color-accent);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-m);
  margin-bottom: 3rem;
  margin-left: 0.75rem;
}
.circle-table-add:hover {
  filter: brightness(1.2);
}
.table-editable table {
  margin-bottom: 0;
}
li.ui-state-head {
  list-style-type: none;
  border: none;
}
li.ui-state-default {
  font-size: 14px;
}
.rotated {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.rotate-180 {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
@keyframes slideIn {
  0% {
    transform: translateY(-200px);
  }
  100% {
    transform: translateY(0);
  }
}
div.notification-tr {
  width: fit-content;
  z-index: 99981;
  top: 35px;
  position: fixed;
  left: 50%;
  margin-left: -125px;
}
div.notification-space {
  padding: 4px;
}
div.notification {
  position: relative;
  padding: 12px;
  padding-inline: calc(2 * var(--font-l));
  width: 250px;
  word-wrap: break-word;
  font-size: var(--font-s);
  box-shadow: 0 0 4px 0 #b4c1d5;
  animation: slideIn 0.5s;
  background: white;
}
div.notification::before {
  position: absolute;
  left: calc(0.5 * var(--font-l));
  top: 0;
  bottom: 0;
  margin-block: auto;
  width: var(--font-l);
  height: var(--font-l);
  font-size: var(--font-l);
  line-height: 1;
  font-weight: 400;
}
div.notification::after {
  content: "×";
  position: absolute;
  right: calc(0.5 * var(--font-l));
  top: 0;
  bottom: 0;
  margin-block: auto;
  width: var(--font-l);
  height: var(--font-l);
  font-size: var(--font-l);
  line-height: 1;
  opacity: 0.5;
}
div.notification:hover::after {
  opacity: 1;
}
div.notification-success {
  border-left: 4px solid var(--color-accent);
}
div.notification-success::before {
  content: "✓";
  color: var(--color-accent);
}
div.notification-failure {
  border-left: 4px solid var(--color-danger);
}
div.notification-failure::before {
  content: "⚠";
  color: var(--color-danger);
}
body.dark .notification {
  background: #ebebeb;
}
.unselectable {
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.ui-dialog-titlebar {
  background-color: #cfe4f2;
}
.ui-widget-header {
  background-color: #61a4d3;
  background-image: none;
  font-weight: normal;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.25em 0.5em;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 8px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 8px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 8px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 8px;
}
.ui-widget-header {
  border: 1px solid #F0F0F6;
}
.ui-state-default .ui-icon {
  background-image: url(../javascript/jquery-ui/themes/base/images/ui-icons_61a4d3_256x240.png) !important;
}
div.ui-widget-overlay {
  background: rgba(0, 0, 0, 0.65);
  opacity: 1;
}
.viewerMenu > li.viewerToolbarIcon img.viewerToolbarLogo {
  top: 5px;
  right: 20px;
  width: unset;
}
.viewerBack img {
  src: url(../img/toolbar/back.png);
}
.viewerLogout {
  -webkit-mask-image: url(../img/ayc_web_logout.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 32px;
  background-color: white;
  height: 40px;
  width: 15px;
  margin-right: 0.5rem;
}
.loadingCircle {
  content: url(../img/toolbar/spinner.gif);
}
.w100 {
  width: 100%;
}
#WebViewer-Viewer *, #WebViewer-Viewer *::before, #WebViewer-Viewer *::after {
  box-sizing: content-box !important;
}
.ui-icon, .ui-widget-content .ui-icon {
  background-image: url(../javascript/jquery-ui/themes/base/images/ui-icons_444444_256x240.png) !important;
}
div.language-picker {
  width: fit-content;
}
.language-picker span {
  font-size: var(--font-s);
}
.language-picker .dropdown-toggle {
  background: transparent;
}
.language-picker .dropdown-toggle, .language-picker .dropdown-menu {
  height: fit-content;
  border: none;
}
.language-picker .dropdown-toggle::after {
  border-left: 0.25em solid transparent;
  border-right: 0.25em solid transparent;
  vertical-align: inherit;
}
.language-picker .icon--dropdown {
  top: 1px;
  position: relative;
  margin-right: 0.4em;
}
.btn {
  color: var(--color-text);
}
.ayButton {
  border: none;
  background-color: var(--color-accent);
  color: #fff;
  font-size: var(--font-s);
  font-weight: 500;
  border: 1px solid var(--color-accent);
  height: fit-content;
  margin: 0.5rem;
}
.ayButton:first-child {
  margin-left: 0;
}
.ayButton:last-child {
  margin-right: 0;
}
.ayButton-lg {
  font-weight: 600;
}
.ayButton-outline {
  background: transparent;
  color: var(--color-accent);
  font-weight: 600;
}
.ayButton:focus, .ayButton:hover {
  filter: brightness(1.125);
  color: white;
}
.ayButton:active {
  filter: brightness(0.96);
}
.ayButton-outline:focus, .ayButton-outline:hover {
  color: var(--color-accent);
  background: transparent;
}
.ayButton-outline:active {
  background: var(--color-accent);
  color: white;
}
.ayButton-link {
  color: var(--color-accent);
  font-weight: bold;
  background: transparent;
  border: none;
}
.ayButton-link:focus, .ayButton-link:hover {
  color: var(--color-accent);
  font-weight: bold;
}
.datepicker-group .ui-datepicker-trigger {
  align-self: center;
  position: relative;
  left: -30px;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: none !important;
}
.datepicker-group .ui-datepicker-trigger:hover {
  cursor: pointer;
}
.ayButton-danger {
  background: var(--color-danger);
  border-color: var(--color-danger);
}
.ayButton-disabled {
  cursor: default;
}
.ayButton-inactive {
  opacity: var(--aycan-opac-60);
}
div.ayButton-Previous > div {
  transform: rotate(-90deg);
}
div.ayButton-Next > div {
  transform: rotate(90deg);
}
div.ayButton-right {
  float: right;
  margin-right: 0px;
}
div.ayButton-center {
  margin: auto;
}
div.ayButton-left {
  margin-left: 0px;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-light-grey);
  height: 100vh;
  width: 100vw;
  z-index: 999;
  display: flex;
  flex-direction: column;
}
.overlay-caption {
  margin-inline: auto;
  font-size: var(--font-s);
  color: var(--color-text);
  margin-top: 1rem;
}
.loader {
  border: 0.15rem solid transparent;
  border-top: 0.15rem solid var(--color-text);
  border-right: 0.15rem solid var(--color-text);
  border-radius: 50%;
  width: 1.7rem;
  height: 1.7rem;
  animation: spin 1s linear infinite;
  display: inline-block;
  margin-inline: auto;
  margin-top: 200px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.WebViewer-About, .WebViewer-About *, .WebViewer-About *::before,
.WebViewer-About *::after, #WebViewer-Query, #WebViewer-Query *,
#WebViewer-Query *::before, #WebViewer-Query *::after, #WebViewer-Settings,
#WebViewer-Settings * {
  box-sizing: border-box !important;
}
.WebViewer-About {
  display: flex;
  row-gap: 2em;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-inline: 2em;
  font-size: var(--font-s);
}
.WebViewer-About .justify-content-evenly {
  justify-content: space-evenly !important;
}
.WebViewer-About .header {
  align-items: center;
  padding: 2em;
  width: 100%;
  max-width: 1300px;
}
.WebViewer-About .header .header-logo {
  height: 3rem;
  width: auto;
  display: none;
}
.WebViewer-About .header .header-language {
  width: 100%;
  text-align: right;
}
.WebViewer-About .auth {
  width: 100%;
  max-width: 350px;
}
.WebViewer-About .auth h1 {
  font-size: var(--font-l);
}
.WebViewer-About .auth .auth-subtitle {
  margin-bottom: 1.5em;
}
.WebViewer-About .auth .auth-form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.WebViewer-About .auth .auth-form label {
  font-weight: bold;
  margin-bottom: 0.25em;
  letter-spacing: 0.25px;
}
.WebViewer-About .auth .auth-form.hidden {
  display: none;
}
.WebViewer-About .auth .notexisting {
  font-size: medium;
  font-weight: bold;
}
.WebViewer-About .auth .input-lg {
  font-size: var(--font-m);
  padding: 0.5rem 0.85rem;
  margin-bottom: 1em;
  border: 1px solid #ced4da;
  border-radius: 0.5em;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.WebViewer-About .auth .input-lg:focus-visible {
  outline: var(--aycan-color) solid 1px;
}
.WebViewer-About .auth .btn-search {
  width: var(--search-width);
  margin-inline: 1rem;
}
.WebViewer-About .auth .btn-auth {
  width: 50%;
  margin-left: 0;
}
.WebViewer-About .auth .auth-message {
  height: 2.25rem;
  text-align: left;
  margin: 0;
  font-weight: bold;
  color: var(--color-danger);
}
.WebViewer-About .back {
  align-items: center;
}
.WebViewer-About .warnings {
  text-align: center;
  max-width: 550px;
  width: 100%;
  height: fit-content;
  padding: 2em;
  padding-bottom: 1em;
  border-radius: 0.5rem;
  border: 1px solid #e4e9ec;
}
.WebViewer-About .warnings > * {
  margin-bottom: 1em;
}
.WebViewer-About .warnings .warning-error {
  color: var(--color-danger);
  font-weight: bold;
}
.WebViewer-About .warnings .warning-error > ::before {
  content: "⚠";
  color: var(--color-danger);
  font-size: 1.5rem;
  top: 3px;
  position: relative;
  right: 6px;
}
.WebViewer-About .about {
  font-size: var(--font-s);
  align-items: start;
  background: var(--color-light-grey);
  width: 100%;
  padding-block: 1rem;
  color: rgba(29, 49, 63, 0.8);
  white-space: nowrap;
}
.WebViewer-About .about .about-version {
  display: flex;
  justify-self: center;
}
.WebViewer-About .about .about-contact {
  width: fit-content;
  justify-self: center;
}
.WebViewer-About .about .about-contact .contact-head {
  height: 30px;
  font-weight: bold;
}
.WebViewer-About .about .about-contact .contact-head div {
  height: 28px;
  margin: 2px 0px 0px 0px;
}
.WebViewer-About .about .about-product {
  color: var(--aycan-color);
}
.WebViewer-About .about .about-logo {
  width: 100px;
}
.WebViewer-About .about .about-hersteller {
  margin-top: calc(1.5 * var(--font-s));
}
.WebViewer-About .about table.about-gtin td {
  text-align: left;
}
.WebViewer-About .about table.about-gtin tr td:first-child {
  text-align: right;
}
.WebViewer-About .about .icon-udi, .WebViewer-About .about .icon-md-ce,
.WebViewer-About .about .icon-readme {
  height: 28px;
}
.WebViewer-About .about .icon-udi {
  -webkit-mask: url(../img/ayc_web_udi.svg) no-repeat;
  mask: url(../img/ayc_web_udi.svg) no-repeat;
  width: 50px;
}
.WebViewer-About .about .icon-md-ce {
  -webkit-mask: url(../img/ayc_web_md.svg) no-repeat;
  mask: url(../img/ayc_web_md.svg) no-repeat;
  width: 150px;
}
.WebViewer-About .about .icon-readme {
  -webkit-mask: url(../img/ayc_web_splash_readme.svg) no-repeat;
  mask: url(../img/ayc_web_splash_readme.svg) no-repeat;
  width: 40px;
}
.WebViewer-About .about .icon-hersteller,
.WebViewer-About .about .icon-herstelleryear,
.WebViewer-About .about .icon-mep-ch-rep {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 42px;
  height: 42px;
}
.WebViewer-About .about .icon-hersteller {
  background-image: url(../img/ayc_web_splash_hersteller.png);
}
.WebViewer-About .about .icon-herstelleryear {
  background-image: url(../img/ayc_web_splash_herstellungsjahr.png);
}
.WebViewer-About .about .icon-mep-ch-rep {
  background-image: url(../img/ayc_web_splash_mep_ch_rep.png);
  width: 80px;
}
.WebViewer-About .icon {
  display: inline-block;
  background-color: var(--color-accent);
  background-repeat: no-repeat;
  width: 1.8rem;
  height: 1.8rem;
  margin: auto;
}
.WebViewer-About .icon-about {
  background-color: var(--color-text);
  opacity: 0.8;
}
.WebViewer-About .icon-web img {
  width: 4rem;
  height: 4rem;
}
.WebViewer-About .icon-DE {
  background: url(../img/ayc_web_DE.svg) no-repeat;
  height: 20px;
  width: 20px;
  flex-shrink: 0;
}
.WebViewer-About .icon-EN, .WebViewer-About .icon-DICONDE {
  background: url(../img/ayc_web_EN.svg) no-repeat;
  height: 20px;
  width: 20px;
  flex-shrink: 0;
}
.WebViewer-About .icon-label {
  margin-right: 6px;
  margin-top: -3.5px;
}
.WebViewer-About .icon-password {
  display: inline-block;
  position: relative;
  margin-top: -3.5rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  opacity: 0.4;
  cursor: pointer;
  background-color: var(--color-text);
}
.WebViewer-About .icon-visible {
  -webkit-mask: url(../img/ayc_web_open.svg);
  mask: url(../img/ayc_web_open.svg);
}
.WebViewer-About .icon-invisible {
  -webkit-mask: url(../img/ayc_web_invisible.svg);
  mask: url(../img/ayc_web_invisible.svg);
}
.WebViewer-About .icon-delete {
  -webkit-mask: url(../img/ayc_web_delete.svg) no-repeat;
  mask: url(../img/ayc_web_delete.svg) no-repeat;
  width: 1rem;
  height: 1rem;
  background: var(--color-danger);
}
html:lang(DE) .auth-title::after {
  content: "Anmeldung";
}
html:lang(EN) .auth-title::after, html:lang(DICONDE) .auth-title::after {
  content: "Login";
}
html:lang(DE) .auth-subtitle::after {
  content: "Bitte geben Sie hier Ihre Anmeldedaten ein.";
}
html:lang(EN) .auth-subtitle::after, html:lang(DICONDE) .auth-subtitle::after {
  content: "Please enter your login data.";
}
#WebViewer-Query .studySearchBrowser, #WebViewer-Settings .studySearchBrowser,
table.AyTable .studySearchBrowser {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
#WebViewer-Query .studySearchPanel, #WebViewer-Settings .studySearchPanel,
table.AyTable .studySearchPanel {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  font-size: var(--font-s);
}
#WebViewer-Query .studySearchButtonsPanel,
#WebViewer-Settings .studySearchButtonsPanel,
table.AyTable .studySearchButtonsPanel {
  display: flex;
  background: var(--color-bg-header);
  margin-left: 1rem;
}
#WebViewer-Query .studyNoSearchButtons .studySearchSearch,
#WebViewer-Settings .studyNoSearchButtons .studySearchSearch,
table.AyTable .studyNoSearchButtons .studySearchSearch {
  margin-block: 0;
}
#WebViewer-Query .studySearchHeader, #WebViewer-Settings .studySearchHeader,
table.AyTable .studySearchHeader {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: var(--color-bg-header);
  flex-wrap: wrap-reverse;
}
#WebViewer-Query .studySearchHeader .studySearchHeaderStart,
#WebViewer-Settings .studySearchHeader .studySearchHeaderStart,
table.AyTable .studySearchHeader .studySearchHeaderStart {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
}
#WebViewer-Query .studySearchHeader .studySearchHeaderStart .studySearchField-presets,
#WebViewer-Settings .studySearchHeader .studySearchHeaderStart .studySearchField-presets,
table.AyTable .studySearchHeader .studySearchHeaderStart .studySearchField-presets {
  padding: 0.5rem;
}
#WebViewer-Query .studySearchHeader .studySearchHeaderStart .studySearchField,
#WebViewer-Settings .studySearchHeader .studySearchHeaderStart .studySearchField,
table.AyTable .studySearchHeader .studySearchHeaderStart .studySearchField {
  padding: 0.5rem;
  margin: 0;
}
#WebViewer-Query .studySearchHeader .studySearchHeaderGroup,
#WebViewer-Settings .studySearchHeader .studySearchHeaderGroup,
table.AyTable .studySearchHeader .studySearchHeaderGroup {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
}
#WebViewer-Query .studySearchHeader .studySearchHeaderCenter,
#WebViewer-Settings .studySearchHeader .studySearchHeaderCenter,
table.AyTable .studySearchHeader .studySearchHeaderCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}
#WebViewer-Query .studySearchHeader .studySearchHeaderCenter div,
#WebViewer-Settings .studySearchHeader .studySearchHeaderCenter div,
table.AyTable .studySearchHeader .studySearchHeaderCenter div {
  padding: 0.5rem;
}
#WebViewer-Query .studySearchHeader .studySearchHeaderEnd,
#WebViewer-Settings .studySearchHeader .studySearchHeaderEnd,
table.AyTable .studySearchHeader .studySearchHeaderEnd {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#WebViewer-Query .studySearchHeader .studySearchHeaderEnd .studySearchUserPanel,
#WebViewer-Settings .studySearchHeader .studySearchHeaderEnd .studySearchUserPanel,
table.AyTable .studySearchHeader .studySearchHeaderEnd .studySearchUserPanel {
  padding: 0.5rem;
}
#WebViewer-Query .studySearchHeader .studySearchHeaderEnd .linkToAycan,
#WebViewer-Settings .studySearchHeader .studySearchHeaderEnd .linkToAycan,
table.AyTable .studySearchHeader .studySearchHeaderEnd .linkToAycan {
  padding: 0.5rem;
}
#WebViewer-Query .studySearchPanel.studySearchPanel-more .studySearchHeader .studySearchHeaderStart .studySearchField,
#WebViewer-Settings .studySearchPanel.studySearchPanel-more .studySearchHeader .studySearchHeaderStart .studySearchField,
table.AyTable .studySearchPanel.studySearchPanel-more .studySearchHeader .studySearchHeaderStart .studySearchField {
  padding: 1rem;
}
#WebViewer-Query .studySearchLanguagePanel,
#WebViewer-Settings .studySearchLanguagePanel,
table.AyTable .studySearchLanguagePanel {
  margin-top: -5px;
}
#WebViewer-Query .studySearchActions .AYMenuButton-Actions,
#WebViewer-Query .studySearchUserPanel .AYMenuButton-Actions,
#WebViewer-Settings .studySearchActions .AYMenuButton-Actions,
#WebViewer-Settings .studySearchUserPanel .AYMenuButton-Actions,
table.AyTable .studySearchActions .AYMenuButton-Actions,
table.AyTable .studySearchUserPanel .AYMenuButton-Actions {
  width: 85px;
}
#WebViewer-Query .studySearchUserPanel .AYMenuButtonPopUpImage,
#WebViewer-Settings .studySearchUserPanel .AYMenuButtonPopUpImage,
table.AyTable .studySearchUserPanel .AYMenuButtonPopUpImage {
  height: 12px;
  padding-top: 12px;
}
#WebViewer-Query .studySearchLogout .AYMenuButtonText,
#WebViewer-Settings .studySearchLogout .AYMenuButtonText,
table.AyTable .studySearchLogout .AYMenuButtonText {
  display: block;
}
#WebViewer-Query .studySearchLogoutUsername,
#WebViewer-Settings .studySearchLogoutUsername,
table.AyTable .studySearchLogoutUsername {
  text-align: center;
  font-size: 0.75em;
}
#WebViewer-Query div.studySearchLogout img.AYMenuButtonPopUpImage,
#WebViewer-Query div.studySearchLogout img.AYMenuButtonImage,
#WebViewer-Settings div.studySearchLogout img.AYMenuButtonPopUpImage,
#WebViewer-Settings div.studySearchLogout img.AYMenuButtonImage,
table.AyTable div.studySearchLogout img.AYMenuButtonPopUpImage,
table.AyTable div.studySearchLogout img.AYMenuButtonImage {
  padding-top: 1px;
}
#WebViewer-Query div.studySearchLanguagePanel div.AYMenuPanelPopUp,
#WebViewer-Query div.studySearchUserActions div.AYMenuPanelPopUp,
#WebViewer-Settings div.studySearchLanguagePanel div.AYMenuPanelPopUp,
#WebViewer-Settings div.studySearchUserActions div.AYMenuPanelPopUp,
table.AyTable div.studySearchLanguagePanel div.AYMenuPanelPopUp,
table.AyTable div.studySearchUserActions div.AYMenuPanelPopUp {
  background: white;
  border-style: none solid solid solid;
  border-color: var(--aycan-color);
  border-width: 1px;
}
#WebViewer-Query .studySearchPanel-big, #WebViewer-Settings .studySearchPanel-big,
table.AyTable .studySearchPanel-big {
  background: var(--color-bg-header);
  flex-grow: 0;
}
#WebViewer-Query div.studySearchMultiColumn:last-child,
#WebViewer-Settings div.studySearchMultiColumn:last-child,
table.AyTable div.studySearchMultiColumn:last-child {
  margin-top: auto;
  margin-left: auto;
}
#WebViewer-Query .studySearchTextField, #WebViewer-Settings .studySearchTextField,
table.AyTable .studySearchTextField {
  border: none;
  width: var(--search-width);
  padding-inline: 5px;
  border: var(--aycan-search-border);
  background-color: var(--aycan-search-background);
  border-radius: 3px;
  height: 23px;
}
#WebViewer-Query .studySearchTextField-on,
#WebViewer-Settings .studySearchTextField-on,
table.AyTable .studySearchTextField-on {
  color: rgba(0, 0, 0, 1);
}
#WebViewer-Query .studySearchTextField-valid,
#WebViewer-Settings .studySearchTextField-valid,
table.AyTable .studySearchTextField-valid {
  color: green;
}
#WebViewer-Query .studySearchTextField-invalid,
#WebViewer-Settings .studySearchTextField-invalid,
table.AyTable .studySearchTextField-invalid {
  color: red;
}
#WebViewer-Query .studySearchTextField-yellow,
#WebViewer-Settings .studySearchTextField-yellow,
table.AyTable .studySearchTextField-yellow {
  color: #A9B309;
}
#WebViewer-Query .studySearchTextField-invalid::-moz-placeholder,
#WebViewer-Settings .studySearchTextField-invalid::-moz-placeholder,
table.AyTable .studySearchTextField-invalid::-moz-placeholder {
  color: rgba(255, 0, 0, 0.5) !important;
}
#WebViewer-Query .studySearchTextField-invalid:-ms-input-placeholder,
#WebViewer-Settings .studySearchTextField-invalid:-ms-input-placeholder,
table.AyTable .studySearchTextField-invalid:-ms-input-placeholder {
  color: rgba(255, 0, 0, 0.5) !important;
}
#WebViewer-Query .studySearchTextField-invalid::-webkit-input-placeholder,
#WebViewer-Settings .studySearchTextField-invalid::-webkit-input-placeholder,
table.AyTable .studySearchTextField-invalid::-webkit-input-placeholder {
  color: rgba(255, 0, 0, 0.5) !important;
}
#WebViewer-Query .studySearchTextField-valid::-moz-placeholder,
#WebViewer-Settings .studySearchTextField-valid::-moz-placeholder,
table.AyTable .studySearchTextField-valid::-moz-placeholder {
  color: rgba(0, 128, 0, 0.6) !important;
}
#WebViewer-Query .studySearchTextField-valid:-ms-input-placeholder,
#WebViewer-Settings .studySearchTextField-valid:-ms-input-placeholder,
table.AyTable .studySearchTextField-valid:-ms-input-placeholder {
  color: rgba(0, 128, 0, 0.6) !important;
}
#WebViewer-Query .studySearchTextField-valid::-webkit-input-placeholder,
#WebViewer-Settings .studySearchTextField-valid::-webkit-input-placeholder,
table.AyTable .studySearchTextField-valid::-webkit-input-placeholder {
  color: rgba(0, 128, 0, 0.6) !important;
}
#WebViewer-Query .studySearchTextField::-moz-placeholder,
#WebViewer-Settings .studySearchTextField::-moz-placeholder,
table.AyTable .studySearchTextField::-moz-placeholder {
  color: rgba(0, 0, 0, var(--aycan-opac-50));
}
#WebViewer-Query .studySearchTextField:-ms-input-placeholder,
#WebViewer-Settings .studySearchTextField:-ms-input-placeholder,
table.AyTable .studySearchTextField:-ms-input-placeholder {
  color: rgba(0, 0, 0, var(--aycan-opac-50));
}
#WebViewer-Query .studySearchTextField::-webkit-input-placeholder,
#WebViewer-Settings .studySearchTextField::-webkit-input-placeholder,
table.AyTable .studySearchTextField::-webkit-input-placeholder {
  color: rgba(0, 0, 0, var(--aycan-opac-50));
}
#WebViewer-Query input.studySearchTextField[readonly],
#WebViewer-Settings input.studySearchTextField[readonly],
table.AyTable input.studySearchTextField[readonly] {
  background-color: rgba(128,128,128,0.25);
}
#WebViewer-Query .studySearchSelectList,
#WebViewer-Settings .studySearchSelectList, table.AyTable .studySearchSelectList {
  width: var(--search-width);
  height: 23px;
  border: var(--aycan-search-border);
  background-color: var(--aycan-search-background);
  padding-left: 5px;
}
#WebViewer-Query .studySearchField .studySearchSelectList,
#WebViewer-Settings .studySearchField .studySearchSelectList,
table.AyTable .studySearchField .studySearchSelectList {
  margin-left: 10px;
}
#WebViewer-Query .studySearchSelectList[disabled="disabled"],
#WebViewer-Settings .studySearchSelectList[disabled="disabled"],
table.AyTable .studySearchSelectList[disabled="disabled"] {
  background-color: rgba(128, 128, 128, 0.25);
  color: rgb(128,128,128) !important;
}
#WebViewer-Query .studySearchMultiSelectList,
#WebViewer-Settings .studySearchMultiSelectList,
table.AyTable .studySearchMultiSelectList {
  appearance: none;
  margin-left: 10px;
  width: var(--search-width);
  outline: none;
  outline-style: none;
  outline-width: 0;
  border: var(--aycan-search-border);
  background-color: var(--aycan-search-background);
}
#WebViewer-Query .studySearchDate, #WebViewer-Settings .studySearchDate,
table.AyTable .studySearchDate {
  background-image: url(../img/calendar.svg);
  background-position: calc(var(--search-width) - 25px);
  background-repeat: no-repeat;
  width: var(--search-width);
  padding-right: 40px;
}
#WebViewer-Query .search, #WebViewer-Settings .search, table.AyTable .search {
  display: flex;
  align-items: first baseline;
  justify-content: flex-end;
}
#WebViewer-Query .search input, #WebViewer-Settings .search input,
table.AyTable .search input {
  padding-left: 4px;
  padding-right: 4px;
}
#WebViewer-Query .search .label-delete.input-close,
#WebViewer-Settings .search .label-delete.input-close,
table.AyTable .search .label-delete.input-close {
  font-size: 0.8rem;
  opacity: 0.3;
  margin-left: -15px;
  width: 10px;
  margin-right: 5px;
  cursor: pointer;
  display: block;
  text-align: center;
  text-transform: none;
  white-space: nowrap;
}
#WebViewer-Query .search .label-delete.input-close:hover,
#WebViewer-Settings .search .label-delete.input-close:hover,
table.AyTable .search .label-delete.input-close:hover {
  opacity: 1;
}
#WebViewer-Query .studySearchField, #WebViewer-Settings .studySearchField,
table.AyTable .studySearchField {
  display: flex;
  align-items: first baseline;
  margin-block: 0.3rem;
  margin-inline: 1rem;
}
#WebViewer-Query .studySearchField .label-delete.input-close,
#WebViewer-Settings .studySearchField .label-delete.input-close,
table.AyTable .studySearchField .label-delete.input-close {
  font-size: 0.8rem;
  opacity: 0.3;
  cursor: pointer;
  display: block;
  text-align: center;
  text-transform: none;
  white-space: nowrap;
}
#WebViewer-Query .studySearchField .label-delete.input-close.label-delete-text,
#WebViewer-Settings .studySearchField .label-delete.input-close.label-delete-text,
table.AyTable .studySearchField .label-delete.input-close.label-delete-text {
  margin-left: -15px;
}
#WebViewer-Query .studySearchField .label-delete.input-close.label-delete-date,
#WebViewer-Settings .studySearchField .label-delete.input-close.label-delete-date,
table.AyTable .studySearchField .label-delete.input-close.label-delete-date {
  margin-left: -35px;
}
#WebViewer-Query .studySearchField .label-delete.input-close:hover,
#WebViewer-Settings .studySearchField .label-delete.input-close:hover,
table.AyTable .studySearchField .label-delete.input-close:hover {
  opacity: 1;
}
#WebViewer-Query .studySearchField .selectlabel,
#WebViewer-Settings .studySearchField .selectlabel,
table.AyTable .studySearchField .selectlabel {
  flex-grow: 1;
  padding-right: 4px;
}
#WebViewer-Query .studySearchMulti, #WebViewer-Settings .studySearchMulti,
table.AyTable .studySearchMulti {
  display: flex;
  margin-bottom: 0.5rem;
}
#WebViewer-Query .sUnifiedSearchField, #WebViewer-Settings .sUnifiedSearchField,
table.AyTable .sUnifiedSearchField {
  padding: 0.25rem 0.5rem;
  width: 100%;
}
#WebViewer-Query .studySearchPanel.studySearchPanel-more .studySearchField-70,
#WebViewer-Settings .studySearchPanel.studySearchPanel-more .studySearchField-70,
table.AyTable .studySearchPanel.studySearchPanel-more .studySearchField-70 {
  display: none;
}
#WebViewer-Query .studySearchField-presets,
#WebViewer-Settings .studySearchField-presets,
table.AyTable .studySearchField-presets {
  margin-block: 0.5rem;
}
#WebViewer-Query .studySearchField .dropdown-toggle,
#WebViewer-Settings .studySearchField .dropdown-toggle,
table.AyTable .studySearchField .dropdown-toggle {
  height: auto;
  width: var(--search-width);
}
#WebViewer-Query .studySearchField .dropdown-toggle:after,
#WebViewer-Settings .studySearchField .dropdown-toggle:after,
table.AyTable .studySearchField .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
#WebViewer-Query .studySearchField .dropdown-toggle:focus,
#WebViewer-Settings .studySearchField .dropdown-toggle:focus,
table.AyTable .studySearchField .dropdown-toggle:focus {
  background: white;
  filter: none;
}
#WebViewer-Query .studySearchField-presets .dropdown,
#WebViewer-Settings .studySearchField-presets .dropdown,
table.AyTable .studySearchField-presets .dropdown {
  width: fit-content;
}
#WebViewer-Query .studySearchField-modalities .dropdown,
#WebViewer-Settings .studySearchField-modalities .dropdown,
table.AyTable .studySearchField-modalities .dropdown {
  width: var(--search-width);
}
#WebViewer-Query .studySearchField .dropdown-toggle,
#WebViewer-Settings .studySearchField .dropdown-toggle,
table.AyTable .studySearchField .dropdown-toggle {
  border: var(--aycan-search-border);
  padding-block: 1px;
  padding-inline: 5px;
  border-radius: 3px;
}
#WebViewer-Query .studySearchField-60 span,
#WebViewer-Settings .studySearchField-60 span,
table.AyTable .studySearchField-60 span {
  margin-right: 10px;
  vertical-align: top;
}
#WebViewer-Query .studySearchLogo, #WebViewer-Settings .studySearchLogo,
table.AyTable .studySearchLogo {
  height: 32px;
}
#WebViewer-Query div.studySearchSelectContainer,
#WebViewer-Settings div.studySearchSelectContainer,
table.AyTable div.studySearchSelectContainer {
  float: right;
}
#WebViewer-Query .studySearchActions, #WebViewer-Settings .studySearchActions,
table.AyTable .studySearchActions {
  margin: 0.5rem;
  background: white;
  justify-content: space-between;
}
#WebViewer-Query .studySearchActions .AYMenuPanelPopUp,
#WebViewer-Settings .studySearchActions .AYMenuPanelPopUp,
table.AyTable .studySearchActions .AYMenuPanelPopUp {
  background: var(--aycan-full-20);
  border-style: none solid solid solid;
  border-color: var(--aycan-color);
  border-width: 1px;
}
#WebViewer-Query .studySearchActionButton,
#WebViewer-Settings .studySearchActionButton,
table.AyTable .studySearchActionButton {
  cursor: pointer;
  margin-inline: auto 1rem;
  align-self: flex-end;
  width: fit-content;
}
#WebViewer-Query .studySearchActionButton-text,
#WebViewer-Settings .studySearchActionButton-text,
table.AyTable .studySearchActionButton-text {
  font-size: 0.7em;
  text-align: center;
}
#WebViewer-Query .studySearchMore, #WebViewer-Settings .studySearchMore,
table.AyTable .studySearchMore {
  align-self: center;
}
#WebViewer-Query .studySearchPanel.studySearchPanel-less .studySearchButtonsPanel,
#WebViewer-Query .studySearchPanel.studySearchPanel-less .studySearchPanel-big,
#WebViewer-Settings .studySearchPanel.studySearchPanel-less .studySearchButtonsPanel,
#WebViewer-Settings .studySearchPanel.studySearchPanel-less .studySearchPanel-big,
table.AyTable .studySearchPanel.studySearchPanel-less .studySearchButtonsPanel,
table.AyTable .studySearchPanel.studySearchPanel-less .studySearchPanel-big {
  display: none !important;
}
#WebViewer-Query .studySearchPanel.studySearchPanel-less .studySearchRow,
#WebViewer-Settings .studySearchPanel.studySearchPanel-less .studySearchRow,
table.AyTable .studySearchPanel.studySearchPanel-less .studySearchRow {
  margin-bottom: 0.5rem;
}
#WebViewer-Query .studySearchPanel.studySearchPanel-more .studySearchRow,
#WebViewer-Settings .studySearchPanel.studySearchPanel-more .studySearchRow,
table.AyTable .studySearchPanel.studySearchPanel-more .studySearchRow {
  flex-wrap: wrap;
}
#WebViewer-Query .studySearchActionImage,
#WebViewer-Settings .studySearchActionImage, table.AyTable .studySearchActionImage {
  height: 15px;
  width: 15px;
  display: block;
}
#WebViewer-Query .studySearchLess .studySearchActionButton-text,
#WebViewer-Query .studySearchMore .studySearchActionButton-text,
#WebViewer-Settings .studySearchLess .studySearchActionButton-text,
#WebViewer-Settings .studySearchMore .studySearchActionButton-text,
table.AyTable .studySearchLess .studySearchActionButton-text,
table.AyTable .studySearchMore .studySearchActionButton-text {
  display: none;
}
#WebViewer-Query .studySearchLess, #WebViewer-Settings .studySearchLess,
table.AyTable .studySearchLess {
  margin-bottom: 0.5rem;
}
#WebViewer-Query .fontSize07, #WebViewer-Settings .fontSize07,
table.AyTable .fontSize07 {
  font-size: 0.7rem;
}
#WebViewer-Query .toggleSeriesImg, #WebViewer-Settings .toggleSeriesImg,
table.AyTable .toggleSeriesImg {
  padding-left: 5px;
  padding-right: 3px;
  height: 10px;
}
#WebViewer-Query div.AYSearchSwitch, #WebViewer-Settings div.AYSearchSwitch,
table.AyTable div.AYSearchSwitch {
  font-size: 0.7em;
  float: right;
  width: 140px;
  height: 16px;
  padding-left: 20px;
}
#WebViewer-Query div.AYSearchSwitch div,
#WebViewer-Settings div.AYSearchSwitch div, table.AyTable div.AYSearchSwitch div {
  margin-top: 2px;
  float: left;
}
#WebViewer-Query div.AYSearchSwitch img,
#WebViewer-Settings div.AYSearchSwitch img, table.AyTable div.AYSearchSwitch img {
  height: 16px;
  float: left;
}
#WebViewer-Query div.AYSearchSwitch-right,
#WebViewer-Settings div.AYSearchSwitch-right,
table.AyTable div.AYSearchSwitch-right {
  float: right;
}
#WebViewer-Query div.studySearchBrowserSmall,
#WebViewer-Settings div.studySearchBrowserSmall,
table.AyTable div.studySearchBrowserSmall {
  position: relative;
  left: 0;
  min-width: 550px !important;
}
#WebViewer-Query .clickable, #WebViewer-Settings .clickable,
table.AyTable .clickable {
  cursor: pointer;
}
#WebViewer-Query .studySearchResult, #WebViewer-Settings .studySearchResult,
table.AyTable .studySearchResult {
  width: 100%;
  overflow: auto;
  padding-top: 0;
}
#WebViewer-Query .studySearchHeader .studySearchColumn,
#WebViewer-Settings .studySearchHeader .studySearchColumn,
table.AyTable .studySearchHeader .studySearchColumn {
  max-width: 400px;
  width: 100%;
}
@media (max-width: 767px) {
  #WebViewer-Query .studySearchTextField, #WebViewer-Settings .studySearchTextField,
  table.AyTable .studySearchTextField {
    width: calc(var(--search-width));
  }
  #WebViewer-Query .studySearchPanel.studySearchPanel-more .studySearchHeader .studySearchHeaderStart .studySearchField,
  #WebViewer-Settings .studySearchPanel.studySearchPanel-more .studySearchHeader .studySearchHeaderStart .studySearchField,
  table.AyTable .studySearchPanel.studySearchPanel-more .studySearchHeader .studySearchHeaderStart .studySearchField {
    padding: 0.5rem;
  }
  #WebViewer-Query .studySearchField, #WebViewer-Settings .studySearchField,
  table.AyTable .studySearchField {
    padding-left: initial;
    margin-right: initial;
  }
  #WebViewer-Query .sttudySearchLanguagePanel,
  #WebViewer-Settings .sttudySearchLanguagePanel,
  table.AyTable .sttudySearchLanguagePanel {
    float: right;
  }
  #WebViewer-Query .studySearchActions, #WebViewer-Settings .studySearchActions,
  table.AyTable .studySearchActions {
    margin-left: initial;
  }
  #WebViewer-Query .studySearchLanguagePanel,
  #WebViewer-Settings .studySearchLanguagePanel,
  table.AyTable .studySearchLanguagePanel {
    float: right;
  }
  #WebViewer-Query .studySearchPanel.studySearchPanel-more .studySearchField-70,
  #WebViewer-Settings .studySearchPanel.studySearchPanel-more .studySearchField-70,
  table.AyTable .studySearchPanel.studySearchPanel-more .studySearchField-70 {
    display: flex;
    width: calc(2 * var(--search-width));
  }
  #WebViewer-Query .studySearchPanel.studySearchPanel-more .studySearchButtonsPanel,
  #WebViewer-Settings .studySearchPanel.studySearchPanel-more .studySearchButtonsPanel,
  table.AyTable .studySearchPanel.studySearchPanel-more .studySearchButtonsPanel {
    display: none;
  }
}
@media (max-width: 360px) {
  #WebViewer-Query .studySearchField, #WebViewer-Settings .studySearchField,
  table.AyTable .studySearchField {
    padding: 0.3rem !important;
  }
}
table.AyTable {
  margin: 10px 0pt 15px;
  font-size: var(--font-s);
  width: 100%;
  text-align: left;
}
table.AyTable thead tr th, table.AyTable tfoot tr th {
  background-color: var(--color-table-3);
  vertical-align: middle;
}
table.AyTable tr td input, table.AyTable tr th input {
  width: 100%;
}
table.AyTableSorter thead tr .header,
table.tablesorter thead tr .tablesorter-header {
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}
table.AyTable tbody td {
  padding-inline: 0.5em;
  padding-block: 0.75em;
  background-color: var(--color-table-1);
  vertical-align: middle;
}
table.AyTableSorter thead tr .sorting_asc,
table.tablesorter thead tr .tablesorter-headerAsc {
  background-image: url(../img/asc.gif);
  background-color: var(--color-table-4);
}
table.AyTableSorter thead tr .sorting_desc,
table.tablesorter thead tr .tablesorter-headerDesc {
  background-image: url(../img/desc.gif);
  background-color: var(--color-table-4);
}
table.tablesorter thead tr .tablesorter-header.not-sortable {
  cursor: auto;
}
.deletedStudies {
  filter: grayscale(1) !important;
}
table.AyTableScrollable > tbody {
  display: block;
}
table.AyTableScrollable > thead {
  display: block;
}
table.AyTableScrollable > tbody > tr > td:last-child {
  background-color: white !important;
}
.not-sortable {
  background-image: none !important;
}
table.AyTable {
  border-spacing: 0;
  text-align: left;
  font-size: var(--font-s);
}
.AyTable > tbody > tr > td:last-child, thead > tr > th:last-child {
  border-right: none;
}
table.AyTable {
  border: none;
  border-collapse: collapse;
}
table.AyTable > thead > tr {
  border-left: none !important;
  border-top: none !important;
  white-space: nowrap;
}
table.AyTable > tbody > tr > td:first-child {
  border-left: none;
}
table.AyTable > thead > tr > th {
  border-top: none;
  padding: 0.75em 0.5em;
  white-space: break-spaces;
}
table.AyTable > thead > tr > th:last-child {
  padding-right: 20px;
}
table.AyTable th {
  background-color: var(--aycan-40);
}
table.AyTableSorter > thead > tr > .headerSortDown {
  background-image: url(../img/ayc_web_sort_down_white.svg);
  background-position: center right 5px;
  background-color: var(--aycan-color);
  color: #FFFFFF;
  font-weight: bold;
}
table.AyTableSorter > thead > tr > .headerSortUp {
  background-image: url(../img/ayc_web_sort_up_white.svg);
  background-position: center right 5px;
  background-color: var(--aycan-color);
  color: #FFFFFF;
  font-weight: bold;
}
table.AyTable > tbody > tr.even > td {
  background-color: var(--color-table-1);
}
table.AyTable-striped > tbody tr > td {
  background-color: var(--color-table-2);
}
table.AyTable-striped > tbody tr:nth-child(2n of :not(.hidden)) > td {
  background-color: var(--color-table-1);
}
table.AyTable tbody tr.odd td {
  background-color: var(--color-table-2);
}
table.AyTable .studychild > div {
  margin-left: -2px;
  margin-right: -2px;
  margin-top: 5px;
  margin-bottom: 5px;
}
#metadatatable table.seriesresultstable.tablesorter thead tr th {
  background: var(--color-table-3);
}
.studychild {
  display: table-row;
}
table.AyTable .seriesresultstable {
  min-width: 100%;
  margin-top: 0;
}
table.AyTable .seriesresultstable table thead tr th {
  margin: -2px;
  padding: -2px;
}
table.studytable > thead {
  position: sticky;
  top: 0;
}
table.studytable > tbody {
  height: 100%;
  overflow-y: auto;
  overflow-x: auto;
}
table.studytable > tbody > tr:last-child {
  border-bottom: none !important;
}
table.AyTable-PatientConflicts {
  width: 100%;
}
table.AyTable-ModifyTable > tbody > tr > td {
  height: 22px;
  max-width: 200px;
}
div.WebPermissionsSelect {
  min-height: 200px;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  margin: 20px 0px;
}
div.WebPermissionsSelect > table {
  margin: 0px;
}
.ui-dialog .search {
  display: flex;
  justify-content: flex-end;
}
.ui-dialog .search .label-delete {
  position: absolute;
  align-self: center;
  right: 20px;
}
.ui-dialog .search .label-delete:hover {
  cursor: pointer;
}
.seriesresultstable > thead tr th:first-child {
  background-color: #e5ecf6;
}
table.AyTable .expand-child > td {
  padding-top: 0;
}
table.seriesresultstable tbody tr.even td {
  background-color: white;
}
table.seriesresultstable tbody tr.odd td {
  background-color: #f4f7fb;
}
table#studyresultstable > tbody > tr.even + tr > td {
  background: var(--color-table-5);
}
table#studyresultstable > tbody > tr.even + tr > td {
  background-color: white;
}
table#studyresultstable > tbody > tr.odd + tr > td {
  background-color: #f4f7fb;
}
@media (max-width: 767px) {
  table.AyTable td {
    display: block;
  }
  table.AyTable tr td input {
    width: auto;
  }
  table.AyTable td.tdToggleSeries {
    display: none;
  }
  table.AyTable tr.seriesRow {
    display: grid;
    width: calc(100vw - 60px);
    grid-template-columns: [first] 30px [indent1] auto [split] 150px [end];
    grid-template-rows: [row1] 24px [rend];
    margin: 0px 30px;
  }
  table.AyTable tr.seriesRow td {
    padding: 0px 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
  }
  table.AyTable tr.seriesRow td.seriesCell-cSerDescr {
    grid-column-start: indent1;
    grid-column-end: split;
  }
  table.AyTable tr.seriesRow td.seriesCell-cSeriesModality {
    grid-column-start: first;
    grid-column-end: indent1;
  }
  table.AyTable tr.seriesRow td.seriesCell-nImages {
    grid-column-start: split;
    grid-column-end: end;
    text-align: right;
  }
  table.AyTable tr.studyRow {
    display: grid;
    grid-template-columns: [first] 80px [indent1] auto [split] 150px [end];
    grid-template-rows: [row1] 24px [row2] 24px [rend];
    width: 100vw;
  }
  table.AyTable tr.studyRow td {
    padding: 0px 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
  }
  table.AyTable tr.studyRow td.studyCell-cDcmPatNam {
    grid-column-start: first;
    grid-column-end: split;
    grid-row-start: row1;
    grid-row-end: row2;
  }
  table.AyTable tr.studyRow td.studyCell-cDcmPatID {
    grid-column-start: split;
    grid-column-end: end;
    grid-row-start: row1;
    grid-row-end: row2;
    text-align: right;
  }
  table.AyTable tr.studyRow td.studyCell-cDcmStuDes {
    grid-column-start: indent1;
    grid-column-end: split;
    grid-row-start: row2;
    grid-row-end: rend;
  }
  table.AyTable tr.studyRow td.studyCell-cDcmStuDat {
    grid-column-start: split;
    grid-column-end: end;
    grid-row-start: row2;
    grid-row-end: rend;
    text-align: right;
  }
  table.AyTable tr.studyRow td.studyCell-cDcmStuMods {
    grid-column-start: first;
    grid-column-end: indent1;
    grid-row-start: row2;
    grid-row-end: rend;
  }
  table.AyTable thead tr {
    display: none;
  }
  table.AYTable tr {
    border: 1px solid #E74C3C;
  }
  table.AYTable tr + table.AYTable tr {
    margin-top: 1.5em;
  }
  tr.studyRow, tr.seriesRow {
    position: relative;
  }
  tr.seriesRow {
    width: 90vw;
    margin-left: 1.6rem;
  }
  table.AyTable .studychild > div {
    margin: 0;
  }
  table.AyTable .expand-child > td {
    padding: 0;
  }
  td.studyCell, tr.seriesRow td {
    border: none;
    position: relative;
    text-align: left;
    overflow-wrap: break-word;
    word-break: break-word;
    width: fit-content;
  }
  table.AyTable td.seriesCell-cSerDescr {
    position: absolute;
    left: 30px;
  }
  table.AyTable td.seriesCell-nImages {
    position: absolute;
    right: 0px;
    top: 0px;
  }
  table.AyTable tbody tr:not(.seriesRow).odd,
  table.AyTable tbody tr:not(.seriesRow).odd > td {
    background-color: var(--color-table-2);
  }
  table.AyTable > tbody > tr:not(.seriesRow).even,
  table.AyTable > tbody > tr:not(.seriesRow).even > td {
    background-color: var(--color-table-1);
  }
  table.AyTable td, table.AyTable th {
    border-left: none;
  }
}
th.not-sortable.tablesorter-header.sorter-false.tablesorter-headerUnSorted:nth-child(2) {
  padding: 0;
  width: 2rem;
}
th.not-sortable.tablesorter-header.sorter-false.tablesorter-headerUnSorted:nth-child(1) {
  width: 2rem;
}
td .toggleSeries {
  cursor: pointer;
  display: inline-block;
}
table.AyTable > tbody > tr.aySelected, table.AyTable > tbody > tr.aySelected > td {
  background: var(--color-table-5) !important;
}
#WebViewer-Query tr.aySelected.contextmenu-open,
#WebViewer-Query tr.aySelected.contextmenu-open td {
  background: var(--color-table-6) !important;
}
#studyresultstable {
  margin-top: 0;
}
table th.drop-left.tablesorter-header {
  border-left: 3px solid #95b2da;
}
table th.drop-right.tablesorter-header {
  border-right: 3px solid #95b2da;
}
table.AyTable.dataTable thead .sorting::before,
table.AyTable.dataTable thead .sorting_asc::before,
table.AyTable.dataTable thead .sorting_desc::before,
table.AyTable.dataTable thead .sorting_asc_disabled::before,
table.AyTable.dataTable thead .sorting_desc_disabled::before {
  content: "";
}
table.AyTable.dataTable thead .sorting::after,
table.AyTable.dataTable thead .sorting_asc::after,
table.AyTable.dataTable thead .sorting_desc::after,
table.AyTable.dataTable thead .sorting_asc_disabled::after,
table.AyTable.dataTable thead .sorting_desc_disabled::after {
  content: "";
}
.settingsContainer, .metaData-container {
	display: flex;
	height: 100vh;
	background: var(--color-light-grey);
}

.settingsNavigation, .metaData-navigation {
	padding-top: 1rem;
	width: 250px;
	box-shadow: 1px 7px 7px 0px var(--color-medium-grey);
	padding-right: .5rem;
	background: white;
	display: flex;
	flex-direction: column;
	overflow: auto;
}

.sidebarHeadline, .metaData-headline {
	margin-bottom: 1rem;
	margin-left: .75rem;
	display: flex;
	align-items: center;
}

.sidebarHeadlineTitle {
	font-size: var(--font-m);
}

.btn-settings-sidebar {
	text-align: left;
	font-size: var(--font-s);
	font-weight: 500;
	display: block;
	border-radius: 0;
	border-top-right-radius: 2rem;
	border-bottom-right-radius: 2rem;
	padding-left: 1.5rem;
	padding-block: .75rem;
	margin-block: .25rem;
	width: 100%;
}

.btn-settings-sidebar:focus {
	box-shadow: none;
}

.btn-settings-sidebar.active {
	background: var(--color-table-3);
	font-weight: 700;
}

.icon-settings-sidebar {
	width: 15px;
	height: 15px;
	margin-right: 0.5rem;
	display: none;
}

.settingsMain, .metaData-main {
	margin-top: 2rem;
	width: 100%;
	max-height: 100%;
	overflow: auto;
	margin-left: 3rem;
}

.settingsCard { 
	background: white;
	padding-inline: 1rem;
	border-radius: .25rem;
	padding-block: .75rem;
	box-shadow: 0px 0px 7px 0px var(--color-medium-grey);
	height: fit-content;
	max-height: 82vh;
	overflow: auto;
	min-width: 768px;
	width: fit-content;
	margin-left: 4px;
}

.settingsCard.settingsCardNoBackground {
	max-height: 100%;
	background: transparent;
	box-shadow: none;
	width: 770px;
    padding: 0px;
}

.settingsSubtitle {
	font-size: var(--font-m);
	font-weight: 500;
	margin-left: 0.5rem;
	margin-bottom: 0.5rem;
}

.settingsSubmenu {
	margin-bottom: 2rem;
	max-height: 100%;
}

.settingsKey {
	margin-bottom: 0;
	width: 17rem;
}

.settingsValue select,
.settingsValue input {
	background: var(--color-light-grey);
	border: none;
	padding: 7px;
	border-radius: 7px;
}

.settingsItem {
	display: flex;
	gap: 1rem;
	margin-bottom: .4rem;
	border-bottom: 2px solid var(--color-light-grey);
	padding-bottom: .5rem;
	align-items: center;
}

.settingsItem:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.settingsItem .autoconfigcheck {
	margin-right: .75rem;
	display: block;
}

.invertcolor {
	filter: invert(100%);
}

.AYSettingsMenuServer {
	margin-bottom: 1rem;
	margin-inline: auto;
    width: fit-content;
}

.AYSettingsMenuServer select {
	font-size: 0.8em !important;
}

.AYModifyWindowButtons.AYModifyDicomNodes {
	min-width: 350px;
}
.AYModifyDicomNodes .AyTable-ModifyTable {
	width: 100%;
}
.AYModifyDicomNodes .AyTable-ModifyTable td {
	padding: 3px 5px 3px 3px;
}

.AYModifyDicomNodes .studySearchSelectList {
	width: 100%;
}
.AYModifyDicomNodes .studySearchTextField {
	width: calc(100% - 7px);
	min-width: 100px;
}

.AYUserManagementSelect {
	font-size: 0.8em;
}

.AYUserManagementPermissions .AyTable {
	width: 100%;
}

.AYUserManagementUser {
	margin: 0 auto;
	width: 59%;
}

.AYUserManagementUser .studySearchTextField {
    width: calc(var(--search-width) - 12px);
}

.AYUserManagementUser .dropdown-toggle {
    width: calc(var(--search-width) - 26px);
    height: 23px;
    padding: 1px 5px;
}

.AYUserManagementUser .dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.AYUserManagementUser .dropdown-toggle:focus {
    background:white;
    filter: none;
}

.AYUserManagementUser .dropdown {
    width: var(--search-width);
}

.AYUserManagementPermissions .dropdown {
    width: calc(var(--search-width) + 8px);
    height: 23px;
    padding: 5px 1px;
}

.AYUserManagementPermissions td:nth-child(2) {
    width: calc(var(--search-width) + 12px);
}

.ButtonsPanel,
.ButtonsPanelGenerel,
.ButtonsActionPanel{
	display: flex;
}
.AYSettingsSystem .ButtonsPanel {
	gap: 3rem;
}

.studydescrtemplatetable th:first-child,
.seriesdescrtemplatetable th:first-child {
	border-top: none;
	padding-bottom: .25rem;
}

.studydescrtemplatetable,
.seriesdescrtemplatetable {
	margin-top: 3rem;
}

.studydescrtemplatetable td,
.seriesdescrtemplatetable td {
	flex-grow: 1;
}

.studydescrtemplatetable td.table-remove,
.seriesdescrtemplatetable td.table-remove {
	flex-grow: 0;
}

.settings-iframe {
	width: 100%;
	height: 81vh;
}

button.btn-settings-sidebar-logout {
    margin-top: auto;
    position: relative;
}

@media (max-width: 1200px) {
	.settingsContainer {
		display: grid;
		grid-template-rows: auto 1fr;
		grid-template-columns: none;
	}

	.settingsNavigation {
		display: grid;
		width: 100vw;
		padding-top: 0;
		grid-template-columns: repeat(4, auto);
	}

	.sidebarHeadline {
		width: 100%;
		margin-bottom: 0;
		grid-column: 1/-1;
	}

	.btn-settings-sidebar {
		width: fit-content;
		padding: .25rem .75rem;
		margin-block: .25rem;
		border-radius: 2rem;
	}

	.settingsMain {
		width: 100%;
		grid-row: 2;
		margin-inline: auto;
	}

	.settingsCard {
		margin-inline: auto;
		min-width: 90%;
	}

	.settingsCardNoBackground {
		width: 90vw;
		overflow: auto;
	}

	.settingsItem {
		flex-wrap: wrap;
	}

	button.btn-settings-sidebar-logout {
		margin-bottom: 0;
		padding-block: 0;
	}
}

@media (max-width: 576px) {
	.settingsNavigation {
		grid-template-columns: repeat(2, auto);
	}
}
.AYMenuButton {
    cursor: pointer;
    text-align: -webkit-center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

div.AYMenuButtonPopUp {
    cursor: pointer;
}

.AYMenuButtonPopUp-disabled,
.AYMenuButton-disabled {
    opacity: var(--aycan-opac-30);
    cursor: default;
}
.AYMenuButtonText {
    margin-inline: .5rem;
    font-size: var(--font-xs);
    text-align: center;
}
.AYMenuButtonImage {
    height: 20px;
    width: 20px;
    margin-inline: .75rem;
    margin-bottom: 10px;
    display: block;
    padding: 0;
}

/* Popup Menu */
.AYMenuButtonPopUpText {
    font-size: 0.7em;
    text-align: center;
}

.AYMenuButtonPopUpImage {
    height: 20px;
    width: 20px;
    padding-top: 4px;
    margin: 0 auto;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
}

.AYMenuPanel {
    display: flex;
    flex-wrap: wrap;
}
.AYMenuContainer .AYMenuPanelPopUp {
    display: none;
}

@media (hover: hover) {
    .AYMenuContainer:hover .AYMenuPanelPopUp {
        display: block;
    }
}

.AYMenuPanelPopUp-disabled {
    display: none !important;
}

.settingsLogout {
    -webkit-mask-size: 18px;
    background: var(--color-text);
}

:root {
	--metaData-width: 700px;
}

.editMetaData .newvalue {
	color: #aaa;
}

.editMetaData .newvalue[contenteditable=true] {
	color: #000;
}

.editMetaData .newvalue.red {
	background-color: #fdd !important;
}

.editMetaData .metaData-info-validation {
	padding: .5em 0em;
}

.editMetaData .progress {
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem;
	margin-bottom: .5rem;
	width: var(--metaData-width);
}

.editMetaData .progress .progress-bar {
	animation: progress-bar-stripes 1s linear infinite;
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	text-align: center;
	background-color: #007bff;
	transition: width .6s ease;
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0;
	}

	to {
		background-position: 0 0;
	}
}

.metaData-container {
	display: grid;
	grid-template-rows: auto 1fr;
	grid-template-columns: none;
}

.metaData-navigation {
	display: grid;
	width: 100vw;
	padding: 0;
	grid-template-columns: repeat(4, auto);
	min-height: 2rem;
}

.metaData-main {
	width: 100%;
	grid-row: 2;
	margin-inline: auto;
	padding-bottom: 2rem;
}

.metaData-content {
	margin-left: 3.5rem;
	display: grid;
	grid-template-columns: auto 1fr;
}

.metaData-column-fullWidth {
	grid-column: -1/1;
}

.metaData-headline {
	margin-block: .75rem;
	margin-inline: 1.25rem;
}

table.AyTable.metaData-table {
	width: fit-content;
}

table.AyTable.metaData-table tbody td {
	white-space: pre-wrap;
	max-width: 300px;
	overflow-wrap: break-word;
}

table.AyTable.metaData-summaryTable tbody td.oldvalue {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.metaData-tree {
	width: var(--metaData-width);
}

.metaData-tree .list-group-item {
	display: flex;
	align-items: flex-start;
	padding-block: .25rem;
	min-height: 1.5rem;
	flex-wrap: wrap;
}

.metaData-tree.tree-border {
	box-shadow: 0px 0px 6px 1px var(--aycan-60);
}

.metaData-tree-deactivatedStudy .list-group-item {
	background-color: lightgrey;
}

.metaData-list.hidden {
	display: none;
}

.metaData-listItem.li-selected {
	background-color: var(--color-table-3);
}

.metaData-listItem.hover-top {
	border-top: 3px solid var(--color-table-6);
}

.metaData-listItem.hover-bottom {
	border-bottom: 3px solid var(--color-table-6);
}

.metaData-list .metaData-type::after {
	content: ":";
}

.metaData-list-study {
	margin-bottom: 2rem;
}

.metaData-type {
	margin-right: .5rem;
	font-weight: bold;
}

.metaData-listItem-content {
	word-break: break-word;
	flex: 1 0;
}

.metaData-name {
	margin-right: 2rem;
	word-break: break-word;
	flex: 1 0;
}

.metaData-actions {
	margin-right: 0;
	margin-left: auto;
	flex-shrink: 0;
}

.metaData-action {
	padding: 0 0.35rem;
}

.metaData-buttonImg {
	height: var(--font-m);
}

.metaData-series {
	padding-left: 3rem;
}

.metaData-image {
	padding-left: 6rem;
}

.metaData-toggle {
	padding: 0;
}

.metaData-toggleImg {
	margin-inline: .5rem;
	margin-bottom: 10px;
}

.metaData-toggleImg.active {
	transform: rotate(90deg);
}

.metaData-newUIDs {
	font-size: var(--font-xs);
	display: flex;
	align-items: flex-start;
	margin-top: 0.5rem;
}

.metaData-newUIDs label {
	margin-left: 0.5rem;
}

.metaData-newUIDs .disabled {
	color: #aaa;
}

.metaData-title {
	margin-left: 0.25rem;
	font-weight: bold;
	margin-bottom: 0.25rem;
}

.metaData-listItem table.AyTable.metaData-summaryTable {
	width: 100%;
	margin-left: 1.75rem;
	table-layout: fixed;
	font-size: var(--font-xs);
	opacity: .6;
	flex: 0 1 100%;
}

.metaData-listItem table.AyTable tbody td {
	padding: 0;
	background-color: transparent;
	overflow-wrap: break-word;
	padding-right: 1rem;
	white-space: pre-wrap;
}

.metaData-listItem table.AyTable>thead>tr>th {
	padding: 0;
	background-color: transparent;
}

.metaData-listItem .newvalue {
	color: inherit;
}

.metaData-listItem caption {
	padding: 0;
	caption-side: top;
	color: var(--color-text);
	font-weight: bold;
}

.metaData-tree.metaData-summary {
	opacity: .7;
}

.metaData-tree.metaData-summary .metaData-listItem table.AyTable.metaData-summaryTable {
	opacity: 1;
}

.metaData-tree.metaData-summary .metaData-listItem.li-selected {
	background-color: #fff;
}

.metaData-disclaimer {
	color: var(--color-danger);
}

.metaData-list.metaData-list-image.metaData-summary-deactivated .metaData-type,
.metaData-list.metaData-list-image.metaData-summary-deactivated .metaData-name,
.metaData-list.metaData-list-image.metaData-summary-split .metaData-name,
.metaData-list.metaData-list-image.metaData-summary-split .metaData-type {
	text-decoration: line-through;
}

html:lang(DICONDE) .metaData-list.metaData-list-image.metaData-summary-split .metaData-listItem::after,
html:lang(EN) .metaData-list.metaData-list-image.metaData-summary-split .metaData-listItem::after {
	content: "splitted";
}

html:lang(DICONDE) .metaData-list.metaData-list-image.metaData-summary-deactivated .metaData-listItem::after,
html:lang(EN) .metaData-list.metaData-list-image.metaData-summary-deactivated .metaData-listItem::after {
	content: "deactivated";
}

html:lang(DE) .metaData-list.metaData-list-image.metaData-summary-split .metaData-listItem::after {
	content: "in neuer Studie";
}

html:lang(DE) .metaData-list.metaData-list-image.metaData-summary-deactivated .metaData-listItem::after {
	content: "deaktiviert";
}

.metaData-summary-removed .metaData-listItem-content,
.metaData-summary-removed .metaData-type {
	text-decoration: line-through;
}

.metaData-summary-removed .metaData-summaryTable {
	display: none;
}

.metaData-summary .metaData-summary-images {
	white-space: pre;
}

.metaData-patInfo {
	margin-left: 0.25rem;
	margin-bottom: 2rem;
	font-size: 1rem;
}

.metaData-deactivatedStudy {
	margin-left: 2rem;
	margin-top: 3.25rem;
}

.metaData-password {
	margin-top: 1rem;
}

.metaData-passwordContainer {
	width: 500px;
	padding: 1rem;
	background-color: white;
	margin-bottom: 1rem;
	box-shadow: 0 0 4px 0 #b4c1d5;
	border-left: 4px solid var(--color-danger);
	font-weight: 600;
}

.metaData-table-container {
	position: relative;
	width: fit-content;
}

.metaData-button-closeTable {
    width: 1.22rem;
    font-size: 13px;
    padding: 0;
	margin: 0;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: -10px;
}

@media (max-width: 1200px) {
	.metaData-content {
		margin-left: 3.5rem;
		display: grid;
		grid-template-columns: 1fr;
	}

	.metaData-deactivatedStudy {
		margin-left: 0;
	}
}

.hidden {
	display: none;
}
.content .seriesNavigator, .content .seriesNavigator + .viewer {
  grid-row-start: 1;
  grid-row-end: -1;
  grid-column-start: 1;
  grid-column-end: -1;
}
.content .seriesNavigator-hidden {
  display: none;
}
.content .seriesNavigator-top {
  grid-row-end: 1;
}
.content .seriesNavigator-top + .viewer {
  grid-row-start: 2;
}
.content .seriesNavigator-bottom {
  grid-row-start: 3;
}
.content .seriesNavigator-bottom + .viewer {
  grid-row-end: 2;
}
.content .seriesNavigator-left {
  grid-column-end: 1;
}
.content .seriesNavigator-left + .viewer {
  grid-column-start: 2;
}
.content .seriesNavigator-right {
  grid-column-start: 3;
}
.content .seriesNavigator-right + .viewer {
  grid-column-end: 2;
}
.content .seriesNavigator {
  position: relative;
}
.content .seriesNavigator .data {
  overflow: hidden;
  scrollbar-width: none;
}
.content .seriesNavigator .scrollbar-hover:hover .scrollbar,
.content .seriesNavigator .scrollbar-hover.mousedown .scrollbar {
  background-color: rgba(0, 0, 0, 0.4);
}
.content .seriesNavigator .scrollbar-hover {
  background-color: transparent;
  position: absolute;
}
.content .seriesNavigator .scrollbar-hover .scrollbar {
  background-color: transparent;
  position: absolute;
  z-index: 1;
}
.content .seriesNavigator .scrollbar-hover .scrollbar .handle {
  background-color: rgba(255, 255, 255, 0.4);
  position: relative;
  border-radius: 5px;
}
.content .seriesNavigator-bottom, .content .seriesNavigator-top {
  width: calc(100vw);
}
.content .seriesNavigator-bottom .scrollbar-hover,
.content .seriesNavigator-top .scrollbar-hover {
  width: 100%;
  height: 15px;
  bottom: 0px;
  left: 0px;
}
.content .seriesNavigator-bottom .scrollbar-hover:hover .scrollbar,
.content .seriesNavigator-bottom .scrollbar-hover.mousedown .scrollbar,
.content .seriesNavigator-top .scrollbar-hover:hover .scrollbar,
.content .seriesNavigator-top .scrollbar-hover.mousedown .scrollbar {
  height: 10px;
}
.content .seriesNavigator-bottom .scrollbar,
.content .seriesNavigator-top .scrollbar {
  width: 100%;
  height: 2px;
  bottom: 3px;
  left: 0px;
}
.content .seriesNavigator-bottom .scrollbar .handle,
.content .seriesNavigator-top .scrollbar .handle {
  width: 50%;
  height: 100%;
  left: 25%;
}
.content .seriesNavigator-bottom .data, .content .seriesNavigator-top .data {
  width: 100%;
  overflow-x: auto;
}
.content .seriesNavigator-right, .content .seriesNavigator-left {
  height: calc(100vh - 40px);
}
.content .seriesNavigator-right .scrollbar-hover,
.content .seriesNavigator-left .scrollbar-hover {
  height: 100%;
  width: 13px;
  right: 0px;
  top: 0px;
}
.content .seriesNavigator-right .scrollbar-hover:hover .scrollbar,
.content .seriesNavigator-right .scrollbar-hover.mousedown .scrollbar,
.content .seriesNavigator-left .scrollbar-hover:hover .scrollbar,
.content .seriesNavigator-left .scrollbar-hover.mousedown .scrollbar {
  width: 10px;
}
.content .seriesNavigator-right .scrollbar,
.content .seriesNavigator-left .scrollbar {
  height: 100%;
  width: 2px;
  right: 3px;
  top: 0px;
}
.content .seriesNavigator-right .scrollbar .handle,
.content .seriesNavigator-left .scrollbar .handle {
  height: 50%;
  width: 100%;
  top: 25%;
}
.content .seriesNavigator-right .data, .content .seriesNavigator-left .data {
  height: 100%;
  overflow-y: auto;
}
.content .seriesNavigator .data::-webkit-scrollbar {
  display: none;
  background-color: black;
}
.content .seriesNavigator .data::-webkit-scrollbar-thumb {
  background-color: darkgray;
  border-radius: 10px;
}
.content .seriesNavigator .seriesNavigatorViewerIcon {
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 20px;
  height: 20px;
}
.content .seriesNavigator .seriesNavigatorStudyItem.mpiStudy .marker {
  position: absolute;
  bottom: 2px;
  left: 2px;
  width: 30px;
  text-align: left;
  font-weight: bold;
}
.content .seriesNavigator .seriesNavigatorStudyItem,
.content .seriesNavigator .seriesNavigatorSeriesItem {
  position: relative;
  color: white;
  background-color: black;
  height: 116px;
  width: 116px;
  padding: 0;
  border-style: solid;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.content .seriesNavigator .seriesNavigatorStudyItem div,
.content .seriesNavigator .seriesNavigatorSeriesItem div {
  overflow: hidden;
  width: calc(100% - 4px);
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0px 2px;
}
.content .seriesNavigator .seriesNavigatorStudyItem .seriesNavigatorStudyModality,
.content .seriesNavigator .seriesNavigatorStudyItem .seriesNavigatorRemoteAE,
.content .seriesNavigator .seriesNavigatorSeriesItem .seriesNavigatorStudyModality,
.content .seriesNavigator .seriesNavigatorSeriesItem .seriesNavigatorRemoteAE {
  font-size: 0.8rem;
  font-weight: bold;
}
.content .seriesNavigator .seriesNavigatorStudyItem {
  background-color: #444444;
  border-width: 1px;
  border-color: #aaaaaa;
  font-size: 0.65rem;
}
.content .seriesNavigator .seriesNavigatorSeriesItem {
  background-color: black;
  border-width: 1px;
  border-color: #aaaaaa;
  font-size: 0.6rem;
}
.content .seriesNavigator .seriesNavigatorSeriesItem .seriesNavigatorSeriesDescr {
  text-wrap: wrap;
  overflow-wrap: anywhere;
  max-height: 4rem;
  line-height: 0.8rem;
  font-size: 0.6rem;
  font-weight: normal;
}
.content .seriesNavigator .seriesNavigatorStudyItem.mpiStudy {
  border-width: 2px;
  border-color: #00ffff;
}
.content .seriesNavigator .seriesNavigatorSeriesItem.seriesNavigatorSeriesItemViewer {
  border-width: 2px;
  border-color: #ffff00;
  border-style: solid;
}
.content .seriesNavigator .seriesNavigatorSeriesItem.seriesNavigatorSeriesItemViewer.seriesNavigatorSeriesItemCurrent {
  border-color: #ff7f00;
  border-width: 2px;
}
.contextmenu, .dropdown-menu {
	box-shadow: 0px 0px 3px 0px #b4c1d5;
}

.contextmenu {
	font-size: var(--font-s);
	z-index: 99;
}

.dropdown-item {
	cursor: pointer;
}

.dropdown-item {
	background: #fff;
}

.dropdown-item:hover {
	background: #e1e6ea;
}

.dropdown-item:active {
	color: var(--color-text);
}

.dropdown-item.submenu-right::after {
	content: "\23F5";
	position: absolute;
	right: 0.5rem;
}

li.dropdown-item,
li.dropdown-item::before,
li.dropdown-item::after
{
	box-sizing: border-box !important;
}

ul.contextmenu li.dropdown-item-selected::before {
	position: absolute;
	left: 0.4rem;
	content: '✓';
	font-weight: 600;
	padding-top: 0.2rem;
}
