/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./projects/ui/src/styles/index.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, /* 1 */
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/* global navify-ui imports */
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}
.dia-table, .patient-event__form, .patient-event__placeholder, .genomics-alterations__entries--disabled, .genomics-alterations__entries, .physical-examination__entries, .medications__entries, .biomarkers__entries, .treatment-history__entries, .recommendations__entries, .past-medical-history__entries, .about-microservices-version__grid, .task-status__grid, .patient-list-view__grid {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.dia-table__head-row, .batch-patient-case-report-view__header, .physical-examination__entries-headline, .biomarkers__headers, .biomarkers__entries-headline, .treatment-history__entry-label, .treatment-history__headers, .treatment-history__entries-headline, .about-microservices-version__head, .task-status__head, .meeting-patient-list-view__header, .patient-list-view__head,
.dia-table__row,
.import-patient-timeline-event__form,
.batch-patient-case-report-view-item__row,
.batch-patient-case-report-view-item,
.meeting-info__row,
.upload-featured-attachment__no-featured,
.patient-event__group,
.patient-event__second-group,
.medications__entry,
.medications__entry--edit,
.treatment-history__entry,
.recommendations__entry,
.about-microservices-version__item,
.task-status__item,
.task-status__headers,
.task-status__params,
.meeting-patient-list-view-item__row,
.meeting-patient-list-view__item,
.patient-list-view__item {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: flex-start;
}
.dia-table__head-cell, .conference-activities__entry-header-hidden, .conference-activities__entry-header, .biomarkers__header-type,
.biomarkers__header-result,
.biomarkers__header-measurement,
.biomarkers__header-date, .treatment-history__header-date,
.treatment-history__header-therapy,
.treatment-history__header-description,
.treatment-history__header-outcome,
.treatment-history__header-responsible, .about-microservices-version__title-header, .task-status__param-header.date, .task-status__param-header, .task-status__title-header, .patient-list-view__param-header, .patient-list-view__title-header,
.dia-table__cell,
.import-patient-timeline-event__form-field,
.conference-activities__entry-item,
.patient-event__category-import,
.patient-event__attachment-import,
.patient-event__title-import,
.patient-event__title,
.patient-event__date,
.patient-event__category,
.patient-event__attachment,
.patient-event__description,
.patient-event__actions,
.genomics-history__input,
.genomics-alterations__entry-input,
.genomics-alterations__entry-input-message,
.physical-examination__entry-date,
.physical-examination__entry-title,
.physical-examination__entry-value,
.medications__entry-name,
.medications__entry-dosage,
.biomarkers__entry-type,
.biomarkers__entry-result,
.biomarkers__entry-measurement,
.biomarkers__entry-date,
.treatment-history__entry-date,
.treatment-history__entry-therapy,
.treatment-history__entry-responsible,
.treatment-history__entry-outcome,
.treatment-history__entry-description,
.recommendations__entry-index,
.recommendations__entry-description,
.recommendations__entry-description-edit,
.past-medical-history__entry-title,
.past-medical-history__entry-description,
.staging__entry-stage-date,
.about-microservices-version__title,
.task-status__param,
.task-status__title,
.patient-list-view__param,
.patient-list-view__title,
.patient-list-view__action {
  flex-grow: 1;
  flex-shrink: 1;
}
.dia-table__head-row, .batch-patient-case-report-view__header, .physical-examination__entries-headline, .biomarkers__headers, .biomarkers__entries-headline, .treatment-history__entry-label, .treatment-history__headers, .treatment-history__entries-headline, .about-microservices-version__head, .task-status__head, .meeting-patient-list-view__header, .patient-list-view__head {
  margin: 0vw 0vw 0vw 0vw;
  padding: 0.3125vw 0vw 0.3125vw 0vw;
  position: relative;
}
.dia-table__head-cells,
.dia-table__cells,
.import-patient-timeline-event__form-fields,
.patient-event__fields,
.medications__entry-cells,
.recommendations__entry-cells {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0vw -0.3125vw 0vw -0.3125vw;
}
.dia-table__head-cell, .conference-activities__entry-header-hidden, .conference-activities__entry-header, .biomarkers__header-type,
.biomarkers__header-result,
.biomarkers__header-measurement,
.biomarkers__header-date, .treatment-history__header-date,
.treatment-history__header-therapy,
.treatment-history__header-description,
.treatment-history__header-outcome,
.treatment-history__header-responsible, .about-microservices-version__title-header, .task-status__param-header.date, .task-status__param-header, .task-status__title-header, .patient-list-view__param-header, .patient-list-view__title-header {
  padding: 0.3125vw 0.3125vw 0.3125vw 0.3125vw;
  color: #373f47;
  font-weight: bold;
  text-align: left;
}
.dia-table__row, .import-patient-timeline-event__form, .batch-patient-case-report-view-item__row, .batch-patient-case-report-view-item, .meeting-info__row, .upload-featured-attachment__no-featured, .patient-event__group, .patient-event__second-group, .medications__entry, .medications__entry--edit, .treatment-history__entry, .recommendations__entry, .about-microservices-version__item, .task-status__item, .task-status__headers,
.task-status__params, .meeting-patient-list-view-item__row, .meeting-patient-list-view__item, .patient-list-view__item {
  margin: 0vw 0vw 0vw 0vw;
  padding: 0.625vw 0vw 0.625vw 0vw;
  border: solid #cad1d7;
  border-width: 1px 0 0 0;
}
.dia-table__row:first-child, .import-patient-timeline-event__form:first-child, .batch-patient-case-report-view-item__row:first-child, .batch-patient-case-report-view-item:first-child, .meeting-info__row:first-child, .upload-featured-attachment__no-featured:first-child, .patient-event__group:first-child, .patient-event__second-group:first-child, .medications__entry:first-child, .medications__entry--edit:first-child, .treatment-history__entry:first-child, .recommendations__entry:first-child, .about-microservices-version__item:first-child, .task-status__item:first-child, .task-status__headers:first-child,
.task-status__params:first-child, .meeting-patient-list-view-item__row:first-child, .meeting-patient-list-view__item:first-child, .patient-list-view__item:first-child {
  border-top-width: 0;
}
.dia-table__row--compact, .import-patient-timeline-event__form, .meeting-info__row, .upload-featured-attachment__no-featured, .patient-event__group, .patient-event__second-group, .medications__entry, .medications__entry--edit, .treatment-history__entry, .patient-event__recommendations .recommendations__entry {
  padding: 0vw 0vw 0vw 0vw;
  border-width: 0;
}
.dia-table__row--hoverable:hover {
  border-color: #373f47;
}
.dia-table__row--ext-field, .patient-event-links__list-item.hoverable, app-patient-event-links-view .patient-event-links__list-item.hoverable, .medications__entry, .medications__entry--edit, .treatment-history__entry, .task-status__headers,
.task-status__params {
  margin: 0vw -1.5625vw 0vw -0.3125vw;
  padding: 0vw 1.5625vw 0vw 0.3125vw;
  position: relative;
}
.dia-table__cell, .import-patient-timeline-event__form-field, .conference-activities__entry-item, .patient-event__category-import,
.patient-event__attachment-import,
.patient-event__title-import, .patient-event__title,
.patient-event__date,
.patient-event__category,
.patient-event__attachment,
.patient-event__description, .patient-event__actions, .genomics-history__input, .genomics-alterations__entry-input, .genomics-alterations__entry-input-message, .physical-examination__entry-date, .physical-examination__entry-title,
.physical-examination__entry-value, .medications__entry-name,
.medications__entry-dosage, .biomarkers__entry-type,
.biomarkers__entry-result,
.biomarkers__entry-measurement,
.biomarkers__entry-date, .treatment-history__entry-date, .treatment-history__entry-therapy, .treatment-history__entry-responsible, .treatment-history__entry-outcome, .treatment-history__entry-description, .recommendations__entry-index,
.recommendations__entry-description,
.recommendations__entry-description-edit, .past-medical-history__entry-title,
.past-medical-history__entry-description, .staging__entry-stage-date, .about-microservices-version__title, .task-status__param, .task-status__title, .patient-list-view__param, .patient-list-view__title, .patient-list-view__action {
  padding: 0.625vw 0.3125vw 0.625vw 0.3125vw;
  color: #5a6774;
  list-style: none;
}
.dia-table__head-cell--regular, .task-status__param-header.date, .task-status__title-header,
.dia-table__cell--regular,
.task-status__param__date,
.task-status__title {
  flex-basis: 20%;
}
.dia-table__head-cell--major, .about-microservices-version__title-header, .patient-list-view__title-header,
.dia-table__cell--major,
.about-microservices-version__title,
.patient-list-view__title,
.patient-list-view__action {
  flex-basis: 30%;
}
.dia-table__head-cell--minor, .task-status__param-header, .patient-list-view__param-header,
.dia-table__cell--minor,
.task-status__param,
.patient-list-view__param {
  flex-basis: 10%;
}
.dia-table__head-cell--counter,
.dia-table__cell--counter {
  flex-basis: 5%;
  padding-left: 0.9375vw;
}
.dia-table__head-cell--brief,
.dia-table__cell--brief {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dia-table__cell--symbol {
  text-align: center;
}
.dia-table__cell--compact, .import-patient-timeline-event__form-field, .patient-event__category-import,
.patient-event__attachment-import,
.patient-event__title-import, .patient-event__title,
.patient-event__date,
.patient-event__category,
.patient-event__attachment,
.patient-event__description, .genomics-alterations__entry-input, .genomics-alterations__entry-input-message, .physical-examination__entry-date, .physical-examination__entry-title,
.physical-examination__entry-value, .medications__entry-name,
.medications__entry-dosage, .biomarkers__entry-type,
.biomarkers__entry-result,
.biomarkers__entry-measurement,
.biomarkers__entry-date, .treatment-history__entry-date, .treatment-history__entry-therapy, .treatment-history__entry-responsible, .treatment-history__entry-outcome, .treatment-history__entry-description, .past-medical-history__entry-title,
.past-medical-history__entry-description, .staging__entry-stage-date {
  padding-top: 0.3125vw;
  padding-bottom: 0.3125vw;
}
.dia-table__cell-link, .batch-patient-case-report-view-item, .meeting-patient-list-view-item__cell-stage, .meeting-patient-list-view-item__cell-tumor-information, .meeting-patient-list-view-item__cell-point-of-discussion, .meeting-patient-list-view-item__cell-requested-by, .meeting-patient-list-view-item__cell-patient-data, .meeting-patient-list-view-item__cell-order, .cell-title, .batch-patient-case-report-view-item__cell-patient-data-title, .batch-patient-case-report-view__cell-point-of-discussion-title, .meeting-patient-list-view-item__cell-point-of-discussion-title, .meeting-patient-list-view-item__cell-patient-data-title,
.dia-table__cell--link,
.task-status__title,
.patient-list-view__title,
.patient-list-view__action,
.sortable-list-title__link-label,
.dia-table__cell__link {
  cursor: pointer;
}
.dia-table__cell-order,
.dia-table__cell__counter {
  font-size: 1.3em;
  line-height: 1.5em;
  font-style: italic;
}
@media (max-width: 1600px) {
  .dia-table__cell-order,
.dia-table__cell__counter {
    font-size: 1.17em;
    line-height: 1.35em;
  }
}
.dia-table__header-cell-label,
.dia-table__cell__label,
.biomarkers__header-type,
.biomarkers__header-result,
.biomarkers__header-measurement,
.biomarkers__header-date,
.treatment-history__header-date,
.treatment-history__header-therapy,
.treatment-history__header-description,
.treatment-history__header-outcome,
.treatment-history__header-responsible,
.task-status__param__label,
.patient-list-view__param__label,
.sortable-list-title__link-label {
  color: #373f47;
  font-weight: bold;
  text-transform: uppercase;
}
.dia-table__cell-value, .batch-patient-case-report-view-item__cell-recommendations-inactive, .meeting-patient-list-view-item__cell-recommendations-inactive,
.dia-table__cell__value,
.physical-examination__input,
.medications__input,
.biomarkers__input,
.past-medical-history__textbox,
.about-microservices-version__title,
.task-status__param__date,
.task-status__param__title,
.task-status__param__value,
.patient-list-view__param__title,
.patient-list-view__param__value,
.dia-table__input,
.import-patient-timeline-event__test-vendors,
.import-patient-timeline-event__report-id,
.patient-event__input,
.patient-event__main-input {
  display: block;
}
.dia-table__cell__value--minor {
  display: flex;
  flex-direction: row;
}
.dia-table__cell-title, .cell-title, .batch-patient-case-report-view-item__cell-patient-data-title, .batch-patient-case-report-view__cell-point-of-discussion-title, .meeting-patient-list-view-item__cell-point-of-discussion-title, .meeting-patient-list-view-item__cell-patient-data-title,
.dia-table__cell__title,
.task-status__param__title,
.patient-list-view__param__title {
  font-size: 1.3em;
  line-height: 1.5em;
  color: #373f47;
  font-weight: bold;
}
@media (max-width: 1600px) {
  .dia-table__cell-title, .cell-title, .batch-patient-case-report-view-item__cell-patient-data-title, .batch-patient-case-report-view__cell-point-of-discussion-title, .meeting-patient-list-view-item__cell-point-of-discussion-title, .meeting-patient-list-view-item__cell-patient-data-title,
.dia-table__cell__title,
.task-status__param__title,
.patient-list-view__param__title {
    font-size: 1.17em;
    line-height: 1.35em;
  }
}
.dia-table__cell-title-link, .cell-title, .batch-patient-case-report-view-item__cell-patient-data-title, .batch-patient-case-report-view__cell-point-of-discussion-title, .meeting-patient-list-view-item__cell-point-of-discussion-title, .meeting-patient-list-view-item__cell-patient-data-title, .dia-table__cell-title-link:link, .dia-table__cell-title-link:hover, .dia-table__cell-title-link:focus, .dia-table__cell-title-link:active, .dia-table__cell-title-link:visited,
.dia-table__cell__title-link,
.dia-table__cell__title-link:link,
.dia-table__cell__title-link:hover,
.dia-table__cell__title-link:focus,
.dia-table__cell__title-link:active,
.dia-table__cell__title-link:visited {
  color: #373f47;
  text-decoration: none;
}
.dia-table__cell-action, .batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view-item__cell-actions-item-drag, .meeting-patient-list-view-item__cell-actions-item,
.dia-table__cell__action,
.recommendations__entry-action,
.patient-list-view__action {
  padding-right: 0.625vw;
  opacity: 0;
  pointer-events: none;
  text-transform: lowercase;
  font-style: italic;
  color: #0066cc;
  float: right;
}
.dia-table__row:hover .dia-table__cell-action, .import-patient-timeline-event__form:hover .dia-table__cell-action, .dia-table__row:hover .batch-patient-case-report-view-item__cell-actions-item-drag, .import-patient-timeline-event__form:hover .batch-patient-case-report-view-item__cell-actions-item-drag, .dia-table__row:hover .batch-patient-case-report-view-item__cell-actions-item, .import-patient-timeline-event__form:hover .batch-patient-case-report-view-item__cell-actions-item, .dia-table__row:hover .batch-patient-case-report-view-item__cell-recommendations-active, .import-patient-timeline-event__form:hover .batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item__row:hover .dia-table__cell-action, .batch-patient-case-report-view-item__row:hover .batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item__row:hover .batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item__row:hover .batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item:hover .dia-table__cell-action, .batch-patient-case-report-view-item:hover .batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item:hover .batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item:hover .batch-patient-case-report-view-item__cell-recommendations-active, .meeting-info__row:hover .dia-table__cell-action, .meeting-info__row:hover .batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-info__row:hover .batch-patient-case-report-view-item__cell-actions-item, .meeting-info__row:hover .batch-patient-case-report-view-item__cell-recommendations-active, .upload-featured-attachment__no-featured:hover .dia-table__cell-action, .upload-featured-attachment__no-featured:hover .batch-patient-case-report-view-item__cell-actions-item-drag, .upload-featured-attachment__no-featured:hover .batch-patient-case-report-view-item__cell-actions-item, .upload-featured-attachment__no-featured:hover .batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__group:hover .dia-table__cell-action, .patient-event__group:hover .batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__group:hover .batch-patient-case-report-view-item__cell-actions-item, .patient-event__group:hover .batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__second-group:hover .dia-table__cell-action, .patient-event__second-group:hover .batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__second-group:hover .batch-patient-case-report-view-item__cell-actions-item, .patient-event__second-group:hover .batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry:hover .dia-table__cell-action, .medications__entry:hover .batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry:hover .batch-patient-case-report-view-item__cell-actions-item, .medications__entry:hover .batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry--edit:hover .dia-table__cell-action, .medications__entry--edit:hover .batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry--edit:hover .batch-patient-case-report-view-item__cell-actions-item, .medications__entry--edit:hover .batch-patient-case-report-view-item__cell-recommendations-active, .treatment-history__entry:hover .dia-table__cell-action, .treatment-history__entry:hover .batch-patient-case-report-view-item__cell-actions-item-drag, .treatment-history__entry:hover .batch-patient-case-report-view-item__cell-actions-item, .treatment-history__entry:hover .batch-patient-case-report-view-item__cell-recommendations-active, .recommendations__entry:hover .dia-table__cell-action, .recommendations__entry:hover .batch-patient-case-report-view-item__cell-actions-item-drag, .recommendations__entry:hover .batch-patient-case-report-view-item__cell-actions-item, .recommendations__entry:hover .batch-patient-case-report-view-item__cell-recommendations-active, .about-microservices-version__item:hover .dia-table__cell-action, .about-microservices-version__item:hover .batch-patient-case-report-view-item__cell-actions-item-drag, .about-microservices-version__item:hover .batch-patient-case-report-view-item__cell-actions-item, .about-microservices-version__item:hover .batch-patient-case-report-view-item__cell-recommendations-active, .task-status__item:hover .dia-table__cell-action, .task-status__item:hover .batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__item:hover .batch-patient-case-report-view-item__cell-actions-item, .task-status__item:hover .batch-patient-case-report-view-item__cell-recommendations-active, .task-status__headers:hover .dia-table__cell-action, .task-status__headers:hover .batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__headers:hover .batch-patient-case-report-view-item__cell-actions-item, .task-status__headers:hover .batch-patient-case-report-view-item__cell-recommendations-active,
.task-status__params:hover .dia-table__cell-action,
.task-status__params:hover .batch-patient-case-report-view-item__cell-actions-item-drag,
.task-status__params:hover .batch-patient-case-report-view-item__cell-actions-item,
.task-status__params:hover .batch-patient-case-report-view-item__cell-recommendations-active, .dia-table__row:hover .meeting-patient-list-view-item__cell-actions-item-drag, .import-patient-timeline-event__form:hover .meeting-patient-list-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item:hover .meeting-patient-list-view-item__cell-actions-item-drag, .meeting-info__row:hover .meeting-patient-list-view-item__cell-actions-item-drag, .upload-featured-attachment__no-featured:hover .meeting-patient-list-view-item__cell-actions-item-drag, .patient-event__group:hover .meeting-patient-list-view-item__cell-actions-item-drag, .patient-event__second-group:hover .meeting-patient-list-view-item__cell-actions-item-drag, .medications__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag, .medications__entry--edit:hover .meeting-patient-list-view-item__cell-actions-item-drag, .treatment-history__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag, .recommendations__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag, .about-microservices-version__item:hover .meeting-patient-list-view-item__cell-actions-item-drag, .task-status__item:hover .meeting-patient-list-view-item__cell-actions-item-drag, .task-status__headers:hover .meeting-patient-list-view-item__cell-actions-item-drag,
.task-status__params:hover .meeting-patient-list-view-item__cell-actions-item-drag, .dia-table__row:hover .meeting-patient-list-view-item__cell-actions-item, .import-patient-timeline-event__form:hover .meeting-patient-list-view-item__cell-actions-item, .batch-patient-case-report-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item, .batch-patient-case-report-view-item:hover .meeting-patient-list-view-item__cell-actions-item, .meeting-info__row:hover .meeting-patient-list-view-item__cell-actions-item, .upload-featured-attachment__no-featured:hover .meeting-patient-list-view-item__cell-actions-item, .patient-event__group:hover .meeting-patient-list-view-item__cell-actions-item, .patient-event__second-group:hover .meeting-patient-list-view-item__cell-actions-item, .medications__entry:hover .meeting-patient-list-view-item__cell-actions-item, .medications__entry--edit:hover .meeting-patient-list-view-item__cell-actions-item, .treatment-history__entry:hover .meeting-patient-list-view-item__cell-actions-item, .recommendations__entry:hover .meeting-patient-list-view-item__cell-actions-item, .about-microservices-version__item:hover .meeting-patient-list-view-item__cell-actions-item, .task-status__item:hover .meeting-patient-list-view-item__cell-actions-item, .task-status__headers:hover .meeting-patient-list-view-item__cell-actions-item,
.task-status__params:hover .meeting-patient-list-view-item__cell-actions-item, .meeting-patient-list-view-item__row:hover .dia-table__cell-action, .meeting-patient-list-view-item__row:hover .batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view-item__row:hover .batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view-item__row:hover .batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item-drag, .meeting-patient-list-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item, .meeting-patient-list-view__item:hover .dia-table__cell-action, .meeting-patient-list-view__item:hover .batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view__item:hover .batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view__item:hover .batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item-drag, .meeting-patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item, .patient-list-view__item:hover .dia-table__cell-action, .patient-list-view__item:hover .batch-patient-case-report-view-item__cell-actions-item-drag, .patient-list-view__item:hover .batch-patient-case-report-view-item__cell-actions-item, .patient-list-view__item:hover .batch-patient-case-report-view-item__cell-recommendations-active, .patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item-drag, .patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item,
.dia-table__row:hover .dia-table__cell__action,
.import-patient-timeline-event__form:hover .dia-table__cell__action,
.batch-patient-case-report-view-item__row:hover .dia-table__cell__action,
.batch-patient-case-report-view-item:hover .dia-table__cell__action,
.meeting-info__row:hover .dia-table__cell__action,
.upload-featured-attachment__no-featured:hover .dia-table__cell__action,
.patient-event__group:hover .dia-table__cell__action,
.patient-event__second-group:hover .dia-table__cell__action,
.medications__entry:hover .dia-table__cell__action,
.medications__entry--edit:hover .dia-table__cell__action,
.treatment-history__entry:hover .dia-table__cell__action,
.dia-table__row:hover .recommendations__entry-action,
.import-patient-timeline-event__form:hover .recommendations__entry-action,
.batch-patient-case-report-view-item__row:hover .recommendations__entry-action,
.batch-patient-case-report-view-item:hover .recommendations__entry-action,
.meeting-info__row:hover .recommendations__entry-action,
.upload-featured-attachment__no-featured:hover .recommendations__entry-action,
.patient-event__group:hover .recommendations__entry-action,
.patient-event__second-group:hover .recommendations__entry-action,
.medications__entry:hover .recommendations__entry-action,
.medications__entry--edit:hover .recommendations__entry-action,
.treatment-history__entry:hover .recommendations__entry-action,
.recommendations__entry:hover .dia-table__cell__action,
.recommendations__entry:hover .recommendations__entry-action,
.about-microservices-version__item:hover .dia-table__cell__action,
.about-microservices-version__item:hover .recommendations__entry-action,
.task-status__item:hover .dia-table__cell__action,
.task-status__item:hover .recommendations__entry-action,
.task-status__headers:hover .dia-table__cell__action,
.task-status__headers:hover .recommendations__entry-action,
.task-status__params:hover .dia-table__cell__action,
.task-status__params:hover .recommendations__entry-action,
.meeting-patient-list-view-item__row:hover .dia-table__cell__action,
.meeting-patient-list-view-item__row:hover .recommendations__entry-action,
.meeting-patient-list-view__item:hover .dia-table__cell__action,
.meeting-patient-list-view__item:hover .recommendations__entry-action,
.dia-table__row:hover .patient-list-view__action,
.import-patient-timeline-event__form:hover .patient-list-view__action,
.batch-patient-case-report-view-item__row:hover .patient-list-view__action,
.batch-patient-case-report-view-item:hover .patient-list-view__action,
.meeting-info__row:hover .patient-list-view__action,
.upload-featured-attachment__no-featured:hover .patient-list-view__action,
.patient-event__group:hover .patient-list-view__action,
.patient-event__second-group:hover .patient-list-view__action,
.medications__entry:hover .patient-list-view__action,
.medications__entry--edit:hover .patient-list-view__action,
.treatment-history__entry:hover .patient-list-view__action,
.recommendations__entry:hover .patient-list-view__action,
.about-microservices-version__item:hover .patient-list-view__action,
.task-status__item:hover .patient-list-view__action,
.task-status__headers:hover .patient-list-view__action,
.task-status__params:hover .patient-list-view__action,
.meeting-patient-list-view-item__row:hover .patient-list-view__action,
.meeting-patient-list-view__item:hover .patient-list-view__action,
.patient-list-view__item:hover .dia-table__cell__action,
.patient-list-view__item:hover .recommendations__entry-action,
.patient-list-view__item:hover .patient-list-view__action {
  opacity: 1;
  pointer-events: inherit;
  color: #0066cc;
}
.dia-table__row:hover .dia-table__cell-action.disabled, .import-patient-timeline-event__form:hover .dia-table__cell-action.disabled, .dia-table__row:hover .disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .import-patient-timeline-event__form:hover .disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .dia-table__row:hover .disabled.batch-patient-case-report-view-item__cell-actions-item, .import-patient-timeline-event__form:hover .disabled.batch-patient-case-report-view-item__cell-actions-item, .dia-table__row:hover .disabled.batch-patient-case-report-view-item__cell-recommendations-active, .import-patient-timeline-event__form:hover .disabled.batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item__row:hover .dia-table__cell-action.disabled, .batch-patient-case-report-view-item__row:hover .disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item__row:hover .disabled.batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item__row:hover .disabled.batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item:hover .dia-table__cell-action.disabled, .batch-patient-case-report-view-item:hover .disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item:hover .disabled.batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item:hover .disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-info__row:hover .dia-table__cell-action.disabled, .meeting-info__row:hover .disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-info__row:hover .disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-info__row:hover .disabled.batch-patient-case-report-view-item__cell-recommendations-active, .upload-featured-attachment__no-featured:hover .dia-table__cell-action.disabled, .upload-featured-attachment__no-featured:hover .disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .upload-featured-attachment__no-featured:hover .disabled.batch-patient-case-report-view-item__cell-actions-item, .upload-featured-attachment__no-featured:hover .disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__group:hover .dia-table__cell-action.disabled, .patient-event__group:hover .disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__group:hover .disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-event__group:hover .disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__second-group:hover .dia-table__cell-action.disabled, .patient-event__second-group:hover .disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__second-group:hover .disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-event__second-group:hover .disabled.batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry:hover .dia-table__cell-action.disabled, .medications__entry:hover .disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry:hover .disabled.batch-patient-case-report-view-item__cell-actions-item, .medications__entry:hover .disabled.batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry--edit:hover .dia-table__cell-action.disabled, .medications__entry--edit:hover .disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry--edit:hover .disabled.batch-patient-case-report-view-item__cell-actions-item, .medications__entry--edit:hover .disabled.batch-patient-case-report-view-item__cell-recommendations-active, .treatment-history__entry:hover .dia-table__cell-action.disabled, .treatment-history__entry:hover .disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .treatment-history__entry:hover .disabled.batch-patient-case-report-view-item__cell-actions-item, .treatment-history__entry:hover .disabled.batch-patient-case-report-view-item__cell-recommendations-active, .recommendations__entry:hover .dia-table__cell-action.disabled, .recommendations__entry:hover .disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .recommendations__entry:hover .disabled.batch-patient-case-report-view-item__cell-actions-item, .recommendations__entry:hover .disabled.batch-patient-case-report-view-item__cell-recommendations-active, .about-microservices-version__item:hover .dia-table__cell-action.disabled, .about-microservices-version__item:hover .disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .about-microservices-version__item:hover .disabled.batch-patient-case-report-view-item__cell-actions-item, .about-microservices-version__item:hover .disabled.batch-patient-case-report-view-item__cell-recommendations-active, .task-status__item:hover .dia-table__cell-action.disabled, .task-status__item:hover .disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__item:hover .disabled.batch-patient-case-report-view-item__cell-actions-item, .task-status__item:hover .disabled.batch-patient-case-report-view-item__cell-recommendations-active, .task-status__headers:hover .dia-table__cell-action.disabled, .task-status__headers:hover .disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__headers:hover .disabled.batch-patient-case-report-view-item__cell-actions-item, .task-status__headers:hover .disabled.batch-patient-case-report-view-item__cell-recommendations-active,
.task-status__params:hover .dia-table__cell-action.disabled,
.task-status__params:hover .disabled.batch-patient-case-report-view-item__cell-actions-item-drag,
.task-status__params:hover .disabled.batch-patient-case-report-view-item__cell-actions-item,
.task-status__params:hover .disabled.batch-patient-case-report-view-item__cell-recommendations-active, .dia-table__row:hover .disabled.meeting-patient-list-view-item__cell-actions-item-drag, .import-patient-timeline-event__form:hover .disabled.meeting-patient-list-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item__row:hover .disabled.meeting-patient-list-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item:hover .disabled.meeting-patient-list-view-item__cell-actions-item-drag, .meeting-info__row:hover .disabled.meeting-patient-list-view-item__cell-actions-item-drag, .upload-featured-attachment__no-featured:hover .disabled.meeting-patient-list-view-item__cell-actions-item-drag, .patient-event__group:hover .disabled.meeting-patient-list-view-item__cell-actions-item-drag, .patient-event__second-group:hover .disabled.meeting-patient-list-view-item__cell-actions-item-drag, .medications__entry:hover .disabled.meeting-patient-list-view-item__cell-actions-item-drag, .medications__entry--edit:hover .disabled.meeting-patient-list-view-item__cell-actions-item-drag, .treatment-history__entry:hover .disabled.meeting-patient-list-view-item__cell-actions-item-drag, .recommendations__entry:hover .disabled.meeting-patient-list-view-item__cell-actions-item-drag, .about-microservices-version__item:hover .disabled.meeting-patient-list-view-item__cell-actions-item-drag, .task-status__item:hover .disabled.meeting-patient-list-view-item__cell-actions-item-drag, .task-status__headers:hover .disabled.meeting-patient-list-view-item__cell-actions-item-drag,
.task-status__params:hover .disabled.meeting-patient-list-view-item__cell-actions-item-drag, .dia-table__row:hover .disabled.meeting-patient-list-view-item__cell-actions-item, .import-patient-timeline-event__form:hover .disabled.meeting-patient-list-view-item__cell-actions-item, .batch-patient-case-report-view-item__row:hover .disabled.meeting-patient-list-view-item__cell-actions-item, .batch-patient-case-report-view-item:hover .disabled.meeting-patient-list-view-item__cell-actions-item, .meeting-info__row:hover .disabled.meeting-patient-list-view-item__cell-actions-item, .upload-featured-attachment__no-featured:hover .disabled.meeting-patient-list-view-item__cell-actions-item, .patient-event__group:hover .disabled.meeting-patient-list-view-item__cell-actions-item, .patient-event__second-group:hover .disabled.meeting-patient-list-view-item__cell-actions-item, .medications__entry:hover .disabled.meeting-patient-list-view-item__cell-actions-item, .medications__entry--edit:hover .disabled.meeting-patient-list-view-item__cell-actions-item, .treatment-history__entry:hover .disabled.meeting-patient-list-view-item__cell-actions-item, .recommendations__entry:hover .disabled.meeting-patient-list-view-item__cell-actions-item, .about-microservices-version__item:hover .disabled.meeting-patient-list-view-item__cell-actions-item, .task-status__item:hover .disabled.meeting-patient-list-view-item__cell-actions-item, .task-status__headers:hover .disabled.meeting-patient-list-view-item__cell-actions-item,
.task-status__params:hover .disabled.meeting-patient-list-view-item__cell-actions-item, .meeting-patient-list-view-item__row:hover .dia-table__cell-action.disabled, .meeting-patient-list-view-item__row:hover .disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view-item__row:hover .disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view-item__row:hover .disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view-item__row:hover .disabled.meeting-patient-list-view-item__cell-actions-item-drag, .meeting-patient-list-view-item__row:hover .disabled.meeting-patient-list-view-item__cell-actions-item, .meeting-patient-list-view__item:hover .dia-table__cell-action.disabled, .meeting-patient-list-view__item:hover .disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view__item:hover .disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view__item:hover .disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view__item:hover .disabled.meeting-patient-list-view-item__cell-actions-item-drag, .meeting-patient-list-view__item:hover .disabled.meeting-patient-list-view-item__cell-actions-item, .dia-table__row:hover .dia-table__cell-action.disabled-area, .import-patient-timeline-event__form:hover .dia-table__cell-action.disabled-area, .dia-table__row:hover .disabled-area.batch-patient-case-report-view-item__cell-actions-item-drag, .import-patient-timeline-event__form:hover .disabled-area.batch-patient-case-report-view-item__cell-actions-item-drag, .dia-table__row:hover .disabled-area.batch-patient-case-report-view-item__cell-actions-item, .import-patient-timeline-event__form:hover .disabled-area.batch-patient-case-report-view-item__cell-actions-item, .dia-table__row:hover .disabled-area.batch-patient-case-report-view-item__cell-recommendations-active, .import-patient-timeline-event__form:hover .disabled-area.batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item__row:hover .dia-table__cell-action.disabled-area, .batch-patient-case-report-view-item__row:hover .disabled-area.batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item__row:hover .disabled-area.batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item__row:hover .disabled-area.batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item:hover .dia-table__cell-action.disabled-area, .batch-patient-case-report-view-item:hover .disabled-area.batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item:hover .disabled-area.batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item:hover .disabled-area.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-info__row:hover .dia-table__cell-action.disabled-area, .meeting-info__row:hover .disabled-area.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-info__row:hover .disabled-area.batch-patient-case-report-view-item__cell-actions-item, .meeting-info__row:hover .disabled-area.batch-patient-case-report-view-item__cell-recommendations-active, .dia-table__row:hover .dia-table__cell-action.meeting-point-of-discussion__add--disabled, .import-patient-timeline-event__form:hover .dia-table__cell-action.meeting-point-of-discussion__add--disabled, .dia-table__row:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .import-patient-timeline-event__form:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .dia-table__row:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .import-patient-timeline-event__form:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .dia-table__row:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .import-patient-timeline-event__form:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item__row:hover .dia-table__cell-action.meeting-point-of-discussion__add--disabled, .batch-patient-case-report-view-item__row:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item__row:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item__row:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item:hover .dia-table__cell-action.meeting-point-of-discussion__add--disabled, .batch-patient-case-report-view-item:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-info__row:hover .dia-table__cell-action.meeting-point-of-discussion__add--disabled, .meeting-info__row:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-info__row:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-info__row:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .upload-featured-attachment__no-featured:hover .dia-table__cell-action.disabled-area, .upload-featured-attachment__no-featured:hover .disabled-area.batch-patient-case-report-view-item__cell-actions-item-drag, .upload-featured-attachment__no-featured:hover .disabled-area.batch-patient-case-report-view-item__cell-actions-item, .upload-featured-attachment__no-featured:hover .disabled-area.batch-patient-case-report-view-item__cell-recommendations-active, .upload-featured-attachment__no-featured:hover .dia-table__cell-action.meeting-point-of-discussion__add--disabled, .upload-featured-attachment__no-featured:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .upload-featured-attachment__no-featured:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .upload-featured-attachment__no-featured:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__group:hover .dia-table__cell-action.disabled-area, .patient-event__group:hover .disabled-area.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__group:hover .disabled-area.batch-patient-case-report-view-item__cell-actions-item, .patient-event__group:hover .disabled-area.batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__group:hover .dia-table__cell-action.meeting-point-of-discussion__add--disabled, .patient-event__group:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__group:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-event__group:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__second-group:hover .dia-table__cell-action.disabled-area, .patient-event__second-group:hover .disabled-area.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__second-group:hover .disabled-area.batch-patient-case-report-view-item__cell-actions-item, .patient-event__second-group:hover .disabled-area.batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__second-group:hover .dia-table__cell-action.meeting-point-of-discussion__add--disabled, .patient-event__second-group:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__second-group:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-event__second-group:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .dia-table__row:hover .dia-table__cell-action.patient-event-links__add--disabled, .import-patient-timeline-event__form:hover .dia-table__cell-action.patient-event-links__add--disabled, .dia-table__row:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .import-patient-timeline-event__form:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .dia-table__row:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .import-patient-timeline-event__form:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .dia-table__row:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .import-patient-timeline-event__form:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item__row:hover .dia-table__cell-action.patient-event-links__add--disabled, .batch-patient-case-report-view-item__row:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item__row:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item__row:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item:hover .dia-table__cell-action.patient-event-links__add--disabled, .batch-patient-case-report-view-item:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-info__row:hover .dia-table__cell-action.patient-event-links__add--disabled, .meeting-info__row:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-info__row:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-info__row:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .upload-featured-attachment__no-featured:hover .dia-table__cell-action.patient-event-links__add--disabled, .upload-featured-attachment__no-featured:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .upload-featured-attachment__no-featured:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .upload-featured-attachment__no-featured:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__group:hover .dia-table__cell-action.patient-event-links__add--disabled, .patient-event__group:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__group:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-event__group:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__second-group:hover .dia-table__cell-action.patient-event-links__add--disabled, .patient-event__second-group:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__second-group:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-event__second-group:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .dia-table__row:hover .dia-table__cell-action.physical-examination__add--disabled, .import-patient-timeline-event__form:hover .dia-table__cell-action.physical-examination__add--disabled, .dia-table__row:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .import-patient-timeline-event__form:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .dia-table__row:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .import-patient-timeline-event__form:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .dia-table__row:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .import-patient-timeline-event__form:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item__row:hover .dia-table__cell-action.physical-examination__add--disabled, .batch-patient-case-report-view-item__row:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item__row:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item__row:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item:hover .dia-table__cell-action.physical-examination__add--disabled, .batch-patient-case-report-view-item:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-info__row:hover .dia-table__cell-action.physical-examination__add--disabled, .meeting-info__row:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-info__row:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-info__row:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .upload-featured-attachment__no-featured:hover .dia-table__cell-action.physical-examination__add--disabled, .upload-featured-attachment__no-featured:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .upload-featured-attachment__no-featured:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .upload-featured-attachment__no-featured:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__group:hover .dia-table__cell-action.physical-examination__add--disabled, .patient-event__group:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__group:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-event__group:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__second-group:hover .dia-table__cell-action.physical-examination__add--disabled, .patient-event__second-group:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__second-group:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-event__second-group:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .dia-table__row:hover .dia-table__cell-action.tumor-information__add--disabled, .import-patient-timeline-event__form:hover .dia-table__cell-action.tumor-information__add--disabled, .dia-table__row:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .import-patient-timeline-event__form:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .dia-table__row:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .import-patient-timeline-event__form:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .dia-table__row:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .import-patient-timeline-event__form:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item__row:hover .dia-table__cell-action.tumor-information__add--disabled, .batch-patient-case-report-view-item__row:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item__row:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item__row:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item:hover .dia-table__cell-action.tumor-information__add--disabled, .batch-patient-case-report-view-item:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-info__row:hover .dia-table__cell-action.tumor-information__add--disabled, .meeting-info__row:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-info__row:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-info__row:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .upload-featured-attachment__no-featured:hover .dia-table__cell-action.tumor-information__add--disabled, .upload-featured-attachment__no-featured:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .upload-featured-attachment__no-featured:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .upload-featured-attachment__no-featured:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__group:hover .dia-table__cell-action.tumor-information__add--disabled, .patient-event__group:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__group:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-event__group:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__second-group:hover .dia-table__cell-action.tumor-information__add--disabled, .patient-event__second-group:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__second-group:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-event__second-group:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .dia-table__row:hover .dia-table__cell-action.medications__add--disabled, .import-patient-timeline-event__form:hover .dia-table__cell-action.medications__add--disabled, .dia-table__row:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .import-patient-timeline-event__form:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .dia-table__row:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .import-patient-timeline-event__form:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .dia-table__row:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .import-patient-timeline-event__form:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item__row:hover .dia-table__cell-action.medications__add--disabled, .batch-patient-case-report-view-item__row:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item__row:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item__row:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item:hover .dia-table__cell-action.medications__add--disabled, .batch-patient-case-report-view-item:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-info__row:hover .dia-table__cell-action.medications__add--disabled, .meeting-info__row:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-info__row:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-info__row:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .upload-featured-attachment__no-featured:hover .dia-table__cell-action.medications__add--disabled, .upload-featured-attachment__no-featured:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .upload-featured-attachment__no-featured:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .upload-featured-attachment__no-featured:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__group:hover .dia-table__cell-action.medications__add--disabled, .patient-event__group:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__group:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-event__group:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__second-group:hover .dia-table__cell-action.medications__add--disabled, .patient-event__second-group:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__second-group:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-event__second-group:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry:hover .dia-table__cell-action.disabled-area, .medications__entry:hover .disabled-area.batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry:hover .disabled-area.batch-patient-case-report-view-item__cell-actions-item, .medications__entry:hover .disabled-area.batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry:hover .dia-table__cell-action.meeting-point-of-discussion__add--disabled, .medications__entry:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .medications__entry:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry:hover .dia-table__cell-action.patient-event-links__add--disabled, .medications__entry:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .medications__entry:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry:hover .dia-table__cell-action.physical-examination__add--disabled, .medications__entry:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .medications__entry:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry:hover .dia-table__cell-action.tumor-information__add--disabled, .medications__entry:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .medications__entry:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry:hover .dia-table__cell-action.medications__add--disabled, .medications__entry:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .medications__entry:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry--edit:hover .dia-table__cell-action.disabled-area, .medications__entry--edit:hover .disabled-area.batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry--edit:hover .disabled-area.batch-patient-case-report-view-item__cell-actions-item, .medications__entry--edit:hover .disabled-area.batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry--edit:hover .dia-table__cell-action.meeting-point-of-discussion__add--disabled, .medications__entry--edit:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry--edit:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .medications__entry--edit:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry--edit:hover .dia-table__cell-action.patient-event-links__add--disabled, .medications__entry--edit:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry--edit:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .medications__entry--edit:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry--edit:hover .dia-table__cell-action.physical-examination__add--disabled, .medications__entry--edit:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry--edit:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .medications__entry--edit:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry--edit:hover .dia-table__cell-action.tumor-information__add--disabled, .medications__entry--edit:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry--edit:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .medications__entry--edit:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry--edit:hover .dia-table__cell-action.medications__add--disabled, .medications__entry--edit:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry--edit:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .medications__entry--edit:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .dia-table__row:hover .dia-table__cell-action.biomarkers__add--disabled, .import-patient-timeline-event__form:hover .dia-table__cell-action.biomarkers__add--disabled, .dia-table__row:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .import-patient-timeline-event__form:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .dia-table__row:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .import-patient-timeline-event__form:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .dia-table__row:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .import-patient-timeline-event__form:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item__row:hover .dia-table__cell-action.biomarkers__add--disabled, .batch-patient-case-report-view-item__row:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item__row:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item__row:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item:hover .dia-table__cell-action.biomarkers__add--disabled, .batch-patient-case-report-view-item:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-info__row:hover .dia-table__cell-action.biomarkers__add--disabled, .meeting-info__row:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-info__row:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-info__row:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .upload-featured-attachment__no-featured:hover .dia-table__cell-action.biomarkers__add--disabled, .upload-featured-attachment__no-featured:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .upload-featured-attachment__no-featured:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .upload-featured-attachment__no-featured:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__group:hover .dia-table__cell-action.biomarkers__add--disabled, .patient-event__group:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__group:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-event__group:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__second-group:hover .dia-table__cell-action.biomarkers__add--disabled, .patient-event__second-group:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__second-group:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-event__second-group:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry:hover .dia-table__cell-action.biomarkers__add--disabled, .medications__entry:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .medications__entry:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry--edit:hover .dia-table__cell-action.biomarkers__add--disabled, .medications__entry--edit:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry--edit:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .medications__entry--edit:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .treatment-history__entry:hover .dia-table__cell-action.disabled-area, .treatment-history__entry:hover .disabled-area.batch-patient-case-report-view-item__cell-actions-item-drag, .treatment-history__entry:hover .disabled-area.batch-patient-case-report-view-item__cell-actions-item, .treatment-history__entry:hover .disabled-area.batch-patient-case-report-view-item__cell-recommendations-active, .treatment-history__entry:hover .dia-table__cell-action.meeting-point-of-discussion__add--disabled, .treatment-history__entry:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .treatment-history__entry:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .treatment-history__entry:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .treatment-history__entry:hover .dia-table__cell-action.patient-event-links__add--disabled, .treatment-history__entry:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .treatment-history__entry:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .treatment-history__entry:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .treatment-history__entry:hover .dia-table__cell-action.physical-examination__add--disabled, .treatment-history__entry:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .treatment-history__entry:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .treatment-history__entry:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .treatment-history__entry:hover .dia-table__cell-action.tumor-information__add--disabled, .treatment-history__entry:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .treatment-history__entry:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .treatment-history__entry:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .treatment-history__entry:hover .dia-table__cell-action.medications__add--disabled, .treatment-history__entry:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .treatment-history__entry:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .treatment-history__entry:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .treatment-history__entry:hover .dia-table__cell-action.biomarkers__add--disabled, .treatment-history__entry:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .treatment-history__entry:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .treatment-history__entry:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .dia-table__row:hover .dia-table__cell-action.treatment-history__add--disabled, .import-patient-timeline-event__form:hover .dia-table__cell-action.treatment-history__add--disabled, .dia-table__row:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .import-patient-timeline-event__form:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .dia-table__row:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .import-patient-timeline-event__form:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .dia-table__row:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .import-patient-timeline-event__form:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item__row:hover .dia-table__cell-action.treatment-history__add--disabled, .batch-patient-case-report-view-item__row:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item__row:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item__row:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item:hover .dia-table__cell-action.treatment-history__add--disabled, .batch-patient-case-report-view-item:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-info__row:hover .dia-table__cell-action.treatment-history__add--disabled, .meeting-info__row:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-info__row:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-info__row:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .upload-featured-attachment__no-featured:hover .dia-table__cell-action.treatment-history__add--disabled, .upload-featured-attachment__no-featured:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .upload-featured-attachment__no-featured:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .upload-featured-attachment__no-featured:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__group:hover .dia-table__cell-action.treatment-history__add--disabled, .patient-event__group:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__group:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-event__group:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__second-group:hover .dia-table__cell-action.treatment-history__add--disabled, .patient-event__second-group:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__second-group:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-event__second-group:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry:hover .dia-table__cell-action.treatment-history__add--disabled, .medications__entry:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .medications__entry:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry--edit:hover .dia-table__cell-action.treatment-history__add--disabled, .medications__entry--edit:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry--edit:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .medications__entry--edit:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .treatment-history__entry:hover .dia-table__cell-action.treatment-history__add--disabled, .treatment-history__entry:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .treatment-history__entry:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .treatment-history__entry:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .dia-table__row:hover .dia-table__cell-action.social-history__add--disabled, .import-patient-timeline-event__form:hover .dia-table__cell-action.social-history__add--disabled, .dia-table__row:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .import-patient-timeline-event__form:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .dia-table__row:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .import-patient-timeline-event__form:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .dia-table__row:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .import-patient-timeline-event__form:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item__row:hover .dia-table__cell-action.social-history__add--disabled, .batch-patient-case-report-view-item__row:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item__row:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item__row:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item:hover .dia-table__cell-action.social-history__add--disabled, .batch-patient-case-report-view-item:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-info__row:hover .dia-table__cell-action.social-history__add--disabled, .meeting-info__row:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-info__row:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-info__row:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .upload-featured-attachment__no-featured:hover .dia-table__cell-action.social-history__add--disabled, .upload-featured-attachment__no-featured:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .upload-featured-attachment__no-featured:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .upload-featured-attachment__no-featured:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__group:hover .dia-table__cell-action.social-history__add--disabled, .patient-event__group:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__group:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-event__group:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__second-group:hover .dia-table__cell-action.social-history__add--disabled, .patient-event__second-group:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__second-group:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-event__second-group:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry:hover .dia-table__cell-action.social-history__add--disabled, .medications__entry:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .medications__entry:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry--edit:hover .dia-table__cell-action.social-history__add--disabled, .medications__entry--edit:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry--edit:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .medications__entry--edit:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .treatment-history__entry:hover .dia-table__cell-action.social-history__add--disabled, .treatment-history__entry:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .treatment-history__entry:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .treatment-history__entry:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .recommendations__entry:hover .dia-table__cell-action.disabled-area, .recommendations__entry:hover .disabled-area.batch-patient-case-report-view-item__cell-actions-item-drag, .recommendations__entry:hover .disabled-area.batch-patient-case-report-view-item__cell-actions-item, .recommendations__entry:hover .disabled-area.batch-patient-case-report-view-item__cell-recommendations-active, .recommendations__entry:hover .dia-table__cell-action.meeting-point-of-discussion__add--disabled, .recommendations__entry:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .recommendations__entry:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .recommendations__entry:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .recommendations__entry:hover .dia-table__cell-action.patient-event-links__add--disabled, .recommendations__entry:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .recommendations__entry:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .recommendations__entry:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .recommendations__entry:hover .dia-table__cell-action.physical-examination__add--disabled, .recommendations__entry:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .recommendations__entry:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .recommendations__entry:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .recommendations__entry:hover .dia-table__cell-action.tumor-information__add--disabled, .recommendations__entry:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .recommendations__entry:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .recommendations__entry:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .recommendations__entry:hover .dia-table__cell-action.medications__add--disabled, .recommendations__entry:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .recommendations__entry:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .recommendations__entry:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .recommendations__entry:hover .dia-table__cell-action.biomarkers__add--disabled, .recommendations__entry:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .recommendations__entry:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .recommendations__entry:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .recommendations__entry:hover .dia-table__cell-action.treatment-history__add--disabled, .recommendations__entry:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .recommendations__entry:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .recommendations__entry:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .recommendations__entry:hover .dia-table__cell-action.social-history__add--disabled, .recommendations__entry:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .recommendations__entry:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .recommendations__entry:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .dia-table__row:hover .dia-table__cell-action.past-medical-history__add--disabled, .import-patient-timeline-event__form:hover .dia-table__cell-action.past-medical-history__add--disabled, .dia-table__row:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .import-patient-timeline-event__form:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .dia-table__row:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .import-patient-timeline-event__form:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .dia-table__row:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .import-patient-timeline-event__form:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item__row:hover .dia-table__cell-action.past-medical-history__add--disabled, .batch-patient-case-report-view-item__row:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item__row:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item__row:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item:hover .dia-table__cell-action.past-medical-history__add--disabled, .batch-patient-case-report-view-item:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-info__row:hover .dia-table__cell-action.past-medical-history__add--disabled, .meeting-info__row:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-info__row:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-info__row:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .upload-featured-attachment__no-featured:hover .dia-table__cell-action.past-medical-history__add--disabled, .upload-featured-attachment__no-featured:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .upload-featured-attachment__no-featured:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .upload-featured-attachment__no-featured:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__group:hover .dia-table__cell-action.past-medical-history__add--disabled, .patient-event__group:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__group:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-event__group:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__second-group:hover .dia-table__cell-action.past-medical-history__add--disabled, .patient-event__second-group:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__second-group:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-event__second-group:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry:hover .dia-table__cell-action.past-medical-history__add--disabled, .medications__entry:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .medications__entry:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry--edit:hover .dia-table__cell-action.past-medical-history__add--disabled, .medications__entry--edit:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry--edit:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .medications__entry--edit:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .treatment-history__entry:hover .dia-table__cell-action.past-medical-history__add--disabled, .treatment-history__entry:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .treatment-history__entry:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .treatment-history__entry:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .recommendations__entry:hover .dia-table__cell-action.past-medical-history__add--disabled, .recommendations__entry:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .recommendations__entry:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .recommendations__entry:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .dia-table__row:hover .dia-table__cell-action.staging__add--disabled, .import-patient-timeline-event__form:hover .dia-table__cell-action.staging__add--disabled, .dia-table__row:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .import-patient-timeline-event__form:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .dia-table__row:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .import-patient-timeline-event__form:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .dia-table__row:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .import-patient-timeline-event__form:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item__row:hover .dia-table__cell-action.staging__add--disabled, .batch-patient-case-report-view-item__row:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item__row:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item__row:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item:hover .dia-table__cell-action.staging__add--disabled, .batch-patient-case-report-view-item:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-info__row:hover .dia-table__cell-action.staging__add--disabled, .meeting-info__row:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-info__row:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-info__row:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .upload-featured-attachment__no-featured:hover .dia-table__cell-action.staging__add--disabled, .upload-featured-attachment__no-featured:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .upload-featured-attachment__no-featured:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .upload-featured-attachment__no-featured:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__group:hover .dia-table__cell-action.staging__add--disabled, .patient-event__group:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__group:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-event__group:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__second-group:hover .dia-table__cell-action.staging__add--disabled, .patient-event__second-group:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__second-group:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-event__second-group:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry:hover .dia-table__cell-action.staging__add--disabled, .medications__entry:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .medications__entry:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry--edit:hover .dia-table__cell-action.staging__add--disabled, .medications__entry--edit:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry--edit:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .medications__entry--edit:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .treatment-history__entry:hover .dia-table__cell-action.staging__add--disabled, .treatment-history__entry:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .treatment-history__entry:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .treatment-history__entry:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .recommendations__entry:hover .dia-table__cell-action.staging__add--disabled, .recommendations__entry:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .recommendations__entry:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .recommendations__entry:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .dia-table__row:hover .dia-table__cell-action.patient-summary__add--disabled, .import-patient-timeline-event__form:hover .dia-table__cell-action.patient-summary__add--disabled, .dia-table__row:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .import-patient-timeline-event__form:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .dia-table__row:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .import-patient-timeline-event__form:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .dia-table__row:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .import-patient-timeline-event__form:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item__row:hover .dia-table__cell-action.patient-summary__add--disabled, .batch-patient-case-report-view-item__row:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item__row:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item__row:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item:hover .dia-table__cell-action.patient-summary__add--disabled, .batch-patient-case-report-view-item:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-info__row:hover .dia-table__cell-action.patient-summary__add--disabled, .meeting-info__row:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-info__row:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-info__row:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .upload-featured-attachment__no-featured:hover .dia-table__cell-action.patient-summary__add--disabled, .upload-featured-attachment__no-featured:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .upload-featured-attachment__no-featured:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .upload-featured-attachment__no-featured:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__group:hover .dia-table__cell-action.patient-summary__add--disabled, .patient-event__group:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__group:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-event__group:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__second-group:hover .dia-table__cell-action.patient-summary__add--disabled, .patient-event__second-group:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__second-group:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-event__second-group:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry:hover .dia-table__cell-action.patient-summary__add--disabled, .medications__entry:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .medications__entry:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry--edit:hover .dia-table__cell-action.patient-summary__add--disabled, .medications__entry--edit:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry--edit:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .medications__entry--edit:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .treatment-history__entry:hover .dia-table__cell-action.patient-summary__add--disabled, .treatment-history__entry:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .treatment-history__entry:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .treatment-history__entry:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .recommendations__entry:hover .dia-table__cell-action.patient-summary__add--disabled, .recommendations__entry:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .recommendations__entry:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .recommendations__entry:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .dia-table__row:hover .dia-table__cell-action.meeting-preparation-slide-creator__options__item--disabled, .import-patient-timeline-event__form:hover .dia-table__cell-action.meeting-preparation-slide-creator__options__item--disabled, .dia-table__row:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .import-patient-timeline-event__form:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .dia-table__row:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-actions-item, .import-patient-timeline-event__form:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-actions-item, .dia-table__row:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .import-patient-timeline-event__form:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item__row:hover .dia-table__cell-action.meeting-preparation-slide-creator__options__item--disabled, .batch-patient-case-report-view-item__row:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item__row:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item__row:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item:hover .dia-table__cell-action.meeting-preparation-slide-creator__options__item--disabled, .batch-patient-case-report-view-item:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-info__row:hover .dia-table__cell-action.meeting-preparation-slide-creator__options__item--disabled, .meeting-info__row:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-info__row:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-info__row:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .upload-featured-attachment__no-featured:hover .dia-table__cell-action.meeting-preparation-slide-creator__options__item--disabled, .upload-featured-attachment__no-featured:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .upload-featured-attachment__no-featured:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-actions-item, .upload-featured-attachment__no-featured:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__group:hover .dia-table__cell-action.meeting-preparation-slide-creator__options__item--disabled, .patient-event__group:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__group:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-event__group:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__second-group:hover .dia-table__cell-action.meeting-preparation-slide-creator__options__item--disabled, .patient-event__second-group:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__second-group:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-event__second-group:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry:hover .dia-table__cell-action.meeting-preparation-slide-creator__options__item--disabled, .medications__entry:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-actions-item, .medications__entry:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry--edit:hover .dia-table__cell-action.meeting-preparation-slide-creator__options__item--disabled, .medications__entry--edit:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry--edit:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-actions-item, .medications__entry--edit:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .treatment-history__entry:hover .dia-table__cell-action.meeting-preparation-slide-creator__options__item--disabled, .treatment-history__entry:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .treatment-history__entry:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-actions-item, .treatment-history__entry:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .recommendations__entry:hover .dia-table__cell-action.meeting-preparation-slide-creator__options__item--disabled, .recommendations__entry:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .recommendations__entry:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-actions-item, .recommendations__entry:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .dia-table__row:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.disabled, .import-patient-timeline-event__form:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.disabled, .dia-table__row:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .import-patient-timeline-event__form:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .dia-table__row:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-actions-item, .import-patient-timeline-event__form:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-actions-item, .dia-table__row:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-recommendations-active, .import-patient-timeline-event__form:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item__row:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.disabled, .batch-patient-case-report-view-item__row:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item__row:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item__row:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.disabled, .batch-patient-case-report-view-item:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-info__row:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.disabled, .meeting-info__row:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-info__row:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-info__row:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-recommendations-active, .upload-featured-attachment__no-featured:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.disabled, .upload-featured-attachment__no-featured:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .upload-featured-attachment__no-featured:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-actions-item, .upload-featured-attachment__no-featured:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__group:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.disabled, .patient-event__group:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__group:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-event__group:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__second-group:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.disabled, .patient-event__second-group:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__second-group:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-event__second-group:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.disabled, .medications__entry:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-actions-item, .medications__entry:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry--edit:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.disabled, .medications__entry--edit:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry--edit:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-actions-item, .medications__entry--edit:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-recommendations-active, .treatment-history__entry:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.disabled, .treatment-history__entry:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .treatment-history__entry:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-actions-item, .treatment-history__entry:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-recommendations-active, .recommendations__entry:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.disabled, .recommendations__entry:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .recommendations__entry:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-actions-item, .recommendations__entry:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-recommendations-active, .dia-table__row:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .import-patient-timeline-event__form:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .dia-table__row:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .import-patient-timeline-event__form:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .dia-table__row:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item, .import-patient-timeline-event__form:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item, .dia-table__row:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .import-patient-timeline-event__form:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item__row:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .batch-patient-case-report-view-item__row:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item__row:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item__row:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .batch-patient-case-report-view-item:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-info__row:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .meeting-info__row:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-info__row:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-info__row:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .upload-featured-attachment__no-featured:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .upload-featured-attachment__no-featured:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .upload-featured-attachment__no-featured:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item, .upload-featured-attachment__no-featured:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__group:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .patient-event__group:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__group:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-event__group:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__second-group:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .patient-event__second-group:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__second-group:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-event__second-group:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .medications__entry:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item, .medications__entry:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry--edit:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .medications__entry--edit:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry--edit:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item, .medications__entry--edit:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .treatment-history__entry:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .treatment-history__entry:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .treatment-history__entry:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item, .treatment-history__entry:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .recommendations__entry:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .recommendations__entry:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .recommendations__entry:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item, .recommendations__entry:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .dia-table__row:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .import-patient-timeline-event__form:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .dia-table__row:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .import-patient-timeline-event__form:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .dia-table__row:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item, .import-patient-timeline-event__form:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item, .dia-table__row:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .import-patient-timeline-event__form:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item__row:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .batch-patient-case-report-view-item__row:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item__row:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item__row:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .batch-patient-case-report-view-item:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-info__row:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .meeting-info__row:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-info__row:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-info__row:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .upload-featured-attachment__no-featured:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .upload-featured-attachment__no-featured:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .upload-featured-attachment__no-featured:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item, .upload-featured-attachment__no-featured:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__group:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .patient-event__group:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__group:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-event__group:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__second-group:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .patient-event__second-group:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__second-group:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-event__second-group:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .medications__entry:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item, .medications__entry:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry--edit:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .medications__entry--edit:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry--edit:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item, .medications__entry--edit:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .treatment-history__entry:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .treatment-history__entry:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .treatment-history__entry:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item, .treatment-history__entry:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .recommendations__entry:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .recommendations__entry:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .recommendations__entry:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item, .recommendations__entry:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .dia-table__row:hover app-patient-card .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .import-patient-timeline-event__form:hover app-patient-card .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .dia-table__row:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .import-patient-timeline-event__form:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .dia-table__row:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, .import-patient-timeline-event__form:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, .dia-table__row:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, .import-patient-timeline-event__form:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item__row:hover app-patient-card .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .batch-patient-case-report-view-item__row:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item__row:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item__row:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item:hover app-patient-card .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .batch-patient-case-report-view-item:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-info__row:hover app-patient-card .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .meeting-info__row:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-info__row:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-info__row:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, .upload-featured-attachment__no-featured:hover app-patient-card .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .upload-featured-attachment__no-featured:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .upload-featured-attachment__no-featured:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, .upload-featured-attachment__no-featured:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__group:hover app-patient-card .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .patient-event__group:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__group:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-event__group:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__second-group:hover app-patient-card .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .patient-event__second-group:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__second-group:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-event__second-group:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry:hover app-patient-card .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .medications__entry:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, .medications__entry:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry--edit:hover app-patient-card .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .medications__entry--edit:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry--edit:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, .medications__entry--edit:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, .treatment-history__entry:hover app-patient-card .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .treatment-history__entry:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .treatment-history__entry:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, .treatment-history__entry:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, .recommendations__entry:hover app-patient-card .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .recommendations__entry:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .recommendations__entry:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, .recommendations__entry:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, app-patient-card .dia-table__row:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .import-patient-timeline-event__form:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .dia-table__row:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, app-patient-card .import-patient-timeline-event__form:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, app-patient-card .dia-table__row:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, app-patient-card .import-patient-timeline-event__form:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, app-patient-card .dia-table__row:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, app-patient-card .import-patient-timeline-event__form:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, app-patient-card .batch-patient-case-report-view-item__row:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .batch-patient-case-report-view-item__row:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, app-patient-card .batch-patient-case-report-view-item__row:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, app-patient-card .batch-patient-case-report-view-item__row:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, app-patient-card .batch-patient-case-report-view-item:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .batch-patient-case-report-view-item:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, app-patient-card .batch-patient-case-report-view-item:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, app-patient-card .batch-patient-case-report-view-item:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, app-patient-card .meeting-info__row:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .meeting-info__row:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, app-patient-card .meeting-info__row:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, app-patient-card .meeting-info__row:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, app-patient-card .upload-featured-attachment__no-featured:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .upload-featured-attachment__no-featured:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, app-patient-card .upload-featured-attachment__no-featured:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, app-patient-card .upload-featured-attachment__no-featured:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, app-patient-card .patient-event__group:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .patient-event__group:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, app-patient-card .patient-event__group:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, app-patient-card .patient-event__group:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, app-patient-card .patient-event__second-group:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .patient-event__second-group:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, app-patient-card .patient-event__second-group:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, app-patient-card .patient-event__second-group:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, app-patient-card .medications__entry:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .medications__entry:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, app-patient-card .medications__entry:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, app-patient-card .medications__entry:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, app-patient-card .medications__entry--edit:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .medications__entry--edit:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, app-patient-card .medications__entry--edit:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, app-patient-card .medications__entry--edit:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, app-patient-card .treatment-history__entry:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .treatment-history__entry:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, app-patient-card .treatment-history__entry:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, app-patient-card .treatment-history__entry:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, app-patient-card .recommendations__entry:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .recommendations__entry:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, app-patient-card .recommendations__entry:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, app-patient-card .recommendations__entry:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, .dia-table__row:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .import-patient-timeline-event__form:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .dia-table__row:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .import-patient-timeline-event__form:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .dia-table__row:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item, .import-patient-timeline-event__form:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item, .dia-table__row:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .import-patient-timeline-event__form:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item__row:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .batch-patient-case-report-view-item__row:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item__row:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item__row:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .batch-patient-case-report-view-item:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-info__row:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .meeting-info__row:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-info__row:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-info__row:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .upload-featured-attachment__no-featured:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .upload-featured-attachment__no-featured:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .upload-featured-attachment__no-featured:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item, .upload-featured-attachment__no-featured:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__group:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .patient-event__group:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__group:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-event__group:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__second-group:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .patient-event__second-group:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__second-group:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-event__second-group:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .medications__entry:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item, .medications__entry:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry--edit:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .medications__entry--edit:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry--edit:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item, .medications__entry--edit:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .treatment-history__entry:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .treatment-history__entry:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .treatment-history__entry:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item, .treatment-history__entry:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .recommendations__entry:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .recommendations__entry:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .recommendations__entry:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item, .recommendations__entry:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .about-microservices-version__item:hover .dia-table__cell-action.disabled-area, .about-microservices-version__item:hover .disabled-area.batch-patient-case-report-view-item__cell-actions-item-drag, .about-microservices-version__item:hover .disabled-area.batch-patient-case-report-view-item__cell-actions-item, .about-microservices-version__item:hover .disabled-area.batch-patient-case-report-view-item__cell-recommendations-active, .about-microservices-version__item:hover .dia-table__cell-action.meeting-point-of-discussion__add--disabled, .about-microservices-version__item:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .about-microservices-version__item:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .about-microservices-version__item:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .about-microservices-version__item:hover .dia-table__cell-action.patient-event-links__add--disabled, .about-microservices-version__item:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .about-microservices-version__item:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .about-microservices-version__item:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .about-microservices-version__item:hover .dia-table__cell-action.physical-examination__add--disabled, .about-microservices-version__item:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .about-microservices-version__item:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .about-microservices-version__item:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .about-microservices-version__item:hover .dia-table__cell-action.tumor-information__add--disabled, .about-microservices-version__item:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .about-microservices-version__item:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .about-microservices-version__item:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .about-microservices-version__item:hover .dia-table__cell-action.medications__add--disabled, .about-microservices-version__item:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .about-microservices-version__item:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .about-microservices-version__item:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .about-microservices-version__item:hover .dia-table__cell-action.biomarkers__add--disabled, .about-microservices-version__item:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .about-microservices-version__item:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .about-microservices-version__item:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .about-microservices-version__item:hover .dia-table__cell-action.treatment-history__add--disabled, .about-microservices-version__item:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .about-microservices-version__item:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .about-microservices-version__item:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .about-microservices-version__item:hover .dia-table__cell-action.social-history__add--disabled, .about-microservices-version__item:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .about-microservices-version__item:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .about-microservices-version__item:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .about-microservices-version__item:hover .dia-table__cell-action.past-medical-history__add--disabled, .about-microservices-version__item:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .about-microservices-version__item:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .about-microservices-version__item:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .about-microservices-version__item:hover .dia-table__cell-action.staging__add--disabled, .about-microservices-version__item:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .about-microservices-version__item:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .about-microservices-version__item:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .about-microservices-version__item:hover .dia-table__cell-action.patient-summary__add--disabled, .about-microservices-version__item:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .about-microservices-version__item:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .about-microservices-version__item:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .about-microservices-version__item:hover .dia-table__cell-action.meeting-preparation-slide-creator__options__item--disabled, .about-microservices-version__item:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .about-microservices-version__item:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-actions-item, .about-microservices-version__item:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .about-microservices-version__item:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.disabled, .about-microservices-version__item:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .about-microservices-version__item:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-actions-item, .about-microservices-version__item:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-recommendations-active, .about-microservices-version__item:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .about-microservices-version__item:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .about-microservices-version__item:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item, .about-microservices-version__item:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .about-microservices-version__item:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .about-microservices-version__item:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .about-microservices-version__item:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item, .about-microservices-version__item:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .about-microservices-version__item:hover app-patient-card .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .about-microservices-version__item:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .about-microservices-version__item:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, .about-microservices-version__item:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, app-patient-card .about-microservices-version__item:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .about-microservices-version__item:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, app-patient-card .about-microservices-version__item:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, app-patient-card .about-microservices-version__item:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, .about-microservices-version__item:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .about-microservices-version__item:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .about-microservices-version__item:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item, .about-microservices-version__item:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .task-status__item:hover .dia-table__cell-action.disabled-area, .task-status__item:hover .disabled-area.batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__item:hover .disabled-area.batch-patient-case-report-view-item__cell-actions-item, .task-status__item:hover .disabled-area.batch-patient-case-report-view-item__cell-recommendations-active, .task-status__item:hover .dia-table__cell-action.meeting-point-of-discussion__add--disabled, .task-status__item:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__item:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .task-status__item:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .task-status__item:hover .dia-table__cell-action.patient-event-links__add--disabled, .task-status__item:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__item:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .task-status__item:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .task-status__item:hover .dia-table__cell-action.physical-examination__add--disabled, .task-status__item:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__item:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .task-status__item:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .task-status__item:hover .dia-table__cell-action.tumor-information__add--disabled, .task-status__item:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__item:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .task-status__item:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .task-status__item:hover .dia-table__cell-action.medications__add--disabled, .task-status__item:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__item:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .task-status__item:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .task-status__item:hover .dia-table__cell-action.biomarkers__add--disabled, .task-status__item:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__item:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .task-status__item:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .task-status__item:hover .dia-table__cell-action.treatment-history__add--disabled, .task-status__item:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__item:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .task-status__item:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .task-status__item:hover .dia-table__cell-action.social-history__add--disabled, .task-status__item:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__item:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .task-status__item:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .task-status__item:hover .dia-table__cell-action.past-medical-history__add--disabled, .task-status__item:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__item:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .task-status__item:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .task-status__item:hover .dia-table__cell-action.staging__add--disabled, .task-status__item:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__item:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .task-status__item:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .task-status__item:hover .dia-table__cell-action.patient-summary__add--disabled, .task-status__item:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__item:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .task-status__item:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .task-status__item:hover .dia-table__cell-action.meeting-preparation-slide-creator__options__item--disabled, .task-status__item:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__item:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-actions-item, .task-status__item:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .task-status__item:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.disabled, .task-status__item:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__item:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-actions-item, .task-status__item:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-recommendations-active, .task-status__item:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .task-status__item:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__item:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item, .task-status__item:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .task-status__item:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .task-status__item:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__item:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item, .task-status__item:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .task-status__item:hover app-patient-card .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .task-status__item:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__item:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, .task-status__item:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, app-patient-card .task-status__item:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .task-status__item:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, app-patient-card .task-status__item:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, app-patient-card .task-status__item:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, .task-status__item:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .task-status__item:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__item:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item, .task-status__item:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .task-status__headers:hover .dia-table__cell-action.disabled-area, .task-status__headers:hover .disabled-area.batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__headers:hover .disabled-area.batch-patient-case-report-view-item__cell-actions-item, .task-status__headers:hover .disabled-area.batch-patient-case-report-view-item__cell-recommendations-active, .task-status__headers:hover .dia-table__cell-action.meeting-point-of-discussion__add--disabled, .task-status__headers:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__headers:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .task-status__headers:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .task-status__headers:hover .dia-table__cell-action.patient-event-links__add--disabled, .task-status__headers:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__headers:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .task-status__headers:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .task-status__headers:hover .dia-table__cell-action.physical-examination__add--disabled, .task-status__headers:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__headers:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .task-status__headers:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .task-status__headers:hover .dia-table__cell-action.tumor-information__add--disabled, .task-status__headers:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__headers:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .task-status__headers:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .task-status__headers:hover .dia-table__cell-action.medications__add--disabled, .task-status__headers:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__headers:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .task-status__headers:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .task-status__headers:hover .dia-table__cell-action.biomarkers__add--disabled, .task-status__headers:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__headers:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .task-status__headers:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .task-status__headers:hover .dia-table__cell-action.treatment-history__add--disabled, .task-status__headers:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__headers:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .task-status__headers:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .task-status__headers:hover .dia-table__cell-action.social-history__add--disabled, .task-status__headers:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__headers:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .task-status__headers:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .task-status__headers:hover .dia-table__cell-action.past-medical-history__add--disabled, .task-status__headers:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__headers:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .task-status__headers:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .task-status__headers:hover .dia-table__cell-action.staging__add--disabled, .task-status__headers:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__headers:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .task-status__headers:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .task-status__headers:hover .dia-table__cell-action.patient-summary__add--disabled, .task-status__headers:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__headers:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .task-status__headers:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .task-status__headers:hover .dia-table__cell-action.meeting-preparation-slide-creator__options__item--disabled, .task-status__headers:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__headers:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-actions-item, .task-status__headers:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .task-status__headers:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.disabled, .task-status__headers:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__headers:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-actions-item, .task-status__headers:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-recommendations-active, .task-status__headers:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .task-status__headers:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__headers:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item, .task-status__headers:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .task-status__headers:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .task-status__headers:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__headers:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item, .task-status__headers:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .task-status__headers:hover app-patient-card .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .task-status__headers:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__headers:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, .task-status__headers:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, app-patient-card .task-status__headers:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .task-status__headers:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, app-patient-card .task-status__headers:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, app-patient-card .task-status__headers:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, .task-status__headers:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .task-status__headers:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__headers:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item, .task-status__headers:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-recommendations-active,
.task-status__params:hover .dia-table__cell-action.disabled-area,
.task-status__params:hover .disabled-area.batch-patient-case-report-view-item__cell-actions-item-drag,
.task-status__params:hover .disabled-area.batch-patient-case-report-view-item__cell-actions-item,
.task-status__params:hover .disabled-area.batch-patient-case-report-view-item__cell-recommendations-active,
.task-status__params:hover .dia-table__cell-action.meeting-point-of-discussion__add--disabled,
.task-status__params:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag,
.task-status__params:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-actions-item,
.task-status__params:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active,
.task-status__params:hover .dia-table__cell-action.patient-event-links__add--disabled,
.task-status__params:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag,
.task-status__params:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-actions-item,
.task-status__params:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active,
.task-status__params:hover .dia-table__cell-action.physical-examination__add--disabled,
.task-status__params:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag,
.task-status__params:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-actions-item,
.task-status__params:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active,
.task-status__params:hover .dia-table__cell-action.tumor-information__add--disabled,
.task-status__params:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag,
.task-status__params:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-actions-item,
.task-status__params:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active,
.task-status__params:hover .dia-table__cell-action.medications__add--disabled,
.task-status__params:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag,
.task-status__params:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-actions-item,
.task-status__params:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active,
.task-status__params:hover .dia-table__cell-action.biomarkers__add--disabled,
.task-status__params:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag,
.task-status__params:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-actions-item,
.task-status__params:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active,
.task-status__params:hover .dia-table__cell-action.treatment-history__add--disabled,
.task-status__params:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag,
.task-status__params:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item,
.task-status__params:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active,
.task-status__params:hover .dia-table__cell-action.social-history__add--disabled,
.task-status__params:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag,
.task-status__params:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item,
.task-status__params:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active,
.task-status__params:hover .dia-table__cell-action.past-medical-history__add--disabled,
.task-status__params:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag,
.task-status__params:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item,
.task-status__params:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active,
.task-status__params:hover .dia-table__cell-action.staging__add--disabled,
.task-status__params:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag,
.task-status__params:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-actions-item,
.task-status__params:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active,
.task-status__params:hover .dia-table__cell-action.patient-summary__add--disabled,
.task-status__params:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag,
.task-status__params:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-actions-item,
.task-status__params:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active,
.task-status__params:hover .dia-table__cell-action.meeting-preparation-slide-creator__options__item--disabled,
.task-status__params:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-actions-item-drag,
.task-status__params:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-actions-item,
.task-status__params:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-recommendations-active,
.task-status__params:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.disabled,
.task-status__params:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-actions-item-drag,
.task-status__params:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-actions-item,
.task-status__params:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-recommendations-active,
.task-status__params:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled,
.task-status__params:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item-drag,
.task-status__params:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item,
.task-status__params:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-recommendations-active,
.task-status__params:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled,
.task-status__params:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag,
.task-status__params:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item,
.task-status__params:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-recommendations-active,
.task-status__params:hover app-patient-card .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
.task-status__params:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag,
.task-status__params:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item,
.task-status__params:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active,
app-patient-card .task-status__params:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .task-status__params:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag,
app-patient-card .task-status__params:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item,
app-patient-card .task-status__params:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active,
.task-status__params:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled,
.task-status__params:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag,
.task-status__params:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item,
.task-status__params:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .dia-table__row:hover .disabled-area.meeting-patient-list-view-item__cell-actions-item-drag, .import-patient-timeline-event__form:hover .disabled-area.meeting-patient-list-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item__row:hover .disabled-area.meeting-patient-list-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item:hover .disabled-area.meeting-patient-list-view-item__cell-actions-item-drag, .meeting-info__row:hover .disabled-area.meeting-patient-list-view-item__cell-actions-item-drag, .dia-table__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-point-of-discussion__add--disabled, .import-patient-timeline-event__form:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-point-of-discussion__add--disabled, .batch-patient-case-report-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-point-of-discussion__add--disabled, .batch-patient-case-report-view-item:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-point-of-discussion__add--disabled, .meeting-info__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-point-of-discussion__add--disabled, .upload-featured-attachment__no-featured:hover .disabled-area.meeting-patient-list-view-item__cell-actions-item-drag, .upload-featured-attachment__no-featured:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-point-of-discussion__add--disabled, .patient-event__group:hover .disabled-area.meeting-patient-list-view-item__cell-actions-item-drag, .patient-event__group:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-point-of-discussion__add--disabled, .patient-event__second-group:hover .disabled-area.meeting-patient-list-view-item__cell-actions-item-drag, .patient-event__second-group:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-point-of-discussion__add--disabled, .dia-table__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.patient-event-links__add--disabled, .import-patient-timeline-event__form:hover .meeting-patient-list-view-item__cell-actions-item-drag.patient-event-links__add--disabled, .batch-patient-case-report-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.patient-event-links__add--disabled, .batch-patient-case-report-view-item:hover .meeting-patient-list-view-item__cell-actions-item-drag.patient-event-links__add--disabled, .meeting-info__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.patient-event-links__add--disabled, .upload-featured-attachment__no-featured:hover .meeting-patient-list-view-item__cell-actions-item-drag.patient-event-links__add--disabled, .patient-event__group:hover .meeting-patient-list-view-item__cell-actions-item-drag.patient-event-links__add--disabled, .patient-event__second-group:hover .meeting-patient-list-view-item__cell-actions-item-drag.patient-event-links__add--disabled, .dia-table__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.physical-examination__add--disabled, .import-patient-timeline-event__form:hover .meeting-patient-list-view-item__cell-actions-item-drag.physical-examination__add--disabled, .batch-patient-case-report-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.physical-examination__add--disabled, .batch-patient-case-report-view-item:hover .meeting-patient-list-view-item__cell-actions-item-drag.physical-examination__add--disabled, .meeting-info__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.physical-examination__add--disabled, .upload-featured-attachment__no-featured:hover .meeting-patient-list-view-item__cell-actions-item-drag.physical-examination__add--disabled, .patient-event__group:hover .meeting-patient-list-view-item__cell-actions-item-drag.physical-examination__add--disabled, .patient-event__second-group:hover .meeting-patient-list-view-item__cell-actions-item-drag.physical-examination__add--disabled, .dia-table__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.tumor-information__add--disabled, .import-patient-timeline-event__form:hover .meeting-patient-list-view-item__cell-actions-item-drag.tumor-information__add--disabled, .batch-patient-case-report-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.tumor-information__add--disabled, .batch-patient-case-report-view-item:hover .meeting-patient-list-view-item__cell-actions-item-drag.tumor-information__add--disabled, .meeting-info__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.tumor-information__add--disabled, .upload-featured-attachment__no-featured:hover .meeting-patient-list-view-item__cell-actions-item-drag.tumor-information__add--disabled, .patient-event__group:hover .meeting-patient-list-view-item__cell-actions-item-drag.tumor-information__add--disabled, .patient-event__second-group:hover .meeting-patient-list-view-item__cell-actions-item-drag.tumor-information__add--disabled, .dia-table__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.medications__add--disabled, .import-patient-timeline-event__form:hover .meeting-patient-list-view-item__cell-actions-item-drag.medications__add--disabled, .batch-patient-case-report-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.medications__add--disabled, .batch-patient-case-report-view-item:hover .meeting-patient-list-view-item__cell-actions-item-drag.medications__add--disabled, .meeting-info__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.medications__add--disabled, .upload-featured-attachment__no-featured:hover .meeting-patient-list-view-item__cell-actions-item-drag.medications__add--disabled, .patient-event__group:hover .meeting-patient-list-view-item__cell-actions-item-drag.medications__add--disabled, .patient-event__second-group:hover .meeting-patient-list-view-item__cell-actions-item-drag.medications__add--disabled, .medications__entry:hover .disabled-area.meeting-patient-list-view-item__cell-actions-item-drag, .medications__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-point-of-discussion__add--disabled, .medications__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.patient-event-links__add--disabled, .medications__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.physical-examination__add--disabled, .medications__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.tumor-information__add--disabled, .medications__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.medications__add--disabled, .medications__entry--edit:hover .disabled-area.meeting-patient-list-view-item__cell-actions-item-drag, .medications__entry--edit:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-point-of-discussion__add--disabled, .medications__entry--edit:hover .meeting-patient-list-view-item__cell-actions-item-drag.patient-event-links__add--disabled, .medications__entry--edit:hover .meeting-patient-list-view-item__cell-actions-item-drag.physical-examination__add--disabled, .medications__entry--edit:hover .meeting-patient-list-view-item__cell-actions-item-drag.tumor-information__add--disabled, .medications__entry--edit:hover .meeting-patient-list-view-item__cell-actions-item-drag.medications__add--disabled, .dia-table__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.biomarkers__add--disabled, .import-patient-timeline-event__form:hover .meeting-patient-list-view-item__cell-actions-item-drag.biomarkers__add--disabled, .batch-patient-case-report-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.biomarkers__add--disabled, .batch-patient-case-report-view-item:hover .meeting-patient-list-view-item__cell-actions-item-drag.biomarkers__add--disabled, .meeting-info__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.biomarkers__add--disabled, .upload-featured-attachment__no-featured:hover .meeting-patient-list-view-item__cell-actions-item-drag.biomarkers__add--disabled, .patient-event__group:hover .meeting-patient-list-view-item__cell-actions-item-drag.biomarkers__add--disabled, .patient-event__second-group:hover .meeting-patient-list-view-item__cell-actions-item-drag.biomarkers__add--disabled, .medications__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.biomarkers__add--disabled, .medications__entry--edit:hover .meeting-patient-list-view-item__cell-actions-item-drag.biomarkers__add--disabled, .treatment-history__entry:hover .disabled-area.meeting-patient-list-view-item__cell-actions-item-drag, .treatment-history__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-point-of-discussion__add--disabled, .treatment-history__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.patient-event-links__add--disabled, .treatment-history__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.physical-examination__add--disabled, .treatment-history__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.tumor-information__add--disabled, .treatment-history__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.medications__add--disabled, .treatment-history__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.biomarkers__add--disabled, .dia-table__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.treatment-history__add--disabled, .import-patient-timeline-event__form:hover .meeting-patient-list-view-item__cell-actions-item-drag.treatment-history__add--disabled, .batch-patient-case-report-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.treatment-history__add--disabled, .batch-patient-case-report-view-item:hover .meeting-patient-list-view-item__cell-actions-item-drag.treatment-history__add--disabled, .meeting-info__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.treatment-history__add--disabled, .upload-featured-attachment__no-featured:hover .meeting-patient-list-view-item__cell-actions-item-drag.treatment-history__add--disabled, .patient-event__group:hover .meeting-patient-list-view-item__cell-actions-item-drag.treatment-history__add--disabled, .patient-event__second-group:hover .meeting-patient-list-view-item__cell-actions-item-drag.treatment-history__add--disabled, .medications__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.treatment-history__add--disabled, .medications__entry--edit:hover .meeting-patient-list-view-item__cell-actions-item-drag.treatment-history__add--disabled, .treatment-history__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.treatment-history__add--disabled, .dia-table__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.social-history__add--disabled, .import-patient-timeline-event__form:hover .meeting-patient-list-view-item__cell-actions-item-drag.social-history__add--disabled, .batch-patient-case-report-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.social-history__add--disabled, .batch-patient-case-report-view-item:hover .meeting-patient-list-view-item__cell-actions-item-drag.social-history__add--disabled, .meeting-info__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.social-history__add--disabled, .upload-featured-attachment__no-featured:hover .meeting-patient-list-view-item__cell-actions-item-drag.social-history__add--disabled, .patient-event__group:hover .meeting-patient-list-view-item__cell-actions-item-drag.social-history__add--disabled, .patient-event__second-group:hover .meeting-patient-list-view-item__cell-actions-item-drag.social-history__add--disabled, .medications__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.social-history__add--disabled, .medications__entry--edit:hover .meeting-patient-list-view-item__cell-actions-item-drag.social-history__add--disabled, .treatment-history__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.social-history__add--disabled, .recommendations__entry:hover .disabled-area.meeting-patient-list-view-item__cell-actions-item-drag, .recommendations__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-point-of-discussion__add--disabled, .recommendations__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.patient-event-links__add--disabled, .recommendations__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.physical-examination__add--disabled, .recommendations__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.tumor-information__add--disabled, .recommendations__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.medications__add--disabled, .recommendations__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.biomarkers__add--disabled, .recommendations__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.treatment-history__add--disabled, .recommendations__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.social-history__add--disabled, .dia-table__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.past-medical-history__add--disabled, .import-patient-timeline-event__form:hover .meeting-patient-list-view-item__cell-actions-item-drag.past-medical-history__add--disabled, .batch-patient-case-report-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.past-medical-history__add--disabled, .batch-patient-case-report-view-item:hover .meeting-patient-list-view-item__cell-actions-item-drag.past-medical-history__add--disabled, .meeting-info__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.past-medical-history__add--disabled, .upload-featured-attachment__no-featured:hover .meeting-patient-list-view-item__cell-actions-item-drag.past-medical-history__add--disabled, .patient-event__group:hover .meeting-patient-list-view-item__cell-actions-item-drag.past-medical-history__add--disabled, .patient-event__second-group:hover .meeting-patient-list-view-item__cell-actions-item-drag.past-medical-history__add--disabled, .medications__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.past-medical-history__add--disabled, .medications__entry--edit:hover .meeting-patient-list-view-item__cell-actions-item-drag.past-medical-history__add--disabled, .treatment-history__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.past-medical-history__add--disabled, .recommendations__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.past-medical-history__add--disabled, .dia-table__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.staging__add--disabled, .import-patient-timeline-event__form:hover .meeting-patient-list-view-item__cell-actions-item-drag.staging__add--disabled, .batch-patient-case-report-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.staging__add--disabled, .batch-patient-case-report-view-item:hover .meeting-patient-list-view-item__cell-actions-item-drag.staging__add--disabled, .meeting-info__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.staging__add--disabled, .upload-featured-attachment__no-featured:hover .meeting-patient-list-view-item__cell-actions-item-drag.staging__add--disabled, .patient-event__group:hover .meeting-patient-list-view-item__cell-actions-item-drag.staging__add--disabled, .patient-event__second-group:hover .meeting-patient-list-view-item__cell-actions-item-drag.staging__add--disabled, .medications__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.staging__add--disabled, .medications__entry--edit:hover .meeting-patient-list-view-item__cell-actions-item-drag.staging__add--disabled, .treatment-history__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.staging__add--disabled, .recommendations__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.staging__add--disabled, .dia-table__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.patient-summary__add--disabled, .import-patient-timeline-event__form:hover .meeting-patient-list-view-item__cell-actions-item-drag.patient-summary__add--disabled, .batch-patient-case-report-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.patient-summary__add--disabled, .batch-patient-case-report-view-item:hover .meeting-patient-list-view-item__cell-actions-item-drag.patient-summary__add--disabled, .meeting-info__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.patient-summary__add--disabled, .upload-featured-attachment__no-featured:hover .meeting-patient-list-view-item__cell-actions-item-drag.patient-summary__add--disabled, .patient-event__group:hover .meeting-patient-list-view-item__cell-actions-item-drag.patient-summary__add--disabled, .patient-event__second-group:hover .meeting-patient-list-view-item__cell-actions-item-drag.patient-summary__add--disabled, .medications__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.patient-summary__add--disabled, .medications__entry--edit:hover .meeting-patient-list-view-item__cell-actions-item-drag.patient-summary__add--disabled, .treatment-history__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.patient-summary__add--disabled, .recommendations__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.patient-summary__add--disabled, .dia-table__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation-slide-creator__options__item--disabled, .import-patient-timeline-event__form:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation-slide-creator__options__item--disabled, .batch-patient-case-report-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation-slide-creator__options__item--disabled, .batch-patient-case-report-view-item:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation-slide-creator__options__item--disabled, .meeting-info__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation-slide-creator__options__item--disabled, .upload-featured-attachment__no-featured:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation-slide-creator__options__item--disabled, .patient-event__group:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation-slide-creator__options__item--disabled, .patient-event__second-group:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation-slide-creator__options__item--disabled, .medications__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation-slide-creator__options__item--disabled, .medications__entry--edit:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation-slide-creator__options__item--disabled, .treatment-history__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation-slide-creator__options__item--disabled, .recommendations__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation-slide-creator__options__item--disabled, .dia-table__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.disabled, .import-patient-timeline-event__form:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.disabled, .batch-patient-case-report-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.disabled, .batch-patient-case-report-view-item:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.disabled, .meeting-info__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.disabled, .upload-featured-attachment__no-featured:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.disabled, .patient-event__group:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.disabled, .patient-event__second-group:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.disabled, .medications__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.disabled, .medications__entry--edit:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.disabled, .treatment-history__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.disabled, .recommendations__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.disabled, .dia-table__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .import-patient-timeline-event__form:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .batch-patient-case-report-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .batch-patient-case-report-view-item:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .meeting-info__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .upload-featured-attachment__no-featured:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .patient-event__group:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .patient-event__second-group:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .medications__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .medications__entry--edit:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .treatment-history__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .recommendations__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .dia-table__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .import-patient-timeline-event__form:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .batch-patient-case-report-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .batch-patient-case-report-view-item:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .meeting-info__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .upload-featured-attachment__no-featured:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .patient-event__group:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .patient-event__second-group:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .medications__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .medications__entry--edit:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .treatment-history__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .recommendations__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .dia-table__row:hover app-patient-card .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .import-patient-timeline-event__form:hover app-patient-card .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .batch-patient-case-report-view-item__row:hover app-patient-card .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .batch-patient-case-report-view-item:hover app-patient-card .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .meeting-info__row:hover app-patient-card .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .upload-featured-attachment__no-featured:hover app-patient-card .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .patient-event__group:hover app-patient-card .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .patient-event__second-group:hover app-patient-card .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .medications__entry:hover app-patient-card .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .medications__entry--edit:hover app-patient-card .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .treatment-history__entry:hover app-patient-card .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .recommendations__entry:hover app-patient-card .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .dia-table__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .import-patient-timeline-event__form:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .batch-patient-case-report-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .batch-patient-case-report-view-item:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .meeting-info__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .upload-featured-attachment__no-featured:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .patient-event__group:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .patient-event__second-group:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .medications__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .medications__entry--edit:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .treatment-history__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .recommendations__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .dia-table__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .import-patient-timeline-event__form:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .batch-patient-case-report-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .batch-patient-case-report-view-item:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .meeting-info__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .upload-featured-attachment__no-featured:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .patient-event__group:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .patient-event__second-group:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .medications__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .medications__entry--edit:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .treatment-history__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .recommendations__entry:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .about-microservices-version__item:hover .disabled-area.meeting-patient-list-view-item__cell-actions-item-drag, .about-microservices-version__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-point-of-discussion__add--disabled, .about-microservices-version__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.patient-event-links__add--disabled, .about-microservices-version__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.physical-examination__add--disabled, .about-microservices-version__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.tumor-information__add--disabled, .about-microservices-version__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.medications__add--disabled, .about-microservices-version__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.biomarkers__add--disabled, .about-microservices-version__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.treatment-history__add--disabled, .about-microservices-version__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.social-history__add--disabled, .about-microservices-version__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.past-medical-history__add--disabled, .about-microservices-version__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.staging__add--disabled, .about-microservices-version__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.patient-summary__add--disabled, .about-microservices-version__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation-slide-creator__options__item--disabled, .about-microservices-version__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.disabled, .about-microservices-version__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .about-microservices-version__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .about-microservices-version__item:hover app-patient-card .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .about-microservices-version__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .about-microservices-version__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .task-status__item:hover .disabled-area.meeting-patient-list-view-item__cell-actions-item-drag, .task-status__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-point-of-discussion__add--disabled, .task-status__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.patient-event-links__add--disabled, .task-status__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.physical-examination__add--disabled, .task-status__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.tumor-information__add--disabled, .task-status__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.medications__add--disabled, .task-status__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.biomarkers__add--disabled, .task-status__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.treatment-history__add--disabled, .task-status__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.social-history__add--disabled, .task-status__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.past-medical-history__add--disabled, .task-status__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.staging__add--disabled, .task-status__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.patient-summary__add--disabled, .task-status__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation-slide-creator__options__item--disabled, .task-status__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.disabled, .task-status__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .task-status__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .task-status__item:hover app-patient-card .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .task-status__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .task-status__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .task-status__headers:hover .disabled-area.meeting-patient-list-view-item__cell-actions-item-drag, .task-status__headers:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-point-of-discussion__add--disabled, .task-status__headers:hover .meeting-patient-list-view-item__cell-actions-item-drag.patient-event-links__add--disabled, .task-status__headers:hover .meeting-patient-list-view-item__cell-actions-item-drag.physical-examination__add--disabled, .task-status__headers:hover .meeting-patient-list-view-item__cell-actions-item-drag.tumor-information__add--disabled, .task-status__headers:hover .meeting-patient-list-view-item__cell-actions-item-drag.medications__add--disabled, .task-status__headers:hover .meeting-patient-list-view-item__cell-actions-item-drag.biomarkers__add--disabled, .task-status__headers:hover .meeting-patient-list-view-item__cell-actions-item-drag.treatment-history__add--disabled, .task-status__headers:hover .meeting-patient-list-view-item__cell-actions-item-drag.social-history__add--disabled, .task-status__headers:hover .meeting-patient-list-view-item__cell-actions-item-drag.past-medical-history__add--disabled, .task-status__headers:hover .meeting-patient-list-view-item__cell-actions-item-drag.staging__add--disabled, .task-status__headers:hover .meeting-patient-list-view-item__cell-actions-item-drag.patient-summary__add--disabled, .task-status__headers:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation-slide-creator__options__item--disabled, .task-status__headers:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.disabled, .task-status__headers:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .task-status__headers:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .task-status__headers:hover app-patient-card .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .task-status__headers:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .task-status__headers:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled,
.task-status__params:hover .disabled-area.meeting-patient-list-view-item__cell-actions-item-drag,
.task-status__params:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-point-of-discussion__add--disabled,
.task-status__params:hover .meeting-patient-list-view-item__cell-actions-item-drag.patient-event-links__add--disabled,
.task-status__params:hover .meeting-patient-list-view-item__cell-actions-item-drag.physical-examination__add--disabled,
.task-status__params:hover .meeting-patient-list-view-item__cell-actions-item-drag.tumor-information__add--disabled,
.task-status__params:hover .meeting-patient-list-view-item__cell-actions-item-drag.medications__add--disabled,
.task-status__params:hover .meeting-patient-list-view-item__cell-actions-item-drag.biomarkers__add--disabled,
.task-status__params:hover .meeting-patient-list-view-item__cell-actions-item-drag.treatment-history__add--disabled,
.task-status__params:hover .meeting-patient-list-view-item__cell-actions-item-drag.social-history__add--disabled,
.task-status__params:hover .meeting-patient-list-view-item__cell-actions-item-drag.past-medical-history__add--disabled,
.task-status__params:hover .meeting-patient-list-view-item__cell-actions-item-drag.staging__add--disabled,
.task-status__params:hover .meeting-patient-list-view-item__cell-actions-item-drag.patient-summary__add--disabled,
.task-status__params:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation-slide-creator__options__item--disabled,
.task-status__params:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.disabled,
.task-status__params:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled,
.task-status__params:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled,
.task-status__params:hover app-patient-card .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .task-status__params:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
.task-status__params:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .dia-table__row:hover .disabled-area.meeting-patient-list-view-item__cell-actions-item, .import-patient-timeline-event__form:hover .disabled-area.meeting-patient-list-view-item__cell-actions-item, .batch-patient-case-report-view-item__row:hover .disabled-area.meeting-patient-list-view-item__cell-actions-item, .batch-patient-case-report-view-item:hover .disabled-area.meeting-patient-list-view-item__cell-actions-item, .meeting-info__row:hover .disabled-area.meeting-patient-list-view-item__cell-actions-item, .dia-table__row:hover .meeting-patient-list-view-item__cell-actions-item.meeting-point-of-discussion__add--disabled, .import-patient-timeline-event__form:hover .meeting-patient-list-view-item__cell-actions-item.meeting-point-of-discussion__add--disabled, .batch-patient-case-report-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item.meeting-point-of-discussion__add--disabled, .batch-patient-case-report-view-item:hover .meeting-patient-list-view-item__cell-actions-item.meeting-point-of-discussion__add--disabled, .meeting-info__row:hover .meeting-patient-list-view-item__cell-actions-item.meeting-point-of-discussion__add--disabled, .upload-featured-attachment__no-featured:hover .disabled-area.meeting-patient-list-view-item__cell-actions-item, .upload-featured-attachment__no-featured:hover .meeting-patient-list-view-item__cell-actions-item.meeting-point-of-discussion__add--disabled, .patient-event__group:hover .disabled-area.meeting-patient-list-view-item__cell-actions-item, .patient-event__group:hover .meeting-patient-list-view-item__cell-actions-item.meeting-point-of-discussion__add--disabled, .patient-event__second-group:hover .disabled-area.meeting-patient-list-view-item__cell-actions-item, .patient-event__second-group:hover .meeting-patient-list-view-item__cell-actions-item.meeting-point-of-discussion__add--disabled, .dia-table__row:hover .meeting-patient-list-view-item__cell-actions-item.patient-event-links__add--disabled, .import-patient-timeline-event__form:hover .meeting-patient-list-view-item__cell-actions-item.patient-event-links__add--disabled, .batch-patient-case-report-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item.patient-event-links__add--disabled, .batch-patient-case-report-view-item:hover .meeting-patient-list-view-item__cell-actions-item.patient-event-links__add--disabled, .meeting-info__row:hover .meeting-patient-list-view-item__cell-actions-item.patient-event-links__add--disabled, .upload-featured-attachment__no-featured:hover .meeting-patient-list-view-item__cell-actions-item.patient-event-links__add--disabled, .patient-event__group:hover .meeting-patient-list-view-item__cell-actions-item.patient-event-links__add--disabled, .patient-event__second-group:hover .meeting-patient-list-view-item__cell-actions-item.patient-event-links__add--disabled, .dia-table__row:hover .meeting-patient-list-view-item__cell-actions-item.physical-examination__add--disabled, .import-patient-timeline-event__form:hover .meeting-patient-list-view-item__cell-actions-item.physical-examination__add--disabled, .batch-patient-case-report-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item.physical-examination__add--disabled, .batch-patient-case-report-view-item:hover .meeting-patient-list-view-item__cell-actions-item.physical-examination__add--disabled, .meeting-info__row:hover .meeting-patient-list-view-item__cell-actions-item.physical-examination__add--disabled, .upload-featured-attachment__no-featured:hover .meeting-patient-list-view-item__cell-actions-item.physical-examination__add--disabled, .patient-event__group:hover .meeting-patient-list-view-item__cell-actions-item.physical-examination__add--disabled, .patient-event__second-group:hover .meeting-patient-list-view-item__cell-actions-item.physical-examination__add--disabled, .dia-table__row:hover .meeting-patient-list-view-item__cell-actions-item.tumor-information__add--disabled, .import-patient-timeline-event__form:hover .meeting-patient-list-view-item__cell-actions-item.tumor-information__add--disabled, .batch-patient-case-report-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item.tumor-information__add--disabled, .batch-patient-case-report-view-item:hover .meeting-patient-list-view-item__cell-actions-item.tumor-information__add--disabled, .meeting-info__row:hover .meeting-patient-list-view-item__cell-actions-item.tumor-information__add--disabled, .upload-featured-attachment__no-featured:hover .meeting-patient-list-view-item__cell-actions-item.tumor-information__add--disabled, .patient-event__group:hover .meeting-patient-list-view-item__cell-actions-item.tumor-information__add--disabled, .patient-event__second-group:hover .meeting-patient-list-view-item__cell-actions-item.tumor-information__add--disabled, .dia-table__row:hover .meeting-patient-list-view-item__cell-actions-item.medications__add--disabled, .import-patient-timeline-event__form:hover .meeting-patient-list-view-item__cell-actions-item.medications__add--disabled, .batch-patient-case-report-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item.medications__add--disabled, .batch-patient-case-report-view-item:hover .meeting-patient-list-view-item__cell-actions-item.medications__add--disabled, .meeting-info__row:hover .meeting-patient-list-view-item__cell-actions-item.medications__add--disabled, .upload-featured-attachment__no-featured:hover .meeting-patient-list-view-item__cell-actions-item.medications__add--disabled, .patient-event__group:hover .meeting-patient-list-view-item__cell-actions-item.medications__add--disabled, .patient-event__second-group:hover .meeting-patient-list-view-item__cell-actions-item.medications__add--disabled, .medications__entry:hover .disabled-area.meeting-patient-list-view-item__cell-actions-item, .medications__entry:hover .meeting-patient-list-view-item__cell-actions-item.meeting-point-of-discussion__add--disabled, .medications__entry:hover .meeting-patient-list-view-item__cell-actions-item.patient-event-links__add--disabled, .medications__entry:hover .meeting-patient-list-view-item__cell-actions-item.physical-examination__add--disabled, .medications__entry:hover .meeting-patient-list-view-item__cell-actions-item.tumor-information__add--disabled, .medications__entry:hover .meeting-patient-list-view-item__cell-actions-item.medications__add--disabled, .medications__entry--edit:hover .disabled-area.meeting-patient-list-view-item__cell-actions-item, .medications__entry--edit:hover .meeting-patient-list-view-item__cell-actions-item.meeting-point-of-discussion__add--disabled, .medications__entry--edit:hover .meeting-patient-list-view-item__cell-actions-item.patient-event-links__add--disabled, .medications__entry--edit:hover .meeting-patient-list-view-item__cell-actions-item.physical-examination__add--disabled, .medications__entry--edit:hover .meeting-patient-list-view-item__cell-actions-item.tumor-information__add--disabled, .medications__entry--edit:hover .meeting-patient-list-view-item__cell-actions-item.medications__add--disabled, .dia-table__row:hover .meeting-patient-list-view-item__cell-actions-item.biomarkers__add--disabled, .import-patient-timeline-event__form:hover .meeting-patient-list-view-item__cell-actions-item.biomarkers__add--disabled, .batch-patient-case-report-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item.biomarkers__add--disabled, .batch-patient-case-report-view-item:hover .meeting-patient-list-view-item__cell-actions-item.biomarkers__add--disabled, .meeting-info__row:hover .meeting-patient-list-view-item__cell-actions-item.biomarkers__add--disabled, .upload-featured-attachment__no-featured:hover .meeting-patient-list-view-item__cell-actions-item.biomarkers__add--disabled, .patient-event__group:hover .meeting-patient-list-view-item__cell-actions-item.biomarkers__add--disabled, .patient-event__second-group:hover .meeting-patient-list-view-item__cell-actions-item.biomarkers__add--disabled, .medications__entry:hover .meeting-patient-list-view-item__cell-actions-item.biomarkers__add--disabled, .medications__entry--edit:hover .meeting-patient-list-view-item__cell-actions-item.biomarkers__add--disabled, .treatment-history__entry:hover .disabled-area.meeting-patient-list-view-item__cell-actions-item, .treatment-history__entry:hover .meeting-patient-list-view-item__cell-actions-item.meeting-point-of-discussion__add--disabled, .treatment-history__entry:hover .meeting-patient-list-view-item__cell-actions-item.patient-event-links__add--disabled, .treatment-history__entry:hover .meeting-patient-list-view-item__cell-actions-item.physical-examination__add--disabled, .treatment-history__entry:hover .meeting-patient-list-view-item__cell-actions-item.tumor-information__add--disabled, .treatment-history__entry:hover .meeting-patient-list-view-item__cell-actions-item.medications__add--disabled, .treatment-history__entry:hover .meeting-patient-list-view-item__cell-actions-item.biomarkers__add--disabled, .dia-table__row:hover .meeting-patient-list-view-item__cell-actions-item.treatment-history__add--disabled, .import-patient-timeline-event__form:hover .meeting-patient-list-view-item__cell-actions-item.treatment-history__add--disabled, .batch-patient-case-report-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item.treatment-history__add--disabled, .batch-patient-case-report-view-item:hover .meeting-patient-list-view-item__cell-actions-item.treatment-history__add--disabled, .meeting-info__row:hover .meeting-patient-list-view-item__cell-actions-item.treatment-history__add--disabled, .upload-featured-attachment__no-featured:hover .meeting-patient-list-view-item__cell-actions-item.treatment-history__add--disabled, .patient-event__group:hover .meeting-patient-list-view-item__cell-actions-item.treatment-history__add--disabled, .patient-event__second-group:hover .meeting-patient-list-view-item__cell-actions-item.treatment-history__add--disabled, .medications__entry:hover .meeting-patient-list-view-item__cell-actions-item.treatment-history__add--disabled, .medications__entry--edit:hover .meeting-patient-list-view-item__cell-actions-item.treatment-history__add--disabled, .treatment-history__entry:hover .meeting-patient-list-view-item__cell-actions-item.treatment-history__add--disabled, .dia-table__row:hover .meeting-patient-list-view-item__cell-actions-item.social-history__add--disabled, .import-patient-timeline-event__form:hover .meeting-patient-list-view-item__cell-actions-item.social-history__add--disabled, .batch-patient-case-report-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item.social-history__add--disabled, .batch-patient-case-report-view-item:hover .meeting-patient-list-view-item__cell-actions-item.social-history__add--disabled, .meeting-info__row:hover .meeting-patient-list-view-item__cell-actions-item.social-history__add--disabled, .upload-featured-attachment__no-featured:hover .meeting-patient-list-view-item__cell-actions-item.social-history__add--disabled, .patient-event__group:hover .meeting-patient-list-view-item__cell-actions-item.social-history__add--disabled, .patient-event__second-group:hover .meeting-patient-list-view-item__cell-actions-item.social-history__add--disabled, .medications__entry:hover .meeting-patient-list-view-item__cell-actions-item.social-history__add--disabled, .medications__entry--edit:hover .meeting-patient-list-view-item__cell-actions-item.social-history__add--disabled, .treatment-history__entry:hover .meeting-patient-list-view-item__cell-actions-item.social-history__add--disabled, .recommendations__entry:hover .disabled-area.meeting-patient-list-view-item__cell-actions-item, .recommendations__entry:hover .meeting-patient-list-view-item__cell-actions-item.meeting-point-of-discussion__add--disabled, .recommendations__entry:hover .meeting-patient-list-view-item__cell-actions-item.patient-event-links__add--disabled, .recommendations__entry:hover .meeting-patient-list-view-item__cell-actions-item.physical-examination__add--disabled, .recommendations__entry:hover .meeting-patient-list-view-item__cell-actions-item.tumor-information__add--disabled, .recommendations__entry:hover .meeting-patient-list-view-item__cell-actions-item.medications__add--disabled, .recommendations__entry:hover .meeting-patient-list-view-item__cell-actions-item.biomarkers__add--disabled, .recommendations__entry:hover .meeting-patient-list-view-item__cell-actions-item.treatment-history__add--disabled, .recommendations__entry:hover .meeting-patient-list-view-item__cell-actions-item.social-history__add--disabled, .dia-table__row:hover .meeting-patient-list-view-item__cell-actions-item.past-medical-history__add--disabled, .import-patient-timeline-event__form:hover .meeting-patient-list-view-item__cell-actions-item.past-medical-history__add--disabled, .batch-patient-case-report-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item.past-medical-history__add--disabled, .batch-patient-case-report-view-item:hover .meeting-patient-list-view-item__cell-actions-item.past-medical-history__add--disabled, .meeting-info__row:hover .meeting-patient-list-view-item__cell-actions-item.past-medical-history__add--disabled, .upload-featured-attachment__no-featured:hover .meeting-patient-list-view-item__cell-actions-item.past-medical-history__add--disabled, .patient-event__group:hover .meeting-patient-list-view-item__cell-actions-item.past-medical-history__add--disabled, .patient-event__second-group:hover .meeting-patient-list-view-item__cell-actions-item.past-medical-history__add--disabled, .medications__entry:hover .meeting-patient-list-view-item__cell-actions-item.past-medical-history__add--disabled, .medications__entry--edit:hover .meeting-patient-list-view-item__cell-actions-item.past-medical-history__add--disabled, .treatment-history__entry:hover .meeting-patient-list-view-item__cell-actions-item.past-medical-history__add--disabled, .recommendations__entry:hover .meeting-patient-list-view-item__cell-actions-item.past-medical-history__add--disabled, .dia-table__row:hover .meeting-patient-list-view-item__cell-actions-item.staging__add--disabled, .import-patient-timeline-event__form:hover .meeting-patient-list-view-item__cell-actions-item.staging__add--disabled, .batch-patient-case-report-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item.staging__add--disabled, .batch-patient-case-report-view-item:hover .meeting-patient-list-view-item__cell-actions-item.staging__add--disabled, .meeting-info__row:hover .meeting-patient-list-view-item__cell-actions-item.staging__add--disabled, .upload-featured-attachment__no-featured:hover .meeting-patient-list-view-item__cell-actions-item.staging__add--disabled, .patient-event__group:hover .meeting-patient-list-view-item__cell-actions-item.staging__add--disabled, .patient-event__second-group:hover .meeting-patient-list-view-item__cell-actions-item.staging__add--disabled, .medications__entry:hover .meeting-patient-list-view-item__cell-actions-item.staging__add--disabled, .medications__entry--edit:hover .meeting-patient-list-view-item__cell-actions-item.staging__add--disabled, .treatment-history__entry:hover .meeting-patient-list-view-item__cell-actions-item.staging__add--disabled, .recommendations__entry:hover .meeting-patient-list-view-item__cell-actions-item.staging__add--disabled, .dia-table__row:hover .meeting-patient-list-view-item__cell-actions-item.patient-summary__add--disabled, .import-patient-timeline-event__form:hover .meeting-patient-list-view-item__cell-actions-item.patient-summary__add--disabled, .batch-patient-case-report-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item.patient-summary__add--disabled, .batch-patient-case-report-view-item:hover .meeting-patient-list-view-item__cell-actions-item.patient-summary__add--disabled, .meeting-info__row:hover .meeting-patient-list-view-item__cell-actions-item.patient-summary__add--disabled, .upload-featured-attachment__no-featured:hover .meeting-patient-list-view-item__cell-actions-item.patient-summary__add--disabled, .patient-event__group:hover .meeting-patient-list-view-item__cell-actions-item.patient-summary__add--disabled, .patient-event__second-group:hover .meeting-patient-list-view-item__cell-actions-item.patient-summary__add--disabled, .medications__entry:hover .meeting-patient-list-view-item__cell-actions-item.patient-summary__add--disabled, .medications__entry--edit:hover .meeting-patient-list-view-item__cell-actions-item.patient-summary__add--disabled, .treatment-history__entry:hover .meeting-patient-list-view-item__cell-actions-item.patient-summary__add--disabled, .recommendations__entry:hover .meeting-patient-list-view-item__cell-actions-item.patient-summary__add--disabled, .dia-table__row:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation-slide-creator__options__item--disabled, .import-patient-timeline-event__form:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation-slide-creator__options__item--disabled, .batch-patient-case-report-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation-slide-creator__options__item--disabled, .batch-patient-case-report-view-item:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation-slide-creator__options__item--disabled, .meeting-info__row:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation-slide-creator__options__item--disabled, .upload-featured-attachment__no-featured:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation-slide-creator__options__item--disabled, .patient-event__group:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation-slide-creator__options__item--disabled, .patient-event__second-group:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation-slide-creator__options__item--disabled, .medications__entry:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation-slide-creator__options__item--disabled, .medications__entry--edit:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation-slide-creator__options__item--disabled, .treatment-history__entry:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation-slide-creator__options__item--disabled, .recommendations__entry:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation-slide-creator__options__item--disabled, .dia-table__row:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.disabled, .import-patient-timeline-event__form:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.disabled, .batch-patient-case-report-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.disabled, .batch-patient-case-report-view-item:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.disabled, .meeting-info__row:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.disabled, .upload-featured-attachment__no-featured:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.disabled, .patient-event__group:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.disabled, .patient-event__second-group:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.disabled, .medications__entry:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.disabled, .medications__entry--edit:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.disabled, .treatment-history__entry:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.disabled, .recommendations__entry:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.disabled, .dia-table__row:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .import-patient-timeline-event__form:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .batch-patient-case-report-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .batch-patient-case-report-view-item:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .meeting-info__row:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .upload-featured-attachment__no-featured:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .patient-event__group:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .patient-event__second-group:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .medications__entry:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .medications__entry--edit:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .treatment-history__entry:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .recommendations__entry:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .dia-table__row:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .import-patient-timeline-event__form:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .batch-patient-case-report-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .batch-patient-case-report-view-item:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .meeting-info__row:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .upload-featured-attachment__no-featured:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .patient-event__group:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .patient-event__second-group:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .medications__entry:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .medications__entry--edit:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .treatment-history__entry:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .recommendations__entry:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .dia-table__row:hover app-patient-card .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .import-patient-timeline-event__form:hover app-patient-card .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .batch-patient-case-report-view-item__row:hover app-patient-card .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .batch-patient-case-report-view-item:hover app-patient-card .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .meeting-info__row:hover app-patient-card .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .upload-featured-attachment__no-featured:hover app-patient-card .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .patient-event__group:hover app-patient-card .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .patient-event__second-group:hover app-patient-card .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .medications__entry:hover app-patient-card .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .medications__entry--edit:hover app-patient-card .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .treatment-history__entry:hover app-patient-card .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .recommendations__entry:hover app-patient-card .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .dia-table__row:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .import-patient-timeline-event__form:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .batch-patient-case-report-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .batch-patient-case-report-view-item:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .meeting-info__row:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .upload-featured-attachment__no-featured:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .patient-event__group:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .patient-event__second-group:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .medications__entry:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .medications__entry--edit:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .treatment-history__entry:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .recommendations__entry:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .dia-table__row:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .import-patient-timeline-event__form:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .batch-patient-case-report-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .batch-patient-case-report-view-item:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .meeting-info__row:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .upload-featured-attachment__no-featured:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .patient-event__group:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .patient-event__second-group:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .medications__entry:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .medications__entry--edit:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .treatment-history__entry:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .recommendations__entry:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .about-microservices-version__item:hover .disabled-area.meeting-patient-list-view-item__cell-actions-item, .about-microservices-version__item:hover .meeting-patient-list-view-item__cell-actions-item.meeting-point-of-discussion__add--disabled, .about-microservices-version__item:hover .meeting-patient-list-view-item__cell-actions-item.patient-event-links__add--disabled, .about-microservices-version__item:hover .meeting-patient-list-view-item__cell-actions-item.physical-examination__add--disabled, .about-microservices-version__item:hover .meeting-patient-list-view-item__cell-actions-item.tumor-information__add--disabled, .about-microservices-version__item:hover .meeting-patient-list-view-item__cell-actions-item.medications__add--disabled, .about-microservices-version__item:hover .meeting-patient-list-view-item__cell-actions-item.biomarkers__add--disabled, .about-microservices-version__item:hover .meeting-patient-list-view-item__cell-actions-item.treatment-history__add--disabled, .about-microservices-version__item:hover .meeting-patient-list-view-item__cell-actions-item.social-history__add--disabled, .about-microservices-version__item:hover .meeting-patient-list-view-item__cell-actions-item.past-medical-history__add--disabled, .about-microservices-version__item:hover .meeting-patient-list-view-item__cell-actions-item.staging__add--disabled, .about-microservices-version__item:hover .meeting-patient-list-view-item__cell-actions-item.patient-summary__add--disabled, .about-microservices-version__item:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation-slide-creator__options__item--disabled, .about-microservices-version__item:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.disabled, .about-microservices-version__item:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .about-microservices-version__item:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .about-microservices-version__item:hover app-patient-card .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .about-microservices-version__item:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .about-microservices-version__item:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .task-status__item:hover .disabled-area.meeting-patient-list-view-item__cell-actions-item, .task-status__item:hover .meeting-patient-list-view-item__cell-actions-item.meeting-point-of-discussion__add--disabled, .task-status__item:hover .meeting-patient-list-view-item__cell-actions-item.patient-event-links__add--disabled, .task-status__item:hover .meeting-patient-list-view-item__cell-actions-item.physical-examination__add--disabled, .task-status__item:hover .meeting-patient-list-view-item__cell-actions-item.tumor-information__add--disabled, .task-status__item:hover .meeting-patient-list-view-item__cell-actions-item.medications__add--disabled, .task-status__item:hover .meeting-patient-list-view-item__cell-actions-item.biomarkers__add--disabled, .task-status__item:hover .meeting-patient-list-view-item__cell-actions-item.treatment-history__add--disabled, .task-status__item:hover .meeting-patient-list-view-item__cell-actions-item.social-history__add--disabled, .task-status__item:hover .meeting-patient-list-view-item__cell-actions-item.past-medical-history__add--disabled, .task-status__item:hover .meeting-patient-list-view-item__cell-actions-item.staging__add--disabled, .task-status__item:hover .meeting-patient-list-view-item__cell-actions-item.patient-summary__add--disabled, .task-status__item:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation-slide-creator__options__item--disabled, .task-status__item:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.disabled, .task-status__item:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .task-status__item:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .task-status__item:hover app-patient-card .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .task-status__item:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .task-status__item:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .task-status__headers:hover .disabled-area.meeting-patient-list-view-item__cell-actions-item, .task-status__headers:hover .meeting-patient-list-view-item__cell-actions-item.meeting-point-of-discussion__add--disabled, .task-status__headers:hover .meeting-patient-list-view-item__cell-actions-item.patient-event-links__add--disabled, .task-status__headers:hover .meeting-patient-list-view-item__cell-actions-item.physical-examination__add--disabled, .task-status__headers:hover .meeting-patient-list-view-item__cell-actions-item.tumor-information__add--disabled, .task-status__headers:hover .meeting-patient-list-view-item__cell-actions-item.medications__add--disabled, .task-status__headers:hover .meeting-patient-list-view-item__cell-actions-item.biomarkers__add--disabled, .task-status__headers:hover .meeting-patient-list-view-item__cell-actions-item.treatment-history__add--disabled, .task-status__headers:hover .meeting-patient-list-view-item__cell-actions-item.social-history__add--disabled, .task-status__headers:hover .meeting-patient-list-view-item__cell-actions-item.past-medical-history__add--disabled, .task-status__headers:hover .meeting-patient-list-view-item__cell-actions-item.staging__add--disabled, .task-status__headers:hover .meeting-patient-list-view-item__cell-actions-item.patient-summary__add--disabled, .task-status__headers:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation-slide-creator__options__item--disabled, .task-status__headers:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.disabled, .task-status__headers:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .task-status__headers:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .task-status__headers:hover app-patient-card .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .task-status__headers:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .task-status__headers:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled,
.task-status__params:hover .disabled-area.meeting-patient-list-view-item__cell-actions-item,
.task-status__params:hover .meeting-patient-list-view-item__cell-actions-item.meeting-point-of-discussion__add--disabled,
.task-status__params:hover .meeting-patient-list-view-item__cell-actions-item.patient-event-links__add--disabled,
.task-status__params:hover .meeting-patient-list-view-item__cell-actions-item.physical-examination__add--disabled,
.task-status__params:hover .meeting-patient-list-view-item__cell-actions-item.tumor-information__add--disabled,
.task-status__params:hover .meeting-patient-list-view-item__cell-actions-item.medications__add--disabled,
.task-status__params:hover .meeting-patient-list-view-item__cell-actions-item.biomarkers__add--disabled,
.task-status__params:hover .meeting-patient-list-view-item__cell-actions-item.treatment-history__add--disabled,
.task-status__params:hover .meeting-patient-list-view-item__cell-actions-item.social-history__add--disabled,
.task-status__params:hover .meeting-patient-list-view-item__cell-actions-item.past-medical-history__add--disabled,
.task-status__params:hover .meeting-patient-list-view-item__cell-actions-item.staging__add--disabled,
.task-status__params:hover .meeting-patient-list-view-item__cell-actions-item.patient-summary__add--disabled,
.task-status__params:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation-slide-creator__options__item--disabled,
.task-status__params:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.disabled,
.task-status__params:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled,
.task-status__params:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled,
.task-status__params:hover app-patient-card .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .task-status__params:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
.task-status__params:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .meeting-patient-list-view-item__row:hover .dia-table__cell-action.disabled-area, .meeting-patient-list-view-item__row:hover .disabled-area.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view-item__row:hover .disabled-area.batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view-item__row:hover .disabled-area.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view-item__row:hover .dia-table__cell-action.meeting-point-of-discussion__add--disabled, .meeting-patient-list-view-item__row:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view-item__row:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view-item__row:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view-item__row:hover .dia-table__cell-action.patient-event-links__add--disabled, .meeting-patient-list-view-item__row:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view-item__row:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view-item__row:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view-item__row:hover .dia-table__cell-action.physical-examination__add--disabled, .meeting-patient-list-view-item__row:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view-item__row:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view-item__row:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view-item__row:hover .dia-table__cell-action.tumor-information__add--disabled, .meeting-patient-list-view-item__row:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view-item__row:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view-item__row:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view-item__row:hover .dia-table__cell-action.medications__add--disabled, .meeting-patient-list-view-item__row:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view-item__row:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view-item__row:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view-item__row:hover .dia-table__cell-action.biomarkers__add--disabled, .meeting-patient-list-view-item__row:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view-item__row:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view-item__row:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view-item__row:hover .dia-table__cell-action.treatment-history__add--disabled, .meeting-patient-list-view-item__row:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view-item__row:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view-item__row:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view-item__row:hover .dia-table__cell-action.social-history__add--disabled, .meeting-patient-list-view-item__row:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view-item__row:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view-item__row:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view-item__row:hover .dia-table__cell-action.past-medical-history__add--disabled, .meeting-patient-list-view-item__row:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view-item__row:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view-item__row:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view-item__row:hover .dia-table__cell-action.staging__add--disabled, .meeting-patient-list-view-item__row:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view-item__row:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view-item__row:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view-item__row:hover .dia-table__cell-action.patient-summary__add--disabled, .meeting-patient-list-view-item__row:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view-item__row:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view-item__row:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view-item__row:hover .dia-table__cell-action.meeting-preparation-slide-creator__options__item--disabled, .meeting-patient-list-view-item__row:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view-item__row:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view-item__row:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view-item__row:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.disabled, .meeting-patient-list-view-item__row:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view-item__row:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view-item__row:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view-item__row:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .meeting-patient-list-view-item__row:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view-item__row:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view-item__row:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view-item__row:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .meeting-patient-list-view-item__row:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view-item__row:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view-item__row:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view-item__row:hover app-patient-card .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .meeting-patient-list-view-item__row:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view-item__row:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view-item__row:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, app-patient-card .meeting-patient-list-view-item__row:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .meeting-patient-list-view-item__row:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, app-patient-card .meeting-patient-list-view-item__row:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, app-patient-card .meeting-patient-list-view-item__row:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view-item__row:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .meeting-patient-list-view-item__row:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view-item__row:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view-item__row:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view-item__row:hover .disabled-area.meeting-patient-list-view-item__cell-actions-item-drag, .meeting-patient-list-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-point-of-discussion__add--disabled, .meeting-patient-list-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.patient-event-links__add--disabled, .meeting-patient-list-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.physical-examination__add--disabled, .meeting-patient-list-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.tumor-information__add--disabled, .meeting-patient-list-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.medications__add--disabled, .meeting-patient-list-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.biomarkers__add--disabled, .meeting-patient-list-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.treatment-history__add--disabled, .meeting-patient-list-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.social-history__add--disabled, .meeting-patient-list-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.past-medical-history__add--disabled, .meeting-patient-list-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.staging__add--disabled, .meeting-patient-list-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.patient-summary__add--disabled, .meeting-patient-list-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation-slide-creator__options__item--disabled, .meeting-patient-list-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.disabled, .meeting-patient-list-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .meeting-patient-list-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .meeting-patient-list-view-item__row:hover app-patient-card .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .meeting-patient-list-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .meeting-patient-list-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .meeting-patient-list-view-item__row:hover .disabled-area.meeting-patient-list-view-item__cell-actions-item, .meeting-patient-list-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item.meeting-point-of-discussion__add--disabled, .meeting-patient-list-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item.patient-event-links__add--disabled, .meeting-patient-list-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item.physical-examination__add--disabled, .meeting-patient-list-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item.tumor-information__add--disabled, .meeting-patient-list-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item.medications__add--disabled, .meeting-patient-list-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item.biomarkers__add--disabled, .meeting-patient-list-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item.treatment-history__add--disabled, .meeting-patient-list-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item.social-history__add--disabled, .meeting-patient-list-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item.past-medical-history__add--disabled, .meeting-patient-list-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item.staging__add--disabled, .meeting-patient-list-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item.patient-summary__add--disabled, .meeting-patient-list-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation-slide-creator__options__item--disabled, .meeting-patient-list-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.disabled, .meeting-patient-list-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .meeting-patient-list-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .meeting-patient-list-view-item__row:hover app-patient-card .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .meeting-patient-list-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .meeting-patient-list-view-item__row:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .meeting-patient-list-view__item:hover .dia-table__cell-action.disabled-area, .meeting-patient-list-view__item:hover .disabled-area.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view__item:hover .disabled-area.batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view__item:hover .disabled-area.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view__item:hover .dia-table__cell-action.meeting-point-of-discussion__add--disabled, .meeting-patient-list-view__item:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view__item:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view__item:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view__item:hover .dia-table__cell-action.patient-event-links__add--disabled, .meeting-patient-list-view__item:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view__item:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view__item:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view__item:hover .dia-table__cell-action.physical-examination__add--disabled, .meeting-patient-list-view__item:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view__item:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view__item:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view__item:hover .dia-table__cell-action.tumor-information__add--disabled, .meeting-patient-list-view__item:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view__item:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view__item:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view__item:hover .dia-table__cell-action.medications__add--disabled, .meeting-patient-list-view__item:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view__item:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view__item:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view__item:hover .dia-table__cell-action.biomarkers__add--disabled, .meeting-patient-list-view__item:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view__item:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view__item:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view__item:hover .dia-table__cell-action.treatment-history__add--disabled, .meeting-patient-list-view__item:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view__item:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view__item:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view__item:hover .dia-table__cell-action.social-history__add--disabled, .meeting-patient-list-view__item:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view__item:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view__item:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view__item:hover .dia-table__cell-action.past-medical-history__add--disabled, .meeting-patient-list-view__item:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view__item:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view__item:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view__item:hover .dia-table__cell-action.staging__add--disabled, .meeting-patient-list-view__item:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view__item:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view__item:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view__item:hover .dia-table__cell-action.patient-summary__add--disabled, .meeting-patient-list-view__item:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view__item:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view__item:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view__item:hover .dia-table__cell-action.meeting-preparation-slide-creator__options__item--disabled, .meeting-patient-list-view__item:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view__item:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view__item:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view__item:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.disabled, .meeting-patient-list-view__item:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view__item:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view__item:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view__item:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .meeting-patient-list-view__item:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view__item:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view__item:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view__item:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .meeting-patient-list-view__item:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view__item:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view__item:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view__item:hover app-patient-card .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .meeting-patient-list-view__item:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view__item:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view__item:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, app-patient-card .meeting-patient-list-view__item:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .meeting-patient-list-view__item:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, app-patient-card .meeting-patient-list-view__item:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, app-patient-card .meeting-patient-list-view__item:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view__item:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .meeting-patient-list-view__item:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view__item:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view__item:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view__item:hover .disabled-area.meeting-patient-list-view-item__cell-actions-item-drag, .meeting-patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-point-of-discussion__add--disabled, .meeting-patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.patient-event-links__add--disabled, .meeting-patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.physical-examination__add--disabled, .meeting-patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.tumor-information__add--disabled, .meeting-patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.medications__add--disabled, .meeting-patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.biomarkers__add--disabled, .meeting-patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.treatment-history__add--disabled, .meeting-patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.social-history__add--disabled, .meeting-patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.past-medical-history__add--disabled, .meeting-patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.staging__add--disabled, .meeting-patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.patient-summary__add--disabled, .meeting-patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation-slide-creator__options__item--disabled, .meeting-patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.disabled, .meeting-patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .meeting-patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .meeting-patient-list-view__item:hover app-patient-card .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .meeting-patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .meeting-patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .meeting-patient-list-view__item:hover .disabled-area.meeting-patient-list-view-item__cell-actions-item, .meeting-patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item.meeting-point-of-discussion__add--disabled, .meeting-patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item.patient-event-links__add--disabled, .meeting-patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item.physical-examination__add--disabled, .meeting-patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item.tumor-information__add--disabled, .meeting-patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item.medications__add--disabled, .meeting-patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item.biomarkers__add--disabled, .meeting-patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item.treatment-history__add--disabled, .meeting-patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item.social-history__add--disabled, .meeting-patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item.past-medical-history__add--disabled, .meeting-patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item.staging__add--disabled, .meeting-patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item.patient-summary__add--disabled, .meeting-patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation-slide-creator__options__item--disabled, .meeting-patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.disabled, .meeting-patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .meeting-patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .meeting-patient-list-view__item:hover app-patient-card .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .meeting-patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .meeting-patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .dia-table__row:hover .dia-table__cell-action.patient-history__actions-action--disabled, .import-patient-timeline-event__form:hover .dia-table__cell-action.patient-history__actions-action--disabled, .dia-table__row:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .import-patient-timeline-event__form:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .dia-table__row:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item, .import-patient-timeline-event__form:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item, .dia-table__row:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .import-patient-timeline-event__form:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item__row:hover .dia-table__cell-action.patient-history__actions-action--disabled, .batch-patient-case-report-view-item__row:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item__row:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item__row:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item:hover .dia-table__cell-action.patient-history__actions-action--disabled, .batch-patient-case-report-view-item:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-info__row:hover .dia-table__cell-action.patient-history__actions-action--disabled, .meeting-info__row:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-info__row:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-info__row:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .upload-featured-attachment__no-featured:hover .dia-table__cell-action.patient-history__actions-action--disabled, .upload-featured-attachment__no-featured:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .upload-featured-attachment__no-featured:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item, .upload-featured-attachment__no-featured:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__group:hover .dia-table__cell-action.patient-history__actions-action--disabled, .patient-event__group:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__group:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-event__group:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__second-group:hover .dia-table__cell-action.patient-history__actions-action--disabled, .patient-event__second-group:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__second-group:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-event__second-group:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry:hover .dia-table__cell-action.patient-history__actions-action--disabled, .medications__entry:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item, .medications__entry:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry--edit:hover .dia-table__cell-action.patient-history__actions-action--disabled, .medications__entry--edit:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry--edit:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item, .medications__entry--edit:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .treatment-history__entry:hover .dia-table__cell-action.patient-history__actions-action--disabled, .treatment-history__entry:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .treatment-history__entry:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item, .treatment-history__entry:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .recommendations__entry:hover .dia-table__cell-action.patient-history__actions-action--disabled, .recommendations__entry:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .recommendations__entry:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item, .recommendations__entry:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .about-microservices-version__item:hover .dia-table__cell-action.patient-history__actions-action--disabled, .about-microservices-version__item:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .about-microservices-version__item:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item, .about-microservices-version__item:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .task-status__item:hover .dia-table__cell-action.patient-history__actions-action--disabled, .task-status__item:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__item:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item, .task-status__item:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .task-status__headers:hover .dia-table__cell-action.patient-history__actions-action--disabled, .task-status__headers:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__headers:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item, .task-status__headers:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-recommendations-active,
.task-status__params:hover .dia-table__cell-action.patient-history__actions-action--disabled,
.task-status__params:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag,
.task-status__params:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item,
.task-status__params:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .dia-table__row:hover .patient-history__actions-action--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .import-patient-timeline-event__form:hover .patient-history__actions-action--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item__row:hover .patient-history__actions-action--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item:hover .patient-history__actions-action--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .meeting-info__row:hover .patient-history__actions-action--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .upload-featured-attachment__no-featured:hover .patient-history__actions-action--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .patient-event__group:hover .patient-history__actions-action--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .patient-event__second-group:hover .patient-history__actions-action--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .medications__entry:hover .patient-history__actions-action--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .medications__entry--edit:hover .patient-history__actions-action--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .treatment-history__entry:hover .patient-history__actions-action--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .recommendations__entry:hover .patient-history__actions-action--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .about-microservices-version__item:hover .patient-history__actions-action--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .task-status__item:hover .patient-history__actions-action--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .task-status__headers:hover .patient-history__actions-action--disabled.meeting-patient-list-view-item__cell-actions-item-drag,
.task-status__params:hover .patient-history__actions-action--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .dia-table__row:hover .patient-history__actions-action--disabled.meeting-patient-list-view-item__cell-actions-item, .import-patient-timeline-event__form:hover .patient-history__actions-action--disabled.meeting-patient-list-view-item__cell-actions-item, .batch-patient-case-report-view-item__row:hover .patient-history__actions-action--disabled.meeting-patient-list-view-item__cell-actions-item, .batch-patient-case-report-view-item:hover .patient-history__actions-action--disabled.meeting-patient-list-view-item__cell-actions-item, .meeting-info__row:hover .patient-history__actions-action--disabled.meeting-patient-list-view-item__cell-actions-item, .upload-featured-attachment__no-featured:hover .patient-history__actions-action--disabled.meeting-patient-list-view-item__cell-actions-item, .patient-event__group:hover .patient-history__actions-action--disabled.meeting-patient-list-view-item__cell-actions-item, .patient-event__second-group:hover .patient-history__actions-action--disabled.meeting-patient-list-view-item__cell-actions-item, .medications__entry:hover .patient-history__actions-action--disabled.meeting-patient-list-view-item__cell-actions-item, .medications__entry--edit:hover .patient-history__actions-action--disabled.meeting-patient-list-view-item__cell-actions-item, .treatment-history__entry:hover .patient-history__actions-action--disabled.meeting-patient-list-view-item__cell-actions-item, .recommendations__entry:hover .patient-history__actions-action--disabled.meeting-patient-list-view-item__cell-actions-item, .about-microservices-version__item:hover .patient-history__actions-action--disabled.meeting-patient-list-view-item__cell-actions-item, .task-status__item:hover .patient-history__actions-action--disabled.meeting-patient-list-view-item__cell-actions-item, .task-status__headers:hover .patient-history__actions-action--disabled.meeting-patient-list-view-item__cell-actions-item,
.task-status__params:hover .patient-history__actions-action--disabled.meeting-patient-list-view-item__cell-actions-item, .meeting-patient-list-view-item__row:hover .dia-table__cell-action.patient-history__actions-action--disabled, .meeting-patient-list-view-item__row:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view-item__row:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view-item__row:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view-item__row:hover .patient-history__actions-action--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .meeting-patient-list-view-item__row:hover .patient-history__actions-action--disabled.meeting-patient-list-view-item__cell-actions-item, .meeting-patient-list-view__item:hover .dia-table__cell-action.patient-history__actions-action--disabled, .meeting-patient-list-view__item:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view__item:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view__item:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view__item:hover .patient-history__actions-action--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .meeting-patient-list-view__item:hover .patient-history__actions-action--disabled.meeting-patient-list-view-item__cell-actions-item, .dia-table__row:hover app-patient-card .dia-table__cell-action.patient-card__action-dropdown-element-delete-disabled, .import-patient-timeline-event__form:hover app-patient-card .dia-table__cell-action.patient-card__action-dropdown-element-delete-disabled, .dia-table__row:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .import-patient-timeline-event__form:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .dia-table__row:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, .import-patient-timeline-event__form:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, .dia-table__row:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, .import-patient-timeline-event__form:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item__row:hover app-patient-card .dia-table__cell-action.patient-card__action-dropdown-element-delete-disabled, .batch-patient-case-report-view-item__row:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item__row:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item__row:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item:hover app-patient-card .dia-table__cell-action.patient-card__action-dropdown-element-delete-disabled, .batch-patient-case-report-view-item:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-info__row:hover app-patient-card .dia-table__cell-action.patient-card__action-dropdown-element-delete-disabled, .meeting-info__row:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-info__row:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-info__row:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, .upload-featured-attachment__no-featured:hover app-patient-card .dia-table__cell-action.patient-card__action-dropdown-element-delete-disabled, .upload-featured-attachment__no-featured:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .upload-featured-attachment__no-featured:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, .upload-featured-attachment__no-featured:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__group:hover app-patient-card .dia-table__cell-action.patient-card__action-dropdown-element-delete-disabled, .patient-event__group:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__group:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-event__group:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__second-group:hover app-patient-card .dia-table__cell-action.patient-card__action-dropdown-element-delete-disabled, .patient-event__second-group:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__second-group:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-event__second-group:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry:hover app-patient-card .dia-table__cell-action.patient-card__action-dropdown-element-delete-disabled, .medications__entry:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, .medications__entry:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry--edit:hover app-patient-card .dia-table__cell-action.patient-card__action-dropdown-element-delete-disabled, .medications__entry--edit:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry--edit:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, .medications__entry--edit:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, .treatment-history__entry:hover app-patient-card .dia-table__cell-action.patient-card__action-dropdown-element-delete-disabled, .treatment-history__entry:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .treatment-history__entry:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, .treatment-history__entry:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, .recommendations__entry:hover app-patient-card .dia-table__cell-action.patient-card__action-dropdown-element-delete-disabled, .recommendations__entry:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .recommendations__entry:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, .recommendations__entry:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, .about-microservices-version__item:hover app-patient-card .dia-table__cell-action.patient-card__action-dropdown-element-delete-disabled, .about-microservices-version__item:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .about-microservices-version__item:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, .about-microservices-version__item:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, .task-status__item:hover app-patient-card .dia-table__cell-action.patient-card__action-dropdown-element-delete-disabled, .task-status__item:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__item:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, .task-status__item:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, .task-status__headers:hover app-patient-card .dia-table__cell-action.patient-card__action-dropdown-element-delete-disabled, .task-status__headers:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__headers:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, .task-status__headers:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active,
.task-status__params:hover app-patient-card .dia-table__cell-action.patient-card__action-dropdown-element-delete-disabled,
.task-status__params:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag,
.task-status__params:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item,
.task-status__params:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, .dia-table__row:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item-drag, .import-patient-timeline-event__form:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item__row:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item-drag, .meeting-info__row:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item-drag, .upload-featured-attachment__no-featured:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item-drag, .patient-event__group:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item-drag, .patient-event__second-group:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item-drag, .medications__entry:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item-drag, .medications__entry--edit:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item-drag, .treatment-history__entry:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item-drag, .recommendations__entry:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item-drag, .about-microservices-version__item:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item-drag, .task-status__item:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item-drag, .task-status__headers:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item-drag,
.task-status__params:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item-drag, .dia-table__row:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item, .import-patient-timeline-event__form:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item, .batch-patient-case-report-view-item__row:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item, .batch-patient-case-report-view-item:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item, .meeting-info__row:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item, .upload-featured-attachment__no-featured:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item, .patient-event__group:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item, .patient-event__second-group:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item, .medications__entry:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item, .medications__entry--edit:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item, .treatment-history__entry:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item, .recommendations__entry:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item, .about-microservices-version__item:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item, .task-status__item:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item, .task-status__headers:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item,
.task-status__params:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item, .meeting-patient-list-view-item__row:hover app-patient-card .dia-table__cell-action.patient-card__action-dropdown-element-delete-disabled, .meeting-patient-list-view-item__row:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view-item__row:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view-item__row:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view-item__row:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item-drag, .meeting-patient-list-view-item__row:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item, .meeting-patient-list-view__item:hover app-patient-card .dia-table__cell-action.patient-card__action-dropdown-element-delete-disabled, .meeting-patient-list-view__item:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view__item:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view__item:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view__item:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item-drag, .meeting-patient-list-view__item:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item, app-patient-card .dia-table__row:hover .dia-table__cell-action.patient-card__action-dropdown-element-delete-disabled, app-patient-card .import-patient-timeline-event__form:hover .dia-table__cell-action.patient-card__action-dropdown-element-delete-disabled, app-patient-card .dia-table__row:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, app-patient-card .import-patient-timeline-event__form:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, app-patient-card .dia-table__row:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, app-patient-card .import-patient-timeline-event__form:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, app-patient-card .dia-table__row:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, app-patient-card .import-patient-timeline-event__form:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, app-patient-card .batch-patient-case-report-view-item__row:hover .dia-table__cell-action.patient-card__action-dropdown-element-delete-disabled, app-patient-card .batch-patient-case-report-view-item__row:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, app-patient-card .batch-patient-case-report-view-item__row:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, app-patient-card .batch-patient-case-report-view-item__row:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, app-patient-card .batch-patient-case-report-view-item:hover .dia-table__cell-action.patient-card__action-dropdown-element-delete-disabled, app-patient-card .batch-patient-case-report-view-item:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, app-patient-card .batch-patient-case-report-view-item:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, app-patient-card .batch-patient-case-report-view-item:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, app-patient-card .meeting-info__row:hover .dia-table__cell-action.patient-card__action-dropdown-element-delete-disabled, app-patient-card .meeting-info__row:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, app-patient-card .meeting-info__row:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, app-patient-card .meeting-info__row:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, app-patient-card .upload-featured-attachment__no-featured:hover .dia-table__cell-action.patient-card__action-dropdown-element-delete-disabled, app-patient-card .upload-featured-attachment__no-featured:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, app-patient-card .upload-featured-attachment__no-featured:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, app-patient-card .upload-featured-attachment__no-featured:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, app-patient-card .patient-event__group:hover .dia-table__cell-action.patient-card__action-dropdown-element-delete-disabled, app-patient-card .patient-event__group:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, app-patient-card .patient-event__group:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, app-patient-card .patient-event__group:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, app-patient-card .patient-event__second-group:hover .dia-table__cell-action.patient-card__action-dropdown-element-delete-disabled, app-patient-card .patient-event__second-group:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, app-patient-card .patient-event__second-group:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, app-patient-card .patient-event__second-group:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, app-patient-card .medications__entry:hover .dia-table__cell-action.patient-card__action-dropdown-element-delete-disabled, app-patient-card .medications__entry:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, app-patient-card .medications__entry:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, app-patient-card .medications__entry:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, app-patient-card .medications__entry--edit:hover .dia-table__cell-action.patient-card__action-dropdown-element-delete-disabled, app-patient-card .medications__entry--edit:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, app-patient-card .medications__entry--edit:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, app-patient-card .medications__entry--edit:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, app-patient-card .treatment-history__entry:hover .dia-table__cell-action.patient-card__action-dropdown-element-delete-disabled, app-patient-card .treatment-history__entry:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, app-patient-card .treatment-history__entry:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, app-patient-card .treatment-history__entry:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, app-patient-card .recommendations__entry:hover .dia-table__cell-action.patient-card__action-dropdown-element-delete-disabled, app-patient-card .recommendations__entry:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, app-patient-card .recommendations__entry:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, app-patient-card .recommendations__entry:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, app-patient-card .about-microservices-version__item:hover .dia-table__cell-action.patient-card__action-dropdown-element-delete-disabled, app-patient-card .about-microservices-version__item:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, app-patient-card .about-microservices-version__item:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, app-patient-card .about-microservices-version__item:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, app-patient-card .task-status__item:hover .dia-table__cell-action.patient-card__action-dropdown-element-delete-disabled, app-patient-card .task-status__item:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, app-patient-card .task-status__item:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, app-patient-card .task-status__item:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, app-patient-card .task-status__headers:hover .dia-table__cell-action.patient-card__action-dropdown-element-delete-disabled, app-patient-card .task-status__headers:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, app-patient-card .task-status__headers:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, app-patient-card .task-status__headers:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active,
app-patient-card .task-status__params:hover .dia-table__cell-action.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .task-status__params:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag,
app-patient-card .task-status__params:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item,
app-patient-card .task-status__params:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, app-patient-card .dia-table__row:hover .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item-drag, app-patient-card .import-patient-timeline-event__form:hover .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item-drag, app-patient-card .batch-patient-case-report-view-item__row:hover .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item-drag, app-patient-card .batch-patient-case-report-view-item:hover .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item-drag, app-patient-card .meeting-info__row:hover .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item-drag, app-patient-card .upload-featured-attachment__no-featured:hover .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item-drag, app-patient-card .patient-event__group:hover .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item-drag, app-patient-card .patient-event__second-group:hover .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item-drag, app-patient-card .medications__entry:hover .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item-drag, app-patient-card .medications__entry--edit:hover .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item-drag, app-patient-card .treatment-history__entry:hover .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item-drag, app-patient-card .recommendations__entry:hover .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item-drag, app-patient-card .about-microservices-version__item:hover .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item-drag, app-patient-card .task-status__item:hover .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item-drag, app-patient-card .task-status__headers:hover .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item-drag,
app-patient-card .task-status__params:hover .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item-drag, app-patient-card .dia-table__row:hover .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item, app-patient-card .import-patient-timeline-event__form:hover .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item, app-patient-card .batch-patient-case-report-view-item__row:hover .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item, app-patient-card .batch-patient-case-report-view-item:hover .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item, app-patient-card .meeting-info__row:hover .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item, app-patient-card .upload-featured-attachment__no-featured:hover .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item, app-patient-card .patient-event__group:hover .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item, app-patient-card .patient-event__second-group:hover .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item, app-patient-card .medications__entry:hover .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item, app-patient-card .medications__entry--edit:hover .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item, app-patient-card .treatment-history__entry:hover .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item, app-patient-card .recommendations__entry:hover .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item, app-patient-card .about-microservices-version__item:hover .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item, app-patient-card .task-status__item:hover .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item, app-patient-card .task-status__headers:hover .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item,
app-patient-card .task-status__params:hover .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item, app-patient-card .meeting-patient-list-view-item__row:hover .dia-table__cell-action.patient-card__action-dropdown-element-delete-disabled, app-patient-card .meeting-patient-list-view-item__row:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, app-patient-card .meeting-patient-list-view-item__row:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, app-patient-card .meeting-patient-list-view-item__row:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, app-patient-card .meeting-patient-list-view-item__row:hover .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item-drag, app-patient-card .meeting-patient-list-view-item__row:hover .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item, app-patient-card .meeting-patient-list-view__item:hover .dia-table__cell-action.patient-card__action-dropdown-element-delete-disabled, app-patient-card .meeting-patient-list-view__item:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, app-patient-card .meeting-patient-list-view__item:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, app-patient-card .meeting-patient-list-view__item:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, app-patient-card .meeting-patient-list-view__item:hover .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item-drag, app-patient-card .meeting-patient-list-view__item:hover .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item, .dia-table__row:hover .dia-table__cell-action.cancer-info__actions__action--disabled, .import-patient-timeline-event__form:hover .dia-table__cell-action.cancer-info__actions__action--disabled, .dia-table__row:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .import-patient-timeline-event__form:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .dia-table__row:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item, .import-patient-timeline-event__form:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item, .dia-table__row:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .import-patient-timeline-event__form:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item__row:hover .dia-table__cell-action.cancer-info__actions__action--disabled, .batch-patient-case-report-view-item__row:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item__row:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item__row:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item:hover .dia-table__cell-action.cancer-info__actions__action--disabled, .batch-patient-case-report-view-item:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-info__row:hover .dia-table__cell-action.cancer-info__actions__action--disabled, .meeting-info__row:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-info__row:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-info__row:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .upload-featured-attachment__no-featured:hover .dia-table__cell-action.cancer-info__actions__action--disabled, .upload-featured-attachment__no-featured:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .upload-featured-attachment__no-featured:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item, .upload-featured-attachment__no-featured:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__group:hover .dia-table__cell-action.cancer-info__actions__action--disabled, .patient-event__group:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__group:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-event__group:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__second-group:hover .dia-table__cell-action.cancer-info__actions__action--disabled, .patient-event__second-group:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__second-group:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-event__second-group:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry:hover .dia-table__cell-action.cancer-info__actions__action--disabled, .medications__entry:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item, .medications__entry:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry--edit:hover .dia-table__cell-action.cancer-info__actions__action--disabled, .medications__entry--edit:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry--edit:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item, .medications__entry--edit:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .treatment-history__entry:hover .dia-table__cell-action.cancer-info__actions__action--disabled, .treatment-history__entry:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .treatment-history__entry:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item, .treatment-history__entry:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .recommendations__entry:hover .dia-table__cell-action.cancer-info__actions__action--disabled, .recommendations__entry:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .recommendations__entry:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item, .recommendations__entry:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .about-microservices-version__item:hover .dia-table__cell-action.cancer-info__actions__action--disabled, .about-microservices-version__item:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .about-microservices-version__item:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item, .about-microservices-version__item:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .task-status__item:hover .dia-table__cell-action.cancer-info__actions__action--disabled, .task-status__item:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__item:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item, .task-status__item:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .task-status__headers:hover .dia-table__cell-action.cancer-info__actions__action--disabled, .task-status__headers:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__headers:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item, .task-status__headers:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-recommendations-active,
.task-status__params:hover .dia-table__cell-action.cancer-info__actions__action--disabled,
.task-status__params:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag,
.task-status__params:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item,
.task-status__params:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .dia-table__row:hover .cancer-info__actions__action--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .import-patient-timeline-event__form:hover .cancer-info__actions__action--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item__row:hover .cancer-info__actions__action--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item:hover .cancer-info__actions__action--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .meeting-info__row:hover .cancer-info__actions__action--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .upload-featured-attachment__no-featured:hover .cancer-info__actions__action--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .patient-event__group:hover .cancer-info__actions__action--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .patient-event__second-group:hover .cancer-info__actions__action--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .medications__entry:hover .cancer-info__actions__action--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .medications__entry--edit:hover .cancer-info__actions__action--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .treatment-history__entry:hover .cancer-info__actions__action--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .recommendations__entry:hover .cancer-info__actions__action--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .about-microservices-version__item:hover .cancer-info__actions__action--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .task-status__item:hover .cancer-info__actions__action--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .task-status__headers:hover .cancer-info__actions__action--disabled.meeting-patient-list-view-item__cell-actions-item-drag,
.task-status__params:hover .cancer-info__actions__action--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .dia-table__row:hover .cancer-info__actions__action--disabled.meeting-patient-list-view-item__cell-actions-item, .import-patient-timeline-event__form:hover .cancer-info__actions__action--disabled.meeting-patient-list-view-item__cell-actions-item, .batch-patient-case-report-view-item__row:hover .cancer-info__actions__action--disabled.meeting-patient-list-view-item__cell-actions-item, .batch-patient-case-report-view-item:hover .cancer-info__actions__action--disabled.meeting-patient-list-view-item__cell-actions-item, .meeting-info__row:hover .cancer-info__actions__action--disabled.meeting-patient-list-view-item__cell-actions-item, .upload-featured-attachment__no-featured:hover .cancer-info__actions__action--disabled.meeting-patient-list-view-item__cell-actions-item, .patient-event__group:hover .cancer-info__actions__action--disabled.meeting-patient-list-view-item__cell-actions-item, .patient-event__second-group:hover .cancer-info__actions__action--disabled.meeting-patient-list-view-item__cell-actions-item, .medications__entry:hover .cancer-info__actions__action--disabled.meeting-patient-list-view-item__cell-actions-item, .medications__entry--edit:hover .cancer-info__actions__action--disabled.meeting-patient-list-view-item__cell-actions-item, .treatment-history__entry:hover .cancer-info__actions__action--disabled.meeting-patient-list-view-item__cell-actions-item, .recommendations__entry:hover .cancer-info__actions__action--disabled.meeting-patient-list-view-item__cell-actions-item, .about-microservices-version__item:hover .cancer-info__actions__action--disabled.meeting-patient-list-view-item__cell-actions-item, .task-status__item:hover .cancer-info__actions__action--disabled.meeting-patient-list-view-item__cell-actions-item, .task-status__headers:hover .cancer-info__actions__action--disabled.meeting-patient-list-view-item__cell-actions-item,
.task-status__params:hover .cancer-info__actions__action--disabled.meeting-patient-list-view-item__cell-actions-item, .meeting-patient-list-view-item__row:hover .dia-table__cell-action.cancer-info__actions__action--disabled, .meeting-patient-list-view-item__row:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view-item__row:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view-item__row:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view-item__row:hover .cancer-info__actions__action--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .meeting-patient-list-view-item__row:hover .cancer-info__actions__action--disabled.meeting-patient-list-view-item__cell-actions-item, .meeting-patient-list-view__item:hover .dia-table__cell-action.cancer-info__actions__action--disabled, .meeting-patient-list-view__item:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view__item:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view__item:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view__item:hover .cancer-info__actions__action--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .meeting-patient-list-view__item:hover .cancer-info__actions__action--disabled.meeting-patient-list-view-item__cell-actions-item, .dia-table__row:hover .dia-table__cell-action.patient-disabled-tooltip__label--disabled, .import-patient-timeline-event__form:hover .dia-table__cell-action.patient-disabled-tooltip__label--disabled, .dia-table__row:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .import-patient-timeline-event__form:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .dia-table__row:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item, .import-patient-timeline-event__form:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item, .dia-table__row:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .import-patient-timeline-event__form:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item__row:hover .dia-table__cell-action.patient-disabled-tooltip__label--disabled, .batch-patient-case-report-view-item__row:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item__row:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item__row:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .batch-patient-case-report-view-item:hover .dia-table__cell-action.patient-disabled-tooltip__label--disabled, .batch-patient-case-report-view-item:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-info__row:hover .dia-table__cell-action.patient-disabled-tooltip__label--disabled, .meeting-info__row:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-info__row:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-info__row:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .upload-featured-attachment__no-featured:hover .dia-table__cell-action.patient-disabled-tooltip__label--disabled, .upload-featured-attachment__no-featured:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .upload-featured-attachment__no-featured:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item, .upload-featured-attachment__no-featured:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__group:hover .dia-table__cell-action.patient-disabled-tooltip__label--disabled, .patient-event__group:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__group:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-event__group:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-event__second-group:hover .dia-table__cell-action.patient-disabled-tooltip__label--disabled, .patient-event__second-group:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-event__second-group:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-event__second-group:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry:hover .dia-table__cell-action.patient-disabled-tooltip__label--disabled, .medications__entry:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item, .medications__entry:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .medications__entry--edit:hover .dia-table__cell-action.patient-disabled-tooltip__label--disabled, .medications__entry--edit:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .medications__entry--edit:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item, .medications__entry--edit:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .treatment-history__entry:hover .dia-table__cell-action.patient-disabled-tooltip__label--disabled, .treatment-history__entry:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .treatment-history__entry:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item, .treatment-history__entry:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .recommendations__entry:hover .dia-table__cell-action.patient-disabled-tooltip__label--disabled, .recommendations__entry:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .recommendations__entry:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item, .recommendations__entry:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .about-microservices-version__item:hover .dia-table__cell-action.patient-disabled-tooltip__label--disabled, .about-microservices-version__item:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .about-microservices-version__item:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item, .about-microservices-version__item:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .task-status__item:hover .dia-table__cell-action.patient-disabled-tooltip__label--disabled, .task-status__item:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__item:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item, .task-status__item:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .task-status__headers:hover .dia-table__cell-action.patient-disabled-tooltip__label--disabled, .task-status__headers:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .task-status__headers:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item, .task-status__headers:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-recommendations-active,
.task-status__params:hover .dia-table__cell-action.patient-disabled-tooltip__label--disabled,
.task-status__params:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item-drag,
.task-status__params:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item,
.task-status__params:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .dia-table__row:hover .patient-disabled-tooltip__label--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .import-patient-timeline-event__form:hover .patient-disabled-tooltip__label--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item__row:hover .patient-disabled-tooltip__label--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item:hover .patient-disabled-tooltip__label--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .meeting-info__row:hover .patient-disabled-tooltip__label--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .upload-featured-attachment__no-featured:hover .patient-disabled-tooltip__label--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .patient-event__group:hover .patient-disabled-tooltip__label--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .patient-event__second-group:hover .patient-disabled-tooltip__label--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .medications__entry:hover .patient-disabled-tooltip__label--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .medications__entry--edit:hover .patient-disabled-tooltip__label--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .treatment-history__entry:hover .patient-disabled-tooltip__label--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .recommendations__entry:hover .patient-disabled-tooltip__label--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .about-microservices-version__item:hover .patient-disabled-tooltip__label--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .task-status__item:hover .patient-disabled-tooltip__label--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .task-status__headers:hover .patient-disabled-tooltip__label--disabled.meeting-patient-list-view-item__cell-actions-item-drag,
.task-status__params:hover .patient-disabled-tooltip__label--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .dia-table__row:hover .patient-disabled-tooltip__label--disabled.meeting-patient-list-view-item__cell-actions-item, .import-patient-timeline-event__form:hover .patient-disabled-tooltip__label--disabled.meeting-patient-list-view-item__cell-actions-item, .batch-patient-case-report-view-item__row:hover .patient-disabled-tooltip__label--disabled.meeting-patient-list-view-item__cell-actions-item, .batch-patient-case-report-view-item:hover .patient-disabled-tooltip__label--disabled.meeting-patient-list-view-item__cell-actions-item, .meeting-info__row:hover .patient-disabled-tooltip__label--disabled.meeting-patient-list-view-item__cell-actions-item, .upload-featured-attachment__no-featured:hover .patient-disabled-tooltip__label--disabled.meeting-patient-list-view-item__cell-actions-item, .patient-event__group:hover .patient-disabled-tooltip__label--disabled.meeting-patient-list-view-item__cell-actions-item, .patient-event__second-group:hover .patient-disabled-tooltip__label--disabled.meeting-patient-list-view-item__cell-actions-item, .medications__entry:hover .patient-disabled-tooltip__label--disabled.meeting-patient-list-view-item__cell-actions-item, .medications__entry--edit:hover .patient-disabled-tooltip__label--disabled.meeting-patient-list-view-item__cell-actions-item, .treatment-history__entry:hover .patient-disabled-tooltip__label--disabled.meeting-patient-list-view-item__cell-actions-item, .recommendations__entry:hover .patient-disabled-tooltip__label--disabled.meeting-patient-list-view-item__cell-actions-item, .about-microservices-version__item:hover .patient-disabled-tooltip__label--disabled.meeting-patient-list-view-item__cell-actions-item, .task-status__item:hover .patient-disabled-tooltip__label--disabled.meeting-patient-list-view-item__cell-actions-item, .task-status__headers:hover .patient-disabled-tooltip__label--disabled.meeting-patient-list-view-item__cell-actions-item,
.task-status__params:hover .patient-disabled-tooltip__label--disabled.meeting-patient-list-view-item__cell-actions-item, .meeting-patient-list-view-item__row:hover .dia-table__cell-action.patient-disabled-tooltip__label--disabled, .meeting-patient-list-view-item__row:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view-item__row:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view-item__row:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view-item__row:hover .patient-disabled-tooltip__label--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .meeting-patient-list-view-item__row:hover .patient-disabled-tooltip__label--disabled.meeting-patient-list-view-item__cell-actions-item, .meeting-patient-list-view__item:hover .dia-table__cell-action.patient-disabled-tooltip__label--disabled, .meeting-patient-list-view__item:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .meeting-patient-list-view__item:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item, .meeting-patient-list-view__item:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .meeting-patient-list-view__item:hover .patient-disabled-tooltip__label--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .meeting-patient-list-view__item:hover .patient-disabled-tooltip__label--disabled.meeting-patient-list-view-item__cell-actions-item, .patient-list-view__item:hover .dia-table__cell-action.disabled, .patient-list-view__item:hover .disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-list-view__item:hover .disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-list-view__item:hover .disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-list-view__item:hover .disabled.meeting-patient-list-view-item__cell-actions-item-drag, .patient-list-view__item:hover .disabled.meeting-patient-list-view-item__cell-actions-item, .patient-list-view__item:hover .dia-table__cell-action.disabled-area, .patient-list-view__item:hover .disabled-area.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-list-view__item:hover .disabled-area.batch-patient-case-report-view-item__cell-actions-item, .patient-list-view__item:hover .disabled-area.batch-patient-case-report-view-item__cell-recommendations-active, .patient-list-view__item:hover .dia-table__cell-action.meeting-point-of-discussion__add--disabled, .patient-list-view__item:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-list-view__item:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-list-view__item:hover .meeting-point-of-discussion__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-list-view__item:hover .dia-table__cell-action.patient-event-links__add--disabled, .patient-list-view__item:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-list-view__item:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-list-view__item:hover .patient-event-links__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-list-view__item:hover .dia-table__cell-action.physical-examination__add--disabled, .patient-list-view__item:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-list-view__item:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-list-view__item:hover .physical-examination__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-list-view__item:hover .dia-table__cell-action.tumor-information__add--disabled, .patient-list-view__item:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-list-view__item:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-list-view__item:hover .tumor-information__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-list-view__item:hover .dia-table__cell-action.medications__add--disabled, .patient-list-view__item:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-list-view__item:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-list-view__item:hover .medications__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-list-view__item:hover .dia-table__cell-action.biomarkers__add--disabled, .patient-list-view__item:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-list-view__item:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-list-view__item:hover .biomarkers__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-list-view__item:hover .dia-table__cell-action.treatment-history__add--disabled, .patient-list-view__item:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-list-view__item:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-list-view__item:hover .treatment-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-list-view__item:hover .dia-table__cell-action.social-history__add--disabled, .patient-list-view__item:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-list-view__item:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-list-view__item:hover .social-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-list-view__item:hover .dia-table__cell-action.past-medical-history__add--disabled, .patient-list-view__item:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-list-view__item:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-list-view__item:hover .past-medical-history__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-list-view__item:hover .dia-table__cell-action.staging__add--disabled, .patient-list-view__item:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-list-view__item:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-list-view__item:hover .staging__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-list-view__item:hover .dia-table__cell-action.patient-summary__add--disabled, .patient-list-view__item:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-list-view__item:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-list-view__item:hover .patient-summary__add--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-list-view__item:hover .dia-table__cell-action.meeting-preparation-slide-creator__options__item--disabled, .patient-list-view__item:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-list-view__item:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-list-view__item:hover .meeting-preparation-slide-creator__options__item--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-list-view__item:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.disabled, .patient-list-view__item:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-list-view__item:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-list-view__item:hover .meeting-preparation__sidebar__slide-creator.disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-list-view__item:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .patient-list-view__item:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-list-view__item:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-list-view__item:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-list-view__item:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .patient-list-view__item:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-list-view__item:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-list-view__item:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-list-view__item:hover app-patient-card .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .patient-list-view__item:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-list-view__item:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-list-view__item:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, app-patient-card .patient-list-view__item:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .patient-list-view__item:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, app-patient-card .patient-list-view__item:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, app-patient-card .patient-list-view__item:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-list-view__item:hover .dia-table__cell-action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .patient-list-view__item:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-list-view__item:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-list-view__item:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-list-view__item:hover .disabled-area.meeting-patient-list-view-item__cell-actions-item-drag, .patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-point-of-discussion__add--disabled, .patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.patient-event-links__add--disabled, .patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.physical-examination__add--disabled, .patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.tumor-information__add--disabled, .patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.medications__add--disabled, .patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.biomarkers__add--disabled, .patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.treatment-history__add--disabled, .patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.social-history__add--disabled, .patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.past-medical-history__add--disabled, .patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.staging__add--disabled, .patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.patient-summary__add--disabled, .patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation-slide-creator__options__item--disabled, .patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.disabled, .patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .patient-list-view__item:hover app-patient-card .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item-drag.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .patient-list-view__item:hover .disabled-area.meeting-patient-list-view-item__cell-actions-item, .patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item.meeting-point-of-discussion__add--disabled, .patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item.patient-event-links__add--disabled, .patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item.physical-examination__add--disabled, .patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item.tumor-information__add--disabled, .patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item.medications__add--disabled, .patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item.biomarkers__add--disabled, .patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item.treatment-history__add--disabled, .patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item.social-history__add--disabled, .patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item.past-medical-history__add--disabled, .patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item.staging__add--disabled, .patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item.patient-summary__add--disabled, .patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation-slide-creator__options__item--disabled, .patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.disabled, .patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .patient-list-view__item:hover app-patient-card .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .patient-list-view__item:hover .meeting-patient-list-view-item__cell-actions-item.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .patient-list-view__item:hover .dia-table__cell-action.patient-history__actions-action--disabled, .patient-list-view__item:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-list-view__item:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-list-view__item:hover .patient-history__actions-action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-list-view__item:hover .patient-history__actions-action--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .patient-list-view__item:hover .patient-history__actions-action--disabled.meeting-patient-list-view-item__cell-actions-item, .patient-list-view__item:hover app-patient-card .dia-table__cell-action.patient-card__action-dropdown-element-delete-disabled, .patient-list-view__item:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-list-view__item:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-list-view__item:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-list-view__item:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item-drag, .patient-list-view__item:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item, app-patient-card .patient-list-view__item:hover .dia-table__cell-action.patient-card__action-dropdown-element-delete-disabled, app-patient-card .patient-list-view__item:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item-drag, app-patient-card .patient-list-view__item:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-actions-item, app-patient-card .patient-list-view__item:hover .patient-card__action-dropdown-element-delete-disabled.batch-patient-case-report-view-item__cell-recommendations-active, app-patient-card .patient-list-view__item:hover .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item-drag, app-patient-card .patient-list-view__item:hover .patient-card__action-dropdown-element-delete-disabled.meeting-patient-list-view-item__cell-actions-item, .patient-list-view__item:hover .dia-table__cell-action.cancer-info__actions__action--disabled, .patient-list-view__item:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-list-view__item:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-list-view__item:hover .cancer-info__actions__action--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-list-view__item:hover .cancer-info__actions__action--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .patient-list-view__item:hover .cancer-info__actions__action--disabled.meeting-patient-list-view-item__cell-actions-item, .patient-list-view__item:hover .dia-table__cell-action.patient-disabled-tooltip__label--disabled, .patient-list-view__item:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item-drag, .patient-list-view__item:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-actions-item, .patient-list-view__item:hover .patient-disabled-tooltip__label--disabled.batch-patient-case-report-view-item__cell-recommendations-active, .patient-list-view__item:hover .patient-disabled-tooltip__label--disabled.meeting-patient-list-view-item__cell-actions-item-drag, .patient-list-view__item:hover .patient-disabled-tooltip__label--disabled.meeting-patient-list-view-item__cell-actions-item,
.dia-table__row:hover .dia-table__cell__action.disabled,
.import-patient-timeline-event__form:hover .dia-table__cell__action.disabled,
.batch-patient-case-report-view-item__row:hover .dia-table__cell__action.disabled,
.batch-patient-case-report-view-item:hover .dia-table__cell__action.disabled,
.meeting-info__row:hover .dia-table__cell__action.disabled,
.upload-featured-attachment__no-featured:hover .dia-table__cell__action.disabled,
.patient-event__group:hover .dia-table__cell__action.disabled,
.patient-event__second-group:hover .dia-table__cell__action.disabled,
.medications__entry:hover .dia-table__cell__action.disabled,
.medications__entry--edit:hover .dia-table__cell__action.disabled,
.treatment-history__entry:hover .dia-table__cell__action.disabled,
.dia-table__row:hover .disabled.recommendations__entry-action,
.import-patient-timeline-event__form:hover .disabled.recommendations__entry-action,
.batch-patient-case-report-view-item__row:hover .disabled.recommendations__entry-action,
.batch-patient-case-report-view-item:hover .disabled.recommendations__entry-action,
.meeting-info__row:hover .disabled.recommendations__entry-action,
.upload-featured-attachment__no-featured:hover .disabled.recommendations__entry-action,
.patient-event__group:hover .disabled.recommendations__entry-action,
.patient-event__second-group:hover .disabled.recommendations__entry-action,
.medications__entry:hover .disabled.recommendations__entry-action,
.medications__entry--edit:hover .disabled.recommendations__entry-action,
.treatment-history__entry:hover .disabled.recommendations__entry-action,
.recommendations__entry:hover .dia-table__cell__action.disabled,
.recommendations__entry:hover .disabled.recommendations__entry-action,
.about-microservices-version__item:hover .dia-table__cell__action.disabled,
.about-microservices-version__item:hover .disabled.recommendations__entry-action,
.task-status__item:hover .dia-table__cell__action.disabled,
.task-status__item:hover .disabled.recommendations__entry-action,
.task-status__headers:hover .dia-table__cell__action.disabled,
.task-status__headers:hover .disabled.recommendations__entry-action,
.task-status__params:hover .dia-table__cell__action.disabled,
.task-status__params:hover .disabled.recommendations__entry-action,
.meeting-patient-list-view-item__row:hover .dia-table__cell__action.disabled,
.meeting-patient-list-view-item__row:hover .disabled.recommendations__entry-action,
.meeting-patient-list-view__item:hover .dia-table__cell__action.disabled,
.meeting-patient-list-view__item:hover .disabled.recommendations__entry-action,
.dia-table__row:hover .dia-table__cell__action.disabled-area,
.import-patient-timeline-event__form:hover .dia-table__cell__action.disabled-area,
.batch-patient-case-report-view-item__row:hover .dia-table__cell__action.disabled-area,
.batch-patient-case-report-view-item:hover .dia-table__cell__action.disabled-area,
.meeting-info__row:hover .dia-table__cell__action.disabled-area,
.dia-table__row:hover .dia-table__cell__action.meeting-point-of-discussion__add--disabled,
.import-patient-timeline-event__form:hover .dia-table__cell__action.meeting-point-of-discussion__add--disabled,
.batch-patient-case-report-view-item__row:hover .dia-table__cell__action.meeting-point-of-discussion__add--disabled,
.batch-patient-case-report-view-item:hover .dia-table__cell__action.meeting-point-of-discussion__add--disabled,
.meeting-info__row:hover .dia-table__cell__action.meeting-point-of-discussion__add--disabled,
.upload-featured-attachment__no-featured:hover .dia-table__cell__action.disabled-area,
.upload-featured-attachment__no-featured:hover .dia-table__cell__action.meeting-point-of-discussion__add--disabled,
.patient-event__group:hover .dia-table__cell__action.disabled-area,
.patient-event__group:hover .dia-table__cell__action.meeting-point-of-discussion__add--disabled,
.patient-event__second-group:hover .dia-table__cell__action.disabled-area,
.patient-event__second-group:hover .dia-table__cell__action.meeting-point-of-discussion__add--disabled,
.dia-table__row:hover .dia-table__cell__action.patient-event-links__add--disabled,
.import-patient-timeline-event__form:hover .dia-table__cell__action.patient-event-links__add--disabled,
.batch-patient-case-report-view-item__row:hover .dia-table__cell__action.patient-event-links__add--disabled,
.batch-patient-case-report-view-item:hover .dia-table__cell__action.patient-event-links__add--disabled,
.meeting-info__row:hover .dia-table__cell__action.patient-event-links__add--disabled,
.upload-featured-attachment__no-featured:hover .dia-table__cell__action.patient-event-links__add--disabled,
.patient-event__group:hover .dia-table__cell__action.patient-event-links__add--disabled,
.patient-event__second-group:hover .dia-table__cell__action.patient-event-links__add--disabled,
.dia-table__row:hover .dia-table__cell__action.physical-examination__add--disabled,
.import-patient-timeline-event__form:hover .dia-table__cell__action.physical-examination__add--disabled,
.batch-patient-case-report-view-item__row:hover .dia-table__cell__action.physical-examination__add--disabled,
.batch-patient-case-report-view-item:hover .dia-table__cell__action.physical-examination__add--disabled,
.meeting-info__row:hover .dia-table__cell__action.physical-examination__add--disabled,
.upload-featured-attachment__no-featured:hover .dia-table__cell__action.physical-examination__add--disabled,
.patient-event__group:hover .dia-table__cell__action.physical-examination__add--disabled,
.patient-event__second-group:hover .dia-table__cell__action.physical-examination__add--disabled,
.dia-table__row:hover .dia-table__cell__action.tumor-information__add--disabled,
.import-patient-timeline-event__form:hover .dia-table__cell__action.tumor-information__add--disabled,
.batch-patient-case-report-view-item__row:hover .dia-table__cell__action.tumor-information__add--disabled,
.batch-patient-case-report-view-item:hover .dia-table__cell__action.tumor-information__add--disabled,
.meeting-info__row:hover .dia-table__cell__action.tumor-information__add--disabled,
.upload-featured-attachment__no-featured:hover .dia-table__cell__action.tumor-information__add--disabled,
.patient-event__group:hover .dia-table__cell__action.tumor-information__add--disabled,
.patient-event__second-group:hover .dia-table__cell__action.tumor-information__add--disabled,
.dia-table__row:hover .dia-table__cell__action.medications__add--disabled,
.import-patient-timeline-event__form:hover .dia-table__cell__action.medications__add--disabled,
.batch-patient-case-report-view-item__row:hover .dia-table__cell__action.medications__add--disabled,
.batch-patient-case-report-view-item:hover .dia-table__cell__action.medications__add--disabled,
.meeting-info__row:hover .dia-table__cell__action.medications__add--disabled,
.upload-featured-attachment__no-featured:hover .dia-table__cell__action.medications__add--disabled,
.patient-event__group:hover .dia-table__cell__action.medications__add--disabled,
.patient-event__second-group:hover .dia-table__cell__action.medications__add--disabled,
.medications__entry:hover .dia-table__cell__action.disabled-area,
.medications__entry:hover .dia-table__cell__action.meeting-point-of-discussion__add--disabled,
.medications__entry:hover .dia-table__cell__action.patient-event-links__add--disabled,
.medications__entry:hover .dia-table__cell__action.physical-examination__add--disabled,
.medications__entry:hover .dia-table__cell__action.tumor-information__add--disabled,
.medications__entry:hover .dia-table__cell__action.medications__add--disabled,
.medications__entry--edit:hover .dia-table__cell__action.disabled-area,
.medications__entry--edit:hover .dia-table__cell__action.meeting-point-of-discussion__add--disabled,
.medications__entry--edit:hover .dia-table__cell__action.patient-event-links__add--disabled,
.medications__entry--edit:hover .dia-table__cell__action.physical-examination__add--disabled,
.medications__entry--edit:hover .dia-table__cell__action.tumor-information__add--disabled,
.medications__entry--edit:hover .dia-table__cell__action.medications__add--disabled,
.dia-table__row:hover .dia-table__cell__action.biomarkers__add--disabled,
.import-patient-timeline-event__form:hover .dia-table__cell__action.biomarkers__add--disabled,
.batch-patient-case-report-view-item__row:hover .dia-table__cell__action.biomarkers__add--disabled,
.batch-patient-case-report-view-item:hover .dia-table__cell__action.biomarkers__add--disabled,
.meeting-info__row:hover .dia-table__cell__action.biomarkers__add--disabled,
.upload-featured-attachment__no-featured:hover .dia-table__cell__action.biomarkers__add--disabled,
.patient-event__group:hover .dia-table__cell__action.biomarkers__add--disabled,
.patient-event__second-group:hover .dia-table__cell__action.biomarkers__add--disabled,
.medications__entry:hover .dia-table__cell__action.biomarkers__add--disabled,
.medications__entry--edit:hover .dia-table__cell__action.biomarkers__add--disabled,
.treatment-history__entry:hover .dia-table__cell__action.disabled-area,
.treatment-history__entry:hover .dia-table__cell__action.meeting-point-of-discussion__add--disabled,
.treatment-history__entry:hover .dia-table__cell__action.patient-event-links__add--disabled,
.treatment-history__entry:hover .dia-table__cell__action.physical-examination__add--disabled,
.treatment-history__entry:hover .dia-table__cell__action.tumor-information__add--disabled,
.treatment-history__entry:hover .dia-table__cell__action.medications__add--disabled,
.treatment-history__entry:hover .dia-table__cell__action.biomarkers__add--disabled,
.dia-table__row:hover .dia-table__cell__action.treatment-history__add--disabled,
.import-patient-timeline-event__form:hover .dia-table__cell__action.treatment-history__add--disabled,
.batch-patient-case-report-view-item__row:hover .dia-table__cell__action.treatment-history__add--disabled,
.batch-patient-case-report-view-item:hover .dia-table__cell__action.treatment-history__add--disabled,
.meeting-info__row:hover .dia-table__cell__action.treatment-history__add--disabled,
.upload-featured-attachment__no-featured:hover .dia-table__cell__action.treatment-history__add--disabled,
.patient-event__group:hover .dia-table__cell__action.treatment-history__add--disabled,
.patient-event__second-group:hover .dia-table__cell__action.treatment-history__add--disabled,
.medications__entry:hover .dia-table__cell__action.treatment-history__add--disabled,
.medications__entry--edit:hover .dia-table__cell__action.treatment-history__add--disabled,
.treatment-history__entry:hover .dia-table__cell__action.treatment-history__add--disabled,
.dia-table__row:hover .dia-table__cell__action.social-history__add--disabled,
.import-patient-timeline-event__form:hover .dia-table__cell__action.social-history__add--disabled,
.batch-patient-case-report-view-item__row:hover .dia-table__cell__action.social-history__add--disabled,
.batch-patient-case-report-view-item:hover .dia-table__cell__action.social-history__add--disabled,
.meeting-info__row:hover .dia-table__cell__action.social-history__add--disabled,
.upload-featured-attachment__no-featured:hover .dia-table__cell__action.social-history__add--disabled,
.patient-event__group:hover .dia-table__cell__action.social-history__add--disabled,
.patient-event__second-group:hover .dia-table__cell__action.social-history__add--disabled,
.medications__entry:hover .dia-table__cell__action.social-history__add--disabled,
.medications__entry--edit:hover .dia-table__cell__action.social-history__add--disabled,
.treatment-history__entry:hover .dia-table__cell__action.social-history__add--disabled,
.dia-table__row:hover .disabled-area.recommendations__entry-action,
.import-patient-timeline-event__form:hover .disabled-area.recommendations__entry-action,
.batch-patient-case-report-view-item__row:hover .disabled-area.recommendations__entry-action,
.batch-patient-case-report-view-item:hover .disabled-area.recommendations__entry-action,
.meeting-info__row:hover .disabled-area.recommendations__entry-action,
.dia-table__row:hover .recommendations__entry-action.meeting-point-of-discussion__add--disabled,
.import-patient-timeline-event__form:hover .recommendations__entry-action.meeting-point-of-discussion__add--disabled,
.batch-patient-case-report-view-item__row:hover .recommendations__entry-action.meeting-point-of-discussion__add--disabled,
.batch-patient-case-report-view-item:hover .recommendations__entry-action.meeting-point-of-discussion__add--disabled,
.meeting-info__row:hover .recommendations__entry-action.meeting-point-of-discussion__add--disabled,
.upload-featured-attachment__no-featured:hover .disabled-area.recommendations__entry-action,
.upload-featured-attachment__no-featured:hover .recommendations__entry-action.meeting-point-of-discussion__add--disabled,
.patient-event__group:hover .disabled-area.recommendations__entry-action,
.patient-event__group:hover .recommendations__entry-action.meeting-point-of-discussion__add--disabled,
.patient-event__second-group:hover .disabled-area.recommendations__entry-action,
.patient-event__second-group:hover .recommendations__entry-action.meeting-point-of-discussion__add--disabled,
.dia-table__row:hover .recommendations__entry-action.patient-event-links__add--disabled,
.import-patient-timeline-event__form:hover .recommendations__entry-action.patient-event-links__add--disabled,
.batch-patient-case-report-view-item__row:hover .recommendations__entry-action.patient-event-links__add--disabled,
.batch-patient-case-report-view-item:hover .recommendations__entry-action.patient-event-links__add--disabled,
.meeting-info__row:hover .recommendations__entry-action.patient-event-links__add--disabled,
.upload-featured-attachment__no-featured:hover .recommendations__entry-action.patient-event-links__add--disabled,
.patient-event__group:hover .recommendations__entry-action.patient-event-links__add--disabled,
.patient-event__second-group:hover .recommendations__entry-action.patient-event-links__add--disabled,
.dia-table__row:hover .recommendations__entry-action.physical-examination__add--disabled,
.import-patient-timeline-event__form:hover .recommendations__entry-action.physical-examination__add--disabled,
.batch-patient-case-report-view-item__row:hover .recommendations__entry-action.physical-examination__add--disabled,
.batch-patient-case-report-view-item:hover .recommendations__entry-action.physical-examination__add--disabled,
.meeting-info__row:hover .recommendations__entry-action.physical-examination__add--disabled,
.upload-featured-attachment__no-featured:hover .recommendations__entry-action.physical-examination__add--disabled,
.patient-event__group:hover .recommendations__entry-action.physical-examination__add--disabled,
.patient-event__second-group:hover .recommendations__entry-action.physical-examination__add--disabled,
.dia-table__row:hover .recommendations__entry-action.tumor-information__add--disabled,
.import-patient-timeline-event__form:hover .recommendations__entry-action.tumor-information__add--disabled,
.batch-patient-case-report-view-item__row:hover .recommendations__entry-action.tumor-information__add--disabled,
.batch-patient-case-report-view-item:hover .recommendations__entry-action.tumor-information__add--disabled,
.meeting-info__row:hover .recommendations__entry-action.tumor-information__add--disabled,
.upload-featured-attachment__no-featured:hover .recommendations__entry-action.tumor-information__add--disabled,
.patient-event__group:hover .recommendations__entry-action.tumor-information__add--disabled,
.patient-event__second-group:hover .recommendations__entry-action.tumor-information__add--disabled,
.dia-table__row:hover .recommendations__entry-action.medications__add--disabled,
.import-patient-timeline-event__form:hover .recommendations__entry-action.medications__add--disabled,
.batch-patient-case-report-view-item__row:hover .recommendations__entry-action.medications__add--disabled,
.batch-patient-case-report-view-item:hover .recommendations__entry-action.medications__add--disabled,
.meeting-info__row:hover .recommendations__entry-action.medications__add--disabled,
.upload-featured-attachment__no-featured:hover .recommendations__entry-action.medications__add--disabled,
.patient-event__group:hover .recommendations__entry-action.medications__add--disabled,
.patient-event__second-group:hover .recommendations__entry-action.medications__add--disabled,
.medications__entry:hover .disabled-area.recommendations__entry-action,
.medications__entry:hover .recommendations__entry-action.meeting-point-of-discussion__add--disabled,
.medications__entry:hover .recommendations__entry-action.patient-event-links__add--disabled,
.medications__entry:hover .recommendations__entry-action.physical-examination__add--disabled,
.medications__entry:hover .recommendations__entry-action.tumor-information__add--disabled,
.medications__entry:hover .recommendations__entry-action.medications__add--disabled,
.medications__entry--edit:hover .disabled-area.recommendations__entry-action,
.medications__entry--edit:hover .recommendations__entry-action.meeting-point-of-discussion__add--disabled,
.medications__entry--edit:hover .recommendations__entry-action.patient-event-links__add--disabled,
.medications__entry--edit:hover .recommendations__entry-action.physical-examination__add--disabled,
.medications__entry--edit:hover .recommendations__entry-action.tumor-information__add--disabled,
.medications__entry--edit:hover .recommendations__entry-action.medications__add--disabled,
.dia-table__row:hover .recommendations__entry-action.biomarkers__add--disabled,
.import-patient-timeline-event__form:hover .recommendations__entry-action.biomarkers__add--disabled,
.batch-patient-case-report-view-item__row:hover .recommendations__entry-action.biomarkers__add--disabled,
.batch-patient-case-report-view-item:hover .recommendations__entry-action.biomarkers__add--disabled,
.meeting-info__row:hover .recommendations__entry-action.biomarkers__add--disabled,
.upload-featured-attachment__no-featured:hover .recommendations__entry-action.biomarkers__add--disabled,
.patient-event__group:hover .recommendations__entry-action.biomarkers__add--disabled,
.patient-event__second-group:hover .recommendations__entry-action.biomarkers__add--disabled,
.medications__entry:hover .recommendations__entry-action.biomarkers__add--disabled,
.medications__entry--edit:hover .recommendations__entry-action.biomarkers__add--disabled,
.treatment-history__entry:hover .disabled-area.recommendations__entry-action,
.treatment-history__entry:hover .recommendations__entry-action.meeting-point-of-discussion__add--disabled,
.treatment-history__entry:hover .recommendations__entry-action.patient-event-links__add--disabled,
.treatment-history__entry:hover .recommendations__entry-action.physical-examination__add--disabled,
.treatment-history__entry:hover .recommendations__entry-action.tumor-information__add--disabled,
.treatment-history__entry:hover .recommendations__entry-action.medications__add--disabled,
.treatment-history__entry:hover .recommendations__entry-action.biomarkers__add--disabled,
.dia-table__row:hover .recommendations__entry-action.treatment-history__add--disabled,
.import-patient-timeline-event__form:hover .recommendations__entry-action.treatment-history__add--disabled,
.batch-patient-case-report-view-item__row:hover .recommendations__entry-action.treatment-history__add--disabled,
.batch-patient-case-report-view-item:hover .recommendations__entry-action.treatment-history__add--disabled,
.meeting-info__row:hover .recommendations__entry-action.treatment-history__add--disabled,
.upload-featured-attachment__no-featured:hover .recommendations__entry-action.treatment-history__add--disabled,
.patient-event__group:hover .recommendations__entry-action.treatment-history__add--disabled,
.patient-event__second-group:hover .recommendations__entry-action.treatment-history__add--disabled,
.medications__entry:hover .recommendations__entry-action.treatment-history__add--disabled,
.medications__entry--edit:hover .recommendations__entry-action.treatment-history__add--disabled,
.treatment-history__entry:hover .recommendations__entry-action.treatment-history__add--disabled,
.dia-table__row:hover .recommendations__entry-action.social-history__add--disabled,
.import-patient-timeline-event__form:hover .recommendations__entry-action.social-history__add--disabled,
.batch-patient-case-report-view-item__row:hover .recommendations__entry-action.social-history__add--disabled,
.batch-patient-case-report-view-item:hover .recommendations__entry-action.social-history__add--disabled,
.meeting-info__row:hover .recommendations__entry-action.social-history__add--disabled,
.upload-featured-attachment__no-featured:hover .recommendations__entry-action.social-history__add--disabled,
.patient-event__group:hover .recommendations__entry-action.social-history__add--disabled,
.patient-event__second-group:hover .recommendations__entry-action.social-history__add--disabled,
.medications__entry:hover .recommendations__entry-action.social-history__add--disabled,
.medications__entry--edit:hover .recommendations__entry-action.social-history__add--disabled,
.treatment-history__entry:hover .recommendations__entry-action.social-history__add--disabled,
.recommendations__entry:hover .dia-table__cell__action.disabled-area,
.recommendations__entry:hover .dia-table__cell__action.meeting-point-of-discussion__add--disabled,
.recommendations__entry:hover .dia-table__cell__action.patient-event-links__add--disabled,
.recommendations__entry:hover .dia-table__cell__action.physical-examination__add--disabled,
.recommendations__entry:hover .dia-table__cell__action.tumor-information__add--disabled,
.recommendations__entry:hover .dia-table__cell__action.medications__add--disabled,
.recommendations__entry:hover .dia-table__cell__action.biomarkers__add--disabled,
.recommendations__entry:hover .dia-table__cell__action.treatment-history__add--disabled,
.recommendations__entry:hover .dia-table__cell__action.social-history__add--disabled,
.recommendations__entry:hover .disabled-area.recommendations__entry-action,
.recommendations__entry:hover .recommendations__entry-action.meeting-point-of-discussion__add--disabled,
.recommendations__entry:hover .recommendations__entry-action.patient-event-links__add--disabled,
.recommendations__entry:hover .recommendations__entry-action.physical-examination__add--disabled,
.recommendations__entry:hover .recommendations__entry-action.tumor-information__add--disabled,
.recommendations__entry:hover .recommendations__entry-action.medications__add--disabled,
.recommendations__entry:hover .recommendations__entry-action.biomarkers__add--disabled,
.recommendations__entry:hover .recommendations__entry-action.treatment-history__add--disabled,
.recommendations__entry:hover .recommendations__entry-action.social-history__add--disabled,
.dia-table__row:hover .dia-table__cell__action.past-medical-history__add--disabled,
.import-patient-timeline-event__form:hover .dia-table__cell__action.past-medical-history__add--disabled,
.batch-patient-case-report-view-item__row:hover .dia-table__cell__action.past-medical-history__add--disabled,
.batch-patient-case-report-view-item:hover .dia-table__cell__action.past-medical-history__add--disabled,
.meeting-info__row:hover .dia-table__cell__action.past-medical-history__add--disabled,
.upload-featured-attachment__no-featured:hover .dia-table__cell__action.past-medical-history__add--disabled,
.patient-event__group:hover .dia-table__cell__action.past-medical-history__add--disabled,
.patient-event__second-group:hover .dia-table__cell__action.past-medical-history__add--disabled,
.medications__entry:hover .dia-table__cell__action.past-medical-history__add--disabled,
.medications__entry--edit:hover .dia-table__cell__action.past-medical-history__add--disabled,
.treatment-history__entry:hover .dia-table__cell__action.past-medical-history__add--disabled,
.dia-table__row:hover .past-medical-history__add--disabled.recommendations__entry-action,
.import-patient-timeline-event__form:hover .past-medical-history__add--disabled.recommendations__entry-action,
.batch-patient-case-report-view-item__row:hover .past-medical-history__add--disabled.recommendations__entry-action,
.batch-patient-case-report-view-item:hover .past-medical-history__add--disabled.recommendations__entry-action,
.meeting-info__row:hover .past-medical-history__add--disabled.recommendations__entry-action,
.upload-featured-attachment__no-featured:hover .past-medical-history__add--disabled.recommendations__entry-action,
.patient-event__group:hover .past-medical-history__add--disabled.recommendations__entry-action,
.patient-event__second-group:hover .past-medical-history__add--disabled.recommendations__entry-action,
.medications__entry:hover .past-medical-history__add--disabled.recommendations__entry-action,
.medications__entry--edit:hover .past-medical-history__add--disabled.recommendations__entry-action,
.treatment-history__entry:hover .past-medical-history__add--disabled.recommendations__entry-action,
.recommendations__entry:hover .dia-table__cell__action.past-medical-history__add--disabled,
.recommendations__entry:hover .past-medical-history__add--disabled.recommendations__entry-action,
.dia-table__row:hover .dia-table__cell__action.staging__add--disabled,
.import-patient-timeline-event__form:hover .dia-table__cell__action.staging__add--disabled,
.batch-patient-case-report-view-item__row:hover .dia-table__cell__action.staging__add--disabled,
.batch-patient-case-report-view-item:hover .dia-table__cell__action.staging__add--disabled,
.meeting-info__row:hover .dia-table__cell__action.staging__add--disabled,
.upload-featured-attachment__no-featured:hover .dia-table__cell__action.staging__add--disabled,
.patient-event__group:hover .dia-table__cell__action.staging__add--disabled,
.patient-event__second-group:hover .dia-table__cell__action.staging__add--disabled,
.medications__entry:hover .dia-table__cell__action.staging__add--disabled,
.medications__entry--edit:hover .dia-table__cell__action.staging__add--disabled,
.treatment-history__entry:hover .dia-table__cell__action.staging__add--disabled,
.dia-table__row:hover .staging__add--disabled.recommendations__entry-action,
.import-patient-timeline-event__form:hover .staging__add--disabled.recommendations__entry-action,
.batch-patient-case-report-view-item__row:hover .staging__add--disabled.recommendations__entry-action,
.batch-patient-case-report-view-item:hover .staging__add--disabled.recommendations__entry-action,
.meeting-info__row:hover .staging__add--disabled.recommendations__entry-action,
.upload-featured-attachment__no-featured:hover .staging__add--disabled.recommendations__entry-action,
.patient-event__group:hover .staging__add--disabled.recommendations__entry-action,
.patient-event__second-group:hover .staging__add--disabled.recommendations__entry-action,
.medications__entry:hover .staging__add--disabled.recommendations__entry-action,
.medications__entry--edit:hover .staging__add--disabled.recommendations__entry-action,
.treatment-history__entry:hover .staging__add--disabled.recommendations__entry-action,
.recommendations__entry:hover .dia-table__cell__action.staging__add--disabled,
.recommendations__entry:hover .staging__add--disabled.recommendations__entry-action,
.dia-table__row:hover .dia-table__cell__action.patient-summary__add--disabled,
.import-patient-timeline-event__form:hover .dia-table__cell__action.patient-summary__add--disabled,
.batch-patient-case-report-view-item__row:hover .dia-table__cell__action.patient-summary__add--disabled,
.batch-patient-case-report-view-item:hover .dia-table__cell__action.patient-summary__add--disabled,
.meeting-info__row:hover .dia-table__cell__action.patient-summary__add--disabled,
.upload-featured-attachment__no-featured:hover .dia-table__cell__action.patient-summary__add--disabled,
.patient-event__group:hover .dia-table__cell__action.patient-summary__add--disabled,
.patient-event__second-group:hover .dia-table__cell__action.patient-summary__add--disabled,
.medications__entry:hover .dia-table__cell__action.patient-summary__add--disabled,
.medications__entry--edit:hover .dia-table__cell__action.patient-summary__add--disabled,
.treatment-history__entry:hover .dia-table__cell__action.patient-summary__add--disabled,
.dia-table__row:hover .patient-summary__add--disabled.recommendations__entry-action,
.import-patient-timeline-event__form:hover .patient-summary__add--disabled.recommendations__entry-action,
.batch-patient-case-report-view-item__row:hover .patient-summary__add--disabled.recommendations__entry-action,
.batch-patient-case-report-view-item:hover .patient-summary__add--disabled.recommendations__entry-action,
.meeting-info__row:hover .patient-summary__add--disabled.recommendations__entry-action,
.upload-featured-attachment__no-featured:hover .patient-summary__add--disabled.recommendations__entry-action,
.patient-event__group:hover .patient-summary__add--disabled.recommendations__entry-action,
.patient-event__second-group:hover .patient-summary__add--disabled.recommendations__entry-action,
.medications__entry:hover .patient-summary__add--disabled.recommendations__entry-action,
.medications__entry--edit:hover .patient-summary__add--disabled.recommendations__entry-action,
.treatment-history__entry:hover .patient-summary__add--disabled.recommendations__entry-action,
.recommendations__entry:hover .dia-table__cell__action.patient-summary__add--disabled,
.recommendations__entry:hover .patient-summary__add--disabled.recommendations__entry-action,
.dia-table__row:hover .dia-table__cell__action.meeting-preparation-slide-creator__options__item--disabled,
.import-patient-timeline-event__form:hover .dia-table__cell__action.meeting-preparation-slide-creator__options__item--disabled,
.batch-patient-case-report-view-item__row:hover .dia-table__cell__action.meeting-preparation-slide-creator__options__item--disabled,
.batch-patient-case-report-view-item:hover .dia-table__cell__action.meeting-preparation-slide-creator__options__item--disabled,
.meeting-info__row:hover .dia-table__cell__action.meeting-preparation-slide-creator__options__item--disabled,
.upload-featured-attachment__no-featured:hover .dia-table__cell__action.meeting-preparation-slide-creator__options__item--disabled,
.patient-event__group:hover .dia-table__cell__action.meeting-preparation-slide-creator__options__item--disabled,
.patient-event__second-group:hover .dia-table__cell__action.meeting-preparation-slide-creator__options__item--disabled,
.medications__entry:hover .dia-table__cell__action.meeting-preparation-slide-creator__options__item--disabled,
.medications__entry--edit:hover .dia-table__cell__action.meeting-preparation-slide-creator__options__item--disabled,
.treatment-history__entry:hover .dia-table__cell__action.meeting-preparation-slide-creator__options__item--disabled,
.dia-table__row:hover .meeting-preparation-slide-creator__options__item--disabled.recommendations__entry-action,
.import-patient-timeline-event__form:hover .meeting-preparation-slide-creator__options__item--disabled.recommendations__entry-action,
.batch-patient-case-report-view-item__row:hover .meeting-preparation-slide-creator__options__item--disabled.recommendations__entry-action,
.batch-patient-case-report-view-item:hover .meeting-preparation-slide-creator__options__item--disabled.recommendations__entry-action,
.meeting-info__row:hover .meeting-preparation-slide-creator__options__item--disabled.recommendations__entry-action,
.upload-featured-attachment__no-featured:hover .meeting-preparation-slide-creator__options__item--disabled.recommendations__entry-action,
.patient-event__group:hover .meeting-preparation-slide-creator__options__item--disabled.recommendations__entry-action,
.patient-event__second-group:hover .meeting-preparation-slide-creator__options__item--disabled.recommendations__entry-action,
.medications__entry:hover .meeting-preparation-slide-creator__options__item--disabled.recommendations__entry-action,
.medications__entry--edit:hover .meeting-preparation-slide-creator__options__item--disabled.recommendations__entry-action,
.treatment-history__entry:hover .meeting-preparation-slide-creator__options__item--disabled.recommendations__entry-action,
.recommendations__entry:hover .dia-table__cell__action.meeting-preparation-slide-creator__options__item--disabled,
.recommendations__entry:hover .meeting-preparation-slide-creator__options__item--disabled.recommendations__entry-action,
.dia-table__row:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.disabled,
.import-patient-timeline-event__form:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.disabled,
.batch-patient-case-report-view-item__row:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.disabled,
.batch-patient-case-report-view-item:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.disabled,
.meeting-info__row:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.disabled,
.upload-featured-attachment__no-featured:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.disabled,
.patient-event__group:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.disabled,
.patient-event__second-group:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.disabled,
.medications__entry:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.disabled,
.medications__entry--edit:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.disabled,
.treatment-history__entry:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.disabled,
.dia-table__row:hover .meeting-preparation__sidebar__slide-creator.disabled.recommendations__entry-action,
.import-patient-timeline-event__form:hover .meeting-preparation__sidebar__slide-creator.disabled.recommendations__entry-action,
.batch-patient-case-report-view-item__row:hover .meeting-preparation__sidebar__slide-creator.disabled.recommendations__entry-action,
.batch-patient-case-report-view-item:hover .meeting-preparation__sidebar__slide-creator.disabled.recommendations__entry-action,
.meeting-info__row:hover .meeting-preparation__sidebar__slide-creator.disabled.recommendations__entry-action,
.upload-featured-attachment__no-featured:hover .meeting-preparation__sidebar__slide-creator.disabled.recommendations__entry-action,
.patient-event__group:hover .meeting-preparation__sidebar__slide-creator.disabled.recommendations__entry-action,
.patient-event__second-group:hover .meeting-preparation__sidebar__slide-creator.disabled.recommendations__entry-action,
.medications__entry:hover .meeting-preparation__sidebar__slide-creator.disabled.recommendations__entry-action,
.medications__entry--edit:hover .meeting-preparation__sidebar__slide-creator.disabled.recommendations__entry-action,
.treatment-history__entry:hover .meeting-preparation__sidebar__slide-creator.disabled.recommendations__entry-action,
.recommendations__entry:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.disabled,
.recommendations__entry:hover .meeting-preparation__sidebar__slide-creator.disabled.recommendations__entry-action,
.dia-table__row:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled,
.import-patient-timeline-event__form:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled,
.batch-patient-case-report-view-item__row:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled,
.batch-patient-case-report-view-item:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled,
.meeting-info__row:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled,
.upload-featured-attachment__no-featured:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled,
.patient-event__group:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled,
.patient-event__second-group:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled,
.medications__entry:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled,
.medications__entry--edit:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled,
.treatment-history__entry:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled,
.dia-table__row:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.recommendations__entry-action,
.import-patient-timeline-event__form:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.recommendations__entry-action,
.batch-patient-case-report-view-item__row:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.recommendations__entry-action,
.batch-patient-case-report-view-item:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.recommendations__entry-action,
.meeting-info__row:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.recommendations__entry-action,
.upload-featured-attachment__no-featured:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.recommendations__entry-action,
.patient-event__group:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.recommendations__entry-action,
.patient-event__second-group:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.recommendations__entry-action,
.medications__entry:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.recommendations__entry-action,
.medications__entry--edit:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.recommendations__entry-action,
.treatment-history__entry:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.recommendations__entry-action,
.recommendations__entry:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled,
.recommendations__entry:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.recommendations__entry-action,
.dia-table__row:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled,
.import-patient-timeline-event__form:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled,
.batch-patient-case-report-view-item__row:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled,
.batch-patient-case-report-view-item:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled,
.meeting-info__row:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled,
.upload-featured-attachment__no-featured:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled,
.patient-event__group:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled,
.patient-event__second-group:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled,
.medications__entry:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled,
.medications__entry--edit:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled,
.treatment-history__entry:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled,
.dia-table__row:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.recommendations__entry-action,
.import-patient-timeline-event__form:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.recommendations__entry-action,
.batch-patient-case-report-view-item__row:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.recommendations__entry-action,
.batch-patient-case-report-view-item:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.recommendations__entry-action,
.meeting-info__row:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.recommendations__entry-action,
.upload-featured-attachment__no-featured:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.recommendations__entry-action,
.patient-event__group:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.recommendations__entry-action,
.patient-event__second-group:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.recommendations__entry-action,
.medications__entry:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.recommendations__entry-action,
.medications__entry--edit:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.recommendations__entry-action,
.treatment-history__entry:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.recommendations__entry-action,
.recommendations__entry:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled,
.recommendations__entry:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.recommendations__entry-action,
.dia-table__row:hover app-patient-card .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
.import-patient-timeline-event__form:hover app-patient-card .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
.batch-patient-case-report-view-item__row:hover app-patient-card .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
.batch-patient-case-report-view-item:hover app-patient-card .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
.meeting-info__row:hover app-patient-card .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
.upload-featured-attachment__no-featured:hover app-patient-card .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
.patient-event__group:hover app-patient-card .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
.patient-event__second-group:hover app-patient-card .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
.medications__entry:hover app-patient-card .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
.medications__entry--edit:hover app-patient-card .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
.treatment-history__entry:hover app-patient-card .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
.dia-table__row:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
.import-patient-timeline-event__form:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
.batch-patient-case-report-view-item__row:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
.batch-patient-case-report-view-item:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
.meeting-info__row:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
.upload-featured-attachment__no-featured:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
.patient-event__group:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
.patient-event__second-group:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
.medications__entry:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
.medications__entry--edit:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
.treatment-history__entry:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
.recommendations__entry:hover app-patient-card .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
.recommendations__entry:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
app-patient-card .dia-table__row:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .import-patient-timeline-event__form:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .batch-patient-case-report-view-item__row:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .batch-patient-case-report-view-item:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .meeting-info__row:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .upload-featured-attachment__no-featured:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .patient-event__group:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .patient-event__second-group:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .medications__entry:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .medications__entry--edit:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .treatment-history__entry:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .dia-table__row:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
app-patient-card .import-patient-timeline-event__form:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
app-patient-card .batch-patient-case-report-view-item__row:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
app-patient-card .batch-patient-case-report-view-item:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
app-patient-card .meeting-info__row:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
app-patient-card .upload-featured-attachment__no-featured:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
app-patient-card .patient-event__group:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
app-patient-card .patient-event__second-group:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
app-patient-card .medications__entry:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
app-patient-card .medications__entry--edit:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
app-patient-card .treatment-history__entry:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
app-patient-card .recommendations__entry:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .recommendations__entry:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
.dia-table__row:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled,
.import-patient-timeline-event__form:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled,
.batch-patient-case-report-view-item__row:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled,
.batch-patient-case-report-view-item:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled,
.meeting-info__row:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled,
.upload-featured-attachment__no-featured:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled,
.patient-event__group:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled,
.patient-event__second-group:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled,
.medications__entry:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled,
.medications__entry--edit:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled,
.treatment-history__entry:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled,
.dia-table__row:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.recommendations__entry-action,
.import-patient-timeline-event__form:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.recommendations__entry-action,
.batch-patient-case-report-view-item__row:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.recommendations__entry-action,
.batch-patient-case-report-view-item:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.recommendations__entry-action,
.meeting-info__row:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.recommendations__entry-action,
.upload-featured-attachment__no-featured:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.recommendations__entry-action,
.patient-event__group:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.recommendations__entry-action,
.patient-event__second-group:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.recommendations__entry-action,
.medications__entry:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.recommendations__entry-action,
.medications__entry--edit:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.recommendations__entry-action,
.treatment-history__entry:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.recommendations__entry-action,
.recommendations__entry:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled,
.recommendations__entry:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.recommendations__entry-action,
.about-microservices-version__item:hover .dia-table__cell__action.disabled-area,
.about-microservices-version__item:hover .dia-table__cell__action.meeting-point-of-discussion__add--disabled,
.about-microservices-version__item:hover .dia-table__cell__action.patient-event-links__add--disabled,
.about-microservices-version__item:hover .dia-table__cell__action.physical-examination__add--disabled,
.about-microservices-version__item:hover .dia-table__cell__action.tumor-information__add--disabled,
.about-microservices-version__item:hover .dia-table__cell__action.medications__add--disabled,
.about-microservices-version__item:hover .dia-table__cell__action.biomarkers__add--disabled,
.about-microservices-version__item:hover .dia-table__cell__action.treatment-history__add--disabled,
.about-microservices-version__item:hover .dia-table__cell__action.social-history__add--disabled,
.about-microservices-version__item:hover .disabled-area.recommendations__entry-action,
.about-microservices-version__item:hover .recommendations__entry-action.meeting-point-of-discussion__add--disabled,
.about-microservices-version__item:hover .recommendations__entry-action.patient-event-links__add--disabled,
.about-microservices-version__item:hover .recommendations__entry-action.physical-examination__add--disabled,
.about-microservices-version__item:hover .recommendations__entry-action.tumor-information__add--disabled,
.about-microservices-version__item:hover .recommendations__entry-action.medications__add--disabled,
.about-microservices-version__item:hover .recommendations__entry-action.biomarkers__add--disabled,
.about-microservices-version__item:hover .recommendations__entry-action.treatment-history__add--disabled,
.about-microservices-version__item:hover .recommendations__entry-action.social-history__add--disabled,
.about-microservices-version__item:hover .dia-table__cell__action.past-medical-history__add--disabled,
.about-microservices-version__item:hover .past-medical-history__add--disabled.recommendations__entry-action,
.about-microservices-version__item:hover .dia-table__cell__action.staging__add--disabled,
.about-microservices-version__item:hover .staging__add--disabled.recommendations__entry-action,
.about-microservices-version__item:hover .dia-table__cell__action.patient-summary__add--disabled,
.about-microservices-version__item:hover .patient-summary__add--disabled.recommendations__entry-action,
.about-microservices-version__item:hover .dia-table__cell__action.meeting-preparation-slide-creator__options__item--disabled,
.about-microservices-version__item:hover .meeting-preparation-slide-creator__options__item--disabled.recommendations__entry-action,
.about-microservices-version__item:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.disabled,
.about-microservices-version__item:hover .meeting-preparation__sidebar__slide-creator.disabled.recommendations__entry-action,
.about-microservices-version__item:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled,
.about-microservices-version__item:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.recommendations__entry-action,
.about-microservices-version__item:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled,
.about-microservices-version__item:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.recommendations__entry-action,
.about-microservices-version__item:hover app-patient-card .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
.about-microservices-version__item:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
app-patient-card .about-microservices-version__item:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .about-microservices-version__item:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
.about-microservices-version__item:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled,
.about-microservices-version__item:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.recommendations__entry-action,
.task-status__item:hover .dia-table__cell__action.disabled-area,
.task-status__item:hover .dia-table__cell__action.meeting-point-of-discussion__add--disabled,
.task-status__item:hover .dia-table__cell__action.patient-event-links__add--disabled,
.task-status__item:hover .dia-table__cell__action.physical-examination__add--disabled,
.task-status__item:hover .dia-table__cell__action.tumor-information__add--disabled,
.task-status__item:hover .dia-table__cell__action.medications__add--disabled,
.task-status__item:hover .dia-table__cell__action.biomarkers__add--disabled,
.task-status__item:hover .dia-table__cell__action.treatment-history__add--disabled,
.task-status__item:hover .dia-table__cell__action.social-history__add--disabled,
.task-status__item:hover .disabled-area.recommendations__entry-action,
.task-status__item:hover .recommendations__entry-action.meeting-point-of-discussion__add--disabled,
.task-status__item:hover .recommendations__entry-action.patient-event-links__add--disabled,
.task-status__item:hover .recommendations__entry-action.physical-examination__add--disabled,
.task-status__item:hover .recommendations__entry-action.tumor-information__add--disabled,
.task-status__item:hover .recommendations__entry-action.medications__add--disabled,
.task-status__item:hover .recommendations__entry-action.biomarkers__add--disabled,
.task-status__item:hover .recommendations__entry-action.treatment-history__add--disabled,
.task-status__item:hover .recommendations__entry-action.social-history__add--disabled,
.task-status__item:hover .dia-table__cell__action.past-medical-history__add--disabled,
.task-status__item:hover .past-medical-history__add--disabled.recommendations__entry-action,
.task-status__item:hover .dia-table__cell__action.staging__add--disabled,
.task-status__item:hover .staging__add--disabled.recommendations__entry-action,
.task-status__item:hover .dia-table__cell__action.patient-summary__add--disabled,
.task-status__item:hover .patient-summary__add--disabled.recommendations__entry-action,
.task-status__item:hover .dia-table__cell__action.meeting-preparation-slide-creator__options__item--disabled,
.task-status__item:hover .meeting-preparation-slide-creator__options__item--disabled.recommendations__entry-action,
.task-status__item:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.disabled,
.task-status__item:hover .meeting-preparation__sidebar__slide-creator.disabled.recommendations__entry-action,
.task-status__item:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled,
.task-status__item:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.recommendations__entry-action,
.task-status__item:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled,
.task-status__item:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.recommendations__entry-action,
.task-status__item:hover app-patient-card .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
.task-status__item:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
app-patient-card .task-status__item:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .task-status__item:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
.task-status__item:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled,
.task-status__item:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.recommendations__entry-action,
.task-status__headers:hover .dia-table__cell__action.disabled-area,
.task-status__headers:hover .dia-table__cell__action.meeting-point-of-discussion__add--disabled,
.task-status__headers:hover .dia-table__cell__action.patient-event-links__add--disabled,
.task-status__headers:hover .dia-table__cell__action.physical-examination__add--disabled,
.task-status__headers:hover .dia-table__cell__action.tumor-information__add--disabled,
.task-status__headers:hover .dia-table__cell__action.medications__add--disabled,
.task-status__headers:hover .dia-table__cell__action.biomarkers__add--disabled,
.task-status__headers:hover .dia-table__cell__action.treatment-history__add--disabled,
.task-status__headers:hover .dia-table__cell__action.social-history__add--disabled,
.task-status__headers:hover .disabled-area.recommendations__entry-action,
.task-status__headers:hover .recommendations__entry-action.meeting-point-of-discussion__add--disabled,
.task-status__headers:hover .recommendations__entry-action.patient-event-links__add--disabled,
.task-status__headers:hover .recommendations__entry-action.physical-examination__add--disabled,
.task-status__headers:hover .recommendations__entry-action.tumor-information__add--disabled,
.task-status__headers:hover .recommendations__entry-action.medications__add--disabled,
.task-status__headers:hover .recommendations__entry-action.biomarkers__add--disabled,
.task-status__headers:hover .recommendations__entry-action.treatment-history__add--disabled,
.task-status__headers:hover .recommendations__entry-action.social-history__add--disabled,
.task-status__headers:hover .dia-table__cell__action.past-medical-history__add--disabled,
.task-status__headers:hover .past-medical-history__add--disabled.recommendations__entry-action,
.task-status__headers:hover .dia-table__cell__action.staging__add--disabled,
.task-status__headers:hover .staging__add--disabled.recommendations__entry-action,
.task-status__headers:hover .dia-table__cell__action.patient-summary__add--disabled,
.task-status__headers:hover .patient-summary__add--disabled.recommendations__entry-action,
.task-status__headers:hover .dia-table__cell__action.meeting-preparation-slide-creator__options__item--disabled,
.task-status__headers:hover .meeting-preparation-slide-creator__options__item--disabled.recommendations__entry-action,
.task-status__headers:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.disabled,
.task-status__headers:hover .meeting-preparation__sidebar__slide-creator.disabled.recommendations__entry-action,
.task-status__headers:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled,
.task-status__headers:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.recommendations__entry-action,
.task-status__headers:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled,
.task-status__headers:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.recommendations__entry-action,
.task-status__headers:hover app-patient-card .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
.task-status__headers:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
app-patient-card .task-status__headers:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .task-status__headers:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
.task-status__headers:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled,
.task-status__headers:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.recommendations__entry-action,
.task-status__params:hover .dia-table__cell__action.disabled-area,
.task-status__params:hover .dia-table__cell__action.meeting-point-of-discussion__add--disabled,
.task-status__params:hover .dia-table__cell__action.patient-event-links__add--disabled,
.task-status__params:hover .dia-table__cell__action.physical-examination__add--disabled,
.task-status__params:hover .dia-table__cell__action.tumor-information__add--disabled,
.task-status__params:hover .dia-table__cell__action.medications__add--disabled,
.task-status__params:hover .dia-table__cell__action.biomarkers__add--disabled,
.task-status__params:hover .dia-table__cell__action.treatment-history__add--disabled,
.task-status__params:hover .dia-table__cell__action.social-history__add--disabled,
.task-status__params:hover .disabled-area.recommendations__entry-action,
.task-status__params:hover .recommendations__entry-action.meeting-point-of-discussion__add--disabled,
.task-status__params:hover .recommendations__entry-action.patient-event-links__add--disabled,
.task-status__params:hover .recommendations__entry-action.physical-examination__add--disabled,
.task-status__params:hover .recommendations__entry-action.tumor-information__add--disabled,
.task-status__params:hover .recommendations__entry-action.medications__add--disabled,
.task-status__params:hover .recommendations__entry-action.biomarkers__add--disabled,
.task-status__params:hover .recommendations__entry-action.treatment-history__add--disabled,
.task-status__params:hover .recommendations__entry-action.social-history__add--disabled,
.task-status__params:hover .dia-table__cell__action.past-medical-history__add--disabled,
.task-status__params:hover .past-medical-history__add--disabled.recommendations__entry-action,
.task-status__params:hover .dia-table__cell__action.staging__add--disabled,
.task-status__params:hover .staging__add--disabled.recommendations__entry-action,
.task-status__params:hover .dia-table__cell__action.patient-summary__add--disabled,
.task-status__params:hover .patient-summary__add--disabled.recommendations__entry-action,
.task-status__params:hover .dia-table__cell__action.meeting-preparation-slide-creator__options__item--disabled,
.task-status__params:hover .meeting-preparation-slide-creator__options__item--disabled.recommendations__entry-action,
.task-status__params:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.disabled,
.task-status__params:hover .meeting-preparation__sidebar__slide-creator.disabled.recommendations__entry-action,
.task-status__params:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled,
.task-status__params:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.recommendations__entry-action,
.task-status__params:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled,
.task-status__params:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.recommendations__entry-action,
.task-status__params:hover app-patient-card .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
.task-status__params:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
app-patient-card .task-status__params:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .task-status__params:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
.task-status__params:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled,
.task-status__params:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.recommendations__entry-action,
.meeting-patient-list-view-item__row:hover .dia-table__cell__action.disabled-area,
.meeting-patient-list-view-item__row:hover .dia-table__cell__action.meeting-point-of-discussion__add--disabled,
.meeting-patient-list-view-item__row:hover .dia-table__cell__action.patient-event-links__add--disabled,
.meeting-patient-list-view-item__row:hover .dia-table__cell__action.physical-examination__add--disabled,
.meeting-patient-list-view-item__row:hover .dia-table__cell__action.tumor-information__add--disabled,
.meeting-patient-list-view-item__row:hover .dia-table__cell__action.medications__add--disabled,
.meeting-patient-list-view-item__row:hover .dia-table__cell__action.biomarkers__add--disabled,
.meeting-patient-list-view-item__row:hover .dia-table__cell__action.treatment-history__add--disabled,
.meeting-patient-list-view-item__row:hover .dia-table__cell__action.social-history__add--disabled,
.meeting-patient-list-view-item__row:hover .disabled-area.recommendations__entry-action,
.meeting-patient-list-view-item__row:hover .recommendations__entry-action.meeting-point-of-discussion__add--disabled,
.meeting-patient-list-view-item__row:hover .recommendations__entry-action.patient-event-links__add--disabled,
.meeting-patient-list-view-item__row:hover .recommendations__entry-action.physical-examination__add--disabled,
.meeting-patient-list-view-item__row:hover .recommendations__entry-action.tumor-information__add--disabled,
.meeting-patient-list-view-item__row:hover .recommendations__entry-action.medications__add--disabled,
.meeting-patient-list-view-item__row:hover .recommendations__entry-action.biomarkers__add--disabled,
.meeting-patient-list-view-item__row:hover .recommendations__entry-action.treatment-history__add--disabled,
.meeting-patient-list-view-item__row:hover .recommendations__entry-action.social-history__add--disabled,
.meeting-patient-list-view-item__row:hover .dia-table__cell__action.past-medical-history__add--disabled,
.meeting-patient-list-view-item__row:hover .past-medical-history__add--disabled.recommendations__entry-action,
.meeting-patient-list-view-item__row:hover .dia-table__cell__action.staging__add--disabled,
.meeting-patient-list-view-item__row:hover .staging__add--disabled.recommendations__entry-action,
.meeting-patient-list-view-item__row:hover .dia-table__cell__action.patient-summary__add--disabled,
.meeting-patient-list-view-item__row:hover .patient-summary__add--disabled.recommendations__entry-action,
.meeting-patient-list-view-item__row:hover .dia-table__cell__action.meeting-preparation-slide-creator__options__item--disabled,
.meeting-patient-list-view-item__row:hover .meeting-preparation-slide-creator__options__item--disabled.recommendations__entry-action,
.meeting-patient-list-view-item__row:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.disabled,
.meeting-patient-list-view-item__row:hover .meeting-preparation__sidebar__slide-creator.disabled.recommendations__entry-action,
.meeting-patient-list-view-item__row:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled,
.meeting-patient-list-view-item__row:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.recommendations__entry-action,
.meeting-patient-list-view-item__row:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled,
.meeting-patient-list-view-item__row:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.recommendations__entry-action,
.meeting-patient-list-view-item__row:hover app-patient-card .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
.meeting-patient-list-view-item__row:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
app-patient-card .meeting-patient-list-view-item__row:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .meeting-patient-list-view-item__row:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
.meeting-patient-list-view-item__row:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled,
.meeting-patient-list-view-item__row:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.recommendations__entry-action,
.meeting-patient-list-view__item:hover .dia-table__cell__action.disabled-area,
.meeting-patient-list-view__item:hover .dia-table__cell__action.meeting-point-of-discussion__add--disabled,
.meeting-patient-list-view__item:hover .dia-table__cell__action.patient-event-links__add--disabled,
.meeting-patient-list-view__item:hover .dia-table__cell__action.physical-examination__add--disabled,
.meeting-patient-list-view__item:hover .dia-table__cell__action.tumor-information__add--disabled,
.meeting-patient-list-view__item:hover .dia-table__cell__action.medications__add--disabled,
.meeting-patient-list-view__item:hover .dia-table__cell__action.biomarkers__add--disabled,
.meeting-patient-list-view__item:hover .dia-table__cell__action.treatment-history__add--disabled,
.meeting-patient-list-view__item:hover .dia-table__cell__action.social-history__add--disabled,
.meeting-patient-list-view__item:hover .disabled-area.recommendations__entry-action,
.meeting-patient-list-view__item:hover .recommendations__entry-action.meeting-point-of-discussion__add--disabled,
.meeting-patient-list-view__item:hover .recommendations__entry-action.patient-event-links__add--disabled,
.meeting-patient-list-view__item:hover .recommendations__entry-action.physical-examination__add--disabled,
.meeting-patient-list-view__item:hover .recommendations__entry-action.tumor-information__add--disabled,
.meeting-patient-list-view__item:hover .recommendations__entry-action.medications__add--disabled,
.meeting-patient-list-view__item:hover .recommendations__entry-action.biomarkers__add--disabled,
.meeting-patient-list-view__item:hover .recommendations__entry-action.treatment-history__add--disabled,
.meeting-patient-list-view__item:hover .recommendations__entry-action.social-history__add--disabled,
.meeting-patient-list-view__item:hover .dia-table__cell__action.past-medical-history__add--disabled,
.meeting-patient-list-view__item:hover .past-medical-history__add--disabled.recommendations__entry-action,
.meeting-patient-list-view__item:hover .dia-table__cell__action.staging__add--disabled,
.meeting-patient-list-view__item:hover .staging__add--disabled.recommendations__entry-action,
.meeting-patient-list-view__item:hover .dia-table__cell__action.patient-summary__add--disabled,
.meeting-patient-list-view__item:hover .patient-summary__add--disabled.recommendations__entry-action,
.meeting-patient-list-view__item:hover .dia-table__cell__action.meeting-preparation-slide-creator__options__item--disabled,
.meeting-patient-list-view__item:hover .meeting-preparation-slide-creator__options__item--disabled.recommendations__entry-action,
.meeting-patient-list-view__item:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.disabled,
.meeting-patient-list-view__item:hover .meeting-preparation__sidebar__slide-creator.disabled.recommendations__entry-action,
.meeting-patient-list-view__item:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled,
.meeting-patient-list-view__item:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.recommendations__entry-action,
.meeting-patient-list-view__item:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled,
.meeting-patient-list-view__item:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.recommendations__entry-action,
.meeting-patient-list-view__item:hover app-patient-card .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
.meeting-patient-list-view__item:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
app-patient-card .meeting-patient-list-view__item:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .meeting-patient-list-view__item:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
.meeting-patient-list-view__item:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled,
.meeting-patient-list-view__item:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.recommendations__entry-action,
.dia-table__row:hover .dia-table__cell__action.patient-history__actions-action--disabled,
.import-patient-timeline-event__form:hover .dia-table__cell__action.patient-history__actions-action--disabled,
.batch-patient-case-report-view-item__row:hover .dia-table__cell__action.patient-history__actions-action--disabled,
.batch-patient-case-report-view-item:hover .dia-table__cell__action.patient-history__actions-action--disabled,
.meeting-info__row:hover .dia-table__cell__action.patient-history__actions-action--disabled,
.upload-featured-attachment__no-featured:hover .dia-table__cell__action.patient-history__actions-action--disabled,
.patient-event__group:hover .dia-table__cell__action.patient-history__actions-action--disabled,
.patient-event__second-group:hover .dia-table__cell__action.patient-history__actions-action--disabled,
.medications__entry:hover .dia-table__cell__action.patient-history__actions-action--disabled,
.medications__entry--edit:hover .dia-table__cell__action.patient-history__actions-action--disabled,
.treatment-history__entry:hover .dia-table__cell__action.patient-history__actions-action--disabled,
.dia-table__row:hover .patient-history__actions-action--disabled.recommendations__entry-action,
.import-patient-timeline-event__form:hover .patient-history__actions-action--disabled.recommendations__entry-action,
.batch-patient-case-report-view-item__row:hover .patient-history__actions-action--disabled.recommendations__entry-action,
.batch-patient-case-report-view-item:hover .patient-history__actions-action--disabled.recommendations__entry-action,
.meeting-info__row:hover .patient-history__actions-action--disabled.recommendations__entry-action,
.upload-featured-attachment__no-featured:hover .patient-history__actions-action--disabled.recommendations__entry-action,
.patient-event__group:hover .patient-history__actions-action--disabled.recommendations__entry-action,
.patient-event__second-group:hover .patient-history__actions-action--disabled.recommendations__entry-action,
.medications__entry:hover .patient-history__actions-action--disabled.recommendations__entry-action,
.medications__entry--edit:hover .patient-history__actions-action--disabled.recommendations__entry-action,
.treatment-history__entry:hover .patient-history__actions-action--disabled.recommendations__entry-action,
.recommendations__entry:hover .dia-table__cell__action.patient-history__actions-action--disabled,
.recommendations__entry:hover .patient-history__actions-action--disabled.recommendations__entry-action,
.about-microservices-version__item:hover .dia-table__cell__action.patient-history__actions-action--disabled,
.about-microservices-version__item:hover .patient-history__actions-action--disabled.recommendations__entry-action,
.task-status__item:hover .dia-table__cell__action.patient-history__actions-action--disabled,
.task-status__item:hover .patient-history__actions-action--disabled.recommendations__entry-action,
.task-status__headers:hover .dia-table__cell__action.patient-history__actions-action--disabled,
.task-status__headers:hover .patient-history__actions-action--disabled.recommendations__entry-action,
.task-status__params:hover .dia-table__cell__action.patient-history__actions-action--disabled,
.task-status__params:hover .patient-history__actions-action--disabled.recommendations__entry-action,
.meeting-patient-list-view-item__row:hover .dia-table__cell__action.patient-history__actions-action--disabled,
.meeting-patient-list-view-item__row:hover .patient-history__actions-action--disabled.recommendations__entry-action,
.meeting-patient-list-view__item:hover .dia-table__cell__action.patient-history__actions-action--disabled,
.meeting-patient-list-view__item:hover .patient-history__actions-action--disabled.recommendations__entry-action,
.dia-table__row:hover app-patient-card .dia-table__cell__action.patient-card__action-dropdown-element-delete-disabled,
.import-patient-timeline-event__form:hover app-patient-card .dia-table__cell__action.patient-card__action-dropdown-element-delete-disabled,
.batch-patient-case-report-view-item__row:hover app-patient-card .dia-table__cell__action.patient-card__action-dropdown-element-delete-disabled,
.batch-patient-case-report-view-item:hover app-patient-card .dia-table__cell__action.patient-card__action-dropdown-element-delete-disabled,
.meeting-info__row:hover app-patient-card .dia-table__cell__action.patient-card__action-dropdown-element-delete-disabled,
.upload-featured-attachment__no-featured:hover app-patient-card .dia-table__cell__action.patient-card__action-dropdown-element-delete-disabled,
.patient-event__group:hover app-patient-card .dia-table__cell__action.patient-card__action-dropdown-element-delete-disabled,
.patient-event__second-group:hover app-patient-card .dia-table__cell__action.patient-card__action-dropdown-element-delete-disabled,
.medications__entry:hover app-patient-card .dia-table__cell__action.patient-card__action-dropdown-element-delete-disabled,
.medications__entry--edit:hover app-patient-card .dia-table__cell__action.patient-card__action-dropdown-element-delete-disabled,
.treatment-history__entry:hover app-patient-card .dia-table__cell__action.patient-card__action-dropdown-element-delete-disabled,
.dia-table__row:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
.import-patient-timeline-event__form:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
.batch-patient-case-report-view-item__row:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
.batch-patient-case-report-view-item:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
.meeting-info__row:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
.upload-featured-attachment__no-featured:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
.patient-event__group:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
.patient-event__second-group:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
.medications__entry:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
.medications__entry--edit:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
.treatment-history__entry:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
.recommendations__entry:hover app-patient-card .dia-table__cell__action.patient-card__action-dropdown-element-delete-disabled,
.recommendations__entry:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
.about-microservices-version__item:hover app-patient-card .dia-table__cell__action.patient-card__action-dropdown-element-delete-disabled,
.about-microservices-version__item:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
.task-status__item:hover app-patient-card .dia-table__cell__action.patient-card__action-dropdown-element-delete-disabled,
.task-status__item:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
.task-status__headers:hover app-patient-card .dia-table__cell__action.patient-card__action-dropdown-element-delete-disabled,
.task-status__headers:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
.task-status__params:hover app-patient-card .dia-table__cell__action.patient-card__action-dropdown-element-delete-disabled,
.task-status__params:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
.meeting-patient-list-view-item__row:hover app-patient-card .dia-table__cell__action.patient-card__action-dropdown-element-delete-disabled,
.meeting-patient-list-view-item__row:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
.meeting-patient-list-view__item:hover app-patient-card .dia-table__cell__action.patient-card__action-dropdown-element-delete-disabled,
.meeting-patient-list-view__item:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
app-patient-card .dia-table__row:hover .dia-table__cell__action.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .import-patient-timeline-event__form:hover .dia-table__cell__action.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .batch-patient-case-report-view-item__row:hover .dia-table__cell__action.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .batch-patient-case-report-view-item:hover .dia-table__cell__action.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .meeting-info__row:hover .dia-table__cell__action.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .upload-featured-attachment__no-featured:hover .dia-table__cell__action.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .patient-event__group:hover .dia-table__cell__action.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .patient-event__second-group:hover .dia-table__cell__action.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .medications__entry:hover .dia-table__cell__action.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .medications__entry--edit:hover .dia-table__cell__action.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .treatment-history__entry:hover .dia-table__cell__action.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .dia-table__row:hover .patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
app-patient-card .import-patient-timeline-event__form:hover .patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
app-patient-card .batch-patient-case-report-view-item__row:hover .patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
app-patient-card .batch-patient-case-report-view-item:hover .patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
app-patient-card .meeting-info__row:hover .patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
app-patient-card .upload-featured-attachment__no-featured:hover .patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
app-patient-card .patient-event__group:hover .patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
app-patient-card .patient-event__second-group:hover .patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
app-patient-card .medications__entry:hover .patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
app-patient-card .medications__entry--edit:hover .patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
app-patient-card .treatment-history__entry:hover .patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
app-patient-card .recommendations__entry:hover .dia-table__cell__action.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .recommendations__entry:hover .patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
app-patient-card .about-microservices-version__item:hover .dia-table__cell__action.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .about-microservices-version__item:hover .patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
app-patient-card .task-status__item:hover .dia-table__cell__action.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .task-status__item:hover .patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
app-patient-card .task-status__headers:hover .dia-table__cell__action.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .task-status__headers:hover .patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
app-patient-card .task-status__params:hover .dia-table__cell__action.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .task-status__params:hover .patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
app-patient-card .meeting-patient-list-view-item__row:hover .dia-table__cell__action.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .meeting-patient-list-view-item__row:hover .patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
app-patient-card .meeting-patient-list-view__item:hover .dia-table__cell__action.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .meeting-patient-list-view__item:hover .patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
.dia-table__row:hover .dia-table__cell__action.cancer-info__actions__action--disabled,
.import-patient-timeline-event__form:hover .dia-table__cell__action.cancer-info__actions__action--disabled,
.batch-patient-case-report-view-item__row:hover .dia-table__cell__action.cancer-info__actions__action--disabled,
.batch-patient-case-report-view-item:hover .dia-table__cell__action.cancer-info__actions__action--disabled,
.meeting-info__row:hover .dia-table__cell__action.cancer-info__actions__action--disabled,
.upload-featured-attachment__no-featured:hover .dia-table__cell__action.cancer-info__actions__action--disabled,
.patient-event__group:hover .dia-table__cell__action.cancer-info__actions__action--disabled,
.patient-event__second-group:hover .dia-table__cell__action.cancer-info__actions__action--disabled,
.medications__entry:hover .dia-table__cell__action.cancer-info__actions__action--disabled,
.medications__entry--edit:hover .dia-table__cell__action.cancer-info__actions__action--disabled,
.treatment-history__entry:hover .dia-table__cell__action.cancer-info__actions__action--disabled,
.dia-table__row:hover .cancer-info__actions__action--disabled.recommendations__entry-action,
.import-patient-timeline-event__form:hover .cancer-info__actions__action--disabled.recommendations__entry-action,
.batch-patient-case-report-view-item__row:hover .cancer-info__actions__action--disabled.recommendations__entry-action,
.batch-patient-case-report-view-item:hover .cancer-info__actions__action--disabled.recommendations__entry-action,
.meeting-info__row:hover .cancer-info__actions__action--disabled.recommendations__entry-action,
.upload-featured-attachment__no-featured:hover .cancer-info__actions__action--disabled.recommendations__entry-action,
.patient-event__group:hover .cancer-info__actions__action--disabled.recommendations__entry-action,
.patient-event__second-group:hover .cancer-info__actions__action--disabled.recommendations__entry-action,
.medications__entry:hover .cancer-info__actions__action--disabled.recommendations__entry-action,
.medications__entry--edit:hover .cancer-info__actions__action--disabled.recommendations__entry-action,
.treatment-history__entry:hover .cancer-info__actions__action--disabled.recommendations__entry-action,
.recommendations__entry:hover .dia-table__cell__action.cancer-info__actions__action--disabled,
.recommendations__entry:hover .cancer-info__actions__action--disabled.recommendations__entry-action,
.about-microservices-version__item:hover .dia-table__cell__action.cancer-info__actions__action--disabled,
.about-microservices-version__item:hover .cancer-info__actions__action--disabled.recommendations__entry-action,
.task-status__item:hover .dia-table__cell__action.cancer-info__actions__action--disabled,
.task-status__item:hover .cancer-info__actions__action--disabled.recommendations__entry-action,
.task-status__headers:hover .dia-table__cell__action.cancer-info__actions__action--disabled,
.task-status__headers:hover .cancer-info__actions__action--disabled.recommendations__entry-action,
.task-status__params:hover .dia-table__cell__action.cancer-info__actions__action--disabled,
.task-status__params:hover .cancer-info__actions__action--disabled.recommendations__entry-action,
.meeting-patient-list-view-item__row:hover .dia-table__cell__action.cancer-info__actions__action--disabled,
.meeting-patient-list-view-item__row:hover .cancer-info__actions__action--disabled.recommendations__entry-action,
.meeting-patient-list-view__item:hover .dia-table__cell__action.cancer-info__actions__action--disabled,
.meeting-patient-list-view__item:hover .cancer-info__actions__action--disabled.recommendations__entry-action,
.dia-table__row:hover .dia-table__cell__action.patient-disabled-tooltip__label--disabled,
.import-patient-timeline-event__form:hover .dia-table__cell__action.patient-disabled-tooltip__label--disabled,
.batch-patient-case-report-view-item__row:hover .dia-table__cell__action.patient-disabled-tooltip__label--disabled,
.batch-patient-case-report-view-item:hover .dia-table__cell__action.patient-disabled-tooltip__label--disabled,
.meeting-info__row:hover .dia-table__cell__action.patient-disabled-tooltip__label--disabled,
.upload-featured-attachment__no-featured:hover .dia-table__cell__action.patient-disabled-tooltip__label--disabled,
.patient-event__group:hover .dia-table__cell__action.patient-disabled-tooltip__label--disabled,
.patient-event__second-group:hover .dia-table__cell__action.patient-disabled-tooltip__label--disabled,
.medications__entry:hover .dia-table__cell__action.patient-disabled-tooltip__label--disabled,
.medications__entry--edit:hover .dia-table__cell__action.patient-disabled-tooltip__label--disabled,
.treatment-history__entry:hover .dia-table__cell__action.patient-disabled-tooltip__label--disabled,
.dia-table__row:hover .patient-disabled-tooltip__label--disabled.recommendations__entry-action,
.import-patient-timeline-event__form:hover .patient-disabled-tooltip__label--disabled.recommendations__entry-action,
.batch-patient-case-report-view-item__row:hover .patient-disabled-tooltip__label--disabled.recommendations__entry-action,
.batch-patient-case-report-view-item:hover .patient-disabled-tooltip__label--disabled.recommendations__entry-action,
.meeting-info__row:hover .patient-disabled-tooltip__label--disabled.recommendations__entry-action,
.upload-featured-attachment__no-featured:hover .patient-disabled-tooltip__label--disabled.recommendations__entry-action,
.patient-event__group:hover .patient-disabled-tooltip__label--disabled.recommendations__entry-action,
.patient-event__second-group:hover .patient-disabled-tooltip__label--disabled.recommendations__entry-action,
.medications__entry:hover .patient-disabled-tooltip__label--disabled.recommendations__entry-action,
.medications__entry--edit:hover .patient-disabled-tooltip__label--disabled.recommendations__entry-action,
.treatment-history__entry:hover .patient-disabled-tooltip__label--disabled.recommendations__entry-action,
.recommendations__entry:hover .dia-table__cell__action.patient-disabled-tooltip__label--disabled,
.recommendations__entry:hover .patient-disabled-tooltip__label--disabled.recommendations__entry-action,
.about-microservices-version__item:hover .dia-table__cell__action.patient-disabled-tooltip__label--disabled,
.about-microservices-version__item:hover .patient-disabled-tooltip__label--disabled.recommendations__entry-action,
.task-status__item:hover .dia-table__cell__action.patient-disabled-tooltip__label--disabled,
.task-status__item:hover .patient-disabled-tooltip__label--disabled.recommendations__entry-action,
.task-status__headers:hover .dia-table__cell__action.patient-disabled-tooltip__label--disabled,
.task-status__headers:hover .patient-disabled-tooltip__label--disabled.recommendations__entry-action,
.task-status__params:hover .dia-table__cell__action.patient-disabled-tooltip__label--disabled,
.task-status__params:hover .patient-disabled-tooltip__label--disabled.recommendations__entry-action,
.meeting-patient-list-view-item__row:hover .dia-table__cell__action.patient-disabled-tooltip__label--disabled,
.meeting-patient-list-view-item__row:hover .patient-disabled-tooltip__label--disabled.recommendations__entry-action,
.meeting-patient-list-view__item:hover .dia-table__cell__action.patient-disabled-tooltip__label--disabled,
.meeting-patient-list-view__item:hover .patient-disabled-tooltip__label--disabled.recommendations__entry-action,
.dia-table__row:hover .disabled.patient-list-view__action,
.import-patient-timeline-event__form:hover .disabled.patient-list-view__action,
.batch-patient-case-report-view-item__row:hover .disabled.patient-list-view__action,
.batch-patient-case-report-view-item:hover .disabled.patient-list-view__action,
.meeting-info__row:hover .disabled.patient-list-view__action,
.upload-featured-attachment__no-featured:hover .disabled.patient-list-view__action,
.patient-event__group:hover .disabled.patient-list-view__action,
.patient-event__second-group:hover .disabled.patient-list-view__action,
.medications__entry:hover .disabled.patient-list-view__action,
.medications__entry--edit:hover .disabled.patient-list-view__action,
.treatment-history__entry:hover .disabled.patient-list-view__action,
.recommendations__entry:hover .disabled.patient-list-view__action,
.about-microservices-version__item:hover .disabled.patient-list-view__action,
.task-status__item:hover .disabled.patient-list-view__action,
.task-status__headers:hover .disabled.patient-list-view__action,
.task-status__params:hover .disabled.patient-list-view__action,
.meeting-patient-list-view-item__row:hover .disabled.patient-list-view__action,
.meeting-patient-list-view__item:hover .disabled.patient-list-view__action,
.dia-table__row:hover .patient-list-view__action.disabled-area,
.import-patient-timeline-event__form:hover .patient-list-view__action.disabled-area,
.batch-patient-case-report-view-item__row:hover .patient-list-view__action.disabled-area,
.batch-patient-case-report-view-item:hover .patient-list-view__action.disabled-area,
.meeting-info__row:hover .patient-list-view__action.disabled-area,
.dia-table__row:hover .patient-list-view__action.meeting-point-of-discussion__add--disabled,
.import-patient-timeline-event__form:hover .patient-list-view__action.meeting-point-of-discussion__add--disabled,
.batch-patient-case-report-view-item__row:hover .patient-list-view__action.meeting-point-of-discussion__add--disabled,
.batch-patient-case-report-view-item:hover .patient-list-view__action.meeting-point-of-discussion__add--disabled,
.meeting-info__row:hover .patient-list-view__action.meeting-point-of-discussion__add--disabled,
.upload-featured-attachment__no-featured:hover .patient-list-view__action.disabled-area,
.upload-featured-attachment__no-featured:hover .patient-list-view__action.meeting-point-of-discussion__add--disabled,
.patient-event__group:hover .patient-list-view__action.disabled-area,
.patient-event__group:hover .patient-list-view__action.meeting-point-of-discussion__add--disabled,
.patient-event__second-group:hover .patient-list-view__action.disabled-area,
.patient-event__second-group:hover .patient-list-view__action.meeting-point-of-discussion__add--disabled,
.dia-table__row:hover .patient-list-view__action.patient-event-links__add--disabled,
.import-patient-timeline-event__form:hover .patient-list-view__action.patient-event-links__add--disabled,
.batch-patient-case-report-view-item__row:hover .patient-list-view__action.patient-event-links__add--disabled,
.batch-patient-case-report-view-item:hover .patient-list-view__action.patient-event-links__add--disabled,
.meeting-info__row:hover .patient-list-view__action.patient-event-links__add--disabled,
.upload-featured-attachment__no-featured:hover .patient-list-view__action.patient-event-links__add--disabled,
.patient-event__group:hover .patient-list-view__action.patient-event-links__add--disabled,
.patient-event__second-group:hover .patient-list-view__action.patient-event-links__add--disabled,
.dia-table__row:hover .patient-list-view__action.physical-examination__add--disabled,
.import-patient-timeline-event__form:hover .patient-list-view__action.physical-examination__add--disabled,
.batch-patient-case-report-view-item__row:hover .patient-list-view__action.physical-examination__add--disabled,
.batch-patient-case-report-view-item:hover .patient-list-view__action.physical-examination__add--disabled,
.meeting-info__row:hover .patient-list-view__action.physical-examination__add--disabled,
.upload-featured-attachment__no-featured:hover .patient-list-view__action.physical-examination__add--disabled,
.patient-event__group:hover .patient-list-view__action.physical-examination__add--disabled,
.patient-event__second-group:hover .patient-list-view__action.physical-examination__add--disabled,
.dia-table__row:hover .patient-list-view__action.tumor-information__add--disabled,
.import-patient-timeline-event__form:hover .patient-list-view__action.tumor-information__add--disabled,
.batch-patient-case-report-view-item__row:hover .patient-list-view__action.tumor-information__add--disabled,
.batch-patient-case-report-view-item:hover .patient-list-view__action.tumor-information__add--disabled,
.meeting-info__row:hover .patient-list-view__action.tumor-information__add--disabled,
.upload-featured-attachment__no-featured:hover .patient-list-view__action.tumor-information__add--disabled,
.patient-event__group:hover .patient-list-view__action.tumor-information__add--disabled,
.patient-event__second-group:hover .patient-list-view__action.tumor-information__add--disabled,
.dia-table__row:hover .patient-list-view__action.medications__add--disabled,
.import-patient-timeline-event__form:hover .patient-list-view__action.medications__add--disabled,
.batch-patient-case-report-view-item__row:hover .patient-list-view__action.medications__add--disabled,
.batch-patient-case-report-view-item:hover .patient-list-view__action.medications__add--disabled,
.meeting-info__row:hover .patient-list-view__action.medications__add--disabled,
.upload-featured-attachment__no-featured:hover .patient-list-view__action.medications__add--disabled,
.patient-event__group:hover .patient-list-view__action.medications__add--disabled,
.patient-event__second-group:hover .patient-list-view__action.medications__add--disabled,
.medications__entry:hover .patient-list-view__action.disabled-area,
.medications__entry:hover .patient-list-view__action.meeting-point-of-discussion__add--disabled,
.medications__entry:hover .patient-list-view__action.patient-event-links__add--disabled,
.medications__entry:hover .patient-list-view__action.physical-examination__add--disabled,
.medications__entry:hover .patient-list-view__action.tumor-information__add--disabled,
.medications__entry:hover .patient-list-view__action.medications__add--disabled,
.medications__entry--edit:hover .patient-list-view__action.disabled-area,
.medications__entry--edit:hover .patient-list-view__action.meeting-point-of-discussion__add--disabled,
.medications__entry--edit:hover .patient-list-view__action.patient-event-links__add--disabled,
.medications__entry--edit:hover .patient-list-view__action.physical-examination__add--disabled,
.medications__entry--edit:hover .patient-list-view__action.tumor-information__add--disabled,
.medications__entry--edit:hover .patient-list-view__action.medications__add--disabled,
.dia-table__row:hover .patient-list-view__action.biomarkers__add--disabled,
.import-patient-timeline-event__form:hover .patient-list-view__action.biomarkers__add--disabled,
.batch-patient-case-report-view-item__row:hover .patient-list-view__action.biomarkers__add--disabled,
.batch-patient-case-report-view-item:hover .patient-list-view__action.biomarkers__add--disabled,
.meeting-info__row:hover .patient-list-view__action.biomarkers__add--disabled,
.upload-featured-attachment__no-featured:hover .patient-list-view__action.biomarkers__add--disabled,
.patient-event__group:hover .patient-list-view__action.biomarkers__add--disabled,
.patient-event__second-group:hover .patient-list-view__action.biomarkers__add--disabled,
.medications__entry:hover .patient-list-view__action.biomarkers__add--disabled,
.medications__entry--edit:hover .patient-list-view__action.biomarkers__add--disabled,
.treatment-history__entry:hover .patient-list-view__action.disabled-area,
.treatment-history__entry:hover .patient-list-view__action.meeting-point-of-discussion__add--disabled,
.treatment-history__entry:hover .patient-list-view__action.patient-event-links__add--disabled,
.treatment-history__entry:hover .patient-list-view__action.physical-examination__add--disabled,
.treatment-history__entry:hover .patient-list-view__action.tumor-information__add--disabled,
.treatment-history__entry:hover .patient-list-view__action.medications__add--disabled,
.treatment-history__entry:hover .patient-list-view__action.biomarkers__add--disabled,
.dia-table__row:hover .patient-list-view__action.treatment-history__add--disabled,
.import-patient-timeline-event__form:hover .patient-list-view__action.treatment-history__add--disabled,
.batch-patient-case-report-view-item__row:hover .patient-list-view__action.treatment-history__add--disabled,
.batch-patient-case-report-view-item:hover .patient-list-view__action.treatment-history__add--disabled,
.meeting-info__row:hover .patient-list-view__action.treatment-history__add--disabled,
.upload-featured-attachment__no-featured:hover .patient-list-view__action.treatment-history__add--disabled,
.patient-event__group:hover .patient-list-view__action.treatment-history__add--disabled,
.patient-event__second-group:hover .patient-list-view__action.treatment-history__add--disabled,
.medications__entry:hover .patient-list-view__action.treatment-history__add--disabled,
.medications__entry--edit:hover .patient-list-view__action.treatment-history__add--disabled,
.treatment-history__entry:hover .patient-list-view__action.treatment-history__add--disabled,
.dia-table__row:hover .patient-list-view__action.social-history__add--disabled,
.import-patient-timeline-event__form:hover .patient-list-view__action.social-history__add--disabled,
.batch-patient-case-report-view-item__row:hover .patient-list-view__action.social-history__add--disabled,
.batch-patient-case-report-view-item:hover .patient-list-view__action.social-history__add--disabled,
.meeting-info__row:hover .patient-list-view__action.social-history__add--disabled,
.upload-featured-attachment__no-featured:hover .patient-list-view__action.social-history__add--disabled,
.patient-event__group:hover .patient-list-view__action.social-history__add--disabled,
.patient-event__second-group:hover .patient-list-view__action.social-history__add--disabled,
.medications__entry:hover .patient-list-view__action.social-history__add--disabled,
.medications__entry--edit:hover .patient-list-view__action.social-history__add--disabled,
.treatment-history__entry:hover .patient-list-view__action.social-history__add--disabled,
.recommendations__entry:hover .patient-list-view__action.disabled-area,
.recommendations__entry:hover .patient-list-view__action.meeting-point-of-discussion__add--disabled,
.recommendations__entry:hover .patient-list-view__action.patient-event-links__add--disabled,
.recommendations__entry:hover .patient-list-view__action.physical-examination__add--disabled,
.recommendations__entry:hover .patient-list-view__action.tumor-information__add--disabled,
.recommendations__entry:hover .patient-list-view__action.medications__add--disabled,
.recommendations__entry:hover .patient-list-view__action.biomarkers__add--disabled,
.recommendations__entry:hover .patient-list-view__action.treatment-history__add--disabled,
.recommendations__entry:hover .patient-list-view__action.social-history__add--disabled,
.dia-table__row:hover .patient-list-view__action.past-medical-history__add--disabled,
.import-patient-timeline-event__form:hover .patient-list-view__action.past-medical-history__add--disabled,
.batch-patient-case-report-view-item__row:hover .patient-list-view__action.past-medical-history__add--disabled,
.batch-patient-case-report-view-item:hover .patient-list-view__action.past-medical-history__add--disabled,
.meeting-info__row:hover .patient-list-view__action.past-medical-history__add--disabled,
.upload-featured-attachment__no-featured:hover .patient-list-view__action.past-medical-history__add--disabled,
.patient-event__group:hover .patient-list-view__action.past-medical-history__add--disabled,
.patient-event__second-group:hover .patient-list-view__action.past-medical-history__add--disabled,
.medications__entry:hover .patient-list-view__action.past-medical-history__add--disabled,
.medications__entry--edit:hover .patient-list-view__action.past-medical-history__add--disabled,
.treatment-history__entry:hover .patient-list-view__action.past-medical-history__add--disabled,
.recommendations__entry:hover .patient-list-view__action.past-medical-history__add--disabled,
.dia-table__row:hover .patient-list-view__action.staging__add--disabled,
.import-patient-timeline-event__form:hover .patient-list-view__action.staging__add--disabled,
.batch-patient-case-report-view-item__row:hover .patient-list-view__action.staging__add--disabled,
.batch-patient-case-report-view-item:hover .patient-list-view__action.staging__add--disabled,
.meeting-info__row:hover .patient-list-view__action.staging__add--disabled,
.upload-featured-attachment__no-featured:hover .patient-list-view__action.staging__add--disabled,
.patient-event__group:hover .patient-list-view__action.staging__add--disabled,
.patient-event__second-group:hover .patient-list-view__action.staging__add--disabled,
.medications__entry:hover .patient-list-view__action.staging__add--disabled,
.medications__entry--edit:hover .patient-list-view__action.staging__add--disabled,
.treatment-history__entry:hover .patient-list-view__action.staging__add--disabled,
.recommendations__entry:hover .patient-list-view__action.staging__add--disabled,
.dia-table__row:hover .patient-list-view__action.patient-summary__add--disabled,
.import-patient-timeline-event__form:hover .patient-list-view__action.patient-summary__add--disabled,
.batch-patient-case-report-view-item__row:hover .patient-list-view__action.patient-summary__add--disabled,
.batch-patient-case-report-view-item:hover .patient-list-view__action.patient-summary__add--disabled,
.meeting-info__row:hover .patient-list-view__action.patient-summary__add--disabled,
.upload-featured-attachment__no-featured:hover .patient-list-view__action.patient-summary__add--disabled,
.patient-event__group:hover .patient-list-view__action.patient-summary__add--disabled,
.patient-event__second-group:hover .patient-list-view__action.patient-summary__add--disabled,
.medications__entry:hover .patient-list-view__action.patient-summary__add--disabled,
.medications__entry--edit:hover .patient-list-view__action.patient-summary__add--disabled,
.treatment-history__entry:hover .patient-list-view__action.patient-summary__add--disabled,
.recommendations__entry:hover .patient-list-view__action.patient-summary__add--disabled,
.dia-table__row:hover .patient-list-view__action.meeting-preparation-slide-creator__options__item--disabled,
.import-patient-timeline-event__form:hover .patient-list-view__action.meeting-preparation-slide-creator__options__item--disabled,
.batch-patient-case-report-view-item__row:hover .patient-list-view__action.meeting-preparation-slide-creator__options__item--disabled,
.batch-patient-case-report-view-item:hover .patient-list-view__action.meeting-preparation-slide-creator__options__item--disabled,
.meeting-info__row:hover .patient-list-view__action.meeting-preparation-slide-creator__options__item--disabled,
.upload-featured-attachment__no-featured:hover .patient-list-view__action.meeting-preparation-slide-creator__options__item--disabled,
.patient-event__group:hover .patient-list-view__action.meeting-preparation-slide-creator__options__item--disabled,
.patient-event__second-group:hover .patient-list-view__action.meeting-preparation-slide-creator__options__item--disabled,
.medications__entry:hover .patient-list-view__action.meeting-preparation-slide-creator__options__item--disabled,
.medications__entry--edit:hover .patient-list-view__action.meeting-preparation-slide-creator__options__item--disabled,
.treatment-history__entry:hover .patient-list-view__action.meeting-preparation-slide-creator__options__item--disabled,
.recommendations__entry:hover .patient-list-view__action.meeting-preparation-slide-creator__options__item--disabled,
.dia-table__row:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.disabled,
.import-patient-timeline-event__form:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.disabled,
.batch-patient-case-report-view-item__row:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.disabled,
.batch-patient-case-report-view-item:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.disabled,
.meeting-info__row:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.disabled,
.upload-featured-attachment__no-featured:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.disabled,
.patient-event__group:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.disabled,
.patient-event__second-group:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.disabled,
.medications__entry:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.disabled,
.medications__entry--edit:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.disabled,
.treatment-history__entry:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.disabled,
.recommendations__entry:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.disabled,
.dia-table__row:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled,
.import-patient-timeline-event__form:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled,
.batch-patient-case-report-view-item__row:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled,
.batch-patient-case-report-view-item:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled,
.meeting-info__row:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled,
.upload-featured-attachment__no-featured:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled,
.patient-event__group:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled,
.patient-event__second-group:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled,
.medications__entry:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled,
.medications__entry--edit:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled,
.treatment-history__entry:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled,
.recommendations__entry:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled,
.dia-table__row:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled,
.import-patient-timeline-event__form:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled,
.batch-patient-case-report-view-item__row:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled,
.batch-patient-case-report-view-item:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled,
.meeting-info__row:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled,
.upload-featured-attachment__no-featured:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled,
.patient-event__group:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled,
.patient-event__second-group:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled,
.medications__entry:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled,
.medications__entry--edit:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled,
.treatment-history__entry:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled,
.recommendations__entry:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled,
.dia-table__row:hover app-patient-card .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
.import-patient-timeline-event__form:hover app-patient-card .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
.batch-patient-case-report-view-item__row:hover app-patient-card .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
.batch-patient-case-report-view-item:hover app-patient-card .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
.meeting-info__row:hover app-patient-card .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
.upload-featured-attachment__no-featured:hover app-patient-card .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
.patient-event__group:hover app-patient-card .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
.patient-event__second-group:hover app-patient-card .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
.medications__entry:hover app-patient-card .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
.medications__entry--edit:hover app-patient-card .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
.treatment-history__entry:hover app-patient-card .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
.recommendations__entry:hover app-patient-card .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .dia-table__row:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .import-patient-timeline-event__form:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .batch-patient-case-report-view-item__row:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .batch-patient-case-report-view-item:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .meeting-info__row:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .upload-featured-attachment__no-featured:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .patient-event__group:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .patient-event__second-group:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .medications__entry:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .medications__entry--edit:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .treatment-history__entry:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .recommendations__entry:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
.dia-table__row:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled,
.import-patient-timeline-event__form:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled,
.batch-patient-case-report-view-item__row:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled,
.batch-patient-case-report-view-item:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled,
.meeting-info__row:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled,
.upload-featured-attachment__no-featured:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled,
.patient-event__group:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled,
.patient-event__second-group:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled,
.medications__entry:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled,
.medications__entry--edit:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled,
.treatment-history__entry:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled,
.recommendations__entry:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled,
.about-microservices-version__item:hover .patient-list-view__action.disabled-area,
.about-microservices-version__item:hover .patient-list-view__action.meeting-point-of-discussion__add--disabled,
.about-microservices-version__item:hover .patient-list-view__action.patient-event-links__add--disabled,
.about-microservices-version__item:hover .patient-list-view__action.physical-examination__add--disabled,
.about-microservices-version__item:hover .patient-list-view__action.tumor-information__add--disabled,
.about-microservices-version__item:hover .patient-list-view__action.medications__add--disabled,
.about-microservices-version__item:hover .patient-list-view__action.biomarkers__add--disabled,
.about-microservices-version__item:hover .patient-list-view__action.treatment-history__add--disabled,
.about-microservices-version__item:hover .patient-list-view__action.social-history__add--disabled,
.about-microservices-version__item:hover .patient-list-view__action.past-medical-history__add--disabled,
.about-microservices-version__item:hover .patient-list-view__action.staging__add--disabled,
.about-microservices-version__item:hover .patient-list-view__action.patient-summary__add--disabled,
.about-microservices-version__item:hover .patient-list-view__action.meeting-preparation-slide-creator__options__item--disabled,
.about-microservices-version__item:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.disabled,
.about-microservices-version__item:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled,
.about-microservices-version__item:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled,
.about-microservices-version__item:hover app-patient-card .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .about-microservices-version__item:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
.about-microservices-version__item:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled,
.task-status__item:hover .patient-list-view__action.disabled-area,
.task-status__item:hover .patient-list-view__action.meeting-point-of-discussion__add--disabled,
.task-status__item:hover .patient-list-view__action.patient-event-links__add--disabled,
.task-status__item:hover .patient-list-view__action.physical-examination__add--disabled,
.task-status__item:hover .patient-list-view__action.tumor-information__add--disabled,
.task-status__item:hover .patient-list-view__action.medications__add--disabled,
.task-status__item:hover .patient-list-view__action.biomarkers__add--disabled,
.task-status__item:hover .patient-list-view__action.treatment-history__add--disabled,
.task-status__item:hover .patient-list-view__action.social-history__add--disabled,
.task-status__item:hover .patient-list-view__action.past-medical-history__add--disabled,
.task-status__item:hover .patient-list-view__action.staging__add--disabled,
.task-status__item:hover .patient-list-view__action.patient-summary__add--disabled,
.task-status__item:hover .patient-list-view__action.meeting-preparation-slide-creator__options__item--disabled,
.task-status__item:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.disabled,
.task-status__item:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled,
.task-status__item:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled,
.task-status__item:hover app-patient-card .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .task-status__item:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
.task-status__item:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled,
.task-status__headers:hover .patient-list-view__action.disabled-area,
.task-status__headers:hover .patient-list-view__action.meeting-point-of-discussion__add--disabled,
.task-status__headers:hover .patient-list-view__action.patient-event-links__add--disabled,
.task-status__headers:hover .patient-list-view__action.physical-examination__add--disabled,
.task-status__headers:hover .patient-list-view__action.tumor-information__add--disabled,
.task-status__headers:hover .patient-list-view__action.medications__add--disabled,
.task-status__headers:hover .patient-list-view__action.biomarkers__add--disabled,
.task-status__headers:hover .patient-list-view__action.treatment-history__add--disabled,
.task-status__headers:hover .patient-list-view__action.social-history__add--disabled,
.task-status__headers:hover .patient-list-view__action.past-medical-history__add--disabled,
.task-status__headers:hover .patient-list-view__action.staging__add--disabled,
.task-status__headers:hover .patient-list-view__action.patient-summary__add--disabled,
.task-status__headers:hover .patient-list-view__action.meeting-preparation-slide-creator__options__item--disabled,
.task-status__headers:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.disabled,
.task-status__headers:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled,
.task-status__headers:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled,
.task-status__headers:hover app-patient-card .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .task-status__headers:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
.task-status__headers:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled,
.task-status__params:hover .patient-list-view__action.disabled-area,
.task-status__params:hover .patient-list-view__action.meeting-point-of-discussion__add--disabled,
.task-status__params:hover .patient-list-view__action.patient-event-links__add--disabled,
.task-status__params:hover .patient-list-view__action.physical-examination__add--disabled,
.task-status__params:hover .patient-list-view__action.tumor-information__add--disabled,
.task-status__params:hover .patient-list-view__action.medications__add--disabled,
.task-status__params:hover .patient-list-view__action.biomarkers__add--disabled,
.task-status__params:hover .patient-list-view__action.treatment-history__add--disabled,
.task-status__params:hover .patient-list-view__action.social-history__add--disabled,
.task-status__params:hover .patient-list-view__action.past-medical-history__add--disabled,
.task-status__params:hover .patient-list-view__action.staging__add--disabled,
.task-status__params:hover .patient-list-view__action.patient-summary__add--disabled,
.task-status__params:hover .patient-list-view__action.meeting-preparation-slide-creator__options__item--disabled,
.task-status__params:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.disabled,
.task-status__params:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled,
.task-status__params:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled,
.task-status__params:hover app-patient-card .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .task-status__params:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
.task-status__params:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled,
.meeting-patient-list-view-item__row:hover .patient-list-view__action.disabled-area,
.meeting-patient-list-view-item__row:hover .patient-list-view__action.meeting-point-of-discussion__add--disabled,
.meeting-patient-list-view-item__row:hover .patient-list-view__action.patient-event-links__add--disabled,
.meeting-patient-list-view-item__row:hover .patient-list-view__action.physical-examination__add--disabled,
.meeting-patient-list-view-item__row:hover .patient-list-view__action.tumor-information__add--disabled,
.meeting-patient-list-view-item__row:hover .patient-list-view__action.medications__add--disabled,
.meeting-patient-list-view-item__row:hover .patient-list-view__action.biomarkers__add--disabled,
.meeting-patient-list-view-item__row:hover .patient-list-view__action.treatment-history__add--disabled,
.meeting-patient-list-view-item__row:hover .patient-list-view__action.social-history__add--disabled,
.meeting-patient-list-view-item__row:hover .patient-list-view__action.past-medical-history__add--disabled,
.meeting-patient-list-view-item__row:hover .patient-list-view__action.staging__add--disabled,
.meeting-patient-list-view-item__row:hover .patient-list-view__action.patient-summary__add--disabled,
.meeting-patient-list-view-item__row:hover .patient-list-view__action.meeting-preparation-slide-creator__options__item--disabled,
.meeting-patient-list-view-item__row:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.disabled,
.meeting-patient-list-view-item__row:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled,
.meeting-patient-list-view-item__row:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled,
.meeting-patient-list-view-item__row:hover app-patient-card .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .meeting-patient-list-view-item__row:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
.meeting-patient-list-view-item__row:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled,
.meeting-patient-list-view__item:hover .patient-list-view__action.disabled-area,
.meeting-patient-list-view__item:hover .patient-list-view__action.meeting-point-of-discussion__add--disabled,
.meeting-patient-list-view__item:hover .patient-list-view__action.patient-event-links__add--disabled,
.meeting-patient-list-view__item:hover .patient-list-view__action.physical-examination__add--disabled,
.meeting-patient-list-view__item:hover .patient-list-view__action.tumor-information__add--disabled,
.meeting-patient-list-view__item:hover .patient-list-view__action.medications__add--disabled,
.meeting-patient-list-view__item:hover .patient-list-view__action.biomarkers__add--disabled,
.meeting-patient-list-view__item:hover .patient-list-view__action.treatment-history__add--disabled,
.meeting-patient-list-view__item:hover .patient-list-view__action.social-history__add--disabled,
.meeting-patient-list-view__item:hover .patient-list-view__action.past-medical-history__add--disabled,
.meeting-patient-list-view__item:hover .patient-list-view__action.staging__add--disabled,
.meeting-patient-list-view__item:hover .patient-list-view__action.patient-summary__add--disabled,
.meeting-patient-list-view__item:hover .patient-list-view__action.meeting-preparation-slide-creator__options__item--disabled,
.meeting-patient-list-view__item:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.disabled,
.meeting-patient-list-view__item:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled,
.meeting-patient-list-view__item:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled,
.meeting-patient-list-view__item:hover app-patient-card .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .meeting-patient-list-view__item:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
.meeting-patient-list-view__item:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled,
.dia-table__row:hover .patient-list-view__action.patient-history__actions-action--disabled,
.import-patient-timeline-event__form:hover .patient-list-view__action.patient-history__actions-action--disabled,
.batch-patient-case-report-view-item__row:hover .patient-list-view__action.patient-history__actions-action--disabled,
.batch-patient-case-report-view-item:hover .patient-list-view__action.patient-history__actions-action--disabled,
.meeting-info__row:hover .patient-list-view__action.patient-history__actions-action--disabled,
.upload-featured-attachment__no-featured:hover .patient-list-view__action.patient-history__actions-action--disabled,
.patient-event__group:hover .patient-list-view__action.patient-history__actions-action--disabled,
.patient-event__second-group:hover .patient-list-view__action.patient-history__actions-action--disabled,
.medications__entry:hover .patient-list-view__action.patient-history__actions-action--disabled,
.medications__entry--edit:hover .patient-list-view__action.patient-history__actions-action--disabled,
.treatment-history__entry:hover .patient-list-view__action.patient-history__actions-action--disabled,
.recommendations__entry:hover .patient-list-view__action.patient-history__actions-action--disabled,
.about-microservices-version__item:hover .patient-list-view__action.patient-history__actions-action--disabled,
.task-status__item:hover .patient-list-view__action.patient-history__actions-action--disabled,
.task-status__headers:hover .patient-list-view__action.patient-history__actions-action--disabled,
.task-status__params:hover .patient-list-view__action.patient-history__actions-action--disabled,
.meeting-patient-list-view-item__row:hover .patient-list-view__action.patient-history__actions-action--disabled,
.meeting-patient-list-view__item:hover .patient-list-view__action.patient-history__actions-action--disabled,
.dia-table__row:hover app-patient-card .patient-list-view__action.patient-card__action-dropdown-element-delete-disabled,
.import-patient-timeline-event__form:hover app-patient-card .patient-list-view__action.patient-card__action-dropdown-element-delete-disabled,
.batch-patient-case-report-view-item__row:hover app-patient-card .patient-list-view__action.patient-card__action-dropdown-element-delete-disabled,
.batch-patient-case-report-view-item:hover app-patient-card .patient-list-view__action.patient-card__action-dropdown-element-delete-disabled,
.meeting-info__row:hover app-patient-card .patient-list-view__action.patient-card__action-dropdown-element-delete-disabled,
.upload-featured-attachment__no-featured:hover app-patient-card .patient-list-view__action.patient-card__action-dropdown-element-delete-disabled,
.patient-event__group:hover app-patient-card .patient-list-view__action.patient-card__action-dropdown-element-delete-disabled,
.patient-event__second-group:hover app-patient-card .patient-list-view__action.patient-card__action-dropdown-element-delete-disabled,
.medications__entry:hover app-patient-card .patient-list-view__action.patient-card__action-dropdown-element-delete-disabled,
.medications__entry--edit:hover app-patient-card .patient-list-view__action.patient-card__action-dropdown-element-delete-disabled,
.treatment-history__entry:hover app-patient-card .patient-list-view__action.patient-card__action-dropdown-element-delete-disabled,
.recommendations__entry:hover app-patient-card .patient-list-view__action.patient-card__action-dropdown-element-delete-disabled,
.about-microservices-version__item:hover app-patient-card .patient-list-view__action.patient-card__action-dropdown-element-delete-disabled,
.task-status__item:hover app-patient-card .patient-list-view__action.patient-card__action-dropdown-element-delete-disabled,
.task-status__headers:hover app-patient-card .patient-list-view__action.patient-card__action-dropdown-element-delete-disabled,
.task-status__params:hover app-patient-card .patient-list-view__action.patient-card__action-dropdown-element-delete-disabled,
.meeting-patient-list-view-item__row:hover app-patient-card .patient-list-view__action.patient-card__action-dropdown-element-delete-disabled,
.meeting-patient-list-view__item:hover app-patient-card .patient-list-view__action.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .dia-table__row:hover .patient-list-view__action.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .import-patient-timeline-event__form:hover .patient-list-view__action.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .batch-patient-case-report-view-item__row:hover .patient-list-view__action.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .batch-patient-case-report-view-item:hover .patient-list-view__action.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .meeting-info__row:hover .patient-list-view__action.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .upload-featured-attachment__no-featured:hover .patient-list-view__action.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .patient-event__group:hover .patient-list-view__action.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .patient-event__second-group:hover .patient-list-view__action.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .medications__entry:hover .patient-list-view__action.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .medications__entry--edit:hover .patient-list-view__action.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .treatment-history__entry:hover .patient-list-view__action.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .recommendations__entry:hover .patient-list-view__action.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .about-microservices-version__item:hover .patient-list-view__action.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .task-status__item:hover .patient-list-view__action.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .task-status__headers:hover .patient-list-view__action.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .task-status__params:hover .patient-list-view__action.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .meeting-patient-list-view-item__row:hover .patient-list-view__action.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .meeting-patient-list-view__item:hover .patient-list-view__action.patient-card__action-dropdown-element-delete-disabled,
.dia-table__row:hover .patient-list-view__action.cancer-info__actions__action--disabled,
.import-patient-timeline-event__form:hover .patient-list-view__action.cancer-info__actions__action--disabled,
.batch-patient-case-report-view-item__row:hover .patient-list-view__action.cancer-info__actions__action--disabled,
.batch-patient-case-report-view-item:hover .patient-list-view__action.cancer-info__actions__action--disabled,
.meeting-info__row:hover .patient-list-view__action.cancer-info__actions__action--disabled,
.upload-featured-attachment__no-featured:hover .patient-list-view__action.cancer-info__actions__action--disabled,
.patient-event__group:hover .patient-list-view__action.cancer-info__actions__action--disabled,
.patient-event__second-group:hover .patient-list-view__action.cancer-info__actions__action--disabled,
.medications__entry:hover .patient-list-view__action.cancer-info__actions__action--disabled,
.medications__entry--edit:hover .patient-list-view__action.cancer-info__actions__action--disabled,
.treatment-history__entry:hover .patient-list-view__action.cancer-info__actions__action--disabled,
.recommendations__entry:hover .patient-list-view__action.cancer-info__actions__action--disabled,
.about-microservices-version__item:hover .patient-list-view__action.cancer-info__actions__action--disabled,
.task-status__item:hover .patient-list-view__action.cancer-info__actions__action--disabled,
.task-status__headers:hover .patient-list-view__action.cancer-info__actions__action--disabled,
.task-status__params:hover .patient-list-view__action.cancer-info__actions__action--disabled,
.meeting-patient-list-view-item__row:hover .patient-list-view__action.cancer-info__actions__action--disabled,
.meeting-patient-list-view__item:hover .patient-list-view__action.cancer-info__actions__action--disabled,
.dia-table__row:hover .patient-list-view__action.patient-disabled-tooltip__label--disabled,
.import-patient-timeline-event__form:hover .patient-list-view__action.patient-disabled-tooltip__label--disabled,
.batch-patient-case-report-view-item__row:hover .patient-list-view__action.patient-disabled-tooltip__label--disabled,
.batch-patient-case-report-view-item:hover .patient-list-view__action.patient-disabled-tooltip__label--disabled,
.meeting-info__row:hover .patient-list-view__action.patient-disabled-tooltip__label--disabled,
.upload-featured-attachment__no-featured:hover .patient-list-view__action.patient-disabled-tooltip__label--disabled,
.patient-event__group:hover .patient-list-view__action.patient-disabled-tooltip__label--disabled,
.patient-event__second-group:hover .patient-list-view__action.patient-disabled-tooltip__label--disabled,
.medications__entry:hover .patient-list-view__action.patient-disabled-tooltip__label--disabled,
.medications__entry--edit:hover .patient-list-view__action.patient-disabled-tooltip__label--disabled,
.treatment-history__entry:hover .patient-list-view__action.patient-disabled-tooltip__label--disabled,
.recommendations__entry:hover .patient-list-view__action.patient-disabled-tooltip__label--disabled,
.about-microservices-version__item:hover .patient-list-view__action.patient-disabled-tooltip__label--disabled,
.task-status__item:hover .patient-list-view__action.patient-disabled-tooltip__label--disabled,
.task-status__headers:hover .patient-list-view__action.patient-disabled-tooltip__label--disabled,
.task-status__params:hover .patient-list-view__action.patient-disabled-tooltip__label--disabled,
.meeting-patient-list-view-item__row:hover .patient-list-view__action.patient-disabled-tooltip__label--disabled,
.meeting-patient-list-view__item:hover .patient-list-view__action.patient-disabled-tooltip__label--disabled,
.patient-list-view__item:hover .dia-table__cell__action.disabled,
.patient-list-view__item:hover .disabled.recommendations__entry-action,
.patient-list-view__item:hover .dia-table__cell__action.disabled-area,
.patient-list-view__item:hover .dia-table__cell__action.meeting-point-of-discussion__add--disabled,
.patient-list-view__item:hover .dia-table__cell__action.patient-event-links__add--disabled,
.patient-list-view__item:hover .dia-table__cell__action.physical-examination__add--disabled,
.patient-list-view__item:hover .dia-table__cell__action.tumor-information__add--disabled,
.patient-list-view__item:hover .dia-table__cell__action.medications__add--disabled,
.patient-list-view__item:hover .dia-table__cell__action.biomarkers__add--disabled,
.patient-list-view__item:hover .dia-table__cell__action.treatment-history__add--disabled,
.patient-list-view__item:hover .dia-table__cell__action.social-history__add--disabled,
.patient-list-view__item:hover .disabled-area.recommendations__entry-action,
.patient-list-view__item:hover .recommendations__entry-action.meeting-point-of-discussion__add--disabled,
.patient-list-view__item:hover .recommendations__entry-action.patient-event-links__add--disabled,
.patient-list-view__item:hover .recommendations__entry-action.physical-examination__add--disabled,
.patient-list-view__item:hover .recommendations__entry-action.tumor-information__add--disabled,
.patient-list-view__item:hover .recommendations__entry-action.medications__add--disabled,
.patient-list-view__item:hover .recommendations__entry-action.biomarkers__add--disabled,
.patient-list-view__item:hover .recommendations__entry-action.treatment-history__add--disabled,
.patient-list-view__item:hover .recommendations__entry-action.social-history__add--disabled,
.patient-list-view__item:hover .dia-table__cell__action.past-medical-history__add--disabled,
.patient-list-view__item:hover .past-medical-history__add--disabled.recommendations__entry-action,
.patient-list-view__item:hover .dia-table__cell__action.staging__add--disabled,
.patient-list-view__item:hover .staging__add--disabled.recommendations__entry-action,
.patient-list-view__item:hover .dia-table__cell__action.patient-summary__add--disabled,
.patient-list-view__item:hover .patient-summary__add--disabled.recommendations__entry-action,
.patient-list-view__item:hover .dia-table__cell__action.meeting-preparation-slide-creator__options__item--disabled,
.patient-list-view__item:hover .meeting-preparation-slide-creator__options__item--disabled.recommendations__entry-action,
.patient-list-view__item:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.disabled,
.patient-list-view__item:hover .meeting-preparation__sidebar__slide-creator.disabled.recommendations__entry-action,
.patient-list-view__item:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled,
.patient-list-view__item:hover .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled.recommendations__entry-action,
.patient-list-view__item:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled,
.patient-list-view__item:hover .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled.recommendations__entry-action,
.patient-list-view__item:hover app-patient-card .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
.patient-list-view__item:hover app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
app-patient-card .patient-list-view__item:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .patient-list-view__item:hover .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
.patient-list-view__item:hover .dia-table__cell__action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled,
.patient-list-view__item:hover .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled.recommendations__entry-action,
.patient-list-view__item:hover .dia-table__cell__action.patient-history__actions-action--disabled,
.patient-list-view__item:hover .patient-history__actions-action--disabled.recommendations__entry-action,
.patient-list-view__item:hover app-patient-card .dia-table__cell__action.patient-card__action-dropdown-element-delete-disabled,
.patient-list-view__item:hover app-patient-card .patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
app-patient-card .patient-list-view__item:hover .dia-table__cell__action.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .patient-list-view__item:hover .patient-card__action-dropdown-element-delete-disabled.recommendations__entry-action,
.patient-list-view__item:hover .dia-table__cell__action.cancer-info__actions__action--disabled,
.patient-list-view__item:hover .cancer-info__actions__action--disabled.recommendations__entry-action,
.patient-list-view__item:hover .dia-table__cell__action.patient-disabled-tooltip__label--disabled,
.patient-list-view__item:hover .patient-disabled-tooltip__label--disabled.recommendations__entry-action,
.patient-list-view__item:hover .disabled.patient-list-view__action,
.patient-list-view__item:hover .patient-list-view__action.disabled-area,
.patient-list-view__item:hover .patient-list-view__action.meeting-point-of-discussion__add--disabled,
.patient-list-view__item:hover .patient-list-view__action.patient-event-links__add--disabled,
.patient-list-view__item:hover .patient-list-view__action.physical-examination__add--disabled,
.patient-list-view__item:hover .patient-list-view__action.tumor-information__add--disabled,
.patient-list-view__item:hover .patient-list-view__action.medications__add--disabled,
.patient-list-view__item:hover .patient-list-view__action.biomarkers__add--disabled,
.patient-list-view__item:hover .patient-list-view__action.treatment-history__add--disabled,
.patient-list-view__item:hover .patient-list-view__action.social-history__add--disabled,
.patient-list-view__item:hover .patient-list-view__action.past-medical-history__add--disabled,
.patient-list-view__item:hover .patient-list-view__action.staging__add--disabled,
.patient-list-view__item:hover .patient-list-view__action.patient-summary__add--disabled,
.patient-list-view__item:hover .patient-list-view__action.meeting-preparation-slide-creator__options__item--disabled,
.patient-list-view__item:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.disabled,
.patient-list-view__item:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled,
.patient-list-view__item:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled,
.patient-list-view__item:hover app-patient-card .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .patient-list-view__item:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
.patient-list-view__item:hover .patient-list-view__action.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled,
.patient-list-view__item:hover .patient-list-view__action.patient-history__actions-action--disabled,
.patient-list-view__item:hover app-patient-card .patient-list-view__action.patient-card__action-dropdown-element-delete-disabled,
app-patient-card .patient-list-view__item:hover .patient-list-view__action.patient-card__action-dropdown-element-delete-disabled,
.patient-list-view__item:hover .patient-list-view__action.cancer-info__actions__action--disabled,
.patient-list-view__item:hover .patient-list-view__action.patient-disabled-tooltip__label--disabled {
  color: #a2aeba;
}
.dia-table--bordered {
  margin-top: 0.625vw;
}
.dia-table--bordered .dia-table__head-row, .dia-table--bordered .batch-patient-case-report-view__header, .dia-table--bordered .physical-examination__entries-headline, .dia-table--bordered .biomarkers__headers, .dia-table--bordered .biomarkers__entries-headline, .dia-table--bordered .treatment-history__entry-label, .dia-table--bordered .treatment-history__headers, .dia-table--bordered .treatment-history__entries-headline, .dia-table--bordered .about-microservices-version__head, .dia-table--bordered .task-status__head, .dia-table--bordered .meeting-patient-list-view__header, .dia-table--bordered .patient-list-view__head,
.dia-table--bordered .dia-table__row,
.dia-table--bordered .import-patient-timeline-event__form,
.dia-table--bordered .batch-patient-case-report-view-item__row,
.dia-table--bordered .batch-patient-case-report-view-item,
.dia-table--bordered .meeting-info__row,
.dia-table--bordered .upload-featured-attachment__no-featured,
.dia-table--bordered .patient-event__group,
.dia-table--bordered .patient-event__second-group,
.dia-table--bordered .medications__entry,
.dia-table--bordered .medications__entry--edit,
.dia-table--bordered .treatment-history__entry,
.dia-table--bordered .recommendations__entry,
.dia-table--bordered .about-microservices-version__item,
.dia-table--bordered .task-status__item,
.dia-table--bordered .task-status__headers,
.dia-table--bordered .task-status__params,
.dia-table--bordered .meeting-patient-list-view-item__row,
.dia-table--bordered .meeting-patient-list-view__item,
.dia-table--bordered .patient-list-view__item {
  border: solid #cad1d7;
  border-width: 1px 0 0 0;
}
.dia-table--airy .dia-table__head-cell, .dia-table--airy .conference-activities__entry-header-hidden, .dia-table--airy .conference-activities__entry-header, .dia-table--airy .biomarkers__header-type,
.dia-table--airy .biomarkers__header-result,
.dia-table--airy .biomarkers__header-measurement,
.dia-table--airy .biomarkers__header-date, .dia-table--airy .treatment-history__header-date,
.dia-table--airy .treatment-history__header-therapy,
.dia-table--airy .treatment-history__header-description,
.dia-table--airy .treatment-history__header-outcome,
.dia-table--airy .treatment-history__header-responsible, .dia-table--airy .about-microservices-version__title-header, .dia-table--airy .task-status__param-header, .dia-table--airy .task-status__title-header, .dia-table--airy .patient-list-view__param-header, .dia-table--airy .patient-list-view__title-header,
.dia-table--airy .dia-table__cell,
.dia-table--airy .import-patient-timeline-event__form-field,
.dia-table--airy .conference-activities__entry-item,
.dia-table--airy .patient-event__category-import,
.dia-table--airy .patient-event__attachment-import,
.dia-table--airy .patient-event__title-import,
.dia-table--airy .patient-event__title,
.dia-table--airy .patient-event__date,
.dia-table--airy .patient-event__category,
.dia-table--airy .patient-event__attachment,
.dia-table--airy .patient-event__description,
.dia-table--airy .patient-event__actions,
.dia-table--airy .genomics-history__input,
.dia-table--airy .genomics-alterations__entry-input,
.dia-table--airy .genomics-alterations__entry-input-message,
.dia-table--airy .physical-examination__entry-date,
.dia-table--airy .physical-examination__entry-title,
.dia-table--airy .physical-examination__entry-value,
.dia-table--airy .medications__entry-name,
.dia-table--airy .medications__entry-dosage,
.dia-table--airy .biomarkers__entry-type,
.dia-table--airy .biomarkers__entry-result,
.dia-table--airy .biomarkers__entry-measurement,
.dia-table--airy .biomarkers__entry-date,
.dia-table--airy .treatment-history__entry-date,
.dia-table--airy .treatment-history__entry-therapy,
.dia-table--airy .treatment-history__entry-responsible,
.dia-table--airy .treatment-history__entry-outcome,
.dia-table--airy .treatment-history__entry-description,
.dia-table--airy .recommendations__entry-index,
.dia-table--airy .recommendations__entry-description,
.dia-table--airy .recommendations__entry-description-edit,
.dia-table--airy .past-medical-history__entry-title,
.dia-table--airy .past-medical-history__entry-description,
.dia-table--airy .staging__entry-stage-date,
.dia-table--airy .about-microservices-version__title,
.dia-table--airy .task-status__param,
.dia-table--airy .task-status__title,
.dia-table--airy .patient-list-view__param,
.dia-table--airy .patient-list-view__title,
.dia-table--airy .patient-list-view__action {
  padding-top: 0.9375vw;
  padding-bottom: 0.9375vw;
}
.dia-table--remove, .genomics-biomarkers-edit-entry-remove__action, .genomics-reports-edit-entry-remove__action, .patient-event-links__entry-remove, .physical-examination__entry-remove, .tumor-information__other-remove, .medications__entry-remove, .biomarkers__entry-remove, .treatment-history__entry-remove, .social-history__contact-remove, .recommendations__category-remove, .past-medical-history__entry-remove, .staging__entry-property-remove {
  margin: 0vw 0.15625vw 0vw 0.15625vw;
  position: absolute;
  top: calc(50% - 0.5em);
  display: block;
  height: 1em;
  width: 1em;
  right: calc((1.5625vw - 1em) / 2);
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('cross.e494c9d20ba7389f.svg');
  opacity: 0;
}
.dia-table--remove--active, .genomics-biomarkers-edit__biomarker-entry:hover .genomics-biomarkers-edit__biomarker-entry-remove, .genomics-biomarkers-edit-clinical-implication-entry__therapy-entry:hover .genomics-biomarkers-edit-clinical-implication-entry__therapy-entry-remove, .genomics-biomarkers-edit-clinical-implication-entry:hover .genomics-biomarkers-edit-clinical-implication-entry-remove, .genomics-reports-edit__report-entry:hover .genomics-reports-edit-entry-remove .genomics-reports-edit-entry-remove__action, .patient-event-links__list-item.hoverable:hover .patient-event-links__entry-remove, .physical-examination__entry--edit:hover .physical-examination__entry-remove, .tumor-information__group-field:hover .tumor-information__other-remove, .medications__entry--edit:hover:not(.medications__entry--no-hover) .medications__entry-remove, .biomarkers__entry--edit:hover:not(.biomarkers__entry--no-hover) .biomarkers__entry-remove, .treatment-history__entry:hover .treatment-history__entry-remove, .social-history__group-field:not(.social-history__group-field--no-hover):hover .social-history__contact-remove, .recommendations__group-field:hover .recommendations__category-remove, .past-medical-history__entry--edit:hover:not(.past-medical-history__entry--no-hover) .past-medical-history__entry-remove, .staging__entry-outer:hover .staging__entry-property-remove {
  opacity: 1;
}
.dia-error, .timeline-error, .patient-event-timeline-view__error, .meeting-timeline-view-error {
  color: #d0011b;
  font-style: italic;
}
.dia-button {
  padding: 0.625vw 0.625vw 0.625vw 0.625vw;
  font-size: 16px;
  line-height: 1.3em;
  background: #0066cc;
  border: 1px solid #0066cc;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 1600px) {
  .dia-button {
    font-size: 14.4px;
    line-height: 1.17em;
  }
}
.dia-button--block {
  display: block;
  width: 100%;
}
.dia-button--major {
  padding: 0.9375vw 0.625vw 0.9375vw 0.625vw;
}
.dia-delete-btn, .meeting-preparation-attachment-element__attachment-delete {
  display: inline-block;
  height: 2.375vw;
  width: 2.375vw;
  padding: 0;
  background-color: #ffffff;
  background-size: 1.125vw 1.125vw;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('trash-off.ce066eed9cee9a8e.svg');
}
.dia-delete-btn--active, .meeting-preparation-attachment-element__attachment-delete:hover {
  background-image: url('trash-on.2bc645cb73126d9f.svg');
}
.dia-menu, .organization-list-menu__list, .patient-menu__list {
  display: block;
}
.dia-menu__item, .organization-list-menu__item, .patient-menu__item, .patient-menu__cds-apps, .timeline__item, .patient-event-timeline-view__item, .meeting-timeline-view__item, .timeline__item-new, .patient-event-timeline-view__item-new {
  display: block;
  border: solid #cad1d7;
  border-width: 1px 0 0 0;
  outline: 1px solid transparent;
  list-style: none;
}
.dia-menu__item:first-child, .organization-list-menu__item:first-child, .patient-menu__item:first-child, .patient-menu__cds-apps:first-child, .timeline__item:first-child, .patient-event-timeline-view__item:first-child, .meeting-timeline-view__item:first-child, .timeline__item-new:first-child, .patient-event-timeline-view__item-new:first-child {
  border-top-width: 0;
}
.dia-menu__item--focus, .patient-menu__item:hover .patient-menu__item, .patient-menu__cds-apps:hover .patient-menu__item, .patient-menu__item:hover .patient-menu__cds-apps, .patient-menu__cds-apps:hover .patient-menu__cds-apps, .patient-menu__item:focus .patient-menu__item, .patient-menu__cds-apps:focus .patient-menu__item, .patient-menu__item:focus .patient-menu__cds-apps, .patient-menu__cds-apps:focus .patient-menu__cds-apps, .timeline__event--focus, .timeline__event:hover, .patient-event-timeline-view__event:hover, app-meeting-upsert:hover, .meeting-timeline-view__meeting:hover, .timeline__event:focus, .patient-event-timeline-view__event:focus, app-meeting-upsert:focus, .meeting-timeline-view__meeting:focus, .dia-menu__item:hover, .organization-list-menu__item:hover, .patient-menu__item:hover, .patient-menu__cds-apps:hover, .timeline__item:hover, .patient-event-timeline-view__item:hover, .meeting-timeline-view__item:hover, .timeline__item-new:hover, .patient-event-timeline-view__item-new:hover, .dia-menu__item:focus, .organization-list-menu__item:focus, .patient-menu__item:focus, .patient-menu__cds-apps:focus, .timeline__item:focus, .patient-event-timeline-view__item:focus, .meeting-timeline-view__item:focus, .timeline__item-new:focus, .patient-event-timeline-view__item-new:focus {
  outline: 1px solid #373f47;
}
.dia-menu__link, .patient-cancer-info, .organization-list-menu__link, .patient-menu__cds-apps-title, .patient-menu__cds-menu, .patient-menu__link, .patient-menu__cancer-info, .timeline__event, .patient-event-timeline-view__event, app-meeting-upsert, .meeting-timeline-view__meeting {
  padding: 0.9375vw 0.9375vw 0.9375vw 0.625vw;
  position: relative;
  display: block;
  background: #ffffff;
  border: solid #ffffff;
  border-width: 0 0 0 5px;
  list-style: none;
}
.dia-menu__link:hover, .patient-cancer-info:hover, .organization-list-menu__link:hover, .patient-menu__cds-apps-title:hover, .patient-menu__cds-menu:hover, .patient-menu__link:hover, .patient-menu__cancer-info:hover, .timeline__event:hover, .patient-event-timeline-view__event:hover, app-meeting-upsert:hover, .meeting-timeline-view__meeting:hover {
  text-decoration: none;
}
.dia-menu__link:before, .patient-cancer-info:before, .organization-list-menu__link:before, .patient-menu__cds-apps-title:before, .patient-menu__cds-menu:before, .patient-menu__link:before, .patient-menu__cancer-info:before, .timeline__event:before, .patient-event-timeline-view__event:before, app-meeting-upsert:before, .meeting-timeline-view__meeting:before {
  content: none;
}
.dia-menu__link:after, .patient-cancer-info:after, .organization-list-menu__link:after, .patient-menu__cds-apps-title:after, .patient-menu__cds-menu:after, .patient-menu__link:after, .patient-menu__cancer-info:after, .timeline__event:after, .patient-event-timeline-view__event:after, app-meeting-upsert:after, .meeting-timeline-view__meeting:after {
  content: "";
  position: absolute;
  right: -7px;
  top: calc(50% - 7px);
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 7px 0 7px 7px;
  border-left-color: transparent;
}
.dia-menu__link--rev, .timeline__event--rev, .patient-event-timeline-view__event {
  padding: 0.9375vw 0.625vw 0.9375vw 0.9375vw;
  border-width: 0 5px 0 0;
}
.dia-menu__link--rev:before, .timeline__event--rev:before, .patient-event-timeline-view__event:before {
  content: "";
  position: absolute;
  left: -7px;
  top: calc(50% - 7px);
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 7px 7px 7px 0;
  border-right-color: transparent;
}
.dia-menu__link--rev:after, .timeline__event--rev:after, .patient-event-timeline-view__event:after {
  content: none;
}
.dia-menu__link--active, .organization-list-menu__item.active .organization-list-menu__link, .patient-menu__item.active .patient-menu__cds-menu, .active.patient-menu__cds-apps .patient-menu__cds-menu, .patient-menu__item.active .patient-menu__link, .active.patient-menu__cds-apps .patient-menu__link, .patient-menu__item.active .patient-menu__cancer-info, .active.patient-menu__cds-apps .patient-menu__cancer-info, .timeline__event--active, .patient-event-timeline-view__item.active .patient-event-timeline-view__event, app-meeting-upsert, .meeting-timeline-view__item.selected .meeting-timeline-view__meeting, .timeline__item-new .timeline__event, .timeline__item-new .patient-event-timeline-view__event, .patient-event-timeline-view__item-new .timeline__event, .patient-event-timeline-view__item-new .patient-event-timeline-view__event, .timeline__item-new app-meeting-upsert, .patient-event-timeline-view__item-new app-meeting-upsert, .timeline__item-new .meeting-timeline-view__meeting, .patient-event-timeline-view__item-new .meeting-timeline-view__meeting {
  border-left-color: #0066cc;
}
.dia-menu__link--active:after, .organization-list-menu__item.active .organization-list-menu__link:after, .patient-menu__item.active .patient-menu__cds-menu:after, .active.patient-menu__cds-apps .patient-menu__cds-menu:after, .patient-menu__item.active .patient-menu__link:after, .active.patient-menu__cds-apps .patient-menu__link:after, .patient-menu__item.active .patient-menu__cancer-info:after, .active.patient-menu__cds-apps .patient-menu__cancer-info:after, .timeline__event--active:after, .patient-event-timeline-view__item.active .patient-event-timeline-view__event:after, app-meeting-upsert:after, .meeting-timeline-view__item.selected .meeting-timeline-view__meeting:after, .timeline__item-new .timeline__event:after, .timeline__item-new .patient-event-timeline-view__event:after, .patient-event-timeline-view__item-new .timeline__event:after, .patient-event-timeline-view__item-new .patient-event-timeline-view__event:after, .timeline__item-new app-meeting-upsert:after, .patient-event-timeline-view__item-new app-meeting-upsert:after, .timeline__item-new .meeting-timeline-view__meeting:after, .patient-event-timeline-view__item-new .meeting-timeline-view__meeting:after {
  border-left-color: #0066cc;
}
.dia-menu__link--rev-active, .timeline__event--rev-active, .patient-event-timeline-view__item.active .patient-event-timeline-view__event, .timeline__item-new .timeline__event--rev, .timeline__item-new .patient-event-timeline-view__event, .patient-event-timeline-view__item-new .timeline__event--rev, .patient-event-timeline-view__item-new .patient-event-timeline-view__event {
  border-right-color: #373f47;
}
.dia-menu__link--rev-active:before, .timeline__event--rev-active:before, .patient-event-timeline-view__item.active .patient-event-timeline-view__event:before, .timeline__item-new .timeline__event--rev:before, .timeline__item-new .patient-event-timeline-view__event:before, .patient-event-timeline-view__item-new .timeline__event--rev:before, .patient-event-timeline-view__item-new .patient-event-timeline-view__event:before {
  border-right-color: #373f47;
}
.dia-menu__link--section, .patient-cancer-info__section, .patient-menu__cds-apps-title--section, .patient-menu__link--section {
  font-size: 1.5em;
  line-height: 1.3em;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .dia-menu__link--section, .patient-cancer-info__section, .patient-menu__cds-apps-title--section, .patient-menu__link--section {
    font-size: 1.35em;
    line-height: 1.17em;
  }
}
.dia-menu__icon, .organization-list-menu__link-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 2px 10px -2px 0;
  background: transparent no-repeat 50% 50%;
  background-size: contain;
  vertical-align: baseline;
}
.dia-menu__info-text, .patient-menu__info-text {
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: italic;
  color: #a2aeba;
}
@media (max-width: 1600px) {
  .dia-menu__info-text, .patient-menu__info-text {
    font-size: 0.72em;
    line-height: 1.17em;
  }
}
.dia-form-section, .genomics, app-attendees-additional-navify-edit, app-attendees-view, app-attendees-default, app-conference-activities, app-patient-case-classification, app-meeting-info, app-meeting-point-of-discussion, app-genomics-alterations, app-patient-event-links-view, app-patient-event-links, clinical-trials, app-patient-clinical-trials, app-patient-physical-examination, app-tumor-information, app-patient-tumor-information, app-patient-medications-view, app-patient-biomarkers, app-treatment-history, app-patient-social-history, app-treatment-guidelines-view, app-recommendations-view, app-patient-past-medical-history-view, app-patient-past-medical-history, app-patient-staging-view, app-patient-staging, app-patient-summary, app-patient-present-illness-history {
  margin: 0vw 0vw 1.875vw 0vw;
}
.dia-form-section__headline, .genomics__headline, .attendees-view__headline, .conference-activities__headline, .patient-case-classification__headline, .meeting-info__headline, .meeting-patient-attachments__headline, .meeting-point-of-discussion__headline, .upload-attachments__headline, .genomics-alterations__headline, .patient-event-links__edit, .patient-event-timeline-links__headline, .patient-event-links__show, app-patient-event-links-view .patient-event-links__edit, app-patient-event-links-view .patient-event-links__headline, .clinical-trials__headline, .physical-examination__headline, .tumor-information__headline, .medications__headline, .biomarkers__headline, .treatment-history__headline, .social-history__headline, .treatment-guidelines__headline, .recommendations__headline, .past-medical-history__headline, .staging__headline, .patient-summary-ai-generated__summary-edit-subheading, .patient-summary-ai-generated__summary-generated-footer, .patient-summary-ai-generated__subheading, .patient-summary-ai-generated__headline, .patient-summary__headline, .present-illness-history__headline {
  margin: 0vw 0vw 0.625vw 0vw;
  padding: 0vw 0vw 0.3125vw 0vw;
  border: solid #cad1d7;
  border-width: 0 0 1px 0;
}
.dia-form-section__headline__title, .genomics__title, .attendees-view__title, .default-attendees-edit__header-label, .conference-activities__title, .patient-case-classification__title, .meeting-info__title, .meeting-patient-attachments__unblur-label, .meeting-patient-attachments__multiselect-label, .meeting-patient-attachments__title, .meeting-point-of-discussion__title, .upload-attachments__multiselect-label, .upload-attachments__title, .genomics-alterations__title, .patient-event-timeline-links__title, app-patient-event-links-view .patient-event-links__title, .clinical-trials__title, .physical-examination__title, .tumor-information__title, .medications__title, .biomarkers__title, .treatment-history__title, .social-history__title, .treatment-guidelines__title, .recommendations__title, .past-medical-history__title, .staging__entries-headline, .staging__title, .patient-summary-ai-generated__subtitle, .patient-summary-ai-generated__title, .patient-summary__title, .present-illness-history__title, app-cancer-info-staging .staging-view__header {
  font-size: 1.125em;
  line-height: 1.3em;
  display: inline;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .dia-form-section__headline__title, .genomics__title, .attendees-view__title, .default-attendees-edit__header-label, .conference-activities__title, .patient-case-classification__title, .meeting-info__title, .meeting-patient-attachments__unblur-label, .meeting-patient-attachments__multiselect-label, .meeting-patient-attachments__title, .meeting-point-of-discussion__title, .upload-attachments__multiselect-label, .upload-attachments__title, .genomics-alterations__title, .patient-event-timeline-links__title, app-patient-event-links-view .patient-event-links__title, .clinical-trials__title, .physical-examination__title, .tumor-information__title, .medications__title, .biomarkers__title, .treatment-history__title, .social-history__title, .treatment-guidelines__title, .recommendations__title, .past-medical-history__title, .staging__entries-headline, .staging__title, .patient-summary-ai-generated__subtitle, .patient-summary-ai-generated__title, .patient-summary__title, .present-illness-history__title, app-cancer-info-staging .staging-view__header {
    font-size: 1.0125em;
    line-height: 1.17em;
  }
}
.dia-form-section__subtitle, .meeting-point-of-discussion__label, .patient-event__physical-examination .physical-examination__title, .patient-event__patient-summary .patient-summary__title,
.patient-event__patient-summary .tumor-information__title,
.patient-event__patient-summary .patient-biomarkers__title,
.patient-event__tumor-information .patient-summary__title,
.patient-event__tumor-information .tumor-information__title,
.patient-event__tumor-information .patient-biomarkers__title,
.patient-event__patient-biomarkers .patient-summary__title,
.patient-event__patient-biomarkers .tumor-information__title,
.patient-event__patient-biomarkers .patient-biomarkers__title {
  font-size: 1.075em;
  line-height: 1.3em;
  display: inline;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .dia-form-section__subtitle, .meeting-point-of-discussion__label, .patient-event__physical-examination .physical-examination__title, .patient-event__patient-summary .patient-summary__title,
.patient-event__patient-summary .tumor-information__title,
.patient-event__patient-summary .patient-biomarkers__title,
.patient-event__tumor-information .patient-summary__title,
.patient-event__tumor-information .tumor-information__title,
.patient-event__tumor-information .patient-biomarkers__title,
.patient-event__patient-biomarkers .patient-summary__title,
.patient-event__patient-biomarkers .tumor-information__title,
.patient-event__patient-biomarkers .patient-biomarkers__title {
    font-size: 0.9675em;
    line-height: 1.17em;
  }
}
.dia-form-item, .meeting-move__field, .fullscreen-preview-component__annotations-edit-comment, .fullscreen-preview-component__annotations-edit-title, .physical-examination__addition, .tumor-information__group-field-part, .tumor-information__field, .medications__addition, .biomarkers__addition, .social-history__group-field-part, .social-history__field, .recommendations__addition, .past-medical-history__addition, .meeting-patient-add__field, .patient-upsert__textbox,
.patient-upsert__dropdown,
.patient-upsert__date-selector {
  margin: 0.625vw 0vw 0vw 0vw;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.dia-form-item:first-child, .meeting-move__field:first-child, .fullscreen-preview-component__annotations-edit-comment:first-child, .fullscreen-preview-component__annotations-edit-title:first-child, .physical-examination__addition:first-child, .tumor-information__group-field-part:first-child, .tumor-information__field:first-child, .medications__addition:first-child, .biomarkers__addition:first-child, .social-history__group-field-part:first-child, .social-history__field:first-child, .recommendations__addition:first-child, .past-medical-history__addition:first-child, .meeting-patient-add__field:first-child, .patient-upsert__textbox:first-child,
.patient-upsert__dropdown:first-child,
.patient-upsert__date-selector:first-child {
  margin-top: 0vw;
}
.dia-form-item--grid-field, .meeting-move__field, .meeting-patient-add__field, .patient-upsert__textbox,
.patient-upsert__dropdown,
.patient-upsert__date-selector {
  margin: 0vw 1.25vw 1.25vw 0vw;
  width: auto;
}
.dia-form-item--grid-field:last-child, .meeting-move__field:last-child, .meeting-patient-add__field:last-child, .patient-upsert__textbox:last-child,
.patient-upsert__dropdown:last-child,
.patient-upsert__date-selector:last-child {
  margin: 0vw 0vw 0vw 0vw;
}
.dia-form-item-container, .tumor-information__input-group, .social-history__input-group {
  width: 100%;
}
.dia-form-item--field {
  margin: -0.3125vw -0.3125vw 0.9375vw -0.3125vw;
  padding: 0.3125vw 0.3125vw 0.3125vw 0.3125vw;
  position: relative;
}
.dia-form-item--ext-field, .conference-activities__entry, .physical-examination__entry--edit, .physical-examination__entry, .tumor-information__group-field, .biomarkers__entry, .biomarkers__entry--edit, .social-history__group-field, .recommendations__entry-cells, .past-medical-history__entry, .past-medical-history__entry--edit, .staging__entry-outer, .meeting-preparation-patient-cover-slide__cancer-info-item, .meeting-presentation-patient-cover-slide__cancer-info-item {
  margin: -0.3125vw -1.5625vw 0.9375vw -0.3125vw;
  padding: 0.3125vw 1.5625vw 0.3125vw 0.3125vw;
  position: relative;
}
.dia-form-item--hover, .patient-event-links__list-item.hoverable:hover, app-patient-event-links-view .patient-event-links__list-item.hoverable:hover, .physical-examination__entry--edit:not(.physical-examination__entry--no-hover):hover, .tumor-information__group-field:hover, .medications__entry--edit:not(.medications__entry--no-hover):hover, .biomarkers__entry--edit:not(.biomarkers__entry--no-hover):hover, .treatment-history__entries-edit .treatment-history__entry:not(.treatment-history__entry--no-hover):hover, .social-history__group-field:not(.social-history__group-field--no-hover):hover, .recommendations__group-field:hover, .past-medical-history__entry--edit:not(.past-medical-history__entry--no-hover):hover, .staging__entry-outer:not(.staging__entry-outer--no-hover):hover {
  background: #e8ecf0;
}
.dia-form-view-value, .meeting-point-of-discussion__value, .additional-info_text, .tumor-information__other-description,
.tumor-information__location-description, .tumor-information__view-value, .treatment-history__view-value, .social-history__view-value, .treatment-guidelines__value, .recommendations__entry-text, .meeting-presentation-slide-comment__value, .patient-summary__view-value, .present-illness-history__view-value {
  overflow-wrap: break-word;
}
.dia-form-view-multiline, .meeting-point-of-discussion__value, .patient-event__description-view, .additional-info_text, .tumor-information__other-description,
.tumor-information__location-description, .treatment-guidelines__value, .recommendations__entry-text, .meeting-presentation-slide-comment__value, .meeting-presentation-attachment-element__notes-comment, .meeting-preparation-attachment-element__notes-comment {
  white-space: pre-line;
}
.dia-form-buttons, .meeting-move__buttons, .patient-export__buttons, .meeting-patient-add__buttons, .patient-upsert__buttons {
  margin: 0.625vw 0vw 0vw 0vw;
  text-align: right;
}
.dia-form-button, .meeting-move__button, .patient-export__download-button, .patient-export__button, .meeting-patient-add__button, .patient-upsert__cancel-button,
.patient-upsert__create-button,
.patient-upsert__update-button {
  margin: 0vw 0.3125vw 0vw 0.3125vw;
  display: inline-block;
}
.dia-form-button:first-child, .meeting-move__button:first-child, .patient-export__download-button:first-child, .patient-export__button:first-child, .meeting-patient-add__button:first-child, .patient-upsert__cancel-button:first-child,
.patient-upsert__create-button:first-child,
.patient-upsert__update-button:first-child {
  margin-left: 0vw;
}
.dia-form-button:last-child, .meeting-move__button:last-child, .patient-export__download-button:last-child, .patient-export__button:last-child, .meeting-patient-add__button:last-child, .patient-upsert__cancel-button:last-child,
.patient-upsert__create-button:last-child,
.patient-upsert__update-button:last-child {
  margin-right: 0vw;
}
.dia-form-input-validation, .patient-event__invalid, .patient-event-links__link-invalid, .physical-examination__invalid, .medications__invalid, .biomarkers__invalid, .treatment-history__invalid, .past-medical-history__invalid, app-attendee-search-multiselect .attendee-search-multiselect_invalid, .autosuggest__error-message, .editable-dropdown__error-message, .dia-form-input-validation--common, .fullscreen-preview-component__annotations-edit-error-message, .meeting-preparation__error-message, .meeting-patient-add__error-message, .meeting-upsert__error-message, .patient-upsert__error-message, .autosuggest-edit__error-message,
.autosuggest-delete__error-message, .editable-dropdown-edit__error-message,
.editable-dropdown-delete__error-message {
  font-size: 0.8em;
  line-height: 1.1em;
  margin: 0.3125vw 0vw 0vw 0vw;
  display: block;
  color: #ff5555;
  font-style: italic;
}
@media (max-width: 1600px) {
  .dia-form-input-validation, .patient-event__invalid, .patient-event-links__link-invalid, .physical-examination__invalid, .medications__invalid, .biomarkers__invalid, .treatment-history__invalid, .past-medical-history__invalid, app-attendee-search-multiselect .attendee-search-multiselect_invalid, .autosuggest__error-message, .editable-dropdown__error-message, .dia-form-input-validation--common, .fullscreen-preview-component__annotations-edit-error-message, .meeting-preparation__error-message, .meeting-patient-add__error-message, .meeting-upsert__error-message, .patient-upsert__error-message, .autosuggest-edit__error-message,
.autosuggest-delete__error-message, .editable-dropdown-edit__error-message,
.editable-dropdown-delete__error-message {
    font-size: 0.72em;
    line-height: 0.99em;
  }
}
.dia-form-input-validation--common, .fullscreen-preview-component__annotations-edit-error-message, .meeting-preparation__error-message, .meeting-patient-add__error-message, .meeting-upsert__error-message, .patient-upsert__error-message, .autosuggest-edit__error-message,
.autosuggest-delete__error-message, .editable-dropdown-edit__error-message,
.editable-dropdown-delete__error-message {
  padding: 0.1875vw 0vw 0.1875vw 0vw;
  font-size: 16px;
  line-height: 1.3em;
  margin: -1em 0 1em 0;
}
@media (max-width: 1600px) {
  .dia-form-input-validation--common, .fullscreen-preview-component__annotations-edit-error-message, .meeting-preparation__error-message, .meeting-patient-add__error-message, .meeting-upsert__error-message, .patient-upsert__error-message, .autosuggest-edit__error-message,
.autosuggest-delete__error-message, .editable-dropdown-edit__error-message,
.editable-dropdown-delete__error-message {
    font-size: 14.4px;
    line-height: 1.17em;
  }
}
.dia-form-input-validation__item, .patient-event__invalid-item, .patient-event-links__link-invalid-message, .physical-examination__invalid-item, .medications__invalid-item, .biomarkers__invalid-item, .treatment-history__invalid-item, .past-medical-history__invalid-item {
  display: block;
}
.dia-form-input-label,
.dia-form-input-replacer,
.social-history__empty.input-replacer {
  margin-top: 0.625vw;
  margin-bottom: 0.625vw;
}
.dia-form-input-field, app-attendee-search-multiselect .ng-select-multiple, .dropdown-wrapper .display-input, .ng-select__custom.ng-select .ng-select-container, .dia-date-selector__input, .dia-time-selector__input, .dia-textbox__input, .dia-form-input-dropdown {
  padding: 0.625vw 0.625vw 0.625vw 0.625vw;
  font-size: 16px;
  line-height: 1.3em;
  line-height: 1.3em;
  background: #ffffff;
  border: 1px solid #cad1d7;
  color: #5a6774;
  resize: none;
}
@media (max-width: 1600px) {
  .dia-form-input-field, app-attendee-search-multiselect .ng-select-multiple, .dropdown-wrapper .display-input, .ng-select__custom.ng-select .ng-select-container, .dia-date-selector__input, .dia-time-selector__input, .dia-textbox__input, .dia-form-input-dropdown {
    font-size: 14.4px;
    line-height: 1.17em;
  }
}
.dia-form-input-field--block, .dia-textbox__input {
  width: 100%;
}
.dia-form-input-field--major {
  padding: 0.9375vw 0.625vw 0.9375vw 0.625vw;
}
.dia-form-input-field--invalid--focus, app-attendee-search-multiselect .ng-select__custom.ng-select.invalid.ng-select-opened .ng-select-container, app-autosuggest .ng-select.ng-select__custom.ng-select-focused.invalid .ng-select-container, app-autosuggest .ng-select.ng-select__custom.ng-select-focused.invalid.ng-select-opened .ng-select-container, app-autosuggest-multiple .ng-select.ng-select__custom.ng-select-focused.invalid .ng-select-container, app-autosuggest-multiple .ng-select.ng-select__custom.ng-select-focused.invalid.ng-select-opened .ng-select-container, dia-dropdown .ng-select__custom.ng-select.invalid.ng-select-opened .ng-select-container, .ng-select__custom.ng-select.ng-invalid.ng-select-focused .ng-select-container, .ng-select__custom.ng-select.invalid.ng-select-focused .ng-select-container, app-editable-dropdown .ng-select.ng-select__custom.ng-select-focused.invalid .ng-select-container, app-editable-dropdown .ng-select.ng-select__custom.ng-select-focused.invalid.ng-select-opened .ng-select-container,
app-editable-dropdown-multiple .ng-select.ng-select__custom.ng-select-focused.invalid .ng-select-container,
app-editable-dropdown-multiple .ng-select.ng-select__custom.ng-select-focused.invalid.ng-select-opened .ng-select-container, .dia-date-selector__input.invalid:focus, .dia-time-selector__input.invalid:focus, .dia-textbox__input.invalid:focus, .dia-form-input-field--invalid:focus, .ng-select__custom.ng-select.invalid .ng-select-container:focus, .ng-select__custom.ng-select.ng-invalid .ng-select-container:focus, .dia-form-input-dropdown--invalid:focus, .dia-form-input-field.error:focus, app-attendee-search-multiselect .error.ng-select-multiple:focus, .dropdown-wrapper .error.display-input:focus, .ng-select__custom.ng-select .error.ng-select-container:focus, .error.dia-date-selector__input:focus, .error.dia-time-selector__input:focus, .error.dia-textbox__input:focus, .error.dia-form-input-dropdown:focus, .dia-form-input-field.invalid:focus, app-attendee-search-multiselect .invalid.ng-select-multiple:focus, .dropdown-wrapper .invalid.display-input:focus, .ng-select__custom.ng-select .invalid.ng-select-container:focus, .invalid.dia-form-input-dropdown:focus, .dia-form-input-field--invalid.focus, .ng-select__custom.ng-select.invalid .focus.ng-select-container, .ng-select__custom.ng-select.ng-invalid .focus.ng-select-container, .focus.dia-form-input-dropdown--invalid, .focus.dia-form-input-field.error, app-attendee-search-multiselect .focus.error.ng-select-multiple, .dropdown-wrapper .focus.error.display-input, .ng-select__custom.ng-select .focus.error.ng-select-container, .focus.error.dia-date-selector__input, .focus.error.dia-time-selector__input, .focus.error.dia-textbox__input, .focus.error.dia-form-input-dropdown, .focus.dia-form-input-field.invalid, app-attendee-search-multiselect .focus.invalid.ng-select-multiple, .dropdown-wrapper .focus.invalid.display-input, .ng-select__custom.ng-select .focus.invalid.ng-select-container, .focus.invalid.dia-date-selector__input, .focus.invalid.dia-time-selector__input, .focus.invalid.dia-textbox__input, .focus.invalid.dia-form-input-dropdown {
  background-color: #ffffff;
  border-color: #ff5555;
  box-shadow: 0 0 6px #ff5555;
}
.dia-form-input-field--invalid, app-autosuggest .ng-select.ng-select__custom.invalid .ng-select-container, app-autosuggest .ng-select.ng-select__custom.invalid.ng-select-opened .ng-select-container, app-autosuggest-multiple .ng-select.ng-select__custom.invalid .ng-select-container, app-autosuggest-multiple .ng-select.ng-select__custom.invalid.ng-select-opened .ng-select-container, .ng-select__custom.ng-select.invalid .ng-select-container, .ng-select__custom.ng-select.ng-invalid .ng-select-container, .ng-select__custom.ng-select.invalid.ng-select-opened .ng-select-container, app-editable-dropdown .ng-select.ng-select__custom.invalid .ng-select-container, app-editable-dropdown .ng-select.ng-select__custom.invalid.ng-select-opened .ng-select-container,
app-editable-dropdown-multiple .ng-select.ng-select__custom.invalid .ng-select-container,
app-editable-dropdown-multiple .ng-select.ng-select__custom.invalid.ng-select-opened .ng-select-container, .dia-form-input-dropdown--invalid, .dia-form-input-field.error, app-attendee-search-multiselect .error.ng-select-multiple, .dropdown-wrapper .error.display-input, .ng-select__custom.ng-select .error.ng-select-container, .error.dia-date-selector__input, .error.dia-time-selector__input, .error.dia-textbox__input, .error.dia-form-input-dropdown, .dia-form-input-field.invalid, app-attendee-search-multiselect .invalid.ng-select-multiple, .dropdown-wrapper .invalid.display-input, .ng-select__custom.ng-select .invalid.ng-select-container, .invalid.dia-date-selector__input, .invalid.dia-time-selector__input, .invalid.dia-textbox__input, .invalid.dia-form-input-dropdown {
  background-color: #ffffff;
  border-color: #ff5555;
}
.dia-form-input-field--focus, app-attendee-search-multiselect .ng-select-focused, .ng-select__custom.ng-select.ng-select-focused .ng-select-container, .ng-select__custom.ng-select.ng-select-opened .ng-select-container, .dia-form-input-field.focus, app-attendee-search-multiselect .focus.ng-select-multiple, .dropdown-wrapper .focus.display-input, .ng-select__custom.ng-select .focus.ng-select-container, .focus.dia-date-selector__input, .focus.dia-time-selector__input, .focus.dia-textbox__input, .focus.dia-form-input-dropdown, .dia-form-input-field:focus, app-attendee-search-multiselect .ng-select-multiple:focus, .dropdown-wrapper .display-input:focus, .ng-select__custom.ng-select .ng-select-container:focus, .dia-date-selector__input:focus, .dia-time-selector__input:focus, .dia-textbox__input:focus, .dia-form-input-dropdown:focus,
.dia-form-input-field--active,
.dia-form-input-field.active,
app-attendee-search-multiselect .active.ng-select-multiple,
.dropdown-wrapper .active.display-input,
.ng-select__custom.ng-select .active.ng-select-container,
.active.dia-date-selector__input,
.active.dia-time-selector__input,
.active.dia-textbox__input,
.active.dia-form-input-dropdown,
.dia-form-input-field:active,
app-attendee-search-multiselect .ng-select-multiple:active,
.dropdown-wrapper .display-input:active,
.ng-select__custom.ng-select .ng-select-container:active,
.dia-date-selector__input:active,
.dia-time-selector__input:active,
.dia-textbox__input:active,
.dia-form-input-dropdown:active {
  background: #ffffff;
  border-color: #373f47;
  outline: none;
}
.dia-form-input-field--disabled--focus, .dia-form-input-field--disabled:focus, dia-dropdown .ng-select-disabled .ng-select-container:focus, .ng-select__custom.ng-select:disabled .ng-select-container:focus, .ng-select__custom.ng-select.disabled .ng-select-container:focus, .ng-select__custom.ng-select.disabled-area .ng-select-container:focus, .ng-select__custom.ng-select.meeting-point-of-discussion__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.patient-event-links__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.physical-examination__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.tumor-information__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.medications__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.medications__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.biomarkers__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.treatment-history__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.social-history__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.social-history__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.past-medical-history__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.staging__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.staging__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.patient-summary__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation-slide-creator__options__item--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.disabled-area .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.medications__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.medications__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.social-history__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.social-history__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.staging__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.staging__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled .ng-select-container:focus, app-patient-card .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled .ng-select-container:focus, .ng-select__custom.ng-select.patient-history__actions-action--disabled .ng-select-container:focus, app-patient-card .ng-select__custom.ng-select.patient-card__action-dropdown-element-delete-disabled .ng-select-container:focus, .ng-select__custom.ng-select.cancer-info__actions__action--disabled .ng-select-container:focus, .ng-select__custom.ng-select.patient-disabled-tooltip__label--disabled .ng-select-container:focus, .ng-select__custom.ng-select.ng-select-disabled .ng-select-container:focus, .dia-date-selector__input:focus:disabled, .dia-date-selector__input.disabled:focus, .dia-date-selector__input.disabled-area:focus, .dia-date-selector__input.meeting-point-of-discussion__add--disabled:focus, .dia-date-selector__input.patient-event-links__add--disabled:focus, .dia-date-selector__input.physical-examination__add--disabled:focus, .dia-date-selector__input.tumor-information__add--disabled:focus, .dia-date-selector__input.medications__add--disabled:focus, .dia-date-selector__input.biomarkers__add--disabled:focus, .dia-date-selector__input.treatment-history__add--disabled:focus, .dia-date-selector__input.social-history__add--disabled:focus, .dia-date-selector__input.past-medical-history__add--disabled:focus, .dia-date-selector__input.staging__add--disabled:focus, .dia-date-selector__input.patient-summary__add--disabled:focus, .dia-date-selector__input.meeting-preparation-slide-creator__options__item--disabled:focus, .dia-date-selector__input.meeting-preparation__sidebar__slide-creator.disabled:focus, .dia-date-selector__input.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled:focus, .dia-date-selector__input.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled:focus, app-patient-card .dia-date-selector__input.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:focus, .dia-date-selector__input.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled:focus, .dia-date-selector__input.patient-history__actions-action--disabled:focus, app-patient-card .dia-date-selector__input.patient-card__action-dropdown-element-delete-disabled:focus, .dia-date-selector__input.cancer-info__actions__action--disabled:focus, .dia-date-selector__input.patient-disabled-tooltip__label--disabled:focus, .dia-time-selector__input:focus:disabled, .dia-time-selector__input.disabled:focus, .dia-time-selector__input.disabled-area:focus, .dia-time-selector__input.meeting-point-of-discussion__add--disabled:focus, .dia-time-selector__input.patient-event-links__add--disabled:focus, .dia-time-selector__input.physical-examination__add--disabled:focus, .dia-time-selector__input.tumor-information__add--disabled:focus, .dia-time-selector__input.medications__add--disabled:focus, .dia-time-selector__input.biomarkers__add--disabled:focus, .dia-time-selector__input.treatment-history__add--disabled:focus, .dia-time-selector__input.social-history__add--disabled:focus, .dia-time-selector__input.past-medical-history__add--disabled:focus, .dia-time-selector__input.staging__add--disabled:focus, .dia-time-selector__input.patient-summary__add--disabled:focus, .dia-time-selector__input.meeting-preparation-slide-creator__options__item--disabled:focus, .dia-time-selector__input.meeting-preparation__sidebar__slide-creator.disabled:focus, .dia-time-selector__input.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled:focus, .dia-time-selector__input.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled:focus, app-patient-card .dia-time-selector__input.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:focus, .dia-time-selector__input.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled:focus, .dia-time-selector__input.patient-history__actions-action--disabled:focus, app-patient-card .dia-time-selector__input.patient-card__action-dropdown-element-delete-disabled:focus, .dia-time-selector__input.cancer-info__actions__action--disabled:focus, .dia-time-selector__input.patient-disabled-tooltip__label--disabled:focus, .dia-textbox__input:focus:disabled, .dia-textbox__input.disabled:focus, .dia-textbox__input.disabled-area:focus, .dia-textbox__input.meeting-point-of-discussion__add--disabled:focus, .dia-textbox__input.patient-event-links__add--disabled:focus, .dia-textbox__input.physical-examination__add--disabled:focus, .dia-textbox__input.tumor-information__add--disabled:focus, .dia-textbox__input.medications__add--disabled:focus, .dia-textbox__input.biomarkers__add--disabled:focus, .dia-textbox__input.treatment-history__add--disabled:focus, .dia-textbox__input.social-history__add--disabled:focus, .dia-textbox__input.past-medical-history__add--disabled:focus, .dia-textbox__input.staging__add--disabled:focus, .dia-textbox__input.patient-summary__add--disabled:focus, .dia-textbox__input.meeting-preparation-slide-creator__options__item--disabled:focus, .dia-textbox__input.meeting-preparation__sidebar__slide-creator.disabled:focus, .dia-textbox__input.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled:focus, .dia-textbox__input.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled:focus, app-patient-card .dia-textbox__input.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:focus, .dia-textbox__input.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled:focus, .dia-textbox__input.patient-history__actions-action--disabled:focus, app-patient-card .dia-textbox__input.patient-card__action-dropdown-element-delete-disabled:focus, .dia-textbox__input.cancer-info__actions__action--disabled:focus, .dia-textbox__input.patient-disabled-tooltip__label--disabled:focus, .dia-form-input-field--disabled.focus, dia-dropdown .ng-select-disabled .focus.ng-select-container, .ng-select__custom.ng-select:disabled .focus.ng-select-container, .ng-select__custom.ng-select.disabled .focus.ng-select-container, .ng-select__custom.ng-select.disabled-area .focus.ng-select-container, .ng-select__custom.ng-select.meeting-point-of-discussion__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.patient-event-links__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.physical-examination__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.tumor-information__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.medications__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.medications__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.biomarkers__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.treatment-history__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.social-history__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.social-history__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.past-medical-history__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.staging__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.staging__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.patient-summary__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation-slide-creator__options__item--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.disabled-area .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.medications__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.medications__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.social-history__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.social-history__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.staging__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.staging__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled .focus.ng-select-container, app-patient-card .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled .focus.ng-select-container, .ng-select__custom.ng-select.patient-history__actions-action--disabled .focus.ng-select-container, app-patient-card .ng-select__custom.ng-select.patient-card__action-dropdown-element-delete-disabled .focus.ng-select-container, .ng-select__custom.ng-select.cancer-info__actions__action--disabled .focus.ng-select-container, .ng-select__custom.ng-select.patient-disabled-tooltip__label--disabled .focus.ng-select-container, .ng-select__custom.ng-select.ng-select-disabled .focus.ng-select-container, .focus.dia-date-selector__input:disabled, .focus.dia-date-selector__input.disabled, .focus.dia-date-selector__input.disabled-area, .focus.dia-date-selector__input.meeting-point-of-discussion__add--disabled, .focus.dia-date-selector__input.patient-event-links__add--disabled, .focus.dia-date-selector__input.physical-examination__add--disabled, .focus.dia-date-selector__input.tumor-information__add--disabled, .focus.dia-date-selector__input.medications__add--disabled, .focus.dia-date-selector__input.biomarkers__add--disabled, .focus.dia-date-selector__input.treatment-history__add--disabled, .focus.dia-date-selector__input.social-history__add--disabled, .focus.dia-date-selector__input.past-medical-history__add--disabled, .focus.dia-date-selector__input.staging__add--disabled, .focus.dia-date-selector__input.patient-summary__add--disabled, .focus.dia-date-selector__input.meeting-preparation-slide-creator__options__item--disabled, .focus.dia-date-selector__input.meeting-preparation__sidebar__slide-creator.disabled, .focus.dia-date-selector__input.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .focus.dia-date-selector__input.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, app-patient-card .focus.dia-date-selector__input.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .focus.dia-date-selector__input.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .focus.dia-date-selector__input.patient-history__actions-action--disabled, app-patient-card .focus.dia-date-selector__input.patient-card__action-dropdown-element-delete-disabled, .focus.dia-date-selector__input.cancer-info__actions__action--disabled, .focus.dia-date-selector__input.patient-disabled-tooltip__label--disabled, .focus.dia-time-selector__input:disabled, .focus.dia-time-selector__input.disabled, .focus.dia-time-selector__input.disabled-area, .focus.dia-time-selector__input.meeting-point-of-discussion__add--disabled, .focus.dia-time-selector__input.patient-event-links__add--disabled, .focus.dia-time-selector__input.physical-examination__add--disabled, .focus.dia-time-selector__input.tumor-information__add--disabled, .focus.dia-time-selector__input.medications__add--disabled, .focus.dia-time-selector__input.biomarkers__add--disabled, .focus.dia-time-selector__input.treatment-history__add--disabled, .focus.dia-time-selector__input.social-history__add--disabled, .focus.dia-time-selector__input.past-medical-history__add--disabled, .focus.dia-time-selector__input.staging__add--disabled, .focus.dia-time-selector__input.patient-summary__add--disabled, .focus.dia-time-selector__input.meeting-preparation-slide-creator__options__item--disabled, .focus.dia-time-selector__input.meeting-preparation__sidebar__slide-creator.disabled, .focus.dia-time-selector__input.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .focus.dia-time-selector__input.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, app-patient-card .focus.dia-time-selector__input.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .focus.dia-time-selector__input.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .focus.dia-time-selector__input.patient-history__actions-action--disabled, app-patient-card .focus.dia-time-selector__input.patient-card__action-dropdown-element-delete-disabled, .focus.dia-time-selector__input.cancer-info__actions__action--disabled, .focus.dia-time-selector__input.patient-disabled-tooltip__label--disabled, .focus.dia-textbox__input:disabled, .focus.dia-textbox__input.disabled, .focus.dia-textbox__input.disabled-area, .focus.dia-textbox__input.meeting-point-of-discussion__add--disabled, .focus.dia-textbox__input.patient-event-links__add--disabled, .focus.dia-textbox__input.physical-examination__add--disabled, .focus.dia-textbox__input.tumor-information__add--disabled, .focus.dia-textbox__input.medications__add--disabled, .focus.dia-textbox__input.biomarkers__add--disabled, .focus.dia-textbox__input.treatment-history__add--disabled, .focus.dia-textbox__input.social-history__add--disabled, .focus.dia-textbox__input.past-medical-history__add--disabled, .focus.dia-textbox__input.staging__add--disabled, .focus.dia-textbox__input.patient-summary__add--disabled, .focus.dia-textbox__input.meeting-preparation-slide-creator__options__item--disabled, .focus.dia-textbox__input.meeting-preparation__sidebar__slide-creator.disabled, .focus.dia-textbox__input.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .focus.dia-textbox__input.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, app-patient-card .focus.dia-textbox__input.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .focus.dia-textbox__input.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .focus.dia-textbox__input.patient-history__actions-action--disabled, app-patient-card .focus.dia-textbox__input.patient-card__action-dropdown-element-delete-disabled, .focus.dia-textbox__input.cancer-info__actions__action--disabled, .focus.dia-textbox__input.patient-disabled-tooltip__label--disabled {
  border-color: #373f47;
}
.dia-form-input-field--disabled, dia-dropdown .ng-select-disabled .ng-select-container, .ng-select__custom.ng-select:disabled .ng-select-container, .ng-select__custom.ng-select.disabled .ng-select-container, .ng-select__custom.ng-select.disabled-area .ng-select-container, .ng-select__custom.ng-select.meeting-point-of-discussion__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled .ng-select-container, .ng-select__custom.ng-select.patient-event-links__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled .ng-select-container, .ng-select__custom.ng-select.physical-examination__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled .ng-select-container, .ng-select__custom.ng-select.tumor-information__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled .ng-select-container, .ng-select__custom.ng-select.medications__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.medications__add--disabled .ng-select-container, .ng-select__custom.ng-select.biomarkers__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled .ng-select-container, .ng-select__custom.ng-select.treatment-history__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled .ng-select-container, .ng-select__custom.ng-select.social-history__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.social-history__add--disabled .ng-select-container, .ng-select__custom.ng-select.past-medical-history__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled .ng-select-container, .ng-select__custom.ng-select.staging__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.staging__add--disabled .ng-select-container, .ng-select__custom.ng-select.patient-summary__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation-slide-creator__options__item--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.disabled-area .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.medications__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.medications__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled .ng-select-container, app-patient-card .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled .ng-select-container, .ng-select__custom.ng-select.patient-history__actions-action--disabled .ng-select-container, app-patient-card .ng-select__custom.ng-select.patient-card__action-dropdown-element-delete-disabled .ng-select-container, .ng-select__custom.ng-select.cancer-info__actions__action--disabled .ng-select-container, .ng-select__custom.ng-select.patient-disabled-tooltip__label--disabled .ng-select-container, .ng-select__custom.ng-select.disabled-area:hover .ng-select-container, .ng-select__custom.ng-select.meeting-point-of-discussion__add--disabled:hover .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled:hover .ng-select-container, .ng-select__custom.ng-select.patient-event-links__add--disabled:hover .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled:hover .ng-select-container, .ng-select__custom.ng-select.physical-examination__add--disabled:hover .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled:hover .ng-select-container, .ng-select__custom.ng-select.tumor-information__add--disabled:hover .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled:hover .ng-select-container, .ng-select__custom.ng-select.medications__add--disabled:hover .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.medications__add--disabled:hover .ng-select-container, .ng-select__custom.ng-select.biomarkers__add--disabled:hover .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled:hover .ng-select-container, .ng-select__custom.ng-select.treatment-history__add--disabled:hover .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled:hover .ng-select-container, .ng-select__custom.ng-select.social-history__add--disabled:hover .ng-select-container, .ng-select__custom.ng-select.past-medical-history__add--disabled:hover .ng-select-container, .ng-select__custom.ng-select.staging__add--disabled:hover .ng-select-container, .ng-select__custom.ng-select.patient-summary__add--disabled:hover .ng-select-container, .ng-select__custom.ng-select.meeting-preparation-slide-creator__options__item--disabled:hover .ng-select-container, .ng-select__custom.ng-select.patient-history__actions-action--disabled:hover .ng-select-container, app-patient-card .ng-select__custom.ng-select.patient-card__action-dropdown-element-delete-disabled:hover .ng-select-container, .ng-select__custom.ng-select.cancer-info__actions__action--disabled:hover .ng-select-container, .ng-select__custom.ng-select.patient-disabled-tooltip__label--disabled:hover .ng-select-container, .ng-select__custom.ng-select.disabled-area:focus .ng-select-container, .ng-select__custom.ng-select.meeting-point-of-discussion__add--disabled:focus .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled:focus .ng-select-container, .ng-select__custom.ng-select.patient-event-links__add--disabled:focus .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled:focus .ng-select-container, .ng-select__custom.ng-select.physical-examination__add--disabled:focus .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled:focus .ng-select-container, .ng-select__custom.ng-select.tumor-information__add--disabled:focus .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled:focus .ng-select-container, .ng-select__custom.ng-select.medications__add--disabled:focus .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.medications__add--disabled:focus .ng-select-container, .ng-select__custom.ng-select.biomarkers__add--disabled:focus .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled:focus .ng-select-container, .ng-select__custom.ng-select.treatment-history__add--disabled:focus .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled:focus .ng-select-container, .ng-select__custom.ng-select.social-history__add--disabled:focus .ng-select-container, .ng-select__custom.ng-select.past-medical-history__add--disabled:focus .ng-select-container, .ng-select__custom.ng-select.staging__add--disabled:focus .ng-select-container, .ng-select__custom.ng-select.patient-summary__add--disabled:focus .ng-select-container, .ng-select__custom.ng-select.meeting-preparation-slide-creator__options__item--disabled:focus .ng-select-container, .ng-select__custom.ng-select.patient-history__actions-action--disabled:focus .ng-select-container, app-patient-card .ng-select__custom.ng-select.patient-card__action-dropdown-element-delete-disabled:focus .ng-select-container, .ng-select__custom.ng-select.cancer-info__actions__action--disabled:focus .ng-select-container, .ng-select__custom.ng-select.patient-disabled-tooltip__label--disabled:focus .ng-select-container, .ng-select__custom.ng-select.disabled-area:active .ng-select-container, .ng-select__custom.ng-select.meeting-point-of-discussion__add--disabled:active .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled:active .ng-select-container, .ng-select__custom.ng-select.patient-event-links__add--disabled:active .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled:active .ng-select-container, .ng-select__custom.ng-select.physical-examination__add--disabled:active .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled:active .ng-select-container, .ng-select__custom.ng-select.tumor-information__add--disabled:active .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled:active .ng-select-container, .ng-select__custom.ng-select.medications__add--disabled:active .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.medications__add--disabled:active .ng-select-container, .ng-select__custom.ng-select.biomarkers__add--disabled:active .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled:active .ng-select-container, .ng-select__custom.ng-select.treatment-history__add--disabled:active .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled:active .ng-select-container, .ng-select__custom.ng-select.social-history__add--disabled:active .ng-select-container, .ng-select__custom.ng-select.past-medical-history__add--disabled:active .ng-select-container, .ng-select__custom.ng-select.staging__add--disabled:active .ng-select-container, .ng-select__custom.ng-select.patient-summary__add--disabled:active .ng-select-container, .ng-select__custom.ng-select.meeting-preparation-slide-creator__options__item--disabled:active .ng-select-container, .ng-select__custom.ng-select.patient-history__actions-action--disabled:active .ng-select-container, app-patient-card .ng-select__custom.ng-select.patient-card__action-dropdown-element-delete-disabled:active .ng-select-container, .ng-select__custom.ng-select.cancer-info__actions__action--disabled:active .ng-select-container, .ng-select__custom.ng-select.patient-disabled-tooltip__label--disabled:active .ng-select-container, .ng-select__custom.ng-select.ng-select-disabled .ng-select-container, .dia-date-selector__input:disabled, .dia-date-selector__input.disabled, .dia-date-selector__input.disabled-area, .dia-date-selector__input.meeting-point-of-discussion__add--disabled, .dia-date-selector__input.patient-event-links__add--disabled, .dia-date-selector__input.physical-examination__add--disabled, .dia-date-selector__input.tumor-information__add--disabled, .dia-date-selector__input.medications__add--disabled, .dia-date-selector__input.biomarkers__add--disabled, .dia-date-selector__input.treatment-history__add--disabled, .dia-date-selector__input.social-history__add--disabled, .dia-date-selector__input.past-medical-history__add--disabled, .dia-date-selector__input.staging__add--disabled, .dia-date-selector__input.patient-summary__add--disabled, .dia-date-selector__input.meeting-preparation-slide-creator__options__item--disabled, .dia-date-selector__input.patient-history__actions-action--disabled, app-patient-card .dia-date-selector__input.patient-card__action-dropdown-element-delete-disabled, .dia-date-selector__input.cancer-info__actions__action--disabled, .dia-date-selector__input.patient-disabled-tooltip__label--disabled, .dia-time-selector__input:disabled, .dia-time-selector__input.disabled, .dia-time-selector__input.disabled-area, .dia-time-selector__input.meeting-point-of-discussion__add--disabled, .dia-time-selector__input.patient-event-links__add--disabled, .dia-time-selector__input.physical-examination__add--disabled, .dia-time-selector__input.tumor-information__add--disabled, .dia-time-selector__input.medications__add--disabled, .dia-time-selector__input.biomarkers__add--disabled, .dia-time-selector__input.treatment-history__add--disabled, .dia-time-selector__input.social-history__add--disabled, .dia-time-selector__input.past-medical-history__add--disabled, .dia-time-selector__input.staging__add--disabled, .dia-time-selector__input.patient-summary__add--disabled, .dia-time-selector__input.meeting-preparation-slide-creator__options__item--disabled, .dia-time-selector__input.patient-history__actions-action--disabled, app-patient-card .dia-time-selector__input.patient-card__action-dropdown-element-delete-disabled, .dia-time-selector__input.cancer-info__actions__action--disabled, .dia-time-selector__input.patient-disabled-tooltip__label--disabled, .dia-textbox__input:disabled, .dia-textbox__input.disabled, .dia-textbox__input.disabled-area, .dia-textbox__input.meeting-point-of-discussion__add--disabled, .dia-textbox__input.patient-event-links__add--disabled, .dia-textbox__input.physical-examination__add--disabled, .dia-textbox__input.tumor-information__add--disabled, .dia-textbox__input.medications__add--disabled, .dia-textbox__input.biomarkers__add--disabled, .dia-textbox__input.treatment-history__add--disabled, .dia-textbox__input.social-history__add--disabled, .dia-textbox__input.past-medical-history__add--disabled, .dia-textbox__input.staging__add--disabled, .dia-textbox__input.patient-summary__add--disabled, .dia-textbox__input.meeting-preparation-slide-creator__options__item--disabled, .dia-textbox__input.patient-history__actions-action--disabled, app-patient-card .dia-textbox__input.patient-card__action-dropdown-element-delete-disabled, .dia-textbox__input.cancer-info__actions__action--disabled, .dia-textbox__input.patient-disabled-tooltip__label--disabled {
  background: #ffffff;
  border-color: #cad1d7;
  color: #a2aeba;
}
.dia-form-input-field--readonly {
  background: #ffffff;
  border-color: #373f47;
}
.dia-form-input-value {
  padding: 0.625vw 0vw 0.625vw 0vw;
  display: inline-block;
  line-height: 1.15em;
}
.dia-form-input-field::-moz-placeholder, app-attendee-search-multiselect .ng-select-multiple::-moz-placeholder, .dropdown-wrapper .display-input::-moz-placeholder, .ng-select__custom.ng-select .ng-select-container::-moz-placeholder, .dia-date-selector__input::-moz-placeholder, .dia-time-selector__input::-moz-placeholder, .dia-textbox__input::-moz-placeholder, .dia-form-input-dropdown::-moz-placeholder {
  color: #a2aeba;
  font-style: italic;
  opacity: 1;
}
.dia-form-input-field:-ms-input-placeholder, app-attendee-search-multiselect .ng-select-multiple:-ms-input-placeholder, .dropdown-wrapper .display-input:-ms-input-placeholder, .ng-select__custom.ng-select .ng-select-container:-ms-input-placeholder, .dia-date-selector__input:-ms-input-placeholder, .dia-time-selector__input:-ms-input-placeholder, .dia-textbox__input:-ms-input-placeholder, .dia-form-input-dropdown:-ms-input-placeholder {
  color: #a2aeba;
  font-style: italic;
  opacity: 1;
}
.dia-form-input--placeholder, .treatment-guidelines__value-empty, .recommendations__value-empty, app-attendee-search-multiselect .ng-select-multiple.ng-select .ng-select-container .ng-value-container .ng-placeholder, .input-file-drop__hint-text, .ng-select__custom.ng-select .ng-placeholder, .dia-date-selector__input.placeholder, .dia-form-input-field.placeholder, app-attendee-search-multiselect .placeholder.ng-select-multiple, .dropdown-wrapper .placeholder.display-input, .ng-select__custom.ng-select .placeholder.ng-select-container, .placeholder.dia-time-selector__input, .placeholder.dia-textbox__input, .placeholder.dia-form-input-dropdown, .dia-form-input-field::placeholder, app-attendee-search-multiselect .ng-select-multiple::placeholder, .dropdown-wrapper .display-input::placeholder, .ng-select__custom.ng-select .ng-select-container::placeholder, .dia-date-selector__input::placeholder, .dia-time-selector__input::placeholder, .dia-textbox__input::placeholder, .dia-form-input-dropdown::placeholder {
  color: #a2aeba;
  font-style: italic;
  opacity: 1;
}
.dia-form-input-clear, .file-selector__clear[variant=delete][type=default] {
  margin: 0.75vw 0.3125vw 0.75vw 0.3125vw;
  position: relative;
  display: inline-block;
  float: right;
  height: 1em;
  width: 1em;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('trash-off.ce066eed9cee9a8e.svg');
  vertical-align: top;
}
.dia-form-input-download {
  margin: 0.75vw 0.3125vw 0.75vw 0.3125vw;
  position: relative;
  display: inline-block;
  float: right;
  height: 1em;
  width: 1em;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('download-off.f3276bd3c0d1ecf4.svg');
}
.dia-form-input-download--active {
  background-image: url('download-on.f48d91d6ff16a727.svg');
}
.dia-form-input-arrow, .ng-select__custom.ng-select .ng-arrow-wrapper, .dia-time-selector__arrow {
  border-top: 0.375vw solid #5a6774;
  border-right: 0.21875vw solid transparent;
  border-left: 0.21875vw solid transparent;
  display: inline-block;
  margin: 0 0 0.1875vw 0;
  position: absolute;
  top: calc(50% - 0.1875vw);
  right: 0.9375vw;
  cursor: pointer;
}
.dia-form-input-clear--active, .file-selector__clear[variant=delete][type=default]:hover {
  background-image: url('trash-on.2bc645cb73126d9f.svg');
}
.dia-form-input-sequence, .patient-attributes-textbox__input-sequence {
  display: flex;
  flex-direction: row;
}
.dia-form-input-sequence__item, .patient-attributes-textbox__input-sequence .patient-attributes-textbox__input, .dia-form-input-sequence .dia-form-input-sequence, .patient-attributes-textbox__input-sequence .dia-form-input-sequence, .dia-form-input-sequence .patient-attributes-textbox__input-sequence, .patient-attributes-textbox__input-sequence .patient-attributes-textbox__input-sequence, .dia-form-input-sequence .dia-form-input-field, .patient-attributes-textbox__input-sequence .dia-form-input-field, .dia-form-input-sequence app-attendee-search-multiselect .ng-select-multiple, .patient-attributes-textbox__input-sequence app-attendee-search-multiselect .ng-select-multiple, app-attendee-search-multiselect .dia-form-input-sequence .ng-select-multiple, app-attendee-search-multiselect .patient-attributes-textbox__input-sequence .ng-select-multiple, .dia-form-input-sequence .dropdown-wrapper .display-input, .patient-attributes-textbox__input-sequence .dropdown-wrapper .display-input, .dropdown-wrapper .dia-form-input-sequence .display-input, .dropdown-wrapper .patient-attributes-textbox__input-sequence .display-input, .dia-form-input-sequence .ng-select__custom.ng-select .ng-select-container, .patient-attributes-textbox__input-sequence .ng-select__custom.ng-select .ng-select-container, .ng-select__custom.ng-select .dia-form-input-sequence .ng-select-container, .ng-select__custom.ng-select .patient-attributes-textbox__input-sequence .ng-select-container, .dia-form-input-sequence .dia-date-selector__input, .patient-attributes-textbox__input-sequence .dia-date-selector__input, .dia-form-input-sequence .dia-time-selector__input, .patient-attributes-textbox__input-sequence .dia-time-selector__input, .dia-form-input-sequence .dia-textbox__input, .patient-attributes-textbox__input-sequence .dia-textbox__input, .dia-form-input-sequence .dia-form-input-dropdown, .patient-attributes-textbox__input-sequence .dia-form-input-dropdown {
  flex-grow: 1;
  flex-shrink: 1;
}
.dia-form-input-sequence__separator, .patient-attributes-textbox__input-sequence__separator,
.patient-attributes-textbox__input-sequence__unit {
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0.75vw 0.3125vw 0.75vw 0.3125vw;
}
.dia-form-input-dropdown {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.dia-form-input-dropdown--focus, .dia-form-input-dropdown.focus, .dia-form-input-dropdown:focus {
  background: #ffffff;
  border: 1px solid #0066cc;
}
.dia-form-input-dropdown__item, app-attendee-search-multiselect .ng-option, .patient-search__option, .ng-select__custom .ng-option {
  padding: 0.3125vw 0.625vw 0.3125vw 0.625vw;
  background: #ffffff;
  border-width: 1px 0 0 0;
  cursor: pointer;
}
.dia-form-input-dropdown__item--active, .dia-form-input-dropdown__item:hover, app-attendee-search-multiselect .ng-option:hover, .patient-search__option:hover, .ng-select__custom .ng-option:hover, .dia-form-input-dropdown__item.active, app-attendee-search-multiselect .active.ng-option, .active.patient-search__option, .ng-select__custom .active.ng-option {
  background: #ffffff;
}
.dia-form-input-dropdown--animation {
  opacity: 0;
  pointer-events: none;
  transition-timing-function: ease;
  transform: translate(0, -20px);
}
.dia-form-input-dropdown--animation-active {
  opacity: 1;
  pointer-events: inherit;
  transform: translate(0, 0);
}
.dia-form-input-label,
.dia-form-input-replacer,
.social-history__empty.input-replacer {
  margin-top: 0.625vw;
  margin-bottom: 0.625vw;
}
.dia-form-input-field, app-attendee-search-multiselect .ng-select-multiple, .dropdown-wrapper .display-input, .ng-select__custom.ng-select .ng-select-container, .dia-date-selector__input, .dia-time-selector__input, .dia-textbox__input, .dia-form-input-dropdown {
  padding: 0.625vw 0.625vw 0.625vw 0.625vw;
  font-size: 16px;
  line-height: 1.3em;
  line-height: 1.3em;
  background: #ffffff;
  border: 1px solid #cad1d7;
  color: #5a6774;
  resize: none;
}
@media (max-width: 1600px) {
  .dia-form-input-field, app-attendee-search-multiselect .ng-select-multiple, .dropdown-wrapper .display-input, .ng-select__custom.ng-select .ng-select-container, .dia-date-selector__input, .dia-time-selector__input, .dia-textbox__input, .dia-form-input-dropdown {
    font-size: 14.4px;
    line-height: 1.17em;
  }
}
.dia-form-input-field--block, .dia-textbox__input {
  width: 100%;
}
.dia-form-input-field--major {
  padding: 0.9375vw 0.625vw 0.9375vw 0.625vw;
}
.dia-form-input-field--invalid--focus, app-attendee-search-multiselect .ng-select__custom.ng-select.invalid.ng-select-opened .ng-select-container, app-autosuggest .ng-select.ng-select__custom.ng-select-focused.invalid .ng-select-container, app-autosuggest .ng-select.ng-select__custom.ng-select-focused.invalid.ng-select-opened .ng-select-container, app-autosuggest-multiple .ng-select.ng-select__custom.ng-select-focused.invalid .ng-select-container, app-autosuggest-multiple .ng-select.ng-select__custom.ng-select-focused.invalid.ng-select-opened .ng-select-container, dia-dropdown .ng-select__custom.ng-select.invalid.ng-select-opened .ng-select-container, .ng-select__custom.ng-select.ng-invalid.ng-select-focused .ng-select-container, .ng-select__custom.ng-select.invalid.ng-select-focused .ng-select-container, app-editable-dropdown .ng-select.ng-select__custom.ng-select-focused.invalid .ng-select-container, app-editable-dropdown .ng-select.ng-select__custom.ng-select-focused.invalid.ng-select-opened .ng-select-container,
app-editable-dropdown-multiple .ng-select.ng-select__custom.ng-select-focused.invalid .ng-select-container,
app-editable-dropdown-multiple .ng-select.ng-select__custom.ng-select-focused.invalid.ng-select-opened .ng-select-container, .dia-date-selector__input.invalid:focus, .dia-time-selector__input.invalid:focus, .dia-textbox__input.invalid:focus, .dia-form-input-field--invalid:focus, .ng-select__custom.ng-select.invalid .ng-select-container:focus, .ng-select__custom.ng-select.ng-invalid .ng-select-container:focus, .dia-form-input-field.error:focus, app-attendee-search-multiselect .error.ng-select-multiple:focus, .dropdown-wrapper .error.display-input:focus, .ng-select__custom.ng-select .error.ng-select-container:focus, .error.dia-date-selector__input:focus, .error.dia-time-selector__input:focus, .error.dia-textbox__input:focus, .dia-form-input-field.invalid:focus, app-attendee-search-multiselect .invalid.ng-select-multiple:focus, .dropdown-wrapper .invalid.display-input:focus, .ng-select__custom.ng-select .invalid.ng-select-container:focus, .dia-form-input-field--invalid.focus, .ng-select__custom.ng-select.invalid .focus.ng-select-container, .ng-select__custom.ng-select.ng-invalid .focus.ng-select-container, .focus.dia-form-input-field.error, app-attendee-search-multiselect .focus.error.ng-select-multiple, .dropdown-wrapper .focus.error.display-input, .ng-select__custom.ng-select .focus.error.ng-select-container, .focus.error.dia-date-selector__input, .focus.error.dia-time-selector__input, .focus.error.dia-textbox__input, .focus.dia-form-input-field.invalid, app-attendee-search-multiselect .focus.invalid.ng-select-multiple, .dropdown-wrapper .focus.invalid.display-input, .ng-select__custom.ng-select .focus.invalid.ng-select-container, .focus.invalid.dia-date-selector__input, .focus.invalid.dia-time-selector__input, .focus.invalid.dia-textbox__input, .error.dia-form-input-dropdown:focus, .invalid.dia-form-input-dropdown:focus, .focus.error.dia-form-input-dropdown, .focus.invalid.dia-form-input-dropdown, .dia-form-input-dropdown--invalid:focus, .focus.dia-form-input-dropdown--invalid {
  background-color: #ffffff;
  border-color: #ff5555;
  box-shadow: 0 0 6px #ff5555;
}
.dia-form-input-field--invalid, app-autosuggest .ng-select.ng-select__custom.invalid .ng-select-container, app-autosuggest .ng-select.ng-select__custom.invalid.ng-select-opened .ng-select-container, app-autosuggest-multiple .ng-select.ng-select__custom.invalid .ng-select-container, app-autosuggest-multiple .ng-select.ng-select__custom.invalid.ng-select-opened .ng-select-container, .ng-select__custom.ng-select.invalid .ng-select-container, .ng-select__custom.ng-select.ng-invalid .ng-select-container, .ng-select__custom.ng-select.invalid.ng-select-opened .ng-select-container, app-editable-dropdown .ng-select.ng-select__custom.invalid .ng-select-container, app-editable-dropdown .ng-select.ng-select__custom.invalid.ng-select-opened .ng-select-container,
app-editable-dropdown-multiple .ng-select.ng-select__custom.invalid .ng-select-container,
app-editable-dropdown-multiple .ng-select.ng-select__custom.invalid.ng-select-opened .ng-select-container, .dia-form-input-field.error, app-attendee-search-multiselect .error.ng-select-multiple, .dropdown-wrapper .error.display-input, .ng-select__custom.ng-select .error.ng-select-container, .error.dia-date-selector__input, .error.dia-time-selector__input, .error.dia-textbox__input, .dia-form-input-field.invalid, app-attendee-search-multiselect .invalid.ng-select-multiple, .dropdown-wrapper .invalid.display-input, .ng-select__custom.ng-select .invalid.ng-select-container, .invalid.dia-date-selector__input, .invalid.dia-time-selector__input, .invalid.dia-textbox__input, .error.dia-form-input-dropdown, .invalid.dia-form-input-dropdown, .dia-form-input-dropdown--invalid {
  background-color: #ffffff;
  border-color: #ff5555;
}
.dia-form-input-field--focus, app-attendee-search-multiselect .ng-select-focused, .ng-select__custom.ng-select.ng-select-focused .ng-select-container, .ng-select__custom.ng-select.ng-select-opened .ng-select-container, .dia-form-input-field.focus, app-attendee-search-multiselect .focus.ng-select-multiple, .dropdown-wrapper .focus.display-input, .ng-select__custom.ng-select .focus.ng-select-container, .focus.dia-date-selector__input, .focus.dia-time-selector__input, .focus.dia-textbox__input, .dia-form-input-field:focus, app-attendee-search-multiselect .ng-select-multiple:focus, .dropdown-wrapper .display-input:focus, .ng-select__custom.ng-select .ng-select-container:focus, .dia-date-selector__input:focus, .dia-time-selector__input:focus, .dia-textbox__input:focus, .focus.dia-form-input-dropdown, .dia-form-input-dropdown:focus,
.dia-form-input-field--active,
.dia-form-input-field.active,
app-attendee-search-multiselect .active.ng-select-multiple,
.dropdown-wrapper .active.display-input,
.ng-select__custom.ng-select .active.ng-select-container,
.active.dia-date-selector__input,
.active.dia-time-selector__input,
.active.dia-textbox__input,
.dia-form-input-field:active,
app-attendee-search-multiselect .ng-select-multiple:active,
.dropdown-wrapper .display-input:active,
.ng-select__custom.ng-select .ng-select-container:active,
.dia-date-selector__input:active,
.dia-time-selector__input:active,
.dia-textbox__input:active,
.active.dia-form-input-dropdown,
.dia-form-input-dropdown:active {
  background: #ffffff;
  border-color: #373f47;
  outline: none;
}
.dia-form-input-field--disabled--focus, .dia-form-input-field--disabled:focus, dia-dropdown .ng-select-disabled .ng-select-container:focus, .ng-select__custom.ng-select:disabled .ng-select-container:focus, .ng-select__custom.ng-select.disabled .ng-select-container:focus, .ng-select__custom.ng-select.disabled-area .ng-select-container:focus, .ng-select__custom.ng-select.meeting-point-of-discussion__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.patient-event-links__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.physical-examination__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.tumor-information__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.medications__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.medications__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.biomarkers__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.treatment-history__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.social-history__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.social-history__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.past-medical-history__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.staging__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.staging__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.patient-summary__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation-slide-creator__options__item--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.disabled-area .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.medications__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.medications__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.social-history__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.social-history__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.staging__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.staging__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled .ng-select-container:focus, app-patient-card .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled .ng-select-container:focus, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled .ng-select-container:focus, .ng-select__custom.ng-select.patient-history__actions-action--disabled .ng-select-container:focus, app-patient-card .ng-select__custom.ng-select.patient-card__action-dropdown-element-delete-disabled .ng-select-container:focus, .ng-select__custom.ng-select.cancer-info__actions__action--disabled .ng-select-container:focus, .ng-select__custom.ng-select.patient-disabled-tooltip__label--disabled .ng-select-container:focus, .ng-select__custom.ng-select.ng-select-disabled .ng-select-container:focus, .dia-date-selector__input:focus:disabled, .dia-date-selector__input.disabled:focus, .dia-date-selector__input.disabled-area:focus, .dia-date-selector__input.meeting-point-of-discussion__add--disabled:focus, .dia-date-selector__input.patient-event-links__add--disabled:focus, .dia-date-selector__input.physical-examination__add--disabled:focus, .dia-date-selector__input.tumor-information__add--disabled:focus, .dia-date-selector__input.medications__add--disabled:focus, .dia-date-selector__input.biomarkers__add--disabled:focus, .dia-date-selector__input.treatment-history__add--disabled:focus, .dia-date-selector__input.social-history__add--disabled:focus, .dia-date-selector__input.past-medical-history__add--disabled:focus, .dia-date-selector__input.staging__add--disabled:focus, .dia-date-selector__input.patient-summary__add--disabled:focus, .dia-date-selector__input.meeting-preparation-slide-creator__options__item--disabled:focus, .dia-date-selector__input.meeting-preparation__sidebar__slide-creator.disabled:focus, .dia-date-selector__input.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled:focus, .dia-date-selector__input.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled:focus, app-patient-card .dia-date-selector__input.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:focus, .dia-date-selector__input.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled:focus, .dia-date-selector__input.patient-history__actions-action--disabled:focus, app-patient-card .dia-date-selector__input.patient-card__action-dropdown-element-delete-disabled:focus, .dia-date-selector__input.cancer-info__actions__action--disabled:focus, .dia-date-selector__input.patient-disabled-tooltip__label--disabled:focus, .dia-time-selector__input:focus:disabled, .dia-time-selector__input.disabled:focus, .dia-time-selector__input.disabled-area:focus, .dia-time-selector__input.meeting-point-of-discussion__add--disabled:focus, .dia-time-selector__input.patient-event-links__add--disabled:focus, .dia-time-selector__input.physical-examination__add--disabled:focus, .dia-time-selector__input.tumor-information__add--disabled:focus, .dia-time-selector__input.medications__add--disabled:focus, .dia-time-selector__input.biomarkers__add--disabled:focus, .dia-time-selector__input.treatment-history__add--disabled:focus, .dia-time-selector__input.social-history__add--disabled:focus, .dia-time-selector__input.past-medical-history__add--disabled:focus, .dia-time-selector__input.staging__add--disabled:focus, .dia-time-selector__input.patient-summary__add--disabled:focus, .dia-time-selector__input.meeting-preparation-slide-creator__options__item--disabled:focus, .dia-time-selector__input.meeting-preparation__sidebar__slide-creator.disabled:focus, .dia-time-selector__input.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled:focus, .dia-time-selector__input.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled:focus, app-patient-card .dia-time-selector__input.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:focus, .dia-time-selector__input.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled:focus, .dia-time-selector__input.patient-history__actions-action--disabled:focus, app-patient-card .dia-time-selector__input.patient-card__action-dropdown-element-delete-disabled:focus, .dia-time-selector__input.cancer-info__actions__action--disabled:focus, .dia-time-selector__input.patient-disabled-tooltip__label--disabled:focus, .dia-textbox__input:focus:disabled, .dia-textbox__input.disabled:focus, .dia-textbox__input.disabled-area:focus, .dia-textbox__input.meeting-point-of-discussion__add--disabled:focus, .dia-textbox__input.patient-event-links__add--disabled:focus, .dia-textbox__input.physical-examination__add--disabled:focus, .dia-textbox__input.tumor-information__add--disabled:focus, .dia-textbox__input.medications__add--disabled:focus, .dia-textbox__input.biomarkers__add--disabled:focus, .dia-textbox__input.treatment-history__add--disabled:focus, .dia-textbox__input.social-history__add--disabled:focus, .dia-textbox__input.past-medical-history__add--disabled:focus, .dia-textbox__input.staging__add--disabled:focus, .dia-textbox__input.patient-summary__add--disabled:focus, .dia-textbox__input.meeting-preparation-slide-creator__options__item--disabled:focus, .dia-textbox__input.meeting-preparation__sidebar__slide-creator.disabled:focus, .dia-textbox__input.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled:focus, .dia-textbox__input.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled:focus, app-patient-card .dia-textbox__input.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:focus, .dia-textbox__input.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled:focus, .dia-textbox__input.patient-history__actions-action--disabled:focus, app-patient-card .dia-textbox__input.patient-card__action-dropdown-element-delete-disabled:focus, .dia-textbox__input.cancer-info__actions__action--disabled:focus, .dia-textbox__input.patient-disabled-tooltip__label--disabled:focus, .dia-form-input-field--disabled.focus, dia-dropdown .ng-select-disabled .focus.ng-select-container, .ng-select__custom.ng-select:disabled .focus.ng-select-container, .ng-select__custom.ng-select.disabled .focus.ng-select-container, .ng-select__custom.ng-select.disabled-area .focus.ng-select-container, .ng-select__custom.ng-select.meeting-point-of-discussion__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.patient-event-links__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.physical-examination__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.tumor-information__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.medications__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.medications__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.biomarkers__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.treatment-history__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.social-history__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.social-history__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.past-medical-history__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.staging__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.staging__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.patient-summary__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation-slide-creator__options__item--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.disabled-area .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.medications__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.medications__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.social-history__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.social-history__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.staging__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.staging__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled .focus.ng-select-container, app-patient-card .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled .focus.ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled .focus.ng-select-container, .ng-select__custom.ng-select.patient-history__actions-action--disabled .focus.ng-select-container, app-patient-card .ng-select__custom.ng-select.patient-card__action-dropdown-element-delete-disabled .focus.ng-select-container, .ng-select__custom.ng-select.cancer-info__actions__action--disabled .focus.ng-select-container, .ng-select__custom.ng-select.patient-disabled-tooltip__label--disabled .focus.ng-select-container, .ng-select__custom.ng-select.ng-select-disabled .focus.ng-select-container, .focus.dia-date-selector__input:disabled, .focus.dia-date-selector__input.disabled, .focus.dia-date-selector__input.disabled-area, .focus.dia-date-selector__input.meeting-point-of-discussion__add--disabled, .focus.dia-date-selector__input.patient-event-links__add--disabled, .focus.dia-date-selector__input.physical-examination__add--disabled, .focus.dia-date-selector__input.tumor-information__add--disabled, .focus.dia-date-selector__input.medications__add--disabled, .focus.dia-date-selector__input.biomarkers__add--disabled, .focus.dia-date-selector__input.treatment-history__add--disabled, .focus.dia-date-selector__input.social-history__add--disabled, .focus.dia-date-selector__input.past-medical-history__add--disabled, .focus.dia-date-selector__input.staging__add--disabled, .focus.dia-date-selector__input.patient-summary__add--disabled, .focus.dia-date-selector__input.meeting-preparation-slide-creator__options__item--disabled, .focus.dia-date-selector__input.meeting-preparation__sidebar__slide-creator.disabled, .focus.dia-date-selector__input.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .focus.dia-date-selector__input.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, app-patient-card .focus.dia-date-selector__input.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .focus.dia-date-selector__input.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .focus.dia-date-selector__input.patient-history__actions-action--disabled, app-patient-card .focus.dia-date-selector__input.patient-card__action-dropdown-element-delete-disabled, .focus.dia-date-selector__input.cancer-info__actions__action--disabled, .focus.dia-date-selector__input.patient-disabled-tooltip__label--disabled, .focus.dia-time-selector__input:disabled, .focus.dia-time-selector__input.disabled, .focus.dia-time-selector__input.disabled-area, .focus.dia-time-selector__input.meeting-point-of-discussion__add--disabled, .focus.dia-time-selector__input.patient-event-links__add--disabled, .focus.dia-time-selector__input.physical-examination__add--disabled, .focus.dia-time-selector__input.tumor-information__add--disabled, .focus.dia-time-selector__input.medications__add--disabled, .focus.dia-time-selector__input.biomarkers__add--disabled, .focus.dia-time-selector__input.treatment-history__add--disabled, .focus.dia-time-selector__input.social-history__add--disabled, .focus.dia-time-selector__input.past-medical-history__add--disabled, .focus.dia-time-selector__input.staging__add--disabled, .focus.dia-time-selector__input.patient-summary__add--disabled, .focus.dia-time-selector__input.meeting-preparation-slide-creator__options__item--disabled, .focus.dia-time-selector__input.meeting-preparation__sidebar__slide-creator.disabled, .focus.dia-time-selector__input.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .focus.dia-time-selector__input.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, app-patient-card .focus.dia-time-selector__input.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .focus.dia-time-selector__input.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .focus.dia-time-selector__input.patient-history__actions-action--disabled, app-patient-card .focus.dia-time-selector__input.patient-card__action-dropdown-element-delete-disabled, .focus.dia-time-selector__input.cancer-info__actions__action--disabled, .focus.dia-time-selector__input.patient-disabled-tooltip__label--disabled, .focus.dia-textbox__input:disabled, .focus.dia-textbox__input.disabled, .focus.dia-textbox__input.disabled-area, .focus.dia-textbox__input.meeting-point-of-discussion__add--disabled, .focus.dia-textbox__input.patient-event-links__add--disabled, .focus.dia-textbox__input.physical-examination__add--disabled, .focus.dia-textbox__input.tumor-information__add--disabled, .focus.dia-textbox__input.medications__add--disabled, .focus.dia-textbox__input.biomarkers__add--disabled, .focus.dia-textbox__input.treatment-history__add--disabled, .focus.dia-textbox__input.social-history__add--disabled, .focus.dia-textbox__input.past-medical-history__add--disabled, .focus.dia-textbox__input.staging__add--disabled, .focus.dia-textbox__input.patient-summary__add--disabled, .focus.dia-textbox__input.meeting-preparation-slide-creator__options__item--disabled, .focus.dia-textbox__input.meeting-preparation__sidebar__slide-creator.disabled, .focus.dia-textbox__input.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .focus.dia-textbox__input.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, app-patient-card .focus.dia-textbox__input.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .focus.dia-textbox__input.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .focus.dia-textbox__input.patient-history__actions-action--disabled, app-patient-card .focus.dia-textbox__input.patient-card__action-dropdown-element-delete-disabled, .focus.dia-textbox__input.cancer-info__actions__action--disabled, .focus.dia-textbox__input.patient-disabled-tooltip__label--disabled {
  border-color: #373f47;
}
.dia-form-input-field--disabled, dia-dropdown .ng-select-disabled .ng-select-container, .ng-select__custom.ng-select:disabled .ng-select-container, .ng-select__custom.ng-select.disabled .ng-select-container, .ng-select__custom.ng-select.disabled-area .ng-select-container, .ng-select__custom.ng-select.meeting-point-of-discussion__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled .ng-select-container, .ng-select__custom.ng-select.patient-event-links__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled .ng-select-container, .ng-select__custom.ng-select.physical-examination__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled .ng-select-container, .ng-select__custom.ng-select.tumor-information__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled .ng-select-container, .ng-select__custom.ng-select.medications__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.medications__add--disabled .ng-select-container, .ng-select__custom.ng-select.biomarkers__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled .ng-select-container, .ng-select__custom.ng-select.treatment-history__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled .ng-select-container, .ng-select__custom.ng-select.social-history__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.social-history__add--disabled .ng-select-container, .ng-select__custom.ng-select.past-medical-history__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled .ng-select-container, .ng-select__custom.ng-select.staging__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.staging__add--disabled .ng-select-container, .ng-select__custom.ng-select.patient-summary__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation-slide-creator__options__item--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.disabled-area .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.medications__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.medications__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled .ng-select-container, app-patient-card .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled .ng-select-container, .ng-select__custom.ng-select.patient-history__actions-action--disabled .ng-select-container, app-patient-card .ng-select__custom.ng-select.patient-card__action-dropdown-element-delete-disabled .ng-select-container, .ng-select__custom.ng-select.cancer-info__actions__action--disabled .ng-select-container, .ng-select__custom.ng-select.patient-disabled-tooltip__label--disabled .ng-select-container, .ng-select__custom.ng-select.disabled-area:hover .ng-select-container, .ng-select__custom.ng-select.meeting-point-of-discussion__add--disabled:hover .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled:hover .ng-select-container, .ng-select__custom.ng-select.patient-event-links__add--disabled:hover .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled:hover .ng-select-container, .ng-select__custom.ng-select.physical-examination__add--disabled:hover .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled:hover .ng-select-container, .ng-select__custom.ng-select.tumor-information__add--disabled:hover .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled:hover .ng-select-container, .ng-select__custom.ng-select.medications__add--disabled:hover .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.medications__add--disabled:hover .ng-select-container, .ng-select__custom.ng-select.biomarkers__add--disabled:hover .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled:hover .ng-select-container, .ng-select__custom.ng-select.treatment-history__add--disabled:hover .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled:hover .ng-select-container, .ng-select__custom.ng-select.social-history__add--disabled:hover .ng-select-container, .ng-select__custom.ng-select.past-medical-history__add--disabled:hover .ng-select-container, .ng-select__custom.ng-select.staging__add--disabled:hover .ng-select-container, .ng-select__custom.ng-select.patient-summary__add--disabled:hover .ng-select-container, .ng-select__custom.ng-select.meeting-preparation-slide-creator__options__item--disabled:hover .ng-select-container, .ng-select__custom.ng-select.patient-history__actions-action--disabled:hover .ng-select-container, app-patient-card .ng-select__custom.ng-select.patient-card__action-dropdown-element-delete-disabled:hover .ng-select-container, .ng-select__custom.ng-select.cancer-info__actions__action--disabled:hover .ng-select-container, .ng-select__custom.ng-select.patient-disabled-tooltip__label--disabled:hover .ng-select-container, .ng-select__custom.ng-select.disabled-area:focus .ng-select-container, .ng-select__custom.ng-select.meeting-point-of-discussion__add--disabled:focus .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled:focus .ng-select-container, .ng-select__custom.ng-select.patient-event-links__add--disabled:focus .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled:focus .ng-select-container, .ng-select__custom.ng-select.physical-examination__add--disabled:focus .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled:focus .ng-select-container, .ng-select__custom.ng-select.tumor-information__add--disabled:focus .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled:focus .ng-select-container, .ng-select__custom.ng-select.medications__add--disabled:focus .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.medications__add--disabled:focus .ng-select-container, .ng-select__custom.ng-select.biomarkers__add--disabled:focus .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled:focus .ng-select-container, .ng-select__custom.ng-select.treatment-history__add--disabled:focus .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled:focus .ng-select-container, .ng-select__custom.ng-select.social-history__add--disabled:focus .ng-select-container, .ng-select__custom.ng-select.past-medical-history__add--disabled:focus .ng-select-container, .ng-select__custom.ng-select.staging__add--disabled:focus .ng-select-container, .ng-select__custom.ng-select.patient-summary__add--disabled:focus .ng-select-container, .ng-select__custom.ng-select.meeting-preparation-slide-creator__options__item--disabled:focus .ng-select-container, .ng-select__custom.ng-select.patient-history__actions-action--disabled:focus .ng-select-container, app-patient-card .ng-select__custom.ng-select.patient-card__action-dropdown-element-delete-disabled:focus .ng-select-container, .ng-select__custom.ng-select.cancer-info__actions__action--disabled:focus .ng-select-container, .ng-select__custom.ng-select.patient-disabled-tooltip__label--disabled:focus .ng-select-container, .ng-select__custom.ng-select.disabled-area:active .ng-select-container, .ng-select__custom.ng-select.meeting-point-of-discussion__add--disabled:active .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled:active .ng-select-container, .ng-select__custom.ng-select.patient-event-links__add--disabled:active .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled:active .ng-select-container, .ng-select__custom.ng-select.physical-examination__add--disabled:active .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled:active .ng-select-container, .ng-select__custom.ng-select.tumor-information__add--disabled:active .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled:active .ng-select-container, .ng-select__custom.ng-select.medications__add--disabled:active .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.medications__add--disabled:active .ng-select-container, .ng-select__custom.ng-select.biomarkers__add--disabled:active .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled:active .ng-select-container, .ng-select__custom.ng-select.treatment-history__add--disabled:active .ng-select-container, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled:active .ng-select-container, .ng-select__custom.ng-select.social-history__add--disabled:active .ng-select-container, .ng-select__custom.ng-select.past-medical-history__add--disabled:active .ng-select-container, .ng-select__custom.ng-select.staging__add--disabled:active .ng-select-container, .ng-select__custom.ng-select.patient-summary__add--disabled:active .ng-select-container, .ng-select__custom.ng-select.meeting-preparation-slide-creator__options__item--disabled:active .ng-select-container, .ng-select__custom.ng-select.patient-history__actions-action--disabled:active .ng-select-container, app-patient-card .ng-select__custom.ng-select.patient-card__action-dropdown-element-delete-disabled:active .ng-select-container, .ng-select__custom.ng-select.cancer-info__actions__action--disabled:active .ng-select-container, .ng-select__custom.ng-select.patient-disabled-tooltip__label--disabled:active .ng-select-container, .ng-select__custom.ng-select.ng-select-disabled .ng-select-container, .dia-date-selector__input:disabled, .dia-date-selector__input.disabled, .dia-date-selector__input.disabled-area, .dia-date-selector__input.meeting-point-of-discussion__add--disabled, .dia-date-selector__input.patient-event-links__add--disabled, .dia-date-selector__input.physical-examination__add--disabled, .dia-date-selector__input.tumor-information__add--disabled, .dia-date-selector__input.medications__add--disabled, .dia-date-selector__input.biomarkers__add--disabled, .dia-date-selector__input.treatment-history__add--disabled, .dia-date-selector__input.social-history__add--disabled, .dia-date-selector__input.past-medical-history__add--disabled, .dia-date-selector__input.staging__add--disabled, .dia-date-selector__input.patient-summary__add--disabled, .dia-date-selector__input.meeting-preparation-slide-creator__options__item--disabled, .dia-date-selector__input.patient-history__actions-action--disabled, app-patient-card .dia-date-selector__input.patient-card__action-dropdown-element-delete-disabled, .dia-date-selector__input.cancer-info__actions__action--disabled, .dia-date-selector__input.patient-disabled-tooltip__label--disabled, .dia-time-selector__input:disabled, .dia-time-selector__input.disabled, .dia-time-selector__input.disabled-area, .dia-time-selector__input.meeting-point-of-discussion__add--disabled, .dia-time-selector__input.patient-event-links__add--disabled, .dia-time-selector__input.physical-examination__add--disabled, .dia-time-selector__input.tumor-information__add--disabled, .dia-time-selector__input.medications__add--disabled, .dia-time-selector__input.biomarkers__add--disabled, .dia-time-selector__input.treatment-history__add--disabled, .dia-time-selector__input.social-history__add--disabled, .dia-time-selector__input.past-medical-history__add--disabled, .dia-time-selector__input.staging__add--disabled, .dia-time-selector__input.patient-summary__add--disabled, .dia-time-selector__input.meeting-preparation-slide-creator__options__item--disabled, .dia-time-selector__input.patient-history__actions-action--disabled, app-patient-card .dia-time-selector__input.patient-card__action-dropdown-element-delete-disabled, .dia-time-selector__input.cancer-info__actions__action--disabled, .dia-time-selector__input.patient-disabled-tooltip__label--disabled, .dia-textbox__input:disabled, .dia-textbox__input.disabled, .dia-textbox__input.disabled-area, .dia-textbox__input.meeting-point-of-discussion__add--disabled, .dia-textbox__input.patient-event-links__add--disabled, .dia-textbox__input.physical-examination__add--disabled, .dia-textbox__input.tumor-information__add--disabled, .dia-textbox__input.medications__add--disabled, .dia-textbox__input.biomarkers__add--disabled, .dia-textbox__input.treatment-history__add--disabled, .dia-textbox__input.social-history__add--disabled, .dia-textbox__input.past-medical-history__add--disabled, .dia-textbox__input.staging__add--disabled, .dia-textbox__input.patient-summary__add--disabled, .dia-textbox__input.meeting-preparation-slide-creator__options__item--disabled, .dia-textbox__input.patient-history__actions-action--disabled, app-patient-card .dia-textbox__input.patient-card__action-dropdown-element-delete-disabled, .dia-textbox__input.cancer-info__actions__action--disabled, .dia-textbox__input.patient-disabled-tooltip__label--disabled {
  background: #ffffff;
  border-color: #cad1d7;
  color: #a2aeba;
}
.dia-form-input-field--readonly {
  background: #ffffff;
  border-color: #373f47;
}
.dia-form-input-value {
  padding: 0.625vw 0vw 0.625vw 0vw;
  display: inline-block;
  line-height: 1.15em;
}
.dia-form-input-field::-moz-placeholder, app-attendee-search-multiselect .ng-select-multiple::-moz-placeholder, .dropdown-wrapper .display-input::-moz-placeholder, .ng-select__custom.ng-select .ng-select-container::-moz-placeholder, .dia-date-selector__input::-moz-placeholder, .dia-time-selector__input::-moz-placeholder, .dia-textbox__input::-moz-placeholder, .dia-form-input-dropdown::-moz-placeholder {
  color: #a2aeba;
  font-style: italic;
  opacity: 1;
}
.dia-form-input-field:-ms-input-placeholder, app-attendee-search-multiselect .ng-select-multiple:-ms-input-placeholder, .dropdown-wrapper .display-input:-ms-input-placeholder, .ng-select__custom.ng-select .ng-select-container:-ms-input-placeholder, .dia-date-selector__input:-ms-input-placeholder, .dia-time-selector__input:-ms-input-placeholder, .dia-textbox__input:-ms-input-placeholder, .dia-form-input-dropdown:-ms-input-placeholder {
  color: #a2aeba;
  font-style: italic;
  opacity: 1;
}
.dia-form-input--placeholder, .treatment-guidelines__value-empty, .recommendations__value-empty, app-attendee-search-multiselect .ng-select-multiple.ng-select .ng-select-container .ng-value-container .ng-placeholder, .input-file-drop__hint-text, .ng-select__custom.ng-select .ng-placeholder, .dia-date-selector__input.placeholder, .dia-form-input-field.placeholder, app-attendee-search-multiselect .placeholder.ng-select-multiple, .dropdown-wrapper .placeholder.display-input, .ng-select__custom.ng-select .placeholder.ng-select-container, .placeholder.dia-time-selector__input, .placeholder.dia-textbox__input, .dia-form-input-field::placeholder, app-attendee-search-multiselect .ng-select-multiple::placeholder, .dropdown-wrapper .display-input::placeholder, .ng-select__custom.ng-select .ng-select-container::placeholder, .dia-date-selector__input::placeholder, .dia-time-selector__input::placeholder, .dia-textbox__input::placeholder, .placeholder.dia-form-input-dropdown, .dia-form-input-dropdown::placeholder {
  color: #a2aeba;
  font-style: italic;
  opacity: 1;
}
.dia-form-input-clear, .file-selector__clear[variant=delete][type=default] {
  margin: 0.75vw 0.3125vw 0.75vw 0.3125vw;
  position: relative;
  display: inline-block;
  float: right;
  height: 1em;
  width: 1em;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('trash-off.ce066eed9cee9a8e.svg');
  vertical-align: top;
}
.dia-form-input-download {
  margin: 0.75vw 0.3125vw 0.75vw 0.3125vw;
  position: relative;
  display: inline-block;
  float: right;
  height: 1em;
  width: 1em;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('download-off.f3276bd3c0d1ecf4.svg');
}
.dia-form-input-download--active {
  background-image: url('download-on.f48d91d6ff16a727.svg');
}
.dia-form-input-arrow, .ng-select__custom.ng-select .ng-arrow-wrapper, .dia-time-selector__arrow {
  border-top: 0.375vw solid #5a6774;
  border-right: 0.21875vw solid transparent;
  border-left: 0.21875vw solid transparent;
  display: inline-block;
  margin: 0 0 0.1875vw 0;
  position: absolute;
  top: calc(50% - 0.1875vw);
  right: 0.9375vw;
  cursor: pointer;
}
.dia-form-input-clear--active, .file-selector__clear[variant=delete][type=default]:hover {
  background-image: url('trash-on.2bc645cb73126d9f.svg');
}
.dia-form-input-sequence, .patient-attributes-textbox__input-sequence {
  display: flex;
  flex-direction: row;
}
.dia-form-input-sequence__item, .patient-attributes-textbox__input-sequence .patient-attributes-textbox__input, .dia-form-input-sequence .dia-form-input-sequence, .patient-attributes-textbox__input-sequence .dia-form-input-sequence, .dia-form-input-sequence .patient-attributes-textbox__input-sequence, .patient-attributes-textbox__input-sequence .patient-attributes-textbox__input-sequence, .dia-form-input-sequence .dia-form-input-field, .patient-attributes-textbox__input-sequence .dia-form-input-field, .dia-form-input-sequence app-attendee-search-multiselect .ng-select-multiple, .patient-attributes-textbox__input-sequence app-attendee-search-multiselect .ng-select-multiple, app-attendee-search-multiselect .dia-form-input-sequence .ng-select-multiple, app-attendee-search-multiselect .patient-attributes-textbox__input-sequence .ng-select-multiple, .dia-form-input-sequence .dropdown-wrapper .display-input, .patient-attributes-textbox__input-sequence .dropdown-wrapper .display-input, .dropdown-wrapper .dia-form-input-sequence .display-input, .dropdown-wrapper .patient-attributes-textbox__input-sequence .display-input, .dia-form-input-sequence .ng-select__custom.ng-select .ng-select-container, .patient-attributes-textbox__input-sequence .ng-select__custom.ng-select .ng-select-container, .ng-select__custom.ng-select .dia-form-input-sequence .ng-select-container, .ng-select__custom.ng-select .patient-attributes-textbox__input-sequence .ng-select-container, .dia-form-input-sequence .dia-date-selector__input, .patient-attributes-textbox__input-sequence .dia-date-selector__input, .dia-form-input-sequence .dia-time-selector__input, .patient-attributes-textbox__input-sequence .dia-time-selector__input, .dia-form-input-sequence .dia-textbox__input, .patient-attributes-textbox__input-sequence .dia-textbox__input, .dia-form-input-sequence .dia-form-input-dropdown, .patient-attributes-textbox__input-sequence .dia-form-input-dropdown {
  flex-grow: 1;
  flex-shrink: 1;
}
.dia-form-input-sequence__separator, .patient-attributes-textbox__input-sequence__separator,
.patient-attributes-textbox__input-sequence__unit {
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0.75vw 0.3125vw 0.75vw 0.3125vw;
}
.dia-topnav {
  display: flex;
  flex-direction: row;
  border-bottom: 0.0625vw solid #a2aeba;
}
.dia-topnav__nav {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dia-topnav__link {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 1.4375vw 1.25vw 1.4375vw 1.25vw;
  display: block;
  border-top: 0 solid #0066cc;
  color: #0066cc;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.dia-topnav__link:hover, .dia-topnav__link.active {
  padding-top: 1.25vw;
  border-top-width: 0.1875vw;
}
.dia-scrollable, .meeting-presentation-sidebar-slides__list, .patient-timeline-view__wrap, .meeting-timeline-view__wrap, .layout__slot, .layout-presentation__content, .layout-page__content, .layout-page__head, .layout-basic__content, .layout-basic__sidebar, .layout-basic__head, .layout-dashboard__extras, .layout-dashboard__content, .layout-dashboard__sidebar, .layout-dashboard__head {
  position: relative;
  overflow: auto;
}
.layout, dia-layout-presentation, dia-layout-welcome, .layout-page, .layout-basic, .layout-dashboard {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
}
.layout--std, dia-layout-presentation, dia-layout-welcome, .layout-page, .layout-basic, .layout-dashboard {
  margin: 0vw auto 0vw auto;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.layout__slot, .layout-presentation__content, .layout-page__content, .layout-page__head, .layout-basic__content, .layout-basic__sidebar, .layout-basic__head, .layout-dashboard__extras, .layout-dashboard__content, .layout-dashboard__sidebar, .layout-dashboard__head {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  transition: none;
}
.layout__element, dia-layout-presentation-main,
dia-layout-presentation-content, .layout-page-head,
.layout-page-main,
.layout-page-content, .layout-basic-head,
.layout-basic-main,
.layout-basic-sidebar,
.layout-basic-content, .layout-dashboard-head,
.layout-dashboard-main {
  display: flex;
  flex-direction: inherit;
  flex-grow: 1;
  flex-shrink: 1;
}
.layout__head, .layout-page__head, .layout-basic__head, .layout-dashboard__head {
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  overflow: visible;
}
.layout__main, .layout-presentation__main, .layout-page__main, .layout-basic__main, .layout-dashboard__main, .layout__main-centered, .layout-welcome__main {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
}
.dia-link {
  cursor: pointer;
}
.dia-link.contrast {
  color: #ffffff;
}
.dia-link--action, .batch-patient-case-report__actions-action, .send-emr-report__btn, app-fullscreen-preview .fullscreen-preview-component__annotations-actions-action, .patient-event__actions-action,
.patient-event__actions__action, .patient-event__actions .dia-btn[type=default], .dia-button-link .dia-btn[type=default], .patient-event-timeline__headline__link, .meeting-patient-list__actions-action, .meeting-timeline__headline__link, .patient-history__actions-action .dia-btn[type=default], .patient-history__actions-action, .patient-card__data__action, .cancer-info__actions__action .dia-btn[type=default], .cancer-info__actions__action, .patient-list__actions__action {
  font-size: 16px;
  line-height: 1.3em;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .dia-link--action, .batch-patient-case-report__actions-action, .send-emr-report__btn, app-fullscreen-preview .fullscreen-preview-component__annotations-actions-action, .patient-event__actions-action,
.patient-event__actions__action, .patient-event__actions .dia-btn[type=default], .dia-button-link .dia-btn[type=default], .patient-event-timeline__headline__link, .meeting-patient-list__actions-action, .meeting-timeline__headline__link, .patient-history__actions-action .dia-btn[type=default], .patient-history__actions-action, .patient-card__data__action, .cancer-info__actions__action .dia-btn[type=default], .cancer-info__actions__action, .patient-list__actions__action {
    font-size: 14.4px;
    line-height: 1.17em;
  }
}
.dia-link--action, .batch-patient-case-report__actions-action, .send-emr-report__btn, app-fullscreen-preview .fullscreen-preview-component__annotations-actions-action, .patient-event__actions-action,
.patient-event__actions__action, .patient-event__actions .dia-btn[type=default], .dia-button-link .dia-btn[type=default], .patient-event-timeline__headline__link, .meeting-patient-list__actions-action, .meeting-timeline__headline__link, .patient-history__actions-action .dia-btn[type=default], .patient-history__actions-action, .patient-card__data__action, .cancer-info__actions__action .dia-btn[type=default], .cancer-info__actions__action, .patient-list__actions__action, .dia-link--action:link, .dia-link--action:visited, .dia-link--action:hover, .dia-link--action:active {
  color: #0066cc;
}
.dia-link--action-active, .dia-link--action:hover, .batch-patient-case-report__actions-action:hover, .send-emr-report__btn:hover, app-fullscreen-preview .fullscreen-preview-component__annotations-actions-action:hover, .patient-event__actions-action:hover,
.patient-event__actions__action:hover, .patient-event__actions .dia-btn[type=default]:hover, .dia-button-link .dia-btn[type=default]:hover, .patient-event-timeline__headline__link:hover, .meeting-patient-list__actions-action:hover, .meeting-timeline__headline__link:hover, .patient-history__actions-action .dia-btn[type=default]:hover, .patient-history__actions-action:hover, .patient-card__data__action:hover, .cancer-info__actions__action .dia-btn[type=default]:hover, .cancer-info__actions__action:hover, .patient-list__actions__action:hover, .dia-link--action:focus, .batch-patient-case-report__actions-action:focus, .send-emr-report__btn:focus, app-fullscreen-preview .fullscreen-preview-component__annotations-actions-action:focus, .patient-event__actions-action:focus,
.patient-event__actions__action:focus, .patient-event__actions .dia-btn[type=default]:focus, .dia-button-link .dia-btn[type=default]:focus, .patient-event-timeline__headline__link:focus, .meeting-patient-list__actions-action:focus, .meeting-timeline__headline__link:focus, .patient-history__actions-action .dia-btn[type=default]:focus, .patient-history__actions-action:focus, .patient-card__data__action:focus, .cancer-info__actions__action .dia-btn[type=default]:focus, .cancer-info__actions__action:focus, .patient-list__actions__action:focus,
.dia-link--form-action-active,
.dia-link--form-action:hover,
.meeting-info__value .meeting-info__url:hover,
.meeting-point-of-discussion__add:hover,
.patient-event-links__add:hover,
.patient-event-links__entry-add:hover,
.physical-examination__add:hover,
.physical-examination__entry-add:hover,
.tumor-information__add:hover,
.tumor-information__other-add:hover,
.medications__entry-add:hover,
.medications__add:hover,
.biomarkers__add:hover,
.biomarkers__entry-add:hover,
.treatment-history__entry-add:hover,
.treatment-history__add:hover,
.social-history__add:hover,
.social-history__contact-add:hover,
.treatment-guidelines__add:hover,
.recommendations__entry-add:hover,
.past-medical-history__entry-add:hover,
.past-medical-history__add:hover,
.staging__add:hover,
.staging__entry-add:hover,
.patient-summary-ai-generated__action:hover,
.patient-summary__add:hover,
.meeting-timeline-view__meeting-actions .meeting-timeline-view__meeting-action:hover,
.present-illness-history__add:hover,
.dia-link--form-action:focus,
.meeting-info__value .meeting-info__url:focus,
.meeting-point-of-discussion__add:focus,
.patient-event-links__add:focus,
.patient-event-links__entry-add:focus,
.physical-examination__add:focus,
.physical-examination__entry-add:focus,
.tumor-information__add:focus,
.tumor-information__other-add:focus,
.medications__entry-add:focus,
.medications__add:focus,
.biomarkers__add:focus,
.biomarkers__entry-add:focus,
.treatment-history__entry-add:focus,
.treatment-history__add:focus,
.social-history__add:focus,
.social-history__contact-add:focus,
.treatment-guidelines__add:focus,
.recommendations__entry-add:focus,
.past-medical-history__entry-add:focus,
.past-medical-history__add:focus,
.staging__add:focus,
.staging__entry-add:focus,
.patient-summary-ai-generated__action:focus,
.patient-summary__add:focus,
.meeting-timeline-view__meeting-actions .meeting-timeline-view__meeting-action:focus,
.present-illness-history__add:focus {
  color: #0066cc;
  text-decoration: underline;
}
.dia-link--form-action, .meeting-info__value .meeting-info__url, .meeting-point-of-discussion__add, .patient-event-links__add, .patient-event-links__entry-add, app-patient-event-links-view .patient-event-links__entry-add, .physical-examination__add, .physical-examination__entry-add, .tumor-information__add, .tumor-information__other-add, .medications__entry-add, .medications__add, .biomarkers__add, .biomarkers__entry-add, .treatment-history__entry-add,
.treatment-history__add, .social-history__add, .social-history__contact-add, .treatment-guidelines__add, .recommendations__entry-add, .past-medical-history__entry-add, .past-medical-history__add, .staging__add,
.staging__entry-add, .patient-summary-ai-generated__action, .patient-summary__add, .meeting-timeline-view__meeting-actions .meeting-timeline-view__meeting-action, .present-illness-history__add {
  color: #0066cc;
  font-style: italic;
  text-transform: lowercase;
}
.dia-link--symbol, .dia-empty-symbol__link, app-ods-analytics .operational-analytics-error__caption .action, app-ods-patient-summary .patient-summary-error__caption .action, .home__error__caption .action, app-cds-app-plugin .app-plugin__error__caption .action, .meeting-presentation-attachment-element__error .meeting-presentation-attachment-element__action, .meeting-preparation-attachment-element__error .meeting-presentation-attachment-element__action, .task-status__empty .task-status__action,
.task-status__error .task-status__action, .patient-search__options-empty .patient-search__action, .patient-list-view__empty .patient-list-view__action, .patient-list-view__error .patient-list-view__action, .timeline-empty a, .patient-event-timeline-view__empty__message a, .meeting-timeline-view-empty a, .dia-link--symbol-active, .dia-empty-symbol__link:focus, .timeline-empty a:focus, .patient-event-timeline-view__empty__message a:focus, .meeting-timeline-view-empty a:focus, .dia-empty-symbol__link:active, .timeline-empty a:active, .patient-event-timeline-view__empty__message a:active, .meeting-timeline-view-empty a:active, .dia-empty-symbol__link:hover, .timeline-empty a:hover, .patient-event-timeline-view__empty__message a:hover, .meeting-timeline-view-empty a:hover {
  color: #0066cc;
}
.dia-link--symbol-active, .dia-empty-symbol__link:focus, app-ods-analytics .operational-analytics-error__caption .action:focus, app-ods-patient-summary .patient-summary-error__caption .action:focus, .home__error__caption .action:focus, app-cds-app-plugin .app-plugin__error__caption .action:focus, .meeting-presentation-attachment-element__error .meeting-presentation-attachment-element__action:focus, .meeting-preparation-attachment-element__error .meeting-presentation-attachment-element__action:focus, .task-status__empty .task-status__action:focus,
.task-status__error .task-status__action:focus, .patient-search__options-empty .patient-search__action:focus, .patient-list-view__empty .patient-list-view__action:focus, .patient-list-view__error .patient-list-view__action:focus, .timeline-empty a:focus, .patient-event-timeline-view__empty__message a:focus, .meeting-timeline-view-empty a:focus, .dia-empty-symbol__link:active, app-ods-analytics .operational-analytics-error__caption .action:active, app-ods-patient-summary .patient-summary-error__caption .action:active, .home__error__caption .action:active, app-cds-app-plugin .app-plugin__error__caption .action:active, .meeting-presentation-attachment-element__error .meeting-presentation-attachment-element__action:active, .meeting-preparation-attachment-element__error .meeting-presentation-attachment-element__action:active, .task-status__empty .task-status__action:active,
.task-status__error .task-status__action:active, .patient-search__options-empty .patient-search__action:active, .patient-list-view__empty .patient-list-view__action:active, .patient-list-view__error .patient-list-view__action:active, .timeline-empty a:active, .patient-event-timeline-view__empty__message a:active, .meeting-timeline-view-empty a:active, .dia-empty-symbol__link:hover, app-ods-analytics .operational-analytics-error__caption .action:hover, app-ods-patient-summary .patient-summary-error__caption .action:hover, .home__error__caption .action:hover, app-cds-app-plugin .app-plugin__error__caption .action:hover, .meeting-presentation-attachment-element__error .meeting-presentation-attachment-element__action:hover, .meeting-preparation-attachment-element__error .meeting-presentation-attachment-element__action:hover, .task-status__empty .task-status__action:hover,
.task-status__error .task-status__action:hover, .patient-search__options-empty .patient-search__action:hover, .patient-list-view__empty .patient-list-view__action:hover, .patient-list-view__error .patient-list-view__action:hover, .timeline-empty a:hover, .patient-event-timeline-view__empty__message a:hover, .meeting-timeline-view-empty a:hover {
  text-decoration: underline;
}
.dia-headline, .meeting-move__headline, .patient-event-links__modal-heading, .patient-event-timeline__headline, .patient-export__headline, .task-status__headline, .meeting-patient-add__headline, .meeting-upsert__headline, .meeting-timeline__headline, .static-page-content__chapter-title, .release-version-popup__version, .release-history__title-text, .static-page-index__chapter-title, .patient-upsert__headline, .patient-history__headline, .delete-confirmation-dialog__heading, .cancer-info__headline, .patient-list-view__headline, .autosuggest-create__headline,
.autosuggest-edit__headline,
.autosuggest-delete__headline, .editable-dropdown-create__headline,
.editable-dropdown-edit__headline,
.editable-dropdown-delete__headline, .dia-confirmation-dialog__heading, .dia-alert-dialog__heading {
  font-weight: bold;
  text-transform: uppercase;
  color: #373f47;
}
.dia-headline--primary {
  margin: 1vw 0vw 1vw 0vw;
  font-size: 2.25vw;
}
.dia-headline--title {
  margin: 1vw 0vw 1vw 0vw;
  font-size: 2.875vw;
}
.dia-headline--component, .patient-event-timeline__headline, .task-status__headline, .meeting-timeline__headline, .patient-history__headline, .cancer-info__headline, .patient-list-view__headline {
  margin: 0vw 0vw 1.25vw 0vw;
  font-size: 1.5em;
  line-height: 1.3em;
}
@media (max-width: 1600px) {
  .dia-headline--component, .patient-event-timeline__headline, .task-status__headline, .meeting-timeline__headline, .patient-history__headline, .cancer-info__headline, .patient-list-view__headline {
    font-size: 1.35em;
    line-height: 1.17em;
  }
}
.dia-headline--modal, .meeting-move__headline, .patient-event-links__modal-heading, .patient-export__headline, .meeting-patient-add__headline, .patient-upsert__headline, .delete-confirmation-dialog__heading, .autosuggest-create__headline,
.autosuggest-edit__headline,
.autosuggest-delete__headline, .editable-dropdown-create__headline,
.editable-dropdown-edit__headline,
.editable-dropdown-delete__headline, .dia-confirmation-dialog__heading, .dia-alert-dialog__heading {
  margin: 0vw 0vw 1.875vw 0vw;
  font-size: 1.5em;
  line-height: 1.3em;
}
@media (max-width: 1600px) {
  .dia-headline--modal, .meeting-move__headline, .patient-event-links__modal-heading, .patient-export__headline, .meeting-patient-add__headline, .patient-upsert__headline, .delete-confirmation-dialog__heading, .autosuggest-create__headline,
.autosuggest-edit__headline,
.autosuggest-delete__headline, .editable-dropdown-create__headline,
.editable-dropdown-edit__headline,
.editable-dropdown-delete__headline, .dia-confirmation-dialog__heading, .dia-alert-dialog__heading {
    font-size: 1.35em;
    line-height: 1.17em;
  }
}
.dia-headline--info, .physical-examination__info, .tumor-information__info, .medications__info, .biomarkers__info, .social-history__info, .patient-last-update__info {
  margin: 0 0 0 5px;
}
.dia-headline--caption {
  margin: -0.625vw 0vw 1.25vw 0vw;
  font-style: italic;
  color: #5a6774;
}
.dia-block--component, .batch-patient-case-report-view, app-patient-event, app-task-status-list, .cds-app__wrapper, .meeting-patient-list, app-organization-list-menu, app-patient-history, app-patient-cancer-info-view, .patient-list__create, app-patient-list {
  margin: 0.9375vw 0.625vw 0.9375vw 0.625vw;
  padding: 0.9375vw 0.9375vw 0.9375vw 0.9375vw;
  display: block;
  background: #ffffff;
}
.dia-block--area, .patient-timeline, app-patient-event-timeline, .meeting-timeline, .patient-menu {
  margin: 0vw 0vw 0vw 0vw;
  padding: 0.9375vw 0.625vw 0.9375vw 0.625vw;
  display: block;
}
.dia-link {
  cursor: pointer;
}
.dia-link.contrast {
  color: #ffffff;
}
.dia-link--action, .batch-patient-case-report__actions-action, .send-emr-report__btn, app-fullscreen-preview .fullscreen-preview-component__annotations-actions-action, .patient-event__actions-action,
.patient-event__actions__action, .patient-event__actions .dia-btn[type=default], .dia-button-link .dia-btn[type=default], .patient-event-timeline__headline__link, .meeting-patient-list__actions-action, .meeting-timeline__headline__link, .patient-history__actions-action .dia-btn[type=default], .patient-history__actions-action, .patient-card__data__action, .cancer-info__actions__action .dia-btn[type=default], .cancer-info__actions__action, .patient-list__actions__action {
  font-size: 16px;
  line-height: 1.3em;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .dia-link--action, .batch-patient-case-report__actions-action, .send-emr-report__btn, app-fullscreen-preview .fullscreen-preview-component__annotations-actions-action, .patient-event__actions-action,
.patient-event__actions__action, .patient-event__actions .dia-btn[type=default], .dia-button-link .dia-btn[type=default], .patient-event-timeline__headline__link, .meeting-patient-list__actions-action, .meeting-timeline__headline__link, .patient-history__actions-action .dia-btn[type=default], .patient-history__actions-action, .patient-card__data__action, .cancer-info__actions__action .dia-btn[type=default], .cancer-info__actions__action, .patient-list__actions__action {
    font-size: 14.4px;
    line-height: 1.17em;
  }
}
.dia-link--action, .batch-patient-case-report__actions-action, .send-emr-report__btn, app-fullscreen-preview .fullscreen-preview-component__annotations-actions-action, .patient-event__actions-action,
.patient-event__actions__action, .patient-event__actions .dia-btn[type=default], .dia-button-link .dia-btn[type=default], .patient-event-timeline__headline__link, .meeting-patient-list__actions-action, .meeting-timeline__headline__link, .patient-history__actions-action .dia-btn[type=default], .patient-history__actions-action, .patient-card__data__action, .cancer-info__actions__action .dia-btn[type=default], .cancer-info__actions__action, .patient-list__actions__action, .dia-link--action:link, .dia-link--action:visited, .dia-link--action:hover, .dia-link--action:active {
  color: #0066cc;
}
.dia-link--action-active, .dia-link--action:hover, .batch-patient-case-report__actions-action:hover, .send-emr-report__btn:hover, app-fullscreen-preview .fullscreen-preview-component__annotations-actions-action:hover, .patient-event__actions-action:hover,
.patient-event__actions__action:hover, .patient-event__actions .dia-btn[type=default]:hover, .dia-button-link .dia-btn[type=default]:hover, .patient-event-timeline__headline__link:hover, .meeting-patient-list__actions-action:hover, .meeting-timeline__headline__link:hover, .patient-history__actions-action .dia-btn[type=default]:hover, .patient-history__actions-action:hover, .patient-card__data__action:hover, .cancer-info__actions__action .dia-btn[type=default]:hover, .cancer-info__actions__action:hover, .patient-list__actions__action:hover, .dia-link--action:focus, .batch-patient-case-report__actions-action:focus, .send-emr-report__btn:focus, app-fullscreen-preview .fullscreen-preview-component__annotations-actions-action:focus, .patient-event__actions-action:focus,
.patient-event__actions__action:focus, .patient-event__actions .dia-btn[type=default]:focus, .dia-button-link .dia-btn[type=default]:focus, .patient-event-timeline__headline__link:focus, .meeting-patient-list__actions-action:focus, .meeting-timeline__headline__link:focus, .patient-history__actions-action .dia-btn[type=default]:focus, .patient-history__actions-action:focus, .patient-card__data__action:focus, .cancer-info__actions__action .dia-btn[type=default]:focus, .cancer-info__actions__action:focus, .patient-list__actions__action:focus,
.dia-link--form-action-active,
.dia-link--form-action:hover,
.meeting-info__value .meeting-info__url:hover,
.meeting-point-of-discussion__add:hover,
.patient-event-links__add:hover,
.patient-event-links__entry-add:hover,
.physical-examination__add:hover,
.physical-examination__entry-add:hover,
.tumor-information__add:hover,
.tumor-information__other-add:hover,
.medications__entry-add:hover,
.medications__add:hover,
.biomarkers__add:hover,
.biomarkers__entry-add:hover,
.treatment-history__entry-add:hover,
.treatment-history__add:hover,
.social-history__add:hover,
.social-history__contact-add:hover,
.treatment-guidelines__add:hover,
.recommendations__entry-add:hover,
.past-medical-history__entry-add:hover,
.past-medical-history__add:hover,
.staging__add:hover,
.staging__entry-add:hover,
.patient-summary-ai-generated__action:hover,
.patient-summary__add:hover,
.meeting-timeline-view__meeting-actions .meeting-timeline-view__meeting-action:hover,
.present-illness-history__add:hover,
.dia-link--form-action:focus,
.meeting-info__value .meeting-info__url:focus,
.meeting-point-of-discussion__add:focus,
.patient-event-links__add:focus,
.patient-event-links__entry-add:focus,
.physical-examination__add:focus,
.physical-examination__entry-add:focus,
.tumor-information__add:focus,
.tumor-information__other-add:focus,
.medications__entry-add:focus,
.medications__add:focus,
.biomarkers__add:focus,
.biomarkers__entry-add:focus,
.treatment-history__entry-add:focus,
.treatment-history__add:focus,
.social-history__add:focus,
.social-history__contact-add:focus,
.treatment-guidelines__add:focus,
.recommendations__entry-add:focus,
.past-medical-history__entry-add:focus,
.past-medical-history__add:focus,
.staging__add:focus,
.staging__entry-add:focus,
.patient-summary-ai-generated__action:focus,
.patient-summary__add:focus,
.meeting-timeline-view__meeting-actions .meeting-timeline-view__meeting-action:focus,
.present-illness-history__add:focus {
  color: #0066cc;
  text-decoration: underline;
}
.dia-link--form-action, .meeting-info__value .meeting-info__url, .meeting-point-of-discussion__add, .patient-event-links__add, .patient-event-links__entry-add, app-patient-event-links-view .patient-event-links__entry-add, .physical-examination__add, .physical-examination__entry-add, .tumor-information__add, .tumor-information__other-add, .medications__entry-add, .medications__add, .biomarkers__add, .biomarkers__entry-add, .treatment-history__entry-add,
.treatment-history__add, .social-history__add, .social-history__contact-add, .treatment-guidelines__add, .recommendations__entry-add, .past-medical-history__entry-add, .past-medical-history__add, .staging__add,
.staging__entry-add, .patient-summary-ai-generated__action, .patient-summary__add, .meeting-timeline-view__meeting-actions .meeting-timeline-view__meeting-action, .present-illness-history__add {
  color: #0066cc;
  font-style: italic;
  text-transform: lowercase;
}
.dia-link--symbol, .dia-empty-symbol__link, app-ods-analytics .operational-analytics-error__caption .action, app-ods-patient-summary .patient-summary-error__caption .action, .home__error__caption .action, app-cds-app-plugin .app-plugin__error__caption .action, .meeting-presentation-attachment-element__error .meeting-presentation-attachment-element__action, .meeting-preparation-attachment-element__error .meeting-presentation-attachment-element__action, .task-status__empty .task-status__action,
.task-status__error .task-status__action, .patient-search__options-empty .patient-search__action, .patient-list-view__empty .patient-list-view__action, .patient-list-view__error .patient-list-view__action, .timeline-empty a, .patient-event-timeline-view__empty__message a, .meeting-timeline-view-empty a, .dia-link--symbol-active, .dia-empty-symbol__link:focus, .timeline-empty a:focus, .patient-event-timeline-view__empty__message a:focus, .meeting-timeline-view-empty a:focus, .dia-empty-symbol__link:active, .timeline-empty a:active, .patient-event-timeline-view__empty__message a:active, .meeting-timeline-view-empty a:active, .dia-empty-symbol__link:hover, .timeline-empty a:hover, .patient-event-timeline-view__empty__message a:hover, .meeting-timeline-view-empty a:hover {
  color: #0066cc;
}
.dia-link--symbol-active, .dia-empty-symbol__link:focus, app-ods-analytics .operational-analytics-error__caption .action:focus, app-ods-patient-summary .patient-summary-error__caption .action:focus, .home__error__caption .action:focus, app-cds-app-plugin .app-plugin__error__caption .action:focus, .meeting-presentation-attachment-element__error .meeting-presentation-attachment-element__action:focus, .meeting-preparation-attachment-element__error .meeting-presentation-attachment-element__action:focus, .task-status__empty .task-status__action:focus,
.task-status__error .task-status__action:focus, .patient-search__options-empty .patient-search__action:focus, .patient-list-view__empty .patient-list-view__action:focus, .patient-list-view__error .patient-list-view__action:focus, .timeline-empty a:focus, .patient-event-timeline-view__empty__message a:focus, .meeting-timeline-view-empty a:focus, .dia-empty-symbol__link:active, app-ods-analytics .operational-analytics-error__caption .action:active, app-ods-patient-summary .patient-summary-error__caption .action:active, .home__error__caption .action:active, app-cds-app-plugin .app-plugin__error__caption .action:active, .meeting-presentation-attachment-element__error .meeting-presentation-attachment-element__action:active, .meeting-preparation-attachment-element__error .meeting-presentation-attachment-element__action:active, .task-status__empty .task-status__action:active,
.task-status__error .task-status__action:active, .patient-search__options-empty .patient-search__action:active, .patient-list-view__empty .patient-list-view__action:active, .patient-list-view__error .patient-list-view__action:active, .timeline-empty a:active, .patient-event-timeline-view__empty__message a:active, .meeting-timeline-view-empty a:active, .dia-empty-symbol__link:hover, app-ods-analytics .operational-analytics-error__caption .action:hover, app-ods-patient-summary .patient-summary-error__caption .action:hover, .home__error__caption .action:hover, app-cds-app-plugin .app-plugin__error__caption .action:hover, .meeting-presentation-attachment-element__error .meeting-presentation-attachment-element__action:hover, .meeting-preparation-attachment-element__error .meeting-presentation-attachment-element__action:hover, .task-status__empty .task-status__action:hover,
.task-status__error .task-status__action:hover, .patient-search__options-empty .patient-search__action:hover, .patient-list-view__empty .patient-list-view__action:hover, .patient-list-view__error .patient-list-view__action:hover, .timeline-empty a:hover, .patient-event-timeline-view__empty__message a:hover, .meeting-timeline-view-empty a:hover {
  text-decoration: underline;
}
.dia-empty, .batch-patient-case-report-view-item__cell-recommendations-inactive, .meeting-presentation-text-element__title__empty,
.meeting-presentation-text-element__description__empty, .meeting-patient-list-view-item__cell-recommendations-inactive, .meeting-patient-list-view__empty, .timeline-empty, .patient-event-timeline-view__empty__message, .meeting-timeline-view-empty, .dia-empty-symbol, app-ods-analytics .operational-analytics-error, app-ods-patient-summary .patient-summary-error, .home__error, app-cds-app-plugin .app-plugin__error, .meeting-presentation-attachment-element__error, .meeting-preparation-attachment-element__error, .task-status__empty,
.task-status__error, .patient-list-view__error {
  color: #a2aeba;
  font-style: italic;
}
.dia-empty-symbol, app-ods-analytics .operational-analytics-error, app-ods-patient-summary .patient-summary-error, .home__error, app-cds-app-plugin .app-plugin__error, .meeting-presentation-attachment-element__error, .meeting-preparation-attachment-element__error, .task-status__empty,
.task-status__error, .patient-list-view__error {
  padding: 6.25vw 6.25vw 6.25vw 6.25vw;
  text-align: center;
}
.dia-empty-symbol:before, app-ods-analytics .operational-analytics-error:before, app-ods-patient-summary .patient-summary-error:before, .home__error:before, app-cds-app-plugin .app-plugin__error:before, .meeting-presentation-attachment-element__error:before, .meeting-preparation-attachment-element__error:before, .task-status__empty:before,
.task-status__error:before, .patient-list-view__error:before {
  margin: 1.25vw auto 1.25vw auto;
  content: "";
  display: block;
  width: 12.5vw;
  height: 12.5vw;
  background: none no-repeat 50% 50%;
}
.dia-headline, .meeting-move__headline, .patient-event-links__modal-heading, .patient-event-timeline__headline, .patient-export__headline, .task-status__headline, .meeting-patient-add__headline, .meeting-upsert__headline, .meeting-timeline__headline, .static-page-content__chapter-title, .release-version-popup__version, .release-history__title-text, .static-page-index__chapter-title, .patient-upsert__headline, .patient-history__headline, .delete-confirmation-dialog__heading, .cancer-info__headline, .patient-list-view__headline, .autosuggest-create__headline,
.autosuggest-edit__headline,
.autosuggest-delete__headline, .editable-dropdown-create__headline,
.editable-dropdown-edit__headline,
.editable-dropdown-delete__headline, .dia-confirmation-dialog__heading, .dia-alert-dialog__heading {
  font-weight: bold;
  text-transform: uppercase;
  color: #373f47;
}
.dia-headline--primary {
  margin: 1vw 0vw 1vw 0vw;
  font-size: 2.25vw;
}
.dia-headline--title {
  margin: 1vw 0vw 1vw 0vw;
  font-size: 2.875vw;
}
.dia-headline--component, .patient-event-timeline__headline, .task-status__headline, .meeting-timeline__headline, .patient-history__headline, .cancer-info__headline, .patient-list-view__headline {
  margin: 0vw 0vw 1.25vw 0vw;
  font-size: 1.5em;
  line-height: 1.3em;
}
@media (max-width: 1600px) {
  .dia-headline--component, .patient-event-timeline__headline, .task-status__headline, .meeting-timeline__headline, .patient-history__headline, .cancer-info__headline, .patient-list-view__headline {
    font-size: 1.35em;
    line-height: 1.17em;
  }
}
.dia-headline--modal, .meeting-move__headline, .patient-event-links__modal-heading, .patient-export__headline, .meeting-patient-add__headline, .patient-upsert__headline, .delete-confirmation-dialog__heading, .autosuggest-create__headline,
.autosuggest-edit__headline,
.autosuggest-delete__headline, .editable-dropdown-create__headline,
.editable-dropdown-edit__headline,
.editable-dropdown-delete__headline, .dia-confirmation-dialog__heading, .dia-alert-dialog__heading {
  margin: 0vw 0vw 1.875vw 0vw;
  font-size: 1.5em;
  line-height: 1.3em;
}
@media (max-width: 1600px) {
  .dia-headline--modal, .meeting-move__headline, .patient-event-links__modal-heading, .patient-export__headline, .meeting-patient-add__headline, .patient-upsert__headline, .delete-confirmation-dialog__heading, .autosuggest-create__headline,
.autosuggest-edit__headline,
.autosuggest-delete__headline, .editable-dropdown-create__headline,
.editable-dropdown-edit__headline,
.editable-dropdown-delete__headline, .dia-confirmation-dialog__heading, .dia-alert-dialog__heading {
    font-size: 1.35em;
    line-height: 1.17em;
  }
}
.dia-headline--info, .physical-examination__info, .tumor-information__info, .medications__info, .biomarkers__info, .social-history__info, .patient-last-update__info {
  margin: 0 0 0 5px;
}
.dia-headline--caption {
  margin: -0.625vw 0vw 1.25vw 0vw;
  font-style: italic;
  color: #5a6774;
}
.dia-alert-dialog {
  z-index: 10001;
}
.dia-alert-dialog__body {
  display: block;
}
.dia-alert-dialog__footer {
  display: flex;
  flex-direction: row;
  margin: 1.875vw 0vw 0vw 0vw;
  justify-content: flex-end;
}
.dia-alert-dialog__btn .btn, .dia-alert-dialog__btn-cancel .btn {
  min-width: 100px;
  text-align: center;
}
.dia-alert-dialog__btn-cancel {
  margin: 0vw 0.625vw 0vw 0vw;
}
.dia-alert-toast {
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 10001;
  top: 2.1875vw;
  left: 50%;
  width: 0;
  transform: translateX(-50%);
  align-items: center;
}
.dia-alert-toast__container {
  margin-bottom: 10px;
}
.dia-alert-toast__base {
  opacity: 0;
  display: table-cell;
  border-radius: 0.3125vw;
  padding: 0.6875vw 1.875vw;
  font-size: 1.2em;
  background: #0066cc;
  color: #ffffff;
  width: auto;
}
.dia-alert-toast__base.dia-alert-toast__error {
  background: #cc0033;
}
.dia-alert-toast__body {
  white-space: nowrap;
}
.dia-scrollable, .meeting-presentation-sidebar-slides__list, .patient-timeline-view__wrap, .meeting-timeline-view__wrap, .layout__slot, .layout-presentation__content, .layout-page__content, .layout-page__head, .layout-basic__content, .layout-basic__sidebar, .layout-basic__head, .layout-dashboard__extras, .layout-dashboard__content, .layout-dashboard__sidebar, .layout-dashboard__head {
  position: relative;
  overflow: auto;
}
/* cyrillic-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  src: url(/assets/fonts/sourcesanspro/v22/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7qsDJB9cme_xc.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  src: url(/assets/fonts/sourcesanspro/v22/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7jsDJB9cme_xc.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  src: url(/assets/fonts/sourcesanspro/v22/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7rsDJB9cme_xc.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  src: url(/assets/fonts/sourcesanspro/v22/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7ksDJB9cme_xc.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  src: url(/assets/fonts/sourcesanspro/v22/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7osDJB9cme_xc.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  src: url(/assets/fonts/sourcesanspro/v22/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7psDJB9cme_xc.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  src: url(/assets/fonts/sourcesanspro/v22/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDJB9cme.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNa7lujVj9_mf.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3qPK7lujVj9_mf.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNK7lujVj9_mf.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3qO67lujVj9_mf.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3qN67lujVj9_mf.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7lujVj9_mf.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: url(/assets/fonts/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmhdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: url(/assets/fonts/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwkxdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: url(/assets/fonts/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmxdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: url(/assets/fonts/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlBdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: url(/assets/fonts/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmBdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: url(/assets/fonts/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmRdu3cOWxy40.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: url(/assets/fonts/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu3cOWxw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 16px;
  line-height: 1.3em;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #373f47;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 1600px) {
  html {
    font-size: 14.4px;
    line-height: 1.17em;
  }
}
html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media print {
  html,
body {
    font-size: 12px;
  }
}
@media print {
  html,
body {
    overflow: visible;
    overflow: initial;
  }
}
::-webkit-scrollbar {
  width: 0.4375vw;
  height: 0.4375vw;
}
::-webkit-scrollbar-thumb {
  background: #97a4b2;
  border-radius: 4px;
}
::-webkit-scrollbar-track {
  margin: 0.125vw 0.125vw 0.125vw 0.125vw;
  background: 0 0;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
a,
a:link,
a:hover,
a:focus,
a:active,
a:visited,
a.active,
.link,
.link:link,
.link:hover,
.link:focus,
.link:active,
.link:visited,
.link.active {
  color: #0066cc;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
a:focus,
.link:hover,
.link:focus {
  text-decoration: underline;
}
a:hover,
a:focus,
a:active,
a.active,
.active a,
.link:hover,
.link:focus,
.link:active,
.link.active,
.active .link {
  color: #373f47;
}
.contrast h1,
.contrast h2,
.contrast h3,
.contrast h4,
.contrast h5,
.contrast h6 {
  color: #ffffff;
}
.contrast a,
.contrast a:link,
.contrast a:hover,
.contrast a:focus,
.contrast a:active,
.contrast a:visited,
.contrast a.active,
.contrast .link,
.contrast .link:link,
.contrast .link:hover,
.contrast .link:focus,
.contrast .link:active,
.contrast .link:visited,
.contrast .link.active {
  color: #ffffff;
}
.contrast a:hover,
.contrast a:focus,
.contrast a:active,
.contrast a.active,
.contrast .active a,
.contrast .link:hover,
.contrast .link:focus,
.contrast .link:active,
.contrast .link.active,
.contrast .active .link {
  color: #ffffff;
}
.link-inactive {
  opacity: 0.33;
}
.icon-link {
  display: inline-block;
}
.area-link, .meeting-presentation-patient-cover-slide__link, .meeting-presentation-sidebar-slides__add-link, .patient-tag__link,
.area-link:link,
.area-link:hover,
.area-link:focus,
.area-link:active {
  color: inherit;
  text-decoration: none;
}
.clickable {
  cursor: pointer;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
input:focus::-moz-placeholder {
  opacity: 0;
}
input:focus:-ms-input-placeholder {
  opacity: 0;
}
input:focus::placeholder {
  opacity: 0;
}
:focus,
input:focus,
textarea:focus,
select:focus,
:required,
input:required,
textarea:required,
select:required {
  box-shadow: none;
  outline: none;
}
p, ul, ol, li,
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
h1,
h2 {
  font-size: 1.5em;
  line-height: 1.8em;
  color: #373f47;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  h1,
h2 {
    font-size: 1.35em;
    line-height: 1.62em;
  }
}
h3,
h4 {
  font-size: 1.2em;
  line-height: 1.5em;
  color: #373f47;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  h3,
h4 {
    font-size: 1.08em;
    line-height: 1.35em;
  }
}
h5,
h6 {
  font-size: 1.1em;
  line-height: 1.3em;
  color: #373f47;
}
@media (max-width: 1600px) {
  h5,
h6 {
    font-size: 0.99em;
    line-height: 1.17em;
  }
}
iframe {
  border: none;
}
.pre {
  white-space: pre-wrap;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.strong {
  font-weight: bold;
}
.em {
  font-style: italic;
}
.dragging {
  transition-property: none;
}
.invisible {
  display: inline-block !important;
  visibility: hidden;
  pointer-events: none;
}
.highlight,
.highlighted {
  background: transparent;
  color: inherit;
  font-weight: bold;
}
.dia-btn {
  text-transform: uppercase;
}
.dia-modal__transclude {
  font-size: 1rem;
}
.dia-modal, .dia-modal-minimised {
  transition: opacity 0.1s linear;
}
.dia-modal__content, .dia-modal-minimised .dia-modal__content {
  transition: all 0.1s linear;
}
.transparent {
  opacity: 0;
}
body {
  background: #d9e1e7;
}
@media print {
  body {
    background: white;
  }
}
.timeline, .patient-event-timeline-view__list, .meeting-timeline-view__list {
  padding: 0vw 0vw 0vw 0vw;
}
.timeline__item, .patient-event-timeline-view__item, .meeting-timeline-view__item, .timeline__item-new, .patient-event-timeline-view__item-new {
  display: flex;
  flex-direction: row;
  margin: 0.625vw 0vw 0vw 0vw;
  position: relative;
  border: 0;
  outline: none;
  list-style: none;
}
.timeline__item:first-child, .patient-event-timeline-view__item:first-child, .meeting-timeline-view__item:first-child, .timeline__item-new:first-child, .patient-event-timeline-view__item-new:first-child {
  margin-top: 0vw;
}
.timeline__item:hover, .patient-event-timeline-view__item:hover, .meeting-timeline-view__item:hover, .timeline__item-new:hover, .patient-event-timeline-view__item-new:hover, .timeline__item:focus, .patient-event-timeline-view__item:focus, .meeting-timeline-view__item:focus, .timeline__item-new:focus, .patient-event-timeline-view__item-new:focus {
  outline: none;
}
.timeline-month-separator__marker, .meeting-timeline-view-month-separator__marker,
.timeline__marker,
.patient-event-timeline-view__marker,
.patient-event-timeline-view__empty__marker {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0vw 0vw 0.125vw 0vw;
  font-size: 0.9em;
  line-height: 1.3em;
  border: solid currentColor;
  border-width: 0 0 0.0625vw 0;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .timeline-month-separator__marker, .meeting-timeline-view-month-separator__marker,
.timeline__marker,
.patient-event-timeline-view__marker,
.patient-event-timeline-view__empty__marker {
    font-size: 0.81em;
    line-height: 1.17em;
  }
}
.timeline__event, .patient-event-timeline-view__event, app-meeting-upsert, .meeting-timeline-view__meeting {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: row;
  padding: 0vw 0vw 0vw 0vw;
  position: relative;
  background: #fff;
  min-width: 0;
  width: 100%;
}
.timeline__event:hover, .patient-event-timeline-view__event:hover, app-meeting-upsert:hover, .meeting-timeline-view__meeting:hover, .timeline__event:focus, .patient-event-timeline-view__event:focus, app-meeting-upsert:focus, .meeting-timeline-view__meeting:focus {
  cursor: pointer;
}
.timeline__event--active, .patient-event-timeline-view__item.active .patient-event-timeline-view__event, app-meeting-upsert, .meeting-timeline-view__item.selected .meeting-timeline-view__meeting, .timeline__item-new .timeline__event, .timeline__item-new .patient-event-timeline-view__event, .patient-event-timeline-view__item-new .timeline__event, .patient-event-timeline-view__item-new .patient-event-timeline-view__event, .timeline__item-new app-meeting-upsert, .patient-event-timeline-view__item-new app-meeting-upsert, .timeline__item-new .meeting-timeline-view__meeting, .patient-event-timeline-view__item-new .meeting-timeline-view__meeting, .timeline__event--active:after, .patient-event-timeline-view__item.active .patient-event-timeline-view__event:after, app-meeting-upsert:after, .meeting-timeline-view__item.selected .meeting-timeline-view__meeting:after, .timeline__item-new .timeline__event:after, .timeline__item-new .patient-event-timeline-view__event:after, .patient-event-timeline-view__item-new .timeline__event:after, .patient-event-timeline-view__item-new .patient-event-timeline-view__event:after, .timeline__item-new app-meeting-upsert:after, .patient-event-timeline-view__item-new app-meeting-upsert:after, .timeline__item-new .meeting-timeline-view__meeting:after, .patient-event-timeline-view__item-new .meeting-timeline-view__meeting:after {
  border-left-color: #373f47;
}
.timeline__event--rev-active, .patient-event-timeline-view__item.active .patient-event-timeline-view__event, .timeline__item-new .timeline__event--rev, .timeline__item-new .patient-event-timeline-view__event, .patient-event-timeline-view__item-new .timeline__event--rev, .patient-event-timeline-view__item-new .patient-event-timeline-view__event, .timeline__event--rev-active:before, .patient-event-timeline-view__item.active .patient-event-timeline-view__event:before, .timeline__item-new .timeline__event--rev:before, .timeline__item-new .patient-event-timeline-view__event:before, .patient-event-timeline-view__item-new .timeline__event--rev:before, .patient-event-timeline-view__item-new .patient-event-timeline-view__event:before {
  border-right-color: #373f47;
}
.timeline__event__symbol, .patient-event-timeline-view__item-symbol {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 3.75vw;
}
.timeline__event__symbol--active, .timeline__item-new .timeline__event__symbol, .timeline__item-new .patient-event-timeline-view__item-symbol, .patient-event-timeline-view__item-new .timeline__event__symbol, .patient-event-timeline-view__item-new .patient-event-timeline-view__item-symbol, .timeline__item.active .timeline__event__symbol, .timeline__item.active .patient-event-timeline-view__item-symbol, .active.patient-event-timeline-view__item .timeline__event__symbol, .active.patient-event-timeline-view__item .patient-event-timeline-view__item-symbol, .active.meeting-timeline-view__item .timeline__event__symbol, .active.meeting-timeline-view__item .patient-event-timeline-view__item-symbol, .active.timeline__item-new .timeline__event__symbol, .active.timeline__item-new .patient-event-timeline-view__item-symbol, .active.patient-event-timeline-view__item-new .timeline__event__symbol, .active.patient-event-timeline-view__item-new .patient-event-timeline-view__item-symbol {
  background: #a2aeba;
}
.timeline__event__icon, .patient-event-timeline-view__item-icon {
  flex-grow: 0;
  flex-shrink: 0;
  display: block;
  width: 2vw;
  height: 2vw;
  background: transparent url('patient-timeline-icon-default.17b458a3f9b5b2ba.svg') no-repeat 50% 50%;
  background-size: contain;
}
.timeline__event__info, .patient-event-timeline-view__item-info, .meeting-timeline-view__meeting-info {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.625vw 0.625vw 0.625vw 0.625vw;
  position: static;
  cursor: pointer;
  min-width: 0;
  width: 100%;
}
.timeline__event__attachment, .patient-event-timeline-view__item-attachment {
  margin: -0.3125vw 0vw -0.3125vw 0vw;
  float: right;
}
.timeline__event__featured, .patient-event-timeline-view__item-featured {
  padding: 0.0625vw 0.625vw 0.0625vw 0.625vw;
  margin: 0vw 0vw 0vw 0.625vw;
  font-size: 0.9em;
  line-height: 1.3em;
  float: left;
  background-color: #a2aeba;
  color: #fff;
}
@media (max-width: 1600px) {
  .timeline__event__featured, .patient-event-timeline-view__item-featured {
    font-size: 0.81em;
    line-height: 1.17em;
  }
}
.timeline__event__headline, .patient-event-timeline-view__item-headline, .meeting-timeline-view__meeting-name,
.meeting-timeline-view__meeting-organizations {
  margin: 0vw 0vw 0.3125vw 0vw;
  display: block;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.timeline__event__date, .patient-event-timeline-view__item-date, .meeting-timeline-view__meeting-date,
.timeline__event__type,
.patient-event-timeline-view__item-type,
.timeline__event__caption,
.patient-event-timeline-view__item-caption {
  font-size: 0.9em;
  line-height: 1.3em;
  color: #5a6774;
  line-height: normal;
}
@media (max-width: 1600px) {
  .timeline__event__date, .patient-event-timeline-view__item-date, .meeting-timeline-view__meeting-date,
.timeline__event__type,
.patient-event-timeline-view__item-type,
.timeline__event__caption,
.patient-event-timeline-view__item-caption {
    font-size: 0.81em;
    line-height: 1.17em;
  }
}
.timeline__event__date, .patient-event-timeline-view__item-date, .meeting-timeline-view__meeting-date {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.timeline__event__caption, .patient-event-timeline-view__item-caption {
  height: 2.6em;
  line-height: 1.3em;
  max-height: 2.6em;
  overflow: hidden;
  position: relative;
}
.timeline__event__caption:after, .patient-event-timeline-view__item-caption:after {
  background-image: linear-gradient(to right, transparent, white);
  bottom: 0;
  content: "";
  height: 1.3em;
  position: absolute;
  right: 0;
  width: 5em;
}
.timeline__event__empty, .patient-event-timeline-view__item-empty {
  font-size: 0.9em;
  line-height: 1.3em;
  text-align: center;
  color: #a2aeba;
  font-style: italic;
  padding: 1.55em 0;
}
@media (max-width: 1600px) {
  .timeline__event__empty, .patient-event-timeline-view__item-empty {
    font-size: 0.81em;
    line-height: 1.17em;
  }
}
.timeline__event__params, .meeting-timeline-view__meeting-params {
  margin: 0.3125vw 0vw 0vw 0vw;
}
.timeline__event__param, .meeting-timeline-view__meeting-param {
  display: block;
}
.timeline__event__label, .meeting-timeline-view__label {
  font-weight: bold;
}
.timeline__event__label:after, .meeting-timeline-view__label:after {
  content: ":";
}
.timeline__event__non_featured, .patient-event-timeline-view__item-non_featured img {
  margin: 0vw 0vw 0vw 0.625vw;
  background: #a2aeba no-repeat 50%;
  background-size: cover;
  height: 5.625vw;
  width: 5.625vw;
}
.timeline-empty, .patient-event-timeline-view__empty__message, .meeting-timeline-view-empty {
  padding-top: 2.5vw;
  font-size: 0.9em;
  line-height: 1.3em;
  text-align: center;
  color: #373f47;
}
@media (max-width: 1600px) {
  .timeline-empty, .patient-event-timeline-view__empty__message, .meeting-timeline-view-empty {
    font-size: 0.81em;
    line-height: 1.17em;
  }
}
.category-EMPTY.timeline__event .timeline__event__icon, .category-EMPTY.timeline__event .patient-event-timeline-view__item-icon, .category-EMPTY.patient-event-timeline-view__event .timeline__event__icon, .category-EMPTY.patient-event-timeline-view__event .patient-event-timeline-view__item-icon, app-meeting-upsert.category-EMPTY .timeline__event__icon, app-meeting-upsert.category-EMPTY .patient-event-timeline-view__item-icon, .category-EMPTY.meeting-timeline-view__meeting .timeline__event__icon, .category-EMPTY.meeting-timeline-view__meeting .patient-event-timeline-view__item-icon {
  background-image: url('patient-timeline-icon-default.17b458a3f9b5b2ba.svg');
}
.category-EMPTY.timeline__event--active, .patient-event-timeline-view__item.active .category-EMPTY.patient-event-timeline-view__event, app-meeting-upsert.category-EMPTY, .meeting-timeline-view__item.selected .category-EMPTY.meeting-timeline-view__meeting, .timeline__item-new .category-EMPTY.timeline__event, .timeline__item-new .category-EMPTY.patient-event-timeline-view__event, .patient-event-timeline-view__item-new .category-EMPTY.timeline__event, .patient-event-timeline-view__item-new .category-EMPTY.patient-event-timeline-view__event, .timeline__item-new .category-EMPTY.meeting-timeline-view__meeting, .patient-event-timeline-view__item-new .category-EMPTY.meeting-timeline-view__meeting, .category-EMPTY.timeline__event--active:after, .patient-event-timeline-view__item.active .category-EMPTY.patient-event-timeline-view__event:after, app-meeting-upsert.category-EMPTY:after, .meeting-timeline-view__item.selected .category-EMPTY.meeting-timeline-view__meeting:after, .timeline__item-new .category-EMPTY.timeline__event:after, .timeline__item-new .category-EMPTY.patient-event-timeline-view__event:after, .patient-event-timeline-view__item-new .category-EMPTY.timeline__event:after, .patient-event-timeline-view__item-new .category-EMPTY.patient-event-timeline-view__event:after, .timeline__item-new .category-EMPTY.meeting-timeline-view__meeting:after, .patient-event-timeline-view__item-new .category-EMPTY.meeting-timeline-view__meeting:after {
  border-left-color: #373f47;
}
.category-EMPTY.timeline__event--active .timeline__event__symbol--active, .patient-event-timeline-view__item.active .category-EMPTY.patient-event-timeline-view__event .timeline__event__symbol--active, app-meeting-upsert.category-EMPTY .timeline__event__symbol--active, .meeting-timeline-view__item.selected .category-EMPTY.meeting-timeline-view__meeting .timeline__event__symbol--active, .timeline__item-new .category-EMPTY.timeline__event .timeline__event__symbol--active, .timeline__item-new .category-EMPTY.patient-event-timeline-view__event .timeline__event__symbol--active, .patient-event-timeline-view__item-new .category-EMPTY.timeline__event .timeline__event__symbol--active, .patient-event-timeline-view__item-new .category-EMPTY.patient-event-timeline-view__event .timeline__event__symbol--active, .timeline__item-new .category-EMPTY.meeting-timeline-view__meeting .timeline__event__symbol--active, .patient-event-timeline-view__item-new .category-EMPTY.meeting-timeline-view__meeting .timeline__event__symbol--active, .category-EMPTY.timeline__event--active .timeline__item.active .timeline__event__symbol, .category-EMPTY.timeline__event--active .timeline__item.active .patient-event-timeline-view__item-symbol, .category-EMPTY.timeline__event--active .active.patient-event-timeline-view__item .timeline__event__symbol, .category-EMPTY.timeline__event--active .active.patient-event-timeline-view__item .patient-event-timeline-view__item-symbol, app-meeting-upsert.category-EMPTY .timeline__item.active .timeline__event__symbol, app-meeting-upsert.category-EMPTY .timeline__item.active .patient-event-timeline-view__item-symbol, app-meeting-upsert.category-EMPTY .active.patient-event-timeline-view__item .timeline__event__symbol, app-meeting-upsert.category-EMPTY .active.patient-event-timeline-view__item .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .category-EMPTY.meeting-timeline-view__meeting .timeline__item.active .timeline__event__symbol, .meeting-timeline-view__item.selected .category-EMPTY.meeting-timeline-view__meeting .timeline__item.active .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .category-EMPTY.meeting-timeline-view__meeting .active.patient-event-timeline-view__item .timeline__event__symbol, .meeting-timeline-view__item.selected .category-EMPTY.meeting-timeline-view__meeting .active.patient-event-timeline-view__item .patient-event-timeline-view__item-symbol, .category-EMPTY.timeline__event--active .active.meeting-timeline-view__item .timeline__event__symbol, .category-EMPTY.timeline__event--active .active.meeting-timeline-view__item .patient-event-timeline-view__item-symbol, app-meeting-upsert.category-EMPTY .active.meeting-timeline-view__item .timeline__event__symbol, app-meeting-upsert.category-EMPTY .active.meeting-timeline-view__item .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .category-EMPTY.meeting-timeline-view__meeting .active.meeting-timeline-view__item .timeline__event__symbol, .meeting-timeline-view__item.selected .category-EMPTY.meeting-timeline-view__meeting .active.meeting-timeline-view__item .patient-event-timeline-view__item-symbol, .timeline__item.active .category-EMPTY.timeline__event--active .timeline__event__symbol, .timeline__item.active .category-EMPTY.timeline__event--active .patient-event-timeline-view__item-symbol, .active.patient-event-timeline-view__item .category-EMPTY.timeline__event--active .timeline__event__symbol, .active.patient-event-timeline-view__item .category-EMPTY.timeline__event--active .patient-event-timeline-view__item-symbol, .active.patient-event-timeline-view__item .category-EMPTY.patient-event-timeline-view__event .timeline__event__symbol, .active.patient-event-timeline-view__item .category-EMPTY.patient-event-timeline-view__event .patient-event-timeline-view__item-symbol, .timeline__item.active app-meeting-upsert.category-EMPTY .timeline__event__symbol, .timeline__item.active app-meeting-upsert.category-EMPTY .patient-event-timeline-view__item-symbol, .active.patient-event-timeline-view__item app-meeting-upsert.category-EMPTY .timeline__event__symbol, .active.patient-event-timeline-view__item app-meeting-upsert.category-EMPTY .patient-event-timeline-view__item-symbol, .timeline__item.active .meeting-timeline-view__item.selected .category-EMPTY.meeting-timeline-view__meeting .timeline__event__symbol, .timeline__item.active .meeting-timeline-view__item.selected .category-EMPTY.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .active.patient-event-timeline-view__item .meeting-timeline-view__item.selected .category-EMPTY.meeting-timeline-view__meeting .timeline__event__symbol, .active.patient-event-timeline-view__item .meeting-timeline-view__item.selected .category-EMPTY.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .timeline__item.active .category-EMPTY.meeting-timeline-view__meeting .timeline__event__symbol, .meeting-timeline-view__item.selected .timeline__item.active .category-EMPTY.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .active.patient-event-timeline-view__item .category-EMPTY.meeting-timeline-view__meeting .timeline__event__symbol, .meeting-timeline-view__item.selected .active.patient-event-timeline-view__item .category-EMPTY.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .active.meeting-timeline-view__item .category-EMPTY.timeline__event--active .timeline__event__symbol, .active.meeting-timeline-view__item .category-EMPTY.timeline__event--active .patient-event-timeline-view__item-symbol, .active.meeting-timeline-view__item app-meeting-upsert.category-EMPTY .timeline__event__symbol, .active.meeting-timeline-view__item app-meeting-upsert.category-EMPTY .patient-event-timeline-view__item-symbol, .active.meeting-timeline-view__item .meeting-timeline-view__item.selected .category-EMPTY.meeting-timeline-view__meeting .timeline__event__symbol, .active.meeting-timeline-view__item .meeting-timeline-view__item.selected .category-EMPTY.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .active.meeting-timeline-view__item .category-EMPTY.meeting-timeline-view__meeting .timeline__event__symbol, .meeting-timeline-view__item.selected .active.meeting-timeline-view__item .category-EMPTY.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .category-EMPTY.timeline__event--active .timeline__item-new .timeline__event__symbol, .category-EMPTY.timeline__event--active .timeline__item-new .patient-event-timeline-view__item-symbol, .category-EMPTY.timeline__event--active .patient-event-timeline-view__item-new .timeline__event__symbol, .category-EMPTY.timeline__event--active .patient-event-timeline-view__item-new .patient-event-timeline-view__item-symbol, app-meeting-upsert.category-EMPTY .timeline__item-new .timeline__event__symbol, app-meeting-upsert.category-EMPTY .timeline__item-new .patient-event-timeline-view__item-symbol, app-meeting-upsert.category-EMPTY .patient-event-timeline-view__item-new .timeline__event__symbol, app-meeting-upsert.category-EMPTY .patient-event-timeline-view__item-new .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .category-EMPTY.meeting-timeline-view__meeting .timeline__item-new .timeline__event__symbol, .meeting-timeline-view__item.selected .category-EMPTY.meeting-timeline-view__meeting .timeline__item-new .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .category-EMPTY.meeting-timeline-view__meeting .patient-event-timeline-view__item-new .timeline__event__symbol, .meeting-timeline-view__item.selected .category-EMPTY.meeting-timeline-view__meeting .patient-event-timeline-view__item-new .patient-event-timeline-view__item-symbol, .timeline__item-new .category-EMPTY.timeline__event--active .timeline__event__symbol, .timeline__item-new .category-EMPTY.timeline__event--active .patient-event-timeline-view__item-symbol, .patient-event-timeline-view__item-new .category-EMPTY.timeline__event--active .timeline__event__symbol, .patient-event-timeline-view__item-new .category-EMPTY.timeline__event--active .patient-event-timeline-view__item-symbol, .timeline__item-new app-meeting-upsert.category-EMPTY .timeline__event__symbol, .timeline__item-new app-meeting-upsert.category-EMPTY .patient-event-timeline-view__item-symbol, .patient-event-timeline-view__item-new app-meeting-upsert.category-EMPTY .timeline__event__symbol, .patient-event-timeline-view__item-new app-meeting-upsert.category-EMPTY .patient-event-timeline-view__item-symbol, .timeline__item-new .category-EMPTY.timeline__event .timeline__event__symbol, .timeline__item-new .category-EMPTY.timeline__event .patient-event-timeline-view__item-symbol, .timeline__item-new .category-EMPTY.patient-event-timeline-view__event .timeline__event__symbol, .timeline__item-new .category-EMPTY.patient-event-timeline-view__event .patient-event-timeline-view__item-symbol, .patient-event-timeline-view__item-new .category-EMPTY.timeline__event .timeline__event__symbol, .patient-event-timeline-view__item-new .category-EMPTY.timeline__event .patient-event-timeline-view__item-symbol, .patient-event-timeline-view__item-new .category-EMPTY.patient-event-timeline-view__event .timeline__event__symbol, .patient-event-timeline-view__item-new .category-EMPTY.patient-event-timeline-view__event .patient-event-timeline-view__item-symbol, .timeline__item-new .category-EMPTY.meeting-timeline-view__meeting .timeline__event__symbol, .timeline__item-new .category-EMPTY.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .patient-event-timeline-view__item-new .category-EMPTY.meeting-timeline-view__meeting .timeline__event__symbol, .patient-event-timeline-view__item-new .category-EMPTY.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol {
  background: #a2aeba;
}
.category-EMPTY.timeline__event--rev-active, .patient-event-timeline-view__item.active .category-EMPTY.patient-event-timeline-view__event, .timeline__item-new .category-EMPTY.timeline__event--rev, .timeline__item-new .category-EMPTY.patient-event-timeline-view__event, .patient-event-timeline-view__item-new .category-EMPTY.timeline__event--rev, .patient-event-timeline-view__item-new .category-EMPTY.patient-event-timeline-view__event, .category-EMPTY.timeline__event--rev-active:before, .patient-event-timeline-view__item.active .category-EMPTY.patient-event-timeline-view__event:before, .timeline__item-new .category-EMPTY.timeline__event--rev:before, .timeline__item-new .category-EMPTY.patient-event-timeline-view__event:before, .patient-event-timeline-view__item-new .category-EMPTY.timeline__event--rev:before, .patient-event-timeline-view__item-new .category-EMPTY.patient-event-timeline-view__event:before {
  border-right-color: #373f47;
}
.category-EMPTY.timeline__event--rev-active:not(:hover), .patient-event-timeline-view__item.active .category-EMPTY.patient-event-timeline-view__event:not(:hover), .timeline__item-new .category-EMPTY.timeline__event--rev:not(:hover), .timeline__item-new .category-EMPTY.patient-event-timeline-view__event:not(:hover), .patient-event-timeline-view__item-new .category-EMPTY.timeline__event--rev:not(:hover), .patient-event-timeline-view__item-new .category-EMPTY.patient-event-timeline-view__event:not(:hover) {
  outline-color: #373f47;
}
.category-PATHOLOGY.timeline__event .timeline__event__icon, .category-PATHOLOGY.timeline__event .patient-event-timeline-view__item-icon, .category-PATHOLOGY.patient-event-timeline-view__event .timeline__event__icon, .category-PATHOLOGY.patient-event-timeline-view__event .patient-event-timeline-view__item-icon, app-meeting-upsert.category-PATHOLOGY .timeline__event__icon, app-meeting-upsert.category-PATHOLOGY .patient-event-timeline-view__item-icon, .category-PATHOLOGY.meeting-timeline-view__meeting .timeline__event__icon, .category-PATHOLOGY.meeting-timeline-view__meeting .patient-event-timeline-view__item-icon {
  background-image: url('patient-timeline-icon-pathology.924c559ef6e9f944.svg');
}
.category-PATHOLOGY.timeline__event--active, .patient-event-timeline-view__item.active .category-PATHOLOGY.patient-event-timeline-view__event, app-meeting-upsert.category-PATHOLOGY, .meeting-timeline-view__item.selected .category-PATHOLOGY.meeting-timeline-view__meeting, .timeline__item-new .category-PATHOLOGY.timeline__event, .timeline__item-new .category-PATHOLOGY.patient-event-timeline-view__event, .patient-event-timeline-view__item-new .category-PATHOLOGY.timeline__event, .patient-event-timeline-view__item-new .category-PATHOLOGY.patient-event-timeline-view__event, .timeline__item-new .category-PATHOLOGY.meeting-timeline-view__meeting, .patient-event-timeline-view__item-new .category-PATHOLOGY.meeting-timeline-view__meeting, .category-PATHOLOGY.timeline__event--active:after, .patient-event-timeline-view__item.active .category-PATHOLOGY.patient-event-timeline-view__event:after, app-meeting-upsert.category-PATHOLOGY:after, .meeting-timeline-view__item.selected .category-PATHOLOGY.meeting-timeline-view__meeting:after, .timeline__item-new .category-PATHOLOGY.timeline__event:after, .timeline__item-new .category-PATHOLOGY.patient-event-timeline-view__event:after, .patient-event-timeline-view__item-new .category-PATHOLOGY.timeline__event:after, .patient-event-timeline-view__item-new .category-PATHOLOGY.patient-event-timeline-view__event:after, .timeline__item-new .category-PATHOLOGY.meeting-timeline-view__meeting:after, .patient-event-timeline-view__item-new .category-PATHOLOGY.meeting-timeline-view__meeting:after {
  border-left-color: #8a266f;
}
.category-PATHOLOGY.timeline__event--active .timeline__event__symbol--active, .patient-event-timeline-view__item.active .category-PATHOLOGY.patient-event-timeline-view__event .timeline__event__symbol--active, app-meeting-upsert.category-PATHOLOGY .timeline__event__symbol--active, .meeting-timeline-view__item.selected .category-PATHOLOGY.meeting-timeline-view__meeting .timeline__event__symbol--active, .timeline__item-new .category-PATHOLOGY.timeline__event .timeline__event__symbol--active, .timeline__item-new .category-PATHOLOGY.patient-event-timeline-view__event .timeline__event__symbol--active, .patient-event-timeline-view__item-new .category-PATHOLOGY.timeline__event .timeline__event__symbol--active, .patient-event-timeline-view__item-new .category-PATHOLOGY.patient-event-timeline-view__event .timeline__event__symbol--active, .timeline__item-new .category-PATHOLOGY.meeting-timeline-view__meeting .timeline__event__symbol--active, .patient-event-timeline-view__item-new .category-PATHOLOGY.meeting-timeline-view__meeting .timeline__event__symbol--active, .category-PATHOLOGY.timeline__event--active .timeline__item.active .timeline__event__symbol, .category-PATHOLOGY.timeline__event--active .timeline__item.active .patient-event-timeline-view__item-symbol, .category-PATHOLOGY.timeline__event--active .active.patient-event-timeline-view__item .timeline__event__symbol, .category-PATHOLOGY.timeline__event--active .active.patient-event-timeline-view__item .patient-event-timeline-view__item-symbol, app-meeting-upsert.category-PATHOLOGY .timeline__item.active .timeline__event__symbol, app-meeting-upsert.category-PATHOLOGY .timeline__item.active .patient-event-timeline-view__item-symbol, app-meeting-upsert.category-PATHOLOGY .active.patient-event-timeline-view__item .timeline__event__symbol, app-meeting-upsert.category-PATHOLOGY .active.patient-event-timeline-view__item .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .category-PATHOLOGY.meeting-timeline-view__meeting .timeline__item.active .timeline__event__symbol, .meeting-timeline-view__item.selected .category-PATHOLOGY.meeting-timeline-view__meeting .timeline__item.active .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .category-PATHOLOGY.meeting-timeline-view__meeting .active.patient-event-timeline-view__item .timeline__event__symbol, .meeting-timeline-view__item.selected .category-PATHOLOGY.meeting-timeline-view__meeting .active.patient-event-timeline-view__item .patient-event-timeline-view__item-symbol, .category-PATHOLOGY.timeline__event--active .active.meeting-timeline-view__item .timeline__event__symbol, .category-PATHOLOGY.timeline__event--active .active.meeting-timeline-view__item .patient-event-timeline-view__item-symbol, app-meeting-upsert.category-PATHOLOGY .active.meeting-timeline-view__item .timeline__event__symbol, app-meeting-upsert.category-PATHOLOGY .active.meeting-timeline-view__item .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .category-PATHOLOGY.meeting-timeline-view__meeting .active.meeting-timeline-view__item .timeline__event__symbol, .meeting-timeline-view__item.selected .category-PATHOLOGY.meeting-timeline-view__meeting .active.meeting-timeline-view__item .patient-event-timeline-view__item-symbol, .timeline__item.active .category-PATHOLOGY.timeline__event--active .timeline__event__symbol, .timeline__item.active .category-PATHOLOGY.timeline__event--active .patient-event-timeline-view__item-symbol, .active.patient-event-timeline-view__item .category-PATHOLOGY.timeline__event--active .timeline__event__symbol, .active.patient-event-timeline-view__item .category-PATHOLOGY.timeline__event--active .patient-event-timeline-view__item-symbol, .active.patient-event-timeline-view__item .category-PATHOLOGY.patient-event-timeline-view__event .timeline__event__symbol, .active.patient-event-timeline-view__item .category-PATHOLOGY.patient-event-timeline-view__event .patient-event-timeline-view__item-symbol, .timeline__item.active app-meeting-upsert.category-PATHOLOGY .timeline__event__symbol, .timeline__item.active app-meeting-upsert.category-PATHOLOGY .patient-event-timeline-view__item-symbol, .active.patient-event-timeline-view__item app-meeting-upsert.category-PATHOLOGY .timeline__event__symbol, .active.patient-event-timeline-view__item app-meeting-upsert.category-PATHOLOGY .patient-event-timeline-view__item-symbol, .timeline__item.active .meeting-timeline-view__item.selected .category-PATHOLOGY.meeting-timeline-view__meeting .timeline__event__symbol, .timeline__item.active .meeting-timeline-view__item.selected .category-PATHOLOGY.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .active.patient-event-timeline-view__item .meeting-timeline-view__item.selected .category-PATHOLOGY.meeting-timeline-view__meeting .timeline__event__symbol, .active.patient-event-timeline-view__item .meeting-timeline-view__item.selected .category-PATHOLOGY.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .timeline__item.active .category-PATHOLOGY.meeting-timeline-view__meeting .timeline__event__symbol, .meeting-timeline-view__item.selected .timeline__item.active .category-PATHOLOGY.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .active.patient-event-timeline-view__item .category-PATHOLOGY.meeting-timeline-view__meeting .timeline__event__symbol, .meeting-timeline-view__item.selected .active.patient-event-timeline-view__item .category-PATHOLOGY.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .active.meeting-timeline-view__item .category-PATHOLOGY.timeline__event--active .timeline__event__symbol, .active.meeting-timeline-view__item .category-PATHOLOGY.timeline__event--active .patient-event-timeline-view__item-symbol, .active.meeting-timeline-view__item app-meeting-upsert.category-PATHOLOGY .timeline__event__symbol, .active.meeting-timeline-view__item app-meeting-upsert.category-PATHOLOGY .patient-event-timeline-view__item-symbol, .active.meeting-timeline-view__item .meeting-timeline-view__item.selected .category-PATHOLOGY.meeting-timeline-view__meeting .timeline__event__symbol, .active.meeting-timeline-view__item .meeting-timeline-view__item.selected .category-PATHOLOGY.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .active.meeting-timeline-view__item .category-PATHOLOGY.meeting-timeline-view__meeting .timeline__event__symbol, .meeting-timeline-view__item.selected .active.meeting-timeline-view__item .category-PATHOLOGY.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .category-PATHOLOGY.timeline__event--active .timeline__item-new .timeline__event__symbol, .category-PATHOLOGY.timeline__event--active .timeline__item-new .patient-event-timeline-view__item-symbol, .category-PATHOLOGY.timeline__event--active .patient-event-timeline-view__item-new .timeline__event__symbol, .category-PATHOLOGY.timeline__event--active .patient-event-timeline-view__item-new .patient-event-timeline-view__item-symbol, app-meeting-upsert.category-PATHOLOGY .timeline__item-new .timeline__event__symbol, app-meeting-upsert.category-PATHOLOGY .timeline__item-new .patient-event-timeline-view__item-symbol, app-meeting-upsert.category-PATHOLOGY .patient-event-timeline-view__item-new .timeline__event__symbol, app-meeting-upsert.category-PATHOLOGY .patient-event-timeline-view__item-new .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .category-PATHOLOGY.meeting-timeline-view__meeting .timeline__item-new .timeline__event__symbol, .meeting-timeline-view__item.selected .category-PATHOLOGY.meeting-timeline-view__meeting .timeline__item-new .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .category-PATHOLOGY.meeting-timeline-view__meeting .patient-event-timeline-view__item-new .timeline__event__symbol, .meeting-timeline-view__item.selected .category-PATHOLOGY.meeting-timeline-view__meeting .patient-event-timeline-view__item-new .patient-event-timeline-view__item-symbol, .timeline__item-new .category-PATHOLOGY.timeline__event--active .timeline__event__symbol, .timeline__item-new .category-PATHOLOGY.timeline__event--active .patient-event-timeline-view__item-symbol, .patient-event-timeline-view__item-new .category-PATHOLOGY.timeline__event--active .timeline__event__symbol, .patient-event-timeline-view__item-new .category-PATHOLOGY.timeline__event--active .patient-event-timeline-view__item-symbol, .timeline__item-new app-meeting-upsert.category-PATHOLOGY .timeline__event__symbol, .timeline__item-new app-meeting-upsert.category-PATHOLOGY .patient-event-timeline-view__item-symbol, .patient-event-timeline-view__item-new app-meeting-upsert.category-PATHOLOGY .timeline__event__symbol, .patient-event-timeline-view__item-new app-meeting-upsert.category-PATHOLOGY .patient-event-timeline-view__item-symbol, .timeline__item-new .category-PATHOLOGY.timeline__event .timeline__event__symbol, .timeline__item-new .category-PATHOLOGY.timeline__event .patient-event-timeline-view__item-symbol, .timeline__item-new .category-PATHOLOGY.patient-event-timeline-view__event .timeline__event__symbol, .timeline__item-new .category-PATHOLOGY.patient-event-timeline-view__event .patient-event-timeline-view__item-symbol, .patient-event-timeline-view__item-new .category-PATHOLOGY.timeline__event .timeline__event__symbol, .patient-event-timeline-view__item-new .category-PATHOLOGY.timeline__event .patient-event-timeline-view__item-symbol, .patient-event-timeline-view__item-new .category-PATHOLOGY.patient-event-timeline-view__event .timeline__event__symbol, .patient-event-timeline-view__item-new .category-PATHOLOGY.patient-event-timeline-view__event .patient-event-timeline-view__item-symbol, .timeline__item-new .category-PATHOLOGY.meeting-timeline-view__meeting .timeline__event__symbol, .timeline__item-new .category-PATHOLOGY.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .patient-event-timeline-view__item-new .category-PATHOLOGY.meeting-timeline-view__meeting .timeline__event__symbol, .patient-event-timeline-view__item-new .category-PATHOLOGY.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol {
  background: #efd2e7;
}
.category-PATHOLOGY.timeline__event--rev-active, .patient-event-timeline-view__item.active .category-PATHOLOGY.patient-event-timeline-view__event, .timeline__item-new .category-PATHOLOGY.timeline__event--rev, .timeline__item-new .category-PATHOLOGY.patient-event-timeline-view__event, .patient-event-timeline-view__item-new .category-PATHOLOGY.timeline__event--rev, .patient-event-timeline-view__item-new .category-PATHOLOGY.patient-event-timeline-view__event, .category-PATHOLOGY.timeline__event--rev-active:before, .patient-event-timeline-view__item.active .category-PATHOLOGY.patient-event-timeline-view__event:before, .timeline__item-new .category-PATHOLOGY.timeline__event--rev:before, .timeline__item-new .category-PATHOLOGY.patient-event-timeline-view__event:before, .patient-event-timeline-view__item-new .category-PATHOLOGY.timeline__event--rev:before, .patient-event-timeline-view__item-new .category-PATHOLOGY.patient-event-timeline-view__event:before {
  border-right-color: #8a266f;
}
.category-PATHOLOGY.timeline__event--rev-active:not(:hover), .patient-event-timeline-view__item.active .category-PATHOLOGY.patient-event-timeline-view__event:not(:hover), .timeline__item-new .category-PATHOLOGY.timeline__event--rev:not(:hover), .timeline__item-new .category-PATHOLOGY.patient-event-timeline-view__event:not(:hover), .patient-event-timeline-view__item-new .category-PATHOLOGY.timeline__event--rev:not(:hover), .patient-event-timeline-view__item-new .category-PATHOLOGY.patient-event-timeline-view__event:not(:hover) {
  outline-color: #8a266f;
}
.category-RADIOLOGY.timeline__event .timeline__event__icon, .category-RADIOLOGY.timeline__event .patient-event-timeline-view__item-icon, .category-RADIOLOGY.patient-event-timeline-view__event .timeline__event__icon, .category-RADIOLOGY.patient-event-timeline-view__event .patient-event-timeline-view__item-icon, app-meeting-upsert.category-RADIOLOGY .timeline__event__icon, app-meeting-upsert.category-RADIOLOGY .patient-event-timeline-view__item-icon, .category-RADIOLOGY.meeting-timeline-view__meeting .timeline__event__icon, .category-RADIOLOGY.meeting-timeline-view__meeting .patient-event-timeline-view__item-icon {
  background-image: url('patient-timeline-icon-radiology.d954aa12004a8831.svg');
}
.category-RADIOLOGY.timeline__event--active, .patient-event-timeline-view__item.active .category-RADIOLOGY.patient-event-timeline-view__event, app-meeting-upsert.category-RADIOLOGY, .meeting-timeline-view__item.selected .category-RADIOLOGY.meeting-timeline-view__meeting, .timeline__item-new .category-RADIOLOGY.timeline__event, .timeline__item-new .category-RADIOLOGY.patient-event-timeline-view__event, .patient-event-timeline-view__item-new .category-RADIOLOGY.timeline__event, .patient-event-timeline-view__item-new .category-RADIOLOGY.patient-event-timeline-view__event, .timeline__item-new .category-RADIOLOGY.meeting-timeline-view__meeting, .patient-event-timeline-view__item-new .category-RADIOLOGY.meeting-timeline-view__meeting, .category-RADIOLOGY.timeline__event--active:after, .patient-event-timeline-view__item.active .category-RADIOLOGY.patient-event-timeline-view__event:after, app-meeting-upsert.category-RADIOLOGY:after, .meeting-timeline-view__item.selected .category-RADIOLOGY.meeting-timeline-view__meeting:after, .timeline__item-new .category-RADIOLOGY.timeline__event:after, .timeline__item-new .category-RADIOLOGY.patient-event-timeline-view__event:after, .patient-event-timeline-view__item-new .category-RADIOLOGY.timeline__event:after, .patient-event-timeline-view__item-new .category-RADIOLOGY.patient-event-timeline-view__event:after, .timeline__item-new .category-RADIOLOGY.meeting-timeline-view__meeting:after, .patient-event-timeline-view__item-new .category-RADIOLOGY.meeting-timeline-view__meeting:after {
  border-left-color: #373f47;
}
.category-RADIOLOGY.timeline__event--active .timeline__event__symbol--active, .patient-event-timeline-view__item.active .category-RADIOLOGY.patient-event-timeline-view__event .timeline__event__symbol--active, app-meeting-upsert.category-RADIOLOGY .timeline__event__symbol--active, .meeting-timeline-view__item.selected .category-RADIOLOGY.meeting-timeline-view__meeting .timeline__event__symbol--active, .timeline__item-new .category-RADIOLOGY.timeline__event .timeline__event__symbol--active, .timeline__item-new .category-RADIOLOGY.patient-event-timeline-view__event .timeline__event__symbol--active, .patient-event-timeline-view__item-new .category-RADIOLOGY.timeline__event .timeline__event__symbol--active, .patient-event-timeline-view__item-new .category-RADIOLOGY.patient-event-timeline-view__event .timeline__event__symbol--active, .timeline__item-new .category-RADIOLOGY.meeting-timeline-view__meeting .timeline__event__symbol--active, .patient-event-timeline-view__item-new .category-RADIOLOGY.meeting-timeline-view__meeting .timeline__event__symbol--active, .category-RADIOLOGY.timeline__event--active .timeline__item.active .timeline__event__symbol, .category-RADIOLOGY.timeline__event--active .timeline__item.active .patient-event-timeline-view__item-symbol, .category-RADIOLOGY.timeline__event--active .active.patient-event-timeline-view__item .timeline__event__symbol, .category-RADIOLOGY.timeline__event--active .active.patient-event-timeline-view__item .patient-event-timeline-view__item-symbol, app-meeting-upsert.category-RADIOLOGY .timeline__item.active .timeline__event__symbol, app-meeting-upsert.category-RADIOLOGY .timeline__item.active .patient-event-timeline-view__item-symbol, app-meeting-upsert.category-RADIOLOGY .active.patient-event-timeline-view__item .timeline__event__symbol, app-meeting-upsert.category-RADIOLOGY .active.patient-event-timeline-view__item .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .category-RADIOLOGY.meeting-timeline-view__meeting .timeline__item.active .timeline__event__symbol, .meeting-timeline-view__item.selected .category-RADIOLOGY.meeting-timeline-view__meeting .timeline__item.active .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .category-RADIOLOGY.meeting-timeline-view__meeting .active.patient-event-timeline-view__item .timeline__event__symbol, .meeting-timeline-view__item.selected .category-RADIOLOGY.meeting-timeline-view__meeting .active.patient-event-timeline-view__item .patient-event-timeline-view__item-symbol, .category-RADIOLOGY.timeline__event--active .active.meeting-timeline-view__item .timeline__event__symbol, .category-RADIOLOGY.timeline__event--active .active.meeting-timeline-view__item .patient-event-timeline-view__item-symbol, app-meeting-upsert.category-RADIOLOGY .active.meeting-timeline-view__item .timeline__event__symbol, app-meeting-upsert.category-RADIOLOGY .active.meeting-timeline-view__item .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .category-RADIOLOGY.meeting-timeline-view__meeting .active.meeting-timeline-view__item .timeline__event__symbol, .meeting-timeline-view__item.selected .category-RADIOLOGY.meeting-timeline-view__meeting .active.meeting-timeline-view__item .patient-event-timeline-view__item-symbol, .timeline__item.active .category-RADIOLOGY.timeline__event--active .timeline__event__symbol, .timeline__item.active .category-RADIOLOGY.timeline__event--active .patient-event-timeline-view__item-symbol, .active.patient-event-timeline-view__item .category-RADIOLOGY.timeline__event--active .timeline__event__symbol, .active.patient-event-timeline-view__item .category-RADIOLOGY.timeline__event--active .patient-event-timeline-view__item-symbol, .active.patient-event-timeline-view__item .category-RADIOLOGY.patient-event-timeline-view__event .timeline__event__symbol, .active.patient-event-timeline-view__item .category-RADIOLOGY.patient-event-timeline-view__event .patient-event-timeline-view__item-symbol, .timeline__item.active app-meeting-upsert.category-RADIOLOGY .timeline__event__symbol, .timeline__item.active app-meeting-upsert.category-RADIOLOGY .patient-event-timeline-view__item-symbol, .active.patient-event-timeline-view__item app-meeting-upsert.category-RADIOLOGY .timeline__event__symbol, .active.patient-event-timeline-view__item app-meeting-upsert.category-RADIOLOGY .patient-event-timeline-view__item-symbol, .timeline__item.active .meeting-timeline-view__item.selected .category-RADIOLOGY.meeting-timeline-view__meeting .timeline__event__symbol, .timeline__item.active .meeting-timeline-view__item.selected .category-RADIOLOGY.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .active.patient-event-timeline-view__item .meeting-timeline-view__item.selected .category-RADIOLOGY.meeting-timeline-view__meeting .timeline__event__symbol, .active.patient-event-timeline-view__item .meeting-timeline-view__item.selected .category-RADIOLOGY.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .timeline__item.active .category-RADIOLOGY.meeting-timeline-view__meeting .timeline__event__symbol, .meeting-timeline-view__item.selected .timeline__item.active .category-RADIOLOGY.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .active.patient-event-timeline-view__item .category-RADIOLOGY.meeting-timeline-view__meeting .timeline__event__symbol, .meeting-timeline-view__item.selected .active.patient-event-timeline-view__item .category-RADIOLOGY.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .active.meeting-timeline-view__item .category-RADIOLOGY.timeline__event--active .timeline__event__symbol, .active.meeting-timeline-view__item .category-RADIOLOGY.timeline__event--active .patient-event-timeline-view__item-symbol, .active.meeting-timeline-view__item app-meeting-upsert.category-RADIOLOGY .timeline__event__symbol, .active.meeting-timeline-view__item app-meeting-upsert.category-RADIOLOGY .patient-event-timeline-view__item-symbol, .active.meeting-timeline-view__item .meeting-timeline-view__item.selected .category-RADIOLOGY.meeting-timeline-view__meeting .timeline__event__symbol, .active.meeting-timeline-view__item .meeting-timeline-view__item.selected .category-RADIOLOGY.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .active.meeting-timeline-view__item .category-RADIOLOGY.meeting-timeline-view__meeting .timeline__event__symbol, .meeting-timeline-view__item.selected .active.meeting-timeline-view__item .category-RADIOLOGY.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .category-RADIOLOGY.timeline__event--active .timeline__item-new .timeline__event__symbol, .category-RADIOLOGY.timeline__event--active .timeline__item-new .patient-event-timeline-view__item-symbol, .category-RADIOLOGY.timeline__event--active .patient-event-timeline-view__item-new .timeline__event__symbol, .category-RADIOLOGY.timeline__event--active .patient-event-timeline-view__item-new .patient-event-timeline-view__item-symbol, app-meeting-upsert.category-RADIOLOGY .timeline__item-new .timeline__event__symbol, app-meeting-upsert.category-RADIOLOGY .timeline__item-new .patient-event-timeline-view__item-symbol, app-meeting-upsert.category-RADIOLOGY .patient-event-timeline-view__item-new .timeline__event__symbol, app-meeting-upsert.category-RADIOLOGY .patient-event-timeline-view__item-new .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .category-RADIOLOGY.meeting-timeline-view__meeting .timeline__item-new .timeline__event__symbol, .meeting-timeline-view__item.selected .category-RADIOLOGY.meeting-timeline-view__meeting .timeline__item-new .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .category-RADIOLOGY.meeting-timeline-view__meeting .patient-event-timeline-view__item-new .timeline__event__symbol, .meeting-timeline-view__item.selected .category-RADIOLOGY.meeting-timeline-view__meeting .patient-event-timeline-view__item-new .patient-event-timeline-view__item-symbol, .timeline__item-new .category-RADIOLOGY.timeline__event--active .timeline__event__symbol, .timeline__item-new .category-RADIOLOGY.timeline__event--active .patient-event-timeline-view__item-symbol, .patient-event-timeline-view__item-new .category-RADIOLOGY.timeline__event--active .timeline__event__symbol, .patient-event-timeline-view__item-new .category-RADIOLOGY.timeline__event--active .patient-event-timeline-view__item-symbol, .timeline__item-new app-meeting-upsert.category-RADIOLOGY .timeline__event__symbol, .timeline__item-new app-meeting-upsert.category-RADIOLOGY .patient-event-timeline-view__item-symbol, .patient-event-timeline-view__item-new app-meeting-upsert.category-RADIOLOGY .timeline__event__symbol, .patient-event-timeline-view__item-new app-meeting-upsert.category-RADIOLOGY .patient-event-timeline-view__item-symbol, .timeline__item-new .category-RADIOLOGY.timeline__event .timeline__event__symbol, .timeline__item-new .category-RADIOLOGY.timeline__event .patient-event-timeline-view__item-symbol, .timeline__item-new .category-RADIOLOGY.patient-event-timeline-view__event .timeline__event__symbol, .timeline__item-new .category-RADIOLOGY.patient-event-timeline-view__event .patient-event-timeline-view__item-symbol, .patient-event-timeline-view__item-new .category-RADIOLOGY.timeline__event .timeline__event__symbol, .patient-event-timeline-view__item-new .category-RADIOLOGY.timeline__event .patient-event-timeline-view__item-symbol, .patient-event-timeline-view__item-new .category-RADIOLOGY.patient-event-timeline-view__event .timeline__event__symbol, .patient-event-timeline-view__item-new .category-RADIOLOGY.patient-event-timeline-view__event .patient-event-timeline-view__item-symbol, .timeline__item-new .category-RADIOLOGY.meeting-timeline-view__meeting .timeline__event__symbol, .timeline__item-new .category-RADIOLOGY.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .patient-event-timeline-view__item-new .category-RADIOLOGY.meeting-timeline-view__meeting .timeline__event__symbol, .patient-event-timeline-view__item-new .category-RADIOLOGY.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol {
  background: #c1cbd6;
}
.category-RADIOLOGY.timeline__event--rev-active, .patient-event-timeline-view__item.active .category-RADIOLOGY.patient-event-timeline-view__event, .timeline__item-new .category-RADIOLOGY.timeline__event--rev, .timeline__item-new .category-RADIOLOGY.patient-event-timeline-view__event, .patient-event-timeline-view__item-new .category-RADIOLOGY.timeline__event--rev, .patient-event-timeline-view__item-new .category-RADIOLOGY.patient-event-timeline-view__event, .category-RADIOLOGY.timeline__event--rev-active:before, .patient-event-timeline-view__item.active .category-RADIOLOGY.patient-event-timeline-view__event:before, .timeline__item-new .category-RADIOLOGY.timeline__event--rev:before, .timeline__item-new .category-RADIOLOGY.patient-event-timeline-view__event:before, .patient-event-timeline-view__item-new .category-RADIOLOGY.timeline__event--rev:before, .patient-event-timeline-view__item-new .category-RADIOLOGY.patient-event-timeline-view__event:before {
  border-right-color: #373f47;
}
.category-RADIOLOGY.timeline__event--rev-active:not(:hover), .patient-event-timeline-view__item.active .category-RADIOLOGY.patient-event-timeline-view__event:not(:hover), .timeline__item-new .category-RADIOLOGY.timeline__event--rev:not(:hover), .timeline__item-new .category-RADIOLOGY.patient-event-timeline-view__event:not(:hover), .patient-event-timeline-view__item-new .category-RADIOLOGY.timeline__event--rev:not(:hover), .patient-event-timeline-view__item-new .category-RADIOLOGY.patient-event-timeline-view__event:not(:hover) {
  outline-color: #373f47;
}
.category-GENOMICS.timeline__event .timeline__event__icon, .category-GENOMICS.timeline__event .patient-event-timeline-view__item-icon, .category-GENOMICS.patient-event-timeline-view__event .timeline__event__icon, .category-GENOMICS.patient-event-timeline-view__event .patient-event-timeline-view__item-icon, app-meeting-upsert.category-GENOMICS .timeline__event__icon, app-meeting-upsert.category-GENOMICS .patient-event-timeline-view__item-icon, .category-GENOMICS.meeting-timeline-view__meeting .timeline__event__icon, .category-GENOMICS.meeting-timeline-view__meeting .patient-event-timeline-view__item-icon {
  background-image: url('patient-timeline-icon-genomics.bf19eaff6be75638.svg');
}
.category-GENOMICS.timeline__event--active, .patient-event-timeline-view__item.active .category-GENOMICS.patient-event-timeline-view__event, app-meeting-upsert.category-GENOMICS, .meeting-timeline-view__item.selected .category-GENOMICS.meeting-timeline-view__meeting, .timeline__item-new .category-GENOMICS.timeline__event, .timeline__item-new .category-GENOMICS.patient-event-timeline-view__event, .patient-event-timeline-view__item-new .category-GENOMICS.timeline__event, .patient-event-timeline-view__item-new .category-GENOMICS.patient-event-timeline-view__event, .timeline__item-new .category-GENOMICS.meeting-timeline-view__meeting, .patient-event-timeline-view__item-new .category-GENOMICS.meeting-timeline-view__meeting, .category-GENOMICS.timeline__event--active:after, .patient-event-timeline-view__item.active .category-GENOMICS.patient-event-timeline-view__event:after, app-meeting-upsert.category-GENOMICS:after, .meeting-timeline-view__item.selected .category-GENOMICS.meeting-timeline-view__meeting:after, .timeline__item-new .category-GENOMICS.timeline__event:after, .timeline__item-new .category-GENOMICS.patient-event-timeline-view__event:after, .patient-event-timeline-view__item-new .category-GENOMICS.timeline__event:after, .patient-event-timeline-view__item-new .category-GENOMICS.patient-event-timeline-view__event:after, .timeline__item-new .category-GENOMICS.meeting-timeline-view__meeting:after, .patient-event-timeline-view__item-new .category-GENOMICS.meeting-timeline-view__meeting:after {
  border-left-color: #ffca07;
}
.category-GENOMICS.timeline__event--active .timeline__event__symbol--active, .patient-event-timeline-view__item.active .category-GENOMICS.patient-event-timeline-view__event .timeline__event__symbol--active, app-meeting-upsert.category-GENOMICS .timeline__event__symbol--active, .meeting-timeline-view__item.selected .category-GENOMICS.meeting-timeline-view__meeting .timeline__event__symbol--active, .timeline__item-new .category-GENOMICS.timeline__event .timeline__event__symbol--active, .timeline__item-new .category-GENOMICS.patient-event-timeline-view__event .timeline__event__symbol--active, .patient-event-timeline-view__item-new .category-GENOMICS.timeline__event .timeline__event__symbol--active, .patient-event-timeline-view__item-new .category-GENOMICS.patient-event-timeline-view__event .timeline__event__symbol--active, .timeline__item-new .category-GENOMICS.meeting-timeline-view__meeting .timeline__event__symbol--active, .patient-event-timeline-view__item-new .category-GENOMICS.meeting-timeline-view__meeting .timeline__event__symbol--active, .category-GENOMICS.timeline__event--active .timeline__item.active .timeline__event__symbol, .category-GENOMICS.timeline__event--active .timeline__item.active .patient-event-timeline-view__item-symbol, .category-GENOMICS.timeline__event--active .active.patient-event-timeline-view__item .timeline__event__symbol, .category-GENOMICS.timeline__event--active .active.patient-event-timeline-view__item .patient-event-timeline-view__item-symbol, app-meeting-upsert.category-GENOMICS .timeline__item.active .timeline__event__symbol, app-meeting-upsert.category-GENOMICS .timeline__item.active .patient-event-timeline-view__item-symbol, app-meeting-upsert.category-GENOMICS .active.patient-event-timeline-view__item .timeline__event__symbol, app-meeting-upsert.category-GENOMICS .active.patient-event-timeline-view__item .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .category-GENOMICS.meeting-timeline-view__meeting .timeline__item.active .timeline__event__symbol, .meeting-timeline-view__item.selected .category-GENOMICS.meeting-timeline-view__meeting .timeline__item.active .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .category-GENOMICS.meeting-timeline-view__meeting .active.patient-event-timeline-view__item .timeline__event__symbol, .meeting-timeline-view__item.selected .category-GENOMICS.meeting-timeline-view__meeting .active.patient-event-timeline-view__item .patient-event-timeline-view__item-symbol, .category-GENOMICS.timeline__event--active .active.meeting-timeline-view__item .timeline__event__symbol, .category-GENOMICS.timeline__event--active .active.meeting-timeline-view__item .patient-event-timeline-view__item-symbol, app-meeting-upsert.category-GENOMICS .active.meeting-timeline-view__item .timeline__event__symbol, app-meeting-upsert.category-GENOMICS .active.meeting-timeline-view__item .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .category-GENOMICS.meeting-timeline-view__meeting .active.meeting-timeline-view__item .timeline__event__symbol, .meeting-timeline-view__item.selected .category-GENOMICS.meeting-timeline-view__meeting .active.meeting-timeline-view__item .patient-event-timeline-view__item-symbol, .timeline__item.active .category-GENOMICS.timeline__event--active .timeline__event__symbol, .timeline__item.active .category-GENOMICS.timeline__event--active .patient-event-timeline-view__item-symbol, .active.patient-event-timeline-view__item .category-GENOMICS.timeline__event--active .timeline__event__symbol, .active.patient-event-timeline-view__item .category-GENOMICS.timeline__event--active .patient-event-timeline-view__item-symbol, .active.patient-event-timeline-view__item .category-GENOMICS.patient-event-timeline-view__event .timeline__event__symbol, .active.patient-event-timeline-view__item .category-GENOMICS.patient-event-timeline-view__event .patient-event-timeline-view__item-symbol, .timeline__item.active app-meeting-upsert.category-GENOMICS .timeline__event__symbol, .timeline__item.active app-meeting-upsert.category-GENOMICS .patient-event-timeline-view__item-symbol, .active.patient-event-timeline-view__item app-meeting-upsert.category-GENOMICS .timeline__event__symbol, .active.patient-event-timeline-view__item app-meeting-upsert.category-GENOMICS .patient-event-timeline-view__item-symbol, .timeline__item.active .meeting-timeline-view__item.selected .category-GENOMICS.meeting-timeline-view__meeting .timeline__event__symbol, .timeline__item.active .meeting-timeline-view__item.selected .category-GENOMICS.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .active.patient-event-timeline-view__item .meeting-timeline-view__item.selected .category-GENOMICS.meeting-timeline-view__meeting .timeline__event__symbol, .active.patient-event-timeline-view__item .meeting-timeline-view__item.selected .category-GENOMICS.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .timeline__item.active .category-GENOMICS.meeting-timeline-view__meeting .timeline__event__symbol, .meeting-timeline-view__item.selected .timeline__item.active .category-GENOMICS.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .active.patient-event-timeline-view__item .category-GENOMICS.meeting-timeline-view__meeting .timeline__event__symbol, .meeting-timeline-view__item.selected .active.patient-event-timeline-view__item .category-GENOMICS.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .active.meeting-timeline-view__item .category-GENOMICS.timeline__event--active .timeline__event__symbol, .active.meeting-timeline-view__item .category-GENOMICS.timeline__event--active .patient-event-timeline-view__item-symbol, .active.meeting-timeline-view__item app-meeting-upsert.category-GENOMICS .timeline__event__symbol, .active.meeting-timeline-view__item app-meeting-upsert.category-GENOMICS .patient-event-timeline-view__item-symbol, .active.meeting-timeline-view__item .meeting-timeline-view__item.selected .category-GENOMICS.meeting-timeline-view__meeting .timeline__event__symbol, .active.meeting-timeline-view__item .meeting-timeline-view__item.selected .category-GENOMICS.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .active.meeting-timeline-view__item .category-GENOMICS.meeting-timeline-view__meeting .timeline__event__symbol, .meeting-timeline-view__item.selected .active.meeting-timeline-view__item .category-GENOMICS.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .category-GENOMICS.timeline__event--active .timeline__item-new .timeline__event__symbol, .category-GENOMICS.timeline__event--active .timeline__item-new .patient-event-timeline-view__item-symbol, .category-GENOMICS.timeline__event--active .patient-event-timeline-view__item-new .timeline__event__symbol, .category-GENOMICS.timeline__event--active .patient-event-timeline-view__item-new .patient-event-timeline-view__item-symbol, app-meeting-upsert.category-GENOMICS .timeline__item-new .timeline__event__symbol, app-meeting-upsert.category-GENOMICS .timeline__item-new .patient-event-timeline-view__item-symbol, app-meeting-upsert.category-GENOMICS .patient-event-timeline-view__item-new .timeline__event__symbol, app-meeting-upsert.category-GENOMICS .patient-event-timeline-view__item-new .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .category-GENOMICS.meeting-timeline-view__meeting .timeline__item-new .timeline__event__symbol, .meeting-timeline-view__item.selected .category-GENOMICS.meeting-timeline-view__meeting .timeline__item-new .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .category-GENOMICS.meeting-timeline-view__meeting .patient-event-timeline-view__item-new .timeline__event__symbol, .meeting-timeline-view__item.selected .category-GENOMICS.meeting-timeline-view__meeting .patient-event-timeline-view__item-new .patient-event-timeline-view__item-symbol, .timeline__item-new .category-GENOMICS.timeline__event--active .timeline__event__symbol, .timeline__item-new .category-GENOMICS.timeline__event--active .patient-event-timeline-view__item-symbol, .patient-event-timeline-view__item-new .category-GENOMICS.timeline__event--active .timeline__event__symbol, .patient-event-timeline-view__item-new .category-GENOMICS.timeline__event--active .patient-event-timeline-view__item-symbol, .timeline__item-new app-meeting-upsert.category-GENOMICS .timeline__event__symbol, .timeline__item-new app-meeting-upsert.category-GENOMICS .patient-event-timeline-view__item-symbol, .patient-event-timeline-view__item-new app-meeting-upsert.category-GENOMICS .timeline__event__symbol, .patient-event-timeline-view__item-new app-meeting-upsert.category-GENOMICS .patient-event-timeline-view__item-symbol, .timeline__item-new .category-GENOMICS.timeline__event .timeline__event__symbol, .timeline__item-new .category-GENOMICS.timeline__event .patient-event-timeline-view__item-symbol, .timeline__item-new .category-GENOMICS.patient-event-timeline-view__event .timeline__event__symbol, .timeline__item-new .category-GENOMICS.patient-event-timeline-view__event .patient-event-timeline-view__item-symbol, .patient-event-timeline-view__item-new .category-GENOMICS.timeline__event .timeline__event__symbol, .patient-event-timeline-view__item-new .category-GENOMICS.timeline__event .patient-event-timeline-view__item-symbol, .patient-event-timeline-view__item-new .category-GENOMICS.patient-event-timeline-view__event .timeline__event__symbol, .patient-event-timeline-view__item-new .category-GENOMICS.patient-event-timeline-view__event .patient-event-timeline-view__item-symbol, .timeline__item-new .category-GENOMICS.meeting-timeline-view__meeting .timeline__event__symbol, .timeline__item-new .category-GENOMICS.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .patient-event-timeline-view__item-new .category-GENOMICS.meeting-timeline-view__meeting .timeline__event__symbol, .patient-event-timeline-view__item-new .category-GENOMICS.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol {
  background: #ffedad;
}
.category-GENOMICS.timeline__event--rev-active, .patient-event-timeline-view__item.active .category-GENOMICS.patient-event-timeline-view__event, .timeline__item-new .category-GENOMICS.timeline__event--rev, .timeline__item-new .category-GENOMICS.patient-event-timeline-view__event, .patient-event-timeline-view__item-new .category-GENOMICS.timeline__event--rev, .patient-event-timeline-view__item-new .category-GENOMICS.patient-event-timeline-view__event, .category-GENOMICS.timeline__event--rev-active:before, .patient-event-timeline-view__item.active .category-GENOMICS.patient-event-timeline-view__event:before, .timeline__item-new .category-GENOMICS.timeline__event--rev:before, .timeline__item-new .category-GENOMICS.patient-event-timeline-view__event:before, .patient-event-timeline-view__item-new .category-GENOMICS.timeline__event--rev:before, .patient-event-timeline-view__item-new .category-GENOMICS.patient-event-timeline-view__event:before {
  border-right-color: #ffca07;
}
.category-GENOMICS.timeline__event--rev-active:not(:hover), .patient-event-timeline-view__item.active .category-GENOMICS.patient-event-timeline-view__event:not(:hover), .timeline__item-new .category-GENOMICS.timeline__event--rev:not(:hover), .timeline__item-new .category-GENOMICS.patient-event-timeline-view__event:not(:hover), .patient-event-timeline-view__item-new .category-GENOMICS.timeline__event--rev:not(:hover), .patient-event-timeline-view__item-new .category-GENOMICS.patient-event-timeline-view__event:not(:hover) {
  outline-color: #ffca07;
}
.category-TREATMENT.timeline__event .timeline__event__icon, .category-TREATMENT.timeline__event .patient-event-timeline-view__item-icon, .category-TREATMENT.patient-event-timeline-view__event .timeline__event__icon, .category-TREATMENT.patient-event-timeline-view__event .patient-event-timeline-view__item-icon, app-meeting-upsert.category-TREATMENT .timeline__event__icon, app-meeting-upsert.category-TREATMENT .patient-event-timeline-view__item-icon, .category-TREATMENT.meeting-timeline-view__meeting .timeline__event__icon, .category-TREATMENT.meeting-timeline-view__meeting .patient-event-timeline-view__item-icon {
  background-image: url('patient-timeline-icon-treatment.06efbdcb12c3a364.svg');
}
.category-TREATMENT.timeline__event--active, .patient-event-timeline-view__item.active .category-TREATMENT.patient-event-timeline-view__event, app-meeting-upsert.category-TREATMENT, .meeting-timeline-view__item.selected .category-TREATMENT.meeting-timeline-view__meeting, .timeline__item-new .category-TREATMENT.timeline__event, .timeline__item-new .category-TREATMENT.patient-event-timeline-view__event, .patient-event-timeline-view__item-new .category-TREATMENT.timeline__event, .patient-event-timeline-view__item-new .category-TREATMENT.patient-event-timeline-view__event, .timeline__item-new .category-TREATMENT.meeting-timeline-view__meeting, .patient-event-timeline-view__item-new .category-TREATMENT.meeting-timeline-view__meeting, .category-TREATMENT.timeline__event--active:after, .patient-event-timeline-view__item.active .category-TREATMENT.patient-event-timeline-view__event:after, app-meeting-upsert.category-TREATMENT:after, .meeting-timeline-view__item.selected .category-TREATMENT.meeting-timeline-view__meeting:after, .timeline__item-new .category-TREATMENT.timeline__event:after, .timeline__item-new .category-TREATMENT.patient-event-timeline-view__event:after, .patient-event-timeline-view__item-new .category-TREATMENT.timeline__event:after, .patient-event-timeline-view__item-new .category-TREATMENT.patient-event-timeline-view__event:after, .timeline__item-new .category-TREATMENT.meeting-timeline-view__meeting:after, .patient-event-timeline-view__item-new .category-TREATMENT.meeting-timeline-view__meeting:after {
  border-left-color: #ca3725;
}
.category-TREATMENT.timeline__event--active .timeline__event__symbol--active, .patient-event-timeline-view__item.active .category-TREATMENT.patient-event-timeline-view__event .timeline__event__symbol--active, app-meeting-upsert.category-TREATMENT .timeline__event__symbol--active, .meeting-timeline-view__item.selected .category-TREATMENT.meeting-timeline-view__meeting .timeline__event__symbol--active, .timeline__item-new .category-TREATMENT.timeline__event .timeline__event__symbol--active, .timeline__item-new .category-TREATMENT.patient-event-timeline-view__event .timeline__event__symbol--active, .patient-event-timeline-view__item-new .category-TREATMENT.timeline__event .timeline__event__symbol--active, .patient-event-timeline-view__item-new .category-TREATMENT.patient-event-timeline-view__event .timeline__event__symbol--active, .timeline__item-new .category-TREATMENT.meeting-timeline-view__meeting .timeline__event__symbol--active, .patient-event-timeline-view__item-new .category-TREATMENT.meeting-timeline-view__meeting .timeline__event__symbol--active, .category-TREATMENT.timeline__event--active .timeline__item.active .timeline__event__symbol, .category-TREATMENT.timeline__event--active .timeline__item.active .patient-event-timeline-view__item-symbol, .category-TREATMENT.timeline__event--active .active.patient-event-timeline-view__item .timeline__event__symbol, .category-TREATMENT.timeline__event--active .active.patient-event-timeline-view__item .patient-event-timeline-view__item-symbol, app-meeting-upsert.category-TREATMENT .timeline__item.active .timeline__event__symbol, app-meeting-upsert.category-TREATMENT .timeline__item.active .patient-event-timeline-view__item-symbol, app-meeting-upsert.category-TREATMENT .active.patient-event-timeline-view__item .timeline__event__symbol, app-meeting-upsert.category-TREATMENT .active.patient-event-timeline-view__item .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .category-TREATMENT.meeting-timeline-view__meeting .timeline__item.active .timeline__event__symbol, .meeting-timeline-view__item.selected .category-TREATMENT.meeting-timeline-view__meeting .timeline__item.active .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .category-TREATMENT.meeting-timeline-view__meeting .active.patient-event-timeline-view__item .timeline__event__symbol, .meeting-timeline-view__item.selected .category-TREATMENT.meeting-timeline-view__meeting .active.patient-event-timeline-view__item .patient-event-timeline-view__item-symbol, .category-TREATMENT.timeline__event--active .active.meeting-timeline-view__item .timeline__event__symbol, .category-TREATMENT.timeline__event--active .active.meeting-timeline-view__item .patient-event-timeline-view__item-symbol, app-meeting-upsert.category-TREATMENT .active.meeting-timeline-view__item .timeline__event__symbol, app-meeting-upsert.category-TREATMENT .active.meeting-timeline-view__item .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .category-TREATMENT.meeting-timeline-view__meeting .active.meeting-timeline-view__item .timeline__event__symbol, .meeting-timeline-view__item.selected .category-TREATMENT.meeting-timeline-view__meeting .active.meeting-timeline-view__item .patient-event-timeline-view__item-symbol, .timeline__item.active .category-TREATMENT.timeline__event--active .timeline__event__symbol, .timeline__item.active .category-TREATMENT.timeline__event--active .patient-event-timeline-view__item-symbol, .active.patient-event-timeline-view__item .category-TREATMENT.timeline__event--active .timeline__event__symbol, .active.patient-event-timeline-view__item .category-TREATMENT.timeline__event--active .patient-event-timeline-view__item-symbol, .active.patient-event-timeline-view__item .category-TREATMENT.patient-event-timeline-view__event .timeline__event__symbol, .active.patient-event-timeline-view__item .category-TREATMENT.patient-event-timeline-view__event .patient-event-timeline-view__item-symbol, .timeline__item.active app-meeting-upsert.category-TREATMENT .timeline__event__symbol, .timeline__item.active app-meeting-upsert.category-TREATMENT .patient-event-timeline-view__item-symbol, .active.patient-event-timeline-view__item app-meeting-upsert.category-TREATMENT .timeline__event__symbol, .active.patient-event-timeline-view__item app-meeting-upsert.category-TREATMENT .patient-event-timeline-view__item-symbol, .timeline__item.active .meeting-timeline-view__item.selected .category-TREATMENT.meeting-timeline-view__meeting .timeline__event__symbol, .timeline__item.active .meeting-timeline-view__item.selected .category-TREATMENT.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .active.patient-event-timeline-view__item .meeting-timeline-view__item.selected .category-TREATMENT.meeting-timeline-view__meeting .timeline__event__symbol, .active.patient-event-timeline-view__item .meeting-timeline-view__item.selected .category-TREATMENT.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .timeline__item.active .category-TREATMENT.meeting-timeline-view__meeting .timeline__event__symbol, .meeting-timeline-view__item.selected .timeline__item.active .category-TREATMENT.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .active.patient-event-timeline-view__item .category-TREATMENT.meeting-timeline-view__meeting .timeline__event__symbol, .meeting-timeline-view__item.selected .active.patient-event-timeline-view__item .category-TREATMENT.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .active.meeting-timeline-view__item .category-TREATMENT.timeline__event--active .timeline__event__symbol, .active.meeting-timeline-view__item .category-TREATMENT.timeline__event--active .patient-event-timeline-view__item-symbol, .active.meeting-timeline-view__item app-meeting-upsert.category-TREATMENT .timeline__event__symbol, .active.meeting-timeline-view__item app-meeting-upsert.category-TREATMENT .patient-event-timeline-view__item-symbol, .active.meeting-timeline-view__item .meeting-timeline-view__item.selected .category-TREATMENT.meeting-timeline-view__meeting .timeline__event__symbol, .active.meeting-timeline-view__item .meeting-timeline-view__item.selected .category-TREATMENT.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .active.meeting-timeline-view__item .category-TREATMENT.meeting-timeline-view__meeting .timeline__event__symbol, .meeting-timeline-view__item.selected .active.meeting-timeline-view__item .category-TREATMENT.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .category-TREATMENT.timeline__event--active .timeline__item-new .timeline__event__symbol, .category-TREATMENT.timeline__event--active .timeline__item-new .patient-event-timeline-view__item-symbol, .category-TREATMENT.timeline__event--active .patient-event-timeline-view__item-new .timeline__event__symbol, .category-TREATMENT.timeline__event--active .patient-event-timeline-view__item-new .patient-event-timeline-view__item-symbol, app-meeting-upsert.category-TREATMENT .timeline__item-new .timeline__event__symbol, app-meeting-upsert.category-TREATMENT .timeline__item-new .patient-event-timeline-view__item-symbol, app-meeting-upsert.category-TREATMENT .patient-event-timeline-view__item-new .timeline__event__symbol, app-meeting-upsert.category-TREATMENT .patient-event-timeline-view__item-new .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .category-TREATMENT.meeting-timeline-view__meeting .timeline__item-new .timeline__event__symbol, .meeting-timeline-view__item.selected .category-TREATMENT.meeting-timeline-view__meeting .timeline__item-new .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .category-TREATMENT.meeting-timeline-view__meeting .patient-event-timeline-view__item-new .timeline__event__symbol, .meeting-timeline-view__item.selected .category-TREATMENT.meeting-timeline-view__meeting .patient-event-timeline-view__item-new .patient-event-timeline-view__item-symbol, .timeline__item-new .category-TREATMENT.timeline__event--active .timeline__event__symbol, .timeline__item-new .category-TREATMENT.timeline__event--active .patient-event-timeline-view__item-symbol, .patient-event-timeline-view__item-new .category-TREATMENT.timeline__event--active .timeline__event__symbol, .patient-event-timeline-view__item-new .category-TREATMENT.timeline__event--active .patient-event-timeline-view__item-symbol, .timeline__item-new app-meeting-upsert.category-TREATMENT .timeline__event__symbol, .timeline__item-new app-meeting-upsert.category-TREATMENT .patient-event-timeline-view__item-symbol, .patient-event-timeline-view__item-new app-meeting-upsert.category-TREATMENT .timeline__event__symbol, .patient-event-timeline-view__item-new app-meeting-upsert.category-TREATMENT .patient-event-timeline-view__item-symbol, .timeline__item-new .category-TREATMENT.timeline__event .timeline__event__symbol, .timeline__item-new .category-TREATMENT.timeline__event .patient-event-timeline-view__item-symbol, .timeline__item-new .category-TREATMENT.patient-event-timeline-view__event .timeline__event__symbol, .timeline__item-new .category-TREATMENT.patient-event-timeline-view__event .patient-event-timeline-view__item-symbol, .patient-event-timeline-view__item-new .category-TREATMENT.timeline__event .timeline__event__symbol, .patient-event-timeline-view__item-new .category-TREATMENT.timeline__event .patient-event-timeline-view__item-symbol, .patient-event-timeline-view__item-new .category-TREATMENT.patient-event-timeline-view__event .timeline__event__symbol, .patient-event-timeline-view__item-new .category-TREATMENT.patient-event-timeline-view__event .patient-event-timeline-view__item-symbol, .timeline__item-new .category-TREATMENT.meeting-timeline-view__meeting .timeline__event__symbol, .timeline__item-new .category-TREATMENT.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .patient-event-timeline-view__item-new .category-TREATMENT.meeting-timeline-view__meeting .timeline__event__symbol, .patient-event-timeline-view__item-new .category-TREATMENT.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol {
  background: #edbdb7;
}
.category-TREATMENT.timeline__event--rev-active, .patient-event-timeline-view__item.active .category-TREATMENT.patient-event-timeline-view__event, .timeline__item-new .category-TREATMENT.timeline__event--rev, .timeline__item-new .category-TREATMENT.patient-event-timeline-view__event, .patient-event-timeline-view__item-new .category-TREATMENT.timeline__event--rev, .patient-event-timeline-view__item-new .category-TREATMENT.patient-event-timeline-view__event, .category-TREATMENT.timeline__event--rev-active:before, .patient-event-timeline-view__item.active .category-TREATMENT.patient-event-timeline-view__event:before, .timeline__item-new .category-TREATMENT.timeline__event--rev:before, .timeline__item-new .category-TREATMENT.patient-event-timeline-view__event:before, .patient-event-timeline-view__item-new .category-TREATMENT.timeline__event--rev:before, .patient-event-timeline-view__item-new .category-TREATMENT.patient-event-timeline-view__event:before {
  border-right-color: #ca3725;
}
.category-TREATMENT.timeline__event--rev-active:not(:hover), .patient-event-timeline-view__item.active .category-TREATMENT.patient-event-timeline-view__event:not(:hover), .timeline__item-new .category-TREATMENT.timeline__event--rev:not(:hover), .timeline__item-new .category-TREATMENT.patient-event-timeline-view__event:not(:hover), .patient-event-timeline-view__item-new .category-TREATMENT.timeline__event--rev:not(:hover), .patient-event-timeline-view__item-new .category-TREATMENT.patient-event-timeline-view__event:not(:hover) {
  outline-color: #ca3725;
}
.category-OTHER.timeline__event .timeline__event__icon, .category-OTHER.timeline__event .patient-event-timeline-view__item-icon, .category-OTHER.patient-event-timeline-view__event .timeline__event__icon, .category-OTHER.patient-event-timeline-view__event .patient-event-timeline-view__item-icon, app-meeting-upsert.category-OTHER .timeline__event__icon, app-meeting-upsert.category-OTHER .patient-event-timeline-view__item-icon, .category-OTHER.meeting-timeline-view__meeting .timeline__event__icon, .category-OTHER.meeting-timeline-view__meeting .patient-event-timeline-view__item-icon {
  background-image: url('patient-timeline-icon-other.8ab668756f35b401.svg');
}
.category-OTHER.timeline__event--active, .patient-event-timeline-view__item.active .category-OTHER.patient-event-timeline-view__event, app-meeting-upsert.category-OTHER, .meeting-timeline-view__item.selected .category-OTHER.meeting-timeline-view__meeting, .timeline__item-new .category-OTHER.timeline__event, .timeline__item-new .category-OTHER.patient-event-timeline-view__event, .patient-event-timeline-view__item-new .category-OTHER.timeline__event, .patient-event-timeline-view__item-new .category-OTHER.patient-event-timeline-view__event, .timeline__item-new .category-OTHER.meeting-timeline-view__meeting, .patient-event-timeline-view__item-new .category-OTHER.meeting-timeline-view__meeting, .category-OTHER.timeline__event--active:after, .patient-event-timeline-view__item.active .category-OTHER.patient-event-timeline-view__event:after, app-meeting-upsert.category-OTHER:after, .meeting-timeline-view__item.selected .category-OTHER.meeting-timeline-view__meeting:after, .timeline__item-new .category-OTHER.timeline__event:after, .timeline__item-new .category-OTHER.patient-event-timeline-view__event:after, .patient-event-timeline-view__item-new .category-OTHER.timeline__event:after, .patient-event-timeline-view__item-new .category-OTHER.patient-event-timeline-view__event:after, .timeline__item-new .category-OTHER.meeting-timeline-view__meeting:after, .patient-event-timeline-view__item-new .category-OTHER.meeting-timeline-view__meeting:after {
  border-left-color: #39ae6d;
}
.category-OTHER.timeline__event--active .timeline__event__symbol--active, .patient-event-timeline-view__item.active .category-OTHER.patient-event-timeline-view__event .timeline__event__symbol--active, app-meeting-upsert.category-OTHER .timeline__event__symbol--active, .meeting-timeline-view__item.selected .category-OTHER.meeting-timeline-view__meeting .timeline__event__symbol--active, .timeline__item-new .category-OTHER.timeline__event .timeline__event__symbol--active, .timeline__item-new .category-OTHER.patient-event-timeline-view__event .timeline__event__symbol--active, .patient-event-timeline-view__item-new .category-OTHER.timeline__event .timeline__event__symbol--active, .patient-event-timeline-view__item-new .category-OTHER.patient-event-timeline-view__event .timeline__event__symbol--active, .timeline__item-new .category-OTHER.meeting-timeline-view__meeting .timeline__event__symbol--active, .patient-event-timeline-view__item-new .category-OTHER.meeting-timeline-view__meeting .timeline__event__symbol--active, .category-OTHER.timeline__event--active .timeline__item.active .timeline__event__symbol, .category-OTHER.timeline__event--active .timeline__item.active .patient-event-timeline-view__item-symbol, .category-OTHER.timeline__event--active .active.patient-event-timeline-view__item .timeline__event__symbol, .category-OTHER.timeline__event--active .active.patient-event-timeline-view__item .patient-event-timeline-view__item-symbol, app-meeting-upsert.category-OTHER .timeline__item.active .timeline__event__symbol, app-meeting-upsert.category-OTHER .timeline__item.active .patient-event-timeline-view__item-symbol, app-meeting-upsert.category-OTHER .active.patient-event-timeline-view__item .timeline__event__symbol, app-meeting-upsert.category-OTHER .active.patient-event-timeline-view__item .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .category-OTHER.meeting-timeline-view__meeting .timeline__item.active .timeline__event__symbol, .meeting-timeline-view__item.selected .category-OTHER.meeting-timeline-view__meeting .timeline__item.active .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .category-OTHER.meeting-timeline-view__meeting .active.patient-event-timeline-view__item .timeline__event__symbol, .meeting-timeline-view__item.selected .category-OTHER.meeting-timeline-view__meeting .active.patient-event-timeline-view__item .patient-event-timeline-view__item-symbol, .category-OTHER.timeline__event--active .active.meeting-timeline-view__item .timeline__event__symbol, .category-OTHER.timeline__event--active .active.meeting-timeline-view__item .patient-event-timeline-view__item-symbol, app-meeting-upsert.category-OTHER .active.meeting-timeline-view__item .timeline__event__symbol, app-meeting-upsert.category-OTHER .active.meeting-timeline-view__item .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .category-OTHER.meeting-timeline-view__meeting .active.meeting-timeline-view__item .timeline__event__symbol, .meeting-timeline-view__item.selected .category-OTHER.meeting-timeline-view__meeting .active.meeting-timeline-view__item .patient-event-timeline-view__item-symbol, .timeline__item.active .category-OTHER.timeline__event--active .timeline__event__symbol, .timeline__item.active .category-OTHER.timeline__event--active .patient-event-timeline-view__item-symbol, .active.patient-event-timeline-view__item .category-OTHER.timeline__event--active .timeline__event__symbol, .active.patient-event-timeline-view__item .category-OTHER.timeline__event--active .patient-event-timeline-view__item-symbol, .active.patient-event-timeline-view__item .category-OTHER.patient-event-timeline-view__event .timeline__event__symbol, .active.patient-event-timeline-view__item .category-OTHER.patient-event-timeline-view__event .patient-event-timeline-view__item-symbol, .timeline__item.active app-meeting-upsert.category-OTHER .timeline__event__symbol, .timeline__item.active app-meeting-upsert.category-OTHER .patient-event-timeline-view__item-symbol, .active.patient-event-timeline-view__item app-meeting-upsert.category-OTHER .timeline__event__symbol, .active.patient-event-timeline-view__item app-meeting-upsert.category-OTHER .patient-event-timeline-view__item-symbol, .timeline__item.active .meeting-timeline-view__item.selected .category-OTHER.meeting-timeline-view__meeting .timeline__event__symbol, .timeline__item.active .meeting-timeline-view__item.selected .category-OTHER.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .active.patient-event-timeline-view__item .meeting-timeline-view__item.selected .category-OTHER.meeting-timeline-view__meeting .timeline__event__symbol, .active.patient-event-timeline-view__item .meeting-timeline-view__item.selected .category-OTHER.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .timeline__item.active .category-OTHER.meeting-timeline-view__meeting .timeline__event__symbol, .meeting-timeline-view__item.selected .timeline__item.active .category-OTHER.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .active.patient-event-timeline-view__item .category-OTHER.meeting-timeline-view__meeting .timeline__event__symbol, .meeting-timeline-view__item.selected .active.patient-event-timeline-view__item .category-OTHER.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .active.meeting-timeline-view__item .category-OTHER.timeline__event--active .timeline__event__symbol, .active.meeting-timeline-view__item .category-OTHER.timeline__event--active .patient-event-timeline-view__item-symbol, .active.meeting-timeline-view__item app-meeting-upsert.category-OTHER .timeline__event__symbol, .active.meeting-timeline-view__item app-meeting-upsert.category-OTHER .patient-event-timeline-view__item-symbol, .active.meeting-timeline-view__item .meeting-timeline-view__item.selected .category-OTHER.meeting-timeline-view__meeting .timeline__event__symbol, .active.meeting-timeline-view__item .meeting-timeline-view__item.selected .category-OTHER.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .active.meeting-timeline-view__item .category-OTHER.meeting-timeline-view__meeting .timeline__event__symbol, .meeting-timeline-view__item.selected .active.meeting-timeline-view__item .category-OTHER.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .category-OTHER.timeline__event--active .timeline__item-new .timeline__event__symbol, .category-OTHER.timeline__event--active .timeline__item-new .patient-event-timeline-view__item-symbol, .category-OTHER.timeline__event--active .patient-event-timeline-view__item-new .timeline__event__symbol, .category-OTHER.timeline__event--active .patient-event-timeline-view__item-new .patient-event-timeline-view__item-symbol, app-meeting-upsert.category-OTHER .timeline__item-new .timeline__event__symbol, app-meeting-upsert.category-OTHER .timeline__item-new .patient-event-timeline-view__item-symbol, app-meeting-upsert.category-OTHER .patient-event-timeline-view__item-new .timeline__event__symbol, app-meeting-upsert.category-OTHER .patient-event-timeline-view__item-new .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .category-OTHER.meeting-timeline-view__meeting .timeline__item-new .timeline__event__symbol, .meeting-timeline-view__item.selected .category-OTHER.meeting-timeline-view__meeting .timeline__item-new .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .category-OTHER.meeting-timeline-view__meeting .patient-event-timeline-view__item-new .timeline__event__symbol, .meeting-timeline-view__item.selected .category-OTHER.meeting-timeline-view__meeting .patient-event-timeline-view__item-new .patient-event-timeline-view__item-symbol, .timeline__item-new .category-OTHER.timeline__event--active .timeline__event__symbol, .timeline__item-new .category-OTHER.timeline__event--active .patient-event-timeline-view__item-symbol, .patient-event-timeline-view__item-new .category-OTHER.timeline__event--active .timeline__event__symbol, .patient-event-timeline-view__item-new .category-OTHER.timeline__event--active .patient-event-timeline-view__item-symbol, .timeline__item-new app-meeting-upsert.category-OTHER .timeline__event__symbol, .timeline__item-new app-meeting-upsert.category-OTHER .patient-event-timeline-view__item-symbol, .patient-event-timeline-view__item-new app-meeting-upsert.category-OTHER .timeline__event__symbol, .patient-event-timeline-view__item-new app-meeting-upsert.category-OTHER .patient-event-timeline-view__item-symbol, .timeline__item-new .category-OTHER.timeline__event .timeline__event__symbol, .timeline__item-new .category-OTHER.timeline__event .patient-event-timeline-view__item-symbol, .timeline__item-new .category-OTHER.patient-event-timeline-view__event .timeline__event__symbol, .timeline__item-new .category-OTHER.patient-event-timeline-view__event .patient-event-timeline-view__item-symbol, .patient-event-timeline-view__item-new .category-OTHER.timeline__event .timeline__event__symbol, .patient-event-timeline-view__item-new .category-OTHER.timeline__event .patient-event-timeline-view__item-symbol, .patient-event-timeline-view__item-new .category-OTHER.patient-event-timeline-view__event .timeline__event__symbol, .patient-event-timeline-view__item-new .category-OTHER.patient-event-timeline-view__event .patient-event-timeline-view__item-symbol, .timeline__item-new .category-OTHER.meeting-timeline-view__meeting .timeline__event__symbol, .timeline__item-new .category-OTHER.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .patient-event-timeline-view__item-new .category-OTHER.meeting-timeline-view__meeting .timeline__event__symbol, .patient-event-timeline-view__item-new .category-OTHER.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol {
  background: #bae9cf;
}
.category-OTHER.timeline__event--rev-active, .patient-event-timeline-view__item.active .category-OTHER.patient-event-timeline-view__event, .timeline__item-new .category-OTHER.timeline__event--rev, .timeline__item-new .category-OTHER.patient-event-timeline-view__event, .patient-event-timeline-view__item-new .category-OTHER.timeline__event--rev, .patient-event-timeline-view__item-new .category-OTHER.patient-event-timeline-view__event, .category-OTHER.timeline__event--rev-active:before, .patient-event-timeline-view__item.active .category-OTHER.patient-event-timeline-view__event:before, .timeline__item-new .category-OTHER.timeline__event--rev:before, .timeline__item-new .category-OTHER.patient-event-timeline-view__event:before, .patient-event-timeline-view__item-new .category-OTHER.timeline__event--rev:before, .patient-event-timeline-view__item-new .category-OTHER.patient-event-timeline-view__event:before {
  border-right-color: #39ae6d;
}
.category-OTHER.timeline__event--rev-active:not(:hover), .patient-event-timeline-view__item.active .category-OTHER.patient-event-timeline-view__event:not(:hover), .timeline__item-new .category-OTHER.timeline__event--rev:not(:hover), .timeline__item-new .category-OTHER.patient-event-timeline-view__event:not(:hover), .patient-event-timeline-view__item-new .category-OTHER.timeline__event--rev:not(:hover), .patient-event-timeline-view__item-new .category-OTHER.patient-event-timeline-view__event:not(:hover) {
  outline-color: #39ae6d;
}
.category-TUMORBOARD.timeline__event .timeline__event__icon, .category-TUMORBOARD.timeline__event .patient-event-timeline-view__item-icon, .category-TUMORBOARD.patient-event-timeline-view__event .timeline__event__icon, .category-TUMORBOARD.patient-event-timeline-view__event .patient-event-timeline-view__item-icon, app-meeting-upsert.category-TUMORBOARD .timeline__event__icon, app-meeting-upsert.category-TUMORBOARD .patient-event-timeline-view__item-icon, .category-TUMORBOARD.meeting-timeline-view__meeting .timeline__event__icon, .category-TUMORBOARD.meeting-timeline-view__meeting .patient-event-timeline-view__item-icon {
  background-image: url('patient-timeline-icon-tumor-board.c49e20f5cac59a41.svg');
}
.category-TUMORBOARD.timeline__event--active, .patient-event-timeline-view__item.active .category-TUMORBOARD.patient-event-timeline-view__event, app-meeting-upsert.category-TUMORBOARD, .meeting-timeline-view__item.selected .category-TUMORBOARD.meeting-timeline-view__meeting, .timeline__item-new .category-TUMORBOARD.timeline__event, .timeline__item-new .category-TUMORBOARD.patient-event-timeline-view__event, .patient-event-timeline-view__item-new .category-TUMORBOARD.timeline__event, .patient-event-timeline-view__item-new .category-TUMORBOARD.patient-event-timeline-view__event, .timeline__item-new .category-TUMORBOARD.meeting-timeline-view__meeting, .patient-event-timeline-view__item-new .category-TUMORBOARD.meeting-timeline-view__meeting, .category-TUMORBOARD.timeline__event--active:after, .patient-event-timeline-view__item.active .category-TUMORBOARD.patient-event-timeline-view__event:after, app-meeting-upsert.category-TUMORBOARD:after, .meeting-timeline-view__item.selected .category-TUMORBOARD.meeting-timeline-view__meeting:after, .timeline__item-new .category-TUMORBOARD.timeline__event:after, .timeline__item-new .category-TUMORBOARD.patient-event-timeline-view__event:after, .patient-event-timeline-view__item-new .category-TUMORBOARD.timeline__event:after, .patient-event-timeline-view__item-new .category-TUMORBOARD.patient-event-timeline-view__event:after, .timeline__item-new .category-TUMORBOARD.meeting-timeline-view__meeting:after, .patient-event-timeline-view__item-new .category-TUMORBOARD.meeting-timeline-view__meeting:after {
  border-left-color: #0066cc;
}
.category-TUMORBOARD.timeline__event--active .timeline__event__symbol--active, .patient-event-timeline-view__item.active .category-TUMORBOARD.patient-event-timeline-view__event .timeline__event__symbol--active, app-meeting-upsert.category-TUMORBOARD .timeline__event__symbol--active, .meeting-timeline-view__item.selected .category-TUMORBOARD.meeting-timeline-view__meeting .timeline__event__symbol--active, .timeline__item-new .category-TUMORBOARD.timeline__event .timeline__event__symbol--active, .timeline__item-new .category-TUMORBOARD.patient-event-timeline-view__event .timeline__event__symbol--active, .patient-event-timeline-view__item-new .category-TUMORBOARD.timeline__event .timeline__event__symbol--active, .patient-event-timeline-view__item-new .category-TUMORBOARD.patient-event-timeline-view__event .timeline__event__symbol--active, .timeline__item-new .category-TUMORBOARD.meeting-timeline-view__meeting .timeline__event__symbol--active, .patient-event-timeline-view__item-new .category-TUMORBOARD.meeting-timeline-view__meeting .timeline__event__symbol--active, .category-TUMORBOARD.timeline__event--active .timeline__item.active .timeline__event__symbol, .category-TUMORBOARD.timeline__event--active .timeline__item.active .patient-event-timeline-view__item-symbol, .category-TUMORBOARD.timeline__event--active .active.patient-event-timeline-view__item .timeline__event__symbol, .category-TUMORBOARD.timeline__event--active .active.patient-event-timeline-view__item .patient-event-timeline-view__item-symbol, app-meeting-upsert.category-TUMORBOARD .timeline__item.active .timeline__event__symbol, app-meeting-upsert.category-TUMORBOARD .timeline__item.active .patient-event-timeline-view__item-symbol, app-meeting-upsert.category-TUMORBOARD .active.patient-event-timeline-view__item .timeline__event__symbol, app-meeting-upsert.category-TUMORBOARD .active.patient-event-timeline-view__item .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .category-TUMORBOARD.meeting-timeline-view__meeting .timeline__item.active .timeline__event__symbol, .meeting-timeline-view__item.selected .category-TUMORBOARD.meeting-timeline-view__meeting .timeline__item.active .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .category-TUMORBOARD.meeting-timeline-view__meeting .active.patient-event-timeline-view__item .timeline__event__symbol, .meeting-timeline-view__item.selected .category-TUMORBOARD.meeting-timeline-view__meeting .active.patient-event-timeline-view__item .patient-event-timeline-view__item-symbol, .category-TUMORBOARD.timeline__event--active .active.meeting-timeline-view__item .timeline__event__symbol, .category-TUMORBOARD.timeline__event--active .active.meeting-timeline-view__item .patient-event-timeline-view__item-symbol, app-meeting-upsert.category-TUMORBOARD .active.meeting-timeline-view__item .timeline__event__symbol, app-meeting-upsert.category-TUMORBOARD .active.meeting-timeline-view__item .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .category-TUMORBOARD.meeting-timeline-view__meeting .active.meeting-timeline-view__item .timeline__event__symbol, .meeting-timeline-view__item.selected .category-TUMORBOARD.meeting-timeline-view__meeting .active.meeting-timeline-view__item .patient-event-timeline-view__item-symbol, .timeline__item.active .category-TUMORBOARD.timeline__event--active .timeline__event__symbol, .timeline__item.active .category-TUMORBOARD.timeline__event--active .patient-event-timeline-view__item-symbol, .active.patient-event-timeline-view__item .category-TUMORBOARD.timeline__event--active .timeline__event__symbol, .active.patient-event-timeline-view__item .category-TUMORBOARD.timeline__event--active .patient-event-timeline-view__item-symbol, .active.patient-event-timeline-view__item .category-TUMORBOARD.patient-event-timeline-view__event .timeline__event__symbol, .active.patient-event-timeline-view__item .category-TUMORBOARD.patient-event-timeline-view__event .patient-event-timeline-view__item-symbol, .timeline__item.active app-meeting-upsert.category-TUMORBOARD .timeline__event__symbol, .timeline__item.active app-meeting-upsert.category-TUMORBOARD .patient-event-timeline-view__item-symbol, .active.patient-event-timeline-view__item app-meeting-upsert.category-TUMORBOARD .timeline__event__symbol, .active.patient-event-timeline-view__item app-meeting-upsert.category-TUMORBOARD .patient-event-timeline-view__item-symbol, .timeline__item.active .meeting-timeline-view__item.selected .category-TUMORBOARD.meeting-timeline-view__meeting .timeline__event__symbol, .timeline__item.active .meeting-timeline-view__item.selected .category-TUMORBOARD.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .active.patient-event-timeline-view__item .meeting-timeline-view__item.selected .category-TUMORBOARD.meeting-timeline-view__meeting .timeline__event__symbol, .active.patient-event-timeline-view__item .meeting-timeline-view__item.selected .category-TUMORBOARD.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .timeline__item.active .category-TUMORBOARD.meeting-timeline-view__meeting .timeline__event__symbol, .meeting-timeline-view__item.selected .timeline__item.active .category-TUMORBOARD.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .active.patient-event-timeline-view__item .category-TUMORBOARD.meeting-timeline-view__meeting .timeline__event__symbol, .meeting-timeline-view__item.selected .active.patient-event-timeline-view__item .category-TUMORBOARD.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .active.meeting-timeline-view__item .category-TUMORBOARD.timeline__event--active .timeline__event__symbol, .active.meeting-timeline-view__item .category-TUMORBOARD.timeline__event--active .patient-event-timeline-view__item-symbol, .active.meeting-timeline-view__item app-meeting-upsert.category-TUMORBOARD .timeline__event__symbol, .active.meeting-timeline-view__item app-meeting-upsert.category-TUMORBOARD .patient-event-timeline-view__item-symbol, .active.meeting-timeline-view__item .meeting-timeline-view__item.selected .category-TUMORBOARD.meeting-timeline-view__meeting .timeline__event__symbol, .active.meeting-timeline-view__item .meeting-timeline-view__item.selected .category-TUMORBOARD.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .active.meeting-timeline-view__item .category-TUMORBOARD.meeting-timeline-view__meeting .timeline__event__symbol, .meeting-timeline-view__item.selected .active.meeting-timeline-view__item .category-TUMORBOARD.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .category-TUMORBOARD.timeline__event--active .timeline__item-new .timeline__event__symbol, .category-TUMORBOARD.timeline__event--active .timeline__item-new .patient-event-timeline-view__item-symbol, .category-TUMORBOARD.timeline__event--active .patient-event-timeline-view__item-new .timeline__event__symbol, .category-TUMORBOARD.timeline__event--active .patient-event-timeline-view__item-new .patient-event-timeline-view__item-symbol, app-meeting-upsert.category-TUMORBOARD .timeline__item-new .timeline__event__symbol, app-meeting-upsert.category-TUMORBOARD .timeline__item-new .patient-event-timeline-view__item-symbol, app-meeting-upsert.category-TUMORBOARD .patient-event-timeline-view__item-new .timeline__event__symbol, app-meeting-upsert.category-TUMORBOARD .patient-event-timeline-view__item-new .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .category-TUMORBOARD.meeting-timeline-view__meeting .timeline__item-new .timeline__event__symbol, .meeting-timeline-view__item.selected .category-TUMORBOARD.meeting-timeline-view__meeting .timeline__item-new .patient-event-timeline-view__item-symbol, .meeting-timeline-view__item.selected .category-TUMORBOARD.meeting-timeline-view__meeting .patient-event-timeline-view__item-new .timeline__event__symbol, .meeting-timeline-view__item.selected .category-TUMORBOARD.meeting-timeline-view__meeting .patient-event-timeline-view__item-new .patient-event-timeline-view__item-symbol, .timeline__item-new .category-TUMORBOARD.timeline__event--active .timeline__event__symbol, .timeline__item-new .category-TUMORBOARD.timeline__event--active .patient-event-timeline-view__item-symbol, .patient-event-timeline-view__item-new .category-TUMORBOARD.timeline__event--active .timeline__event__symbol, .patient-event-timeline-view__item-new .category-TUMORBOARD.timeline__event--active .patient-event-timeline-view__item-symbol, .timeline__item-new app-meeting-upsert.category-TUMORBOARD .timeline__event__symbol, .timeline__item-new app-meeting-upsert.category-TUMORBOARD .patient-event-timeline-view__item-symbol, .patient-event-timeline-view__item-new app-meeting-upsert.category-TUMORBOARD .timeline__event__symbol, .patient-event-timeline-view__item-new app-meeting-upsert.category-TUMORBOARD .patient-event-timeline-view__item-symbol, .timeline__item-new .category-TUMORBOARD.timeline__event .timeline__event__symbol, .timeline__item-new .category-TUMORBOARD.timeline__event .patient-event-timeline-view__item-symbol, .timeline__item-new .category-TUMORBOARD.patient-event-timeline-view__event .timeline__event__symbol, .timeline__item-new .category-TUMORBOARD.patient-event-timeline-view__event .patient-event-timeline-view__item-symbol, .patient-event-timeline-view__item-new .category-TUMORBOARD.timeline__event .timeline__event__symbol, .patient-event-timeline-view__item-new .category-TUMORBOARD.timeline__event .patient-event-timeline-view__item-symbol, .patient-event-timeline-view__item-new .category-TUMORBOARD.patient-event-timeline-view__event .timeline__event__symbol, .patient-event-timeline-view__item-new .category-TUMORBOARD.patient-event-timeline-view__event .patient-event-timeline-view__item-symbol, .timeline__item-new .category-TUMORBOARD.meeting-timeline-view__meeting .timeline__event__symbol, .timeline__item-new .category-TUMORBOARD.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol, .patient-event-timeline-view__item-new .category-TUMORBOARD.meeting-timeline-view__meeting .timeline__event__symbol, .patient-event-timeline-view__item-new .category-TUMORBOARD.meeting-timeline-view__meeting .patient-event-timeline-view__item-symbol {
  background: #a5d2ff;
}
.category-TUMORBOARD.timeline__event--rev-active, .patient-event-timeline-view__item.active .category-TUMORBOARD.patient-event-timeline-view__event, .timeline__item-new .category-TUMORBOARD.timeline__event--rev, .timeline__item-new .category-TUMORBOARD.patient-event-timeline-view__event, .patient-event-timeline-view__item-new .category-TUMORBOARD.timeline__event--rev, .patient-event-timeline-view__item-new .category-TUMORBOARD.patient-event-timeline-view__event, .category-TUMORBOARD.timeline__event--rev-active:before, .patient-event-timeline-view__item.active .category-TUMORBOARD.patient-event-timeline-view__event:before, .timeline__item-new .category-TUMORBOARD.timeline__event--rev:before, .timeline__item-new .category-TUMORBOARD.patient-event-timeline-view__event:before, .patient-event-timeline-view__item-new .category-TUMORBOARD.timeline__event--rev:before, .patient-event-timeline-view__item-new .category-TUMORBOARD.patient-event-timeline-view__event:before {
  border-right-color: #0066cc;
}
.category-TUMORBOARD.timeline__event--rev-active:not(:hover), .patient-event-timeline-view__item.active .category-TUMORBOARD.patient-event-timeline-view__event:not(:hover), .timeline__item-new .category-TUMORBOARD.timeline__event--rev:not(:hover), .timeline__item-new .category-TUMORBOARD.patient-event-timeline-view__event:not(:hover), .patient-event-timeline-view__item-new .category-TUMORBOARD.timeline__event--rev:not(:hover), .patient-event-timeline-view__item-new .category-TUMORBOARD.patient-event-timeline-view__event:not(:hover) {
  outline-color: #0066cc;
}
@media print {
  .layout-basic__main,
.layout-basic__content,
app-meeting-patient-list {
    /* IE11 bug with inability to print complete pages fix RAPID-10489 */
    overflow: visible;
  }
}
/* IE bugs with layout RAPID-10686 */
@media screen\0  {
  body {
    letter-spacing: -0.012em;
  }
  /* NTB-23777 IE bug with tooltip container blinking when we scroll cancer info on patient view*/
  [class^=layout-] {
    z-index: 0;
  }
  [class^=layout-] [class$=__head] {
    z-index: auto;
  }
  /* bug with long name not breaking in IE */
  .task-status__fullname {
    word-wrap: break-word;
    display: block;
  }
  /* bug with huge padding top and boottom on el with white-space: pre-line */
  .meeting-preparation__content .form-view-multiline,
.meeting-preparation__content .patient-summary__view-value,
.meeting-preparation__content .treatment-history__value,
.meeting-preparation__content .treatment-history__view-value,
.meeting-preparation__content .meeting-presentation-patient-cover-slide__pod-description,
.meeting-preparation__content .meeting-preparation-patient-cover-slide__pod-description,
.meeting-preparation__content .meeting-presentation-patient-cover-slide__cancer-info-description,
.meeting-preparation__content .meeting-presentation-slide-comment__value {
    line-height: 0.3vw !important;
    padding-top: 1.5vw;
  }
  .meeting-preparation__content .form-view-multiline .textbox__input,
.meeting-preparation__content .patient-summary__view-value .textbox__input,
.meeting-preparation__content .treatment-history__value .textbox__input,
.meeting-preparation__content .treatment-history__view-value .textbox__input,
.meeting-preparation__content .meeting-presentation-patient-cover-slide__pod-description .textbox__input,
.meeting-preparation__content .meeting-preparation-patient-cover-slide__pod-description .textbox__input,
.meeting-preparation__content .meeting-presentation-patient-cover-slide__cancer-info-description .textbox__input,
.meeting-preparation__content .meeting-presentation-slide-comment__value .textbox__input {
    line-height: 1.3em !important;
  }
  /* bug with too long el with flex */
  .dia-table__head-cell--counter,
.dia-table__cell--counter,
.meeting-patient-list-view__counter-header,
.meeting-patient-list-view__counter {
    flex-basis: 4.5%;
  }
}
/* style scrollbar to be more elegant*/
[diaScrollable] {
  -ms-scrollbar-base-color: #97a4b2;
  -ms-scrollbar-track-color: #d9e1e7;
  -ms-scrollbar-shadow-color: #d9e1e7;
  -ms-scrollbar-arrow-color: #d9e1e7;
}
.layout-presentation__content [diaScrollable] {
  -ms-scrollbar-base-color: #999;
  -ms-scrollbar-track-color: #444;
  -ms-scrollbar-arrow-color: #444;
  -ms-scrollbar-shadow-color: #444;
}
[appdropdownmenucontent].app-dropdown-menu__content {
  transition-property: opacity, margin; /* fix not hidden menu NTB-27816*/
}
/* component styles */
@media print {
  .no-print {
    display: flex;
    height: 100vh;
    width: 100vw;
  }
  .no-print::after {
    content: attr(data-message);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    height: 600px;
    width: 1024px;
    font-size: 28px;
    line-height: 1.5;
    text-align: center;
    white-space: pre;
  }
  .no-print * {
    display: none;
  }
}
app-checkbox {
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  min-width: 21px;
  min-height: 21px;
}
.checkbox-icon {
  display: inline-block;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  background-image: url('checkbox-unchecked.c9e61918de58a5db.svg');
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.checkbox-icon.indeterminate {
  background-image: url('checkbox-indeterminate.e46421592edefb86.svg');
}
.checkbox-icon.checked {
  background-image: url('checkbox-checked.af4e05b0fad6b278.svg');
}
.checkbox-icon.readonly, .checkbox-icon.disabled, .checkbox-icon.disabled-area, .checkbox-icon.meeting-point-of-discussion__add--disabled, .checkbox-icon.patient-event-links__add--disabled, .checkbox-icon.physical-examination__add--disabled, .checkbox-icon.tumor-information__add--disabled, .checkbox-icon.medications__add--disabled, .checkbox-icon.biomarkers__add--disabled, .checkbox-icon.treatment-history__add--disabled, .checkbox-icon.social-history__add--disabled, .checkbox-icon.past-medical-history__add--disabled, .checkbox-icon.staging__add--disabled, .checkbox-icon.patient-summary__add--disabled, .checkbox-icon.meeting-preparation-slide-creator__options__item--disabled, .checkbox-icon.patient-history__actions-action--disabled, app-patient-card .checkbox-icon.patient-card__action-dropdown-element-delete-disabled, .checkbox-icon.cancer-info__actions__action--disabled, .checkbox-icon.patient-disabled-tooltip__label--disabled {
  pointer-events: none;
}
.checkbox-input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
app-switch {
  display: flex;
}
.switch {
  display: inline-block;
  height: 1.3em;
  max-width: 100%;
  line-height: 1.3em;
  white-space: nowrap;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.switch__toggle {
  height: 100%;
  width: 34px;
  flex-shrink: 0;
  position: relative;
  margin-right: 0;
  margin-left: 0;
  order: 1;
}
.switch__toggle-track {
  background-color: #616161;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: calc(1.3em - 2px);
}
.switch__toggle-thumb {
  width: calc(1.3em - .2em);
  height: calc(1.3em - .2em);
  background-color: #fff;
  position: absolute;
  top: 1px;
  left: 0.05rem;
  border-radius: calc(1.3em - 2px);
  border: solid 1px #616161;
}
.switch__native-control {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
}
.switch__label {
  display: flex;
  flex: 1;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  height: inherit;
}
.switch__text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.switch__text--before {
  order: 0;
  margin-right: 8px;
}
.switch__text--after {
  order: 2;
  margin-left: 8px;
}
.switch--disabled {
  opacity: 0.68;
  pointer-events: none;
}
.switch input:checked ~ .switch__toggle-thumb {
  transform: translate3d(0.95em, 0, 0);
  border: solid 1px #0066cc;
}
.switch input:checked ~ .switch__toggle-track {
  background-color: #0066cc;
}
dia-textbox {
  display: flex;
  flex-direction: column;
}
.dia-textbox__label, app-attendee-search-multiselect .attendee-search__label, .meeting-preparation__type-label, .patient-autoselect__label, .meeting-patient-add__label, .meeting-multiselect__label, .patient-upsert__label, .dia-dropdown__label, .dia-date-selector__label, .dia-radio__label, .dia-time-selector__label {
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0vw 0vw 0.625vw 0vw;
  color: #373f47;
  cursor: default;
  display: block;
  font-weight: bold;
}
.dia-textbox__input {
  flex-grow: 1;
  flex-shrink: 1;
  text-align: inherit;
  font-weight: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: 1.3em;
  max-height: 35vw;
}
.app-textarea.textbox__input {
  resize: none;
}
.dia-textbox__input--no-scroll::-webkit-scrollbar-thumb {
  background: transparent;
}
.dia-textbox__adjacent-label-wrapper {
  display: flex;
  align-items: center;
}
.dia-textbox__adjacent-label-wrapper .dia-textbox__label, .dia-textbox__adjacent-label-wrapper app-attendee-search-multiselect .attendee-search__label, app-attendee-search-multiselect .dia-textbox__adjacent-label-wrapper .attendee-search__label, .dia-textbox__adjacent-label-wrapper .meeting-preparation__type-label, .dia-textbox__adjacent-label-wrapper .patient-autoselect__label, .dia-textbox__adjacent-label-wrapper .meeting-patient-add__label, .dia-textbox__adjacent-label-wrapper .meeting-multiselect__label, .dia-textbox__adjacent-label-wrapper .patient-upsert__label, .dia-textbox__adjacent-label-wrapper .dia-dropdown__label, .dia-textbox__adjacent-label-wrapper .dia-date-selector__label, .dia-textbox__adjacent-label-wrapper .dia-radio__label, .dia-textbox__adjacent-label-wrapper .dia-time-selector__label {
  margin: 0vw 0.3125vw 0vw 0.3125vw;
  font-weight: 500;
}
[placeholder]:focus::-webkit-input-placeholder {
  opacity: 1;
  color: #a2aeba;
}
.dia-time-selector__container {
  display: inline-block;
  position: relative;
}
.dia-time-selector__input {
  font-family: inherit;
  font-size: inherit;
  width: 100%;
}
.dia-time-selector__input::-ms-clear {
  display: none;
}
.dia-time-selector__options {
  position: absolute;
  margin: -1px 0 0;
  padding: 0;
  top: 100%;
  left: 0;
  right: 0;
  overflow: auto;
  background-color: #ffffff;
  list-style-type: none;
  z-index: 5;
  max-height: 168px;
  border: 1px solid #373f47;
  transition: all 0.1s linear;
}
.dia-time-selector__container .dia-time-selector__options.open {
  margin-top: -1px;
}
.dia-time-selector__option {
  padding: 4px 5px 6px 10px;
  margin: 0;
}
.dia-time-selector__option:hover, .dia-time-selector__option.selected {
  background: #e8ecf0;
  color: #373f47;
}
.dia-time-selector__option.selected {
  font-weight: bold;
}
app-radio input {
  margin: 0.6em 0 0;
  width: 1.4em;
  height: 1.4em;
  vertical-align: bottom;
  cursor: pointer;
}
.radio-value {
  margin: 0.6em;
  position: relative;
  cursor: pointer;
}
.dia-radio__button .radio-value {
  margin: 0 1.2em 0 0;
}
dia-modal.dia-autologout-dialog .dia-modal__content {
  width: 30%;
}
dia-modal.dia-autologout-dialog .dia-modal, dia-modal.dia-autologout-dialog .dia-modal-minimised {
  z-index: 10001;
}
.dia-autologout-dialog__body p {
  margin: 1em 0;
}
.dia-autologout-dialog__footer {
  text-align: right;
}
.dia-confirmation-dialog__body {
  display: block;
}
.dia-confirmation-dialog__footer {
  display: flex;
  flex-direction: row;
  margin: 1.875vw 0vw 0vw 0vw;
  justify-content: flex-end;
}
.dia-confirmation-dialog__cancel-btn {
  margin-right: 0.9375vw;
}
.dia-confirmation-dialog__btn .dia-btn {
  min-width: 100px;
  text-align: center;
}
.delete-recurring-meeting-radio {
  display: block;
  margin-bottom: 10px;
}
dia-date-selector {
  display: inline-block;
  position: relative;
}
date-input-polyfill[data-open=true] {
  border-radius: 0;
  z-index: 20000;
  border: solid 1px #bdbdbd;
  padding: 10px 5px 35px;
}
date-input-polyfill[data-open=true] button {
  border-radius: 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
  border: 0;
  color: #0078d4;
  background: none;
  width: auto;
}
date-input-polyfill[data-open=true] table {
  width: 200px;
  max-width: 200px;
}
date-input-polyfill[data-open=true] .monthSelect-wrapper {
  margin-right: 15%;
}
date-input-polyfill[data-open=true] select.yearSelect, date-input-polyfill[data-open=true] select.monthSelect {
  border: 0;
  font-weight: 700;
}
date-input-polyfill[data-open=true] select::-ms-expand {
  border: 0;
  background: none;
  width: 14px;
}
date-input-polyfill[data-open=true] td, date-input-polyfill[data-open=true] th {
  padding: 6px 4px;
}
date-input-polyfill[data-open=true] th {
  font-weight: 300;
}
date-input-polyfill[data-open=true] [data-disabled] {
  background: none;
  color: #888;
}
date-input-polyfill[data-open=true] td[data-day]:hover {
  background-color: #b2d5ff;
}
date-input-polyfill[data-open=true] [data-selected] {
  background-color: #0075ff;
  color: #fff;
  border: solid 1px #000;
}
.dia-date-selector__input {
  padding-right: 2.4vw;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  font-family: inherit;
  font-size: inherit;
  min-width: 8vw;
  line-height: 1.3em;
}
.dia-date-selector__input::-ms-clear {
  display: none;
}
.dia-date-selector__input:disabled, .dia-date-selector__input.disabled, .dia-date-selector__input.disabled-area, .dia-date-selector__input.meeting-point-of-discussion__add--disabled, .dia-date-selector__input.patient-event-links__add--disabled, .dia-date-selector__input.physical-examination__add--disabled, .dia-date-selector__input.tumor-information__add--disabled, .dia-date-selector__input.medications__add--disabled, .dia-date-selector__input.biomarkers__add--disabled, .dia-date-selector__input.treatment-history__add--disabled, .dia-date-selector__input.social-history__add--disabled, .dia-date-selector__input.past-medical-history__add--disabled, .dia-date-selector__input.staging__add--disabled, .dia-date-selector__input.patient-summary__add--disabled, .dia-date-selector__input.meeting-preparation-slide-creator__options__item--disabled, .dia-date-selector__input.patient-history__actions-action--disabled, app-patient-card .dia-date-selector__input.patient-card__action-dropdown-element-delete-disabled, .dia-date-selector__input.cancer-info__actions__action--disabled, .dia-date-selector__input.patient-disabled-tooltip__label--disabled {
  background: #e8ecf0;
}
.dia-date-selector__input::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
.dia-date-selector__input::-webkit-inner-spin-button {
  display: none;
}
.dia-date-selector__input::-webkit-calendar-picker-indicator {
  background-color: #ffffff;
  background-image: url('calendar-off.e546bff0e36e0dce.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em;
  height: 1em;
  width: 1em;
  position: absolute;
  right: 0.625vw;
  padding: 0vw 0vw 0vw 0.3125vw;
  color: transparent;
  cursor: pointer;
  opacity: 1;
}
.dia-date-selector__input--polyfill, .dia-date-selector__input--polyfill:active, .dia-date-selector__input--polyfill:focus {
  background-image: url('calendar-off.e546bff0e36e0dce.svg');
  background-position: center right 0.625vw;
  background-repeat: no-repeat;
}
/* cdk drag & drop module */
.cdk-drag-disabled {
  cursor: no-drop;
}
[cdkdrag]:not(.cdk-drag-disabled) {
  cursor: move; /* fallback for IE11 */
  cursor: grab;
}
[cdkdrag]:not(.cdk-drag-disabled):active {
  cursor: grabbing;
}
.cdk-drag-preview {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  background: #ffffff;
}
.cdk-drag-animating {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
.cdk-drag-placeholder:not(.cdk-drag-placeholder.drag-drop-list-item) {
  opacity: 0;
}
.cdk-drag-placeholder.drag-drop-list-item.drag-drop-list-item {
  background: #e8ecf0;
}
.cdk-drag-placeholder.drag-drop-list-item.drag-drop-list-item > * {
  opacity: 0;
}
.cdk-drop-list-dragging .cdk-drag {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
.dia-drag-and-drop__entry-action:after, .batch-patient-case-report-view-item__cell-actions-item-drag:after, .recommendations__entry-action-drag:after, .meeting-patient-list-view-item__cell-actions-item-drag:after {
  content: "";
  display: block;
  width: 1.25vw;
  height: 3.375vw;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('drag.1b8cbf1a9231f587.svg');
  background-size: 1.5vw 5.125vw;
  cursor: grab;
}
.dia-modal, .dia-modal-minimised {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  padding: 0vw 0vw 0vw 0vw;
  position: fixed;
  width: 100%;
  height: 100%;
  border: 0;
  top: 0;
  left: 0;
  background: transparent;
  opacity: 1;
  z-index: 10000;
}
@media print {
  .dia-modal, .dia-modal-minimised {
    display: none;
  }
}
.dia-modal[is-mirroring-mode], [is-mirroring-mode].dia-modal-minimised {
  z-index: 9999;
}
.dia-modal--hidden, .dia-modal.hidden, .hidden.dia-modal-minimised {
  opacity: 0;
  pointer-events: none;
}
.dia-modal__base {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  padding: 2.5vw 2.5vw 2.5vw 2.5vw;
  align-items: center;
  justify-content: flex-start;
  overflow: auto;
  position: fixed;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 1001;
}
.dia-modal__overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: #202531;
  opacity: 0.5;
  z-index: 1000;
}
.hidden .dia-modal__overlay {
  opacity: 0;
}
.dia-modal__content, .dia-modal-minimised .dia-modal__content {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.8);
  padding: 2.5vw 1.875vw 2.5vw 1.875vw;
  position: relative;
  width: 75%;
  max-width: 50vw;
  background: #ffffff;
  transition-timing-function: ease;
  transition-property: translateY;
  transform: translateY(0);
  z-index: 1001;
}
.hidden .dia-modal__content {
  transform: translateY(-20px);
}
.dia-modal__mirroring-content {
  position: absolute;
  transition: none;
  z-index: 1000;
}
.dia-modal__transclude {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
}
.dia-modal__discard {
  font-size: 0.8em;
  line-height: 1.1em;
  position: absolute;
  right: 0.625vw;
  top: 0.625vw;
  display: block;
  cursor: pointer;
}
@media (max-width: 1600px) {
  .dia-modal__discard {
    font-size: 0.72em;
    line-height: 0.99em;
  }
}
.dia-modal__fullscreen {
  padding: 0vw 0vw 0vw 0vw;
  width: 100%;
  height: 100%;
}
.dia-modal__fullscreen .dia-modal__content {
  padding: 0vw 0vw 0vw 0vw;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.dia-modal__base-minimised {
  position: absolute;
  overflow: inherit;
  bottom: 1px;
  width: 43vw;
  min-width: 38vw;
}
.dia-modal-minimised {
  height: 3vw;
  position: static;
  position: initial;
}
.dia-modal-minimised .dia-modal__content {
  padding: 1.25vw 1.875vw 0.625vw 1.875vw;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
dia-loader {
  height: 100%;
  width: 100%;
}
.dia-loader__pagination {
  height: auto;
  display: block;
  padding: 1.25vw 1.25vw 1.25vw 1.25vw;
}
.dia-loader__pagination .dia-loader__spinner, .dia-loader__pagination .dia-loader__spinner--dark {
  height: auto;
  padding: 1.25vw 1.25vw 1.25vw 1.25vw;
}
.dia-loader__controls {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #cad1d7;
  z-index: 1;
}
.dia-loader__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.dia-loader__spinner, .dia-loader__spinner--dark {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 1.875vw;
  min-width: 1.875vw;
}
.dia-loader__spinner:after, .dia-loader__spinner--dark:after {
  animation: dia-spinner-spin 1.5s linear infinite;
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1.5625vw;
  height: 1.5625vw;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('loader.701b3fbd6e5f5f19.svg');
}
.dia-loader__spinner--overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
}
.dia-loader__spinner--pagination {
  padding: 1.25vw 1.25vw 1.25vw 1.25vw;
}
.dia-loader__spinner--pagination .dia-loader__spinner.dia-loader__spinner--dark, .dia-loader__spinner--pagination .dia-loader__spinner--dark {
  height: auto;
}
.dia-loader__spinner--dark:after {
  background-image: url('loader-dark.b52b0596d91ff9ac.svg');
}
.main-loader .dia-loader__overlay,
.main-loader .pin-loader,
.main-loader .media-thumbnail__loader {
  display: none;
}
@keyframes dia-spinner-spin {
  to {
    transform: rotate(360deg);
  }
}
.progress-bar {
  height: 20px;
  background-color: #ffffff;
  border: solid 1px #cad1d7;
}
.progress-bar__inner {
  width: 100%;
  padding: 2px;
}
.progress-bar__content {
  height: 14px;
  background-color: #a2aeba;
  transition: width 250ms;
}
.editable-dropdown__option, .editable-dropdown__create {
  display: flex;
  flex-direction: row;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
}
.editable-dropdown__loader {
  height: 100%;
}
.editable-dropdown__option-label {
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.editable-dropdown__option-edit {
  flex-grow: 0;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  background-image: url('edit-off.17fa67e4d6975b7f.svg');
  background-repeat: no-repeat;
  background-position: center;
  margin-left: auto;
}
.editable-dropdown__option-edit:hover {
  background-image: url('edit-on.ec25867d332d10cc.svg');
}
.editable-dropdown__option-create {
  flex-grow: 0;
  flex-shrink: 0;
  font-style: italic;
  color: #0066cc;
}
.autoselect__option__label {
  font-weight: bold;
}
.editable-dropdown__create-wrap {
  padding: 0.3125vw 0vw 0.3125vw 0vw;
}
.editable-dropdown__create.ng-option {
  justify-content: space-between;
}
.editable-dropdown-edit__textbox {
  display: block;
  margin-bottom: 30px;
  max-width: 100%;
  width: 100%;
}
.editable-dropdown-edit__buttons,
.editable-dropdown-delete__buttons,
.editable-dropdown-edit__buttons__update {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.editable-dropdown-delete__buttons,
.editable-dropdown-edit__buttons__update {
  justify-content: flex-end;
}
.editable-dropdown-edit__buttons {
  justify-content: space-between;
}
.editable-dropdown-edit__cancel-button {
  margin: 0 10px 0 auto;
}
.editable-dropdown-delete__cancel-button {
  margin: 0 10px 0 0;
}
.editable-dropdown-delete__confirmation {
  margin: 0 0 30px 0;
  max-width: 700px;
}
.hide-select-container .ng-select-container {
  display: none !important;
}
app-editable-dropdown .ng-select .ng-select-container .ng-value-container .ng-input > input,
app-editable-dropdown-multiple .ng-select .ng-select-container .ng-value-container .ng-input > input {
  padding-right: 1.25vw;
  text-overflow: ellipsis;
  width: 96%;
}
app-editable-dropdown .ng-select.ng-select__custom .ng-select-container,
app-editable-dropdown-multiple .ng-select.ng-select__custom .ng-select-container {
  padding: 0.3125vw 0.625vw 0.3125vw 0.625vw;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  text-align: inherit;
  height: inherit;
}
app-editable-dropdown .ng-select.ng-select__custom .ng-select-container .ng-input,
app-editable-dropdown-multiple .ng-select.ng-select__custom .ng-select-container .ng-input {
  left: 0;
  margin: 0;
}
app-editable-dropdown .ng-select.ng-select__custom .ng-select-container .ng-input input,
app-editable-dropdown-multiple .ng-select.ng-select__custom .ng-select-container .ng-input input {
  cursor: auto;
}
app-editable-dropdown .ng-select.ng-select__custom .ng-select-container.ng-has-value .ng-input > input,
app-editable-dropdown-multiple .ng-select.ng-select__custom .ng-select-container.ng-has-value .ng-input > input {
  font-size: 100%;
  display: block;
  background-color: #fff;
}
app-editable-dropdown .ng-select.ng-select__custom .ng-select-container .ng-value-label,
app-editable-dropdown-multiple .ng-select.ng-select__custom .ng-select-container .ng-value-label {
  display: inline-block;
}
app-editable-dropdown .ng-select.ng-select__custom .ng-select-container .ng-value-container .ng-value,
app-editable-dropdown-multiple .ng-select.ng-select__custom .ng-select-container .ng-value-container .ng-value {
  text-overflow: initial;
  line-height: 1.3em;
}
app-editable-dropdown .ng-select.ng-select__custom.ng-select-filtered .ng-select-container .ng-value-container .ng-value,
app-editable-dropdown-multiple .ng-select.ng-select__custom.ng-select-filtered .ng-select-container .ng-value-container .ng-value {
  visibility: visible;
}
app-editable-dropdown .ng-select.ng-select__custom.ng-select-focused:not(.ng-select-multiple):not(.ng-select--without-search) .ng-value-label,
app-editable-dropdown-multiple .ng-select.ng-select__custom.ng-select-focused:not(.ng-select-multiple):not(.ng-select--without-search) .ng-value-label {
  visibility: hidden;
}
app-editable-dropdown .ng-select.ng-select__custom.ng-select-multiple .ng-select-container,
app-editable-dropdown-multiple .ng-select.ng-select__custom.ng-select-multiple .ng-select-container {
  padding: 0.3125vw 0.3125vw 0.3125vw 0.3125vw;
}
app-editable-dropdown .ng-select.ng-select__custom.ng-select-multiple .ng-select-container .ng-input,
app-editable-dropdown-multiple .ng-select.ng-select__custom.ng-select-multiple .ng-select-container .ng-input {
  float: left;
  display: block;
  width: 100%;
  color: #5a6774;
  flex: none;
  padding: 0;
  height: auto;
  margin: 0.3125vw 0.3125vw 0.3125vw 0.3125vw;
}
app-editable-dropdown .ng-select.ng-select__custom.ng-select-multiple .ng-value-container,
app-editable-dropdown-multiple .ng-select.ng-select__custom.ng-select-multiple .ng-value-container {
  padding: 0;
}
app-editable-dropdown .ng-dropdown-panel,
app-editable-dropdown-multiple .ng-dropdown-panel {
  min-width: 12.5vw;
  margin-top: -1px;
  border-top: 1px solid #373f47;
}
app-editable-dropdown .hide-editable-dropdown-items .ng-dropdown-panel,
app-editable-dropdown-multiple .hide-editable-dropdown-items .ng-dropdown-panel {
  border-top: 0;
}
app-editable-dropdown .hide-editable-dropdown-items .ng-dropdown-panel > .ng-dropdown-panel-items, app-editable-dropdown .hide-editable-dropdown-items .ng-dropdown-panel > .autosuggest__create-wrap, app-editable-dropdown .hide-editable-dropdown-items app-attendee-autoselect .ng-select__custom .ng-dropdown-panel > .attendee-autoselect__create-wrap, app-attendee-autoselect .ng-select__custom app-editable-dropdown .hide-editable-dropdown-items .ng-dropdown-panel > .attendee-autoselect__create-wrap, app-editable-dropdown .hide-editable-dropdown-items .ng-dropdown-panel > .editable-dropdown__create-wrap,
app-editable-dropdown-multiple .hide-editable-dropdown-items .ng-dropdown-panel > .ng-dropdown-panel-items,
app-editable-dropdown-multiple .hide-editable-dropdown-items .ng-dropdown-panel > .autosuggest__create-wrap,
app-editable-dropdown-multiple .hide-editable-dropdown-items app-attendee-autoselect .ng-select__custom .ng-dropdown-panel > .attendee-autoselect__create-wrap,
app-attendee-autoselect .ng-select__custom app-editable-dropdown-multiple .hide-editable-dropdown-items .ng-dropdown-panel > .attendee-autoselect__create-wrap,
app-editable-dropdown-multiple .hide-editable-dropdown-items .ng-dropdown-panel > .editable-dropdown__create-wrap {
  display: none;
}
app-editable-dropdown .hide-editable-dropdown-items .editable-dropdown__create-wrap,
app-editable-dropdown-multiple .hide-editable-dropdown-items .editable-dropdown__create-wrap {
  border-top: 1px solid #373f47;
}
app-editable-dropdown .ng-option.editable-dropdown__create,
app-editable-dropdown-multiple .ng-option.editable-dropdown__create {
  display: flex;
  justify-content: space-between;
}
app-editable-dropdown .ng-select__custom .ng-dropdown-panel .ng-dropdown-panel-items, app-editable-dropdown .ng-select__custom .ng-dropdown-panel .autosuggest__create-wrap, app-editable-dropdown app-attendee-autoselect .ng-select__custom .ng-dropdown-panel .attendee-autoselect__create-wrap, app-attendee-autoselect app-editable-dropdown .ng-select__custom .ng-dropdown-panel .attendee-autoselect__create-wrap, app-editable-dropdown .ng-select__custom .ng-dropdown-panel .editable-dropdown__create-wrap,
app-editable-dropdown .ng-select__custom .ng-dropdown-panel .editable-dropdown__create-wrap,
app-editable-dropdown-multiple .ng-select__custom .ng-dropdown-panel .ng-dropdown-panel-items,
app-editable-dropdown-multiple .ng-select__custom .ng-dropdown-panel .autosuggest__create-wrap,
app-editable-dropdown-multiple app-attendee-autoselect .ng-select__custom .ng-dropdown-panel .attendee-autoselect__create-wrap,
app-attendee-autoselect app-editable-dropdown-multiple .ng-select__custom .ng-dropdown-panel .attendee-autoselect__create-wrap,
app-editable-dropdown-multiple .ng-select__custom .ng-dropdown-panel .editable-dropdown__create-wrap,
app-editable-dropdown-multiple .ng-select__custom .ng-dropdown-panel .editable-dropdown__create-wrap {
  max-height: 22vw;
}
.dia-form-buttons.editable-dropdown-edit__buttons, .editable-dropdown-edit__buttons.meeting-move__buttons, .editable-dropdown-edit__buttons.patient-export__buttons, .editable-dropdown-edit__buttons.meeting-patient-add__buttons, .editable-dropdown-edit__buttons.patient-upsert__buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1.5vw;
}
.patient-last-update__info .info__icon {
  background-size: 80%;
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
}
.editable-dropdown-edit__delete-info {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.editable-dropdown-edit__delete-info-icon {
  margin-right: 0.5vw;
  width: 1.25vw;
  height: 1.25vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('info-on.587ff95948696a7b.svg');
}
.ng-select__container {
  position: relative;
  height: auto;
}
.ng-select__custom.ng-select {
  padding: 0;
}
.ng-select__custom.ng-select:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.ng-select__custom.ng-select:disabled .ng-placeholder, .ng-select__custom.ng-select.disabled .ng-placeholder, .ng-select__custom.ng-select.disabled-area .ng-placeholder, .ng-select__custom.ng-select.meeting-point-of-discussion__add--disabled .ng-placeholder, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled .ng-placeholder, .ng-select__custom.ng-select.patient-event-links__add--disabled .ng-placeholder, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled .ng-placeholder, .ng-select__custom.ng-select.physical-examination__add--disabled .ng-placeholder, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled .ng-placeholder, .ng-select__custom.ng-select.tumor-information__add--disabled .ng-placeholder, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled .ng-placeholder, .ng-select__custom.ng-select.medications__add--disabled .ng-placeholder, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.medications__add--disabled .ng-placeholder, .ng-select__custom.ng-select.biomarkers__add--disabled .ng-placeholder, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled .ng-placeholder, .ng-select__custom.ng-select.treatment-history__add--disabled .ng-placeholder, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled .ng-placeholder, .ng-select__custom.ng-select.social-history__add--disabled .ng-placeholder, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.social-history__add--disabled .ng-placeholder, .ng-select__custom.ng-select.past-medical-history__add--disabled .ng-placeholder, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled .ng-placeholder, .ng-select__custom.ng-select.staging__add--disabled .ng-placeholder, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.staging__add--disabled .ng-placeholder, .ng-select__custom.ng-select.patient-summary__add--disabled .ng-placeholder, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled .ng-placeholder, .ng-select__custom.ng-select.meeting-preparation-slide-creator__options__item--disabled .ng-placeholder, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled .ng-placeholder, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.disabled .ng-placeholder, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.disabled-area .ng-placeholder, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled .ng-placeholder, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled .ng-placeholder, app-patient-card .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled .ng-placeholder, .ng-select__custom.ng-select.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled .ng-placeholder, .ng-select__custom.ng-select.patient-history__actions-action--disabled .ng-placeholder, app-patient-card .ng-select__custom.ng-select.patient-card__action-dropdown-element-delete-disabled .ng-placeholder, .ng-select__custom.ng-select.cancer-info__actions__action--disabled .ng-placeholder, .ng-select__custom.ng-select.patient-disabled-tooltip__label--disabled .ng-placeholder, .ng-select__custom.ng-select.disabled-area:hover .ng-placeholder, .ng-select__custom.ng-select.meeting-point-of-discussion__add--disabled:hover .ng-placeholder, .ng-select__custom.ng-select.patient-event-links__add--disabled:hover .ng-placeholder, .ng-select__custom.ng-select.physical-examination__add--disabled:hover .ng-placeholder, .ng-select__custom.ng-select.tumor-information__add--disabled:hover .ng-placeholder, .ng-select__custom.ng-select.medications__add--disabled:hover .ng-placeholder, .ng-select__custom.ng-select.biomarkers__add--disabled:hover .ng-placeholder, .ng-select__custom.ng-select.treatment-history__add--disabled:hover .ng-placeholder, .ng-select__custom.ng-select.social-history__add--disabled:hover .ng-placeholder, .ng-select__custom.ng-select.past-medical-history__add--disabled:hover .ng-placeholder, .ng-select__custom.ng-select.staging__add--disabled:hover .ng-placeholder, .ng-select__custom.ng-select.patient-summary__add--disabled:hover .ng-placeholder, .ng-select__custom.ng-select.meeting-preparation-slide-creator__options__item--disabled:hover .ng-placeholder, .ng-select__custom.ng-select.patient-history__actions-action--disabled:hover .ng-placeholder, app-patient-card .ng-select__custom.ng-select.patient-card__action-dropdown-element-delete-disabled:hover .ng-placeholder, .ng-select__custom.ng-select.cancer-info__actions__action--disabled:hover .ng-placeholder, .ng-select__custom.ng-select.patient-disabled-tooltip__label--disabled:hover .ng-placeholder, .ng-select__custom.ng-select.disabled-area:focus .ng-placeholder, .ng-select__custom.ng-select.meeting-point-of-discussion__add--disabled:focus .ng-placeholder, .ng-select__custom.ng-select.patient-event-links__add--disabled:focus .ng-placeholder, .ng-select__custom.ng-select.physical-examination__add--disabled:focus .ng-placeholder, .ng-select__custom.ng-select.tumor-information__add--disabled:focus .ng-placeholder, .ng-select__custom.ng-select.medications__add--disabled:focus .ng-placeholder, .ng-select__custom.ng-select.biomarkers__add--disabled:focus .ng-placeholder, .ng-select__custom.ng-select.treatment-history__add--disabled:focus .ng-placeholder, .ng-select__custom.ng-select.social-history__add--disabled:focus .ng-placeholder, .ng-select__custom.ng-select.past-medical-history__add--disabled:focus .ng-placeholder, .ng-select__custom.ng-select.staging__add--disabled:focus .ng-placeholder, .ng-select__custom.ng-select.patient-summary__add--disabled:focus .ng-placeholder, .ng-select__custom.ng-select.meeting-preparation-slide-creator__options__item--disabled:focus .ng-placeholder, .ng-select__custom.ng-select.patient-history__actions-action--disabled:focus .ng-placeholder, app-patient-card .ng-select__custom.ng-select.patient-card__action-dropdown-element-delete-disabled:focus .ng-placeholder, .ng-select__custom.ng-select.cancer-info__actions__action--disabled:focus .ng-placeholder, .ng-select__custom.ng-select.patient-disabled-tooltip__label--disabled:focus .ng-placeholder, .ng-select__custom.ng-select.disabled-area:active .ng-placeholder, .ng-select__custom.ng-select.meeting-point-of-discussion__add--disabled:active .ng-placeholder, .ng-select__custom.ng-select.patient-event-links__add--disabled:active .ng-placeholder, .ng-select__custom.ng-select.physical-examination__add--disabled:active .ng-placeholder, .ng-select__custom.ng-select.tumor-information__add--disabled:active .ng-placeholder, .ng-select__custom.ng-select.medications__add--disabled:active .ng-placeholder, .ng-select__custom.ng-select.biomarkers__add--disabled:active .ng-placeholder, .ng-select__custom.ng-select.treatment-history__add--disabled:active .ng-placeholder, .ng-select__custom.ng-select.social-history__add--disabled:active .ng-placeholder, .ng-select__custom.ng-select.past-medical-history__add--disabled:active .ng-placeholder, .ng-select__custom.ng-select.staging__add--disabled:active .ng-placeholder, .ng-select__custom.ng-select.patient-summary__add--disabled:active .ng-placeholder, .ng-select__custom.ng-select.meeting-preparation-slide-creator__options__item--disabled:active .ng-placeholder, .ng-select__custom.ng-select.patient-history__actions-action--disabled:active .ng-placeholder, app-patient-card .ng-select__custom.ng-select.patient-card__action-dropdown-element-delete-disabled:active .ng-placeholder, .ng-select__custom.ng-select.cancer-info__actions__action--disabled:active .ng-placeholder, .ng-select__custom.ng-select.patient-disabled-tooltip__label--disabled:active .ng-placeholder, .ng-select__custom.ng-select.ng-select-disabled .ng-placeholder {
  position: relative;
}
.ng-select__custom.ng-select .ng-has-value .ng-placeholder {
  display: none;
}
.ng-select__custom.ng-select.ng-select-filtered .ng-placeholder {
  visibility: hidden;
  width: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}
.ng-select__custom.ng-select .ng-value {
  border-top: solid 1px transparent; /* NTB-38792: fix jumping label when focus on control */
  padding: 0.3vw 0; /* NTB-38792: fix jumping label when focus on control */
  height: auto;
  width: 100%;
}
.ng-select__custom.ng-select .ng-value:before {
  content: ".";
  visibility: hidden;
  display: inline-block;
  clear: both;
  width: 0;
}
.ng-select__custom.ng-select .ng-select-container {
  padding: 0.3125vw 0.875vw 0.3125vw 0.625vw;
  font-size: 1em;
  height: 100%;
  line-height: 1.3em;
}
.ng-select__custom.ng-select .ng-select-container .ng-value-container {
  align-items: center;
  justify-content: flex-start;
  transition: none;
}
.ng-select__custom.ng-select .ng-placeholder {
  padding: 0.3125vw 0vw 0.3125vw 0vw;
  line-height: 1.3em;
  position: relative;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.ng-select__custom.ng-select .ng-placeholder:before {
  content: ".";
  visibility: hidden;
  display: inline-block;
  clear: both;
  width: 0;
}
.ng-select__custom.ng-select .ng-arrow-wrapper {
  right: 0.5vw;
}
.ng-select__custom.ng-select .ng-spinner-loader {
  display: none;
}
.ng-select__custom.bordered-options .ng-option {
  padding: 0;
}
.ng-select__custom.bordered-options .ng-option:not(:last-child) {
  border-bottom: 1px solid #cad1d7;
}
.ng-select__custom.bordered-options .no-options {
  padding: 0.3125vw 0.625vw 0.3125vw 0.625vw;
  color: #a2aeba;
  font-style: italic;
}
.ng-select__custom.ng-select__disable-arrow .ng-arrow-wrapper {
  display: none;
}
.ng-select__custom .ng-value-icon {
  display: none;
}
.ng-select__custom .ng-input {
  padding: 0.3125vw 0.875vw 0.3125vw 0.625vw;
  top: 0;
  height: 100%;
  transition: none;
}
.ng-select__custom .ng-input input {
  height: 100%;
  padding: 0;
  font-family: inherit;
  color: inherit;
  line-height: 1.3em;
}
.ng-select__custom .ng-option {
  display: flex;
  flex-direction: row;
  padding: 0.3125vw 0.625vw 0.3125vw 0.625vw;
  color: #5a6774;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
}
.ng-select__custom .ng-option .disabled, .ng-select__custom .ng-option .disabled-area, .ng-select__custom .ng-option .meeting-point-of-discussion__add--disabled, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .ng-select__custom .ng-option .patient-event-links__add--disabled, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled, .ng-select__custom .ng-option .physical-examination__add--disabled, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled, .ng-select__custom .ng-option .tumor-information__add--disabled, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled, .ng-select__custom .ng-option .medications__add--disabled, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.medications__add--disabled, .ng-select__custom .ng-option .biomarkers__add--disabled, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled, .ng-select__custom .ng-option .treatment-history__add--disabled, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled, .ng-select__custom .ng-option .social-history__add--disabled, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.social-history__add--disabled, .ng-select__custom .ng-option .past-medical-history__add--disabled, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled, .ng-select__custom .ng-option .staging__add--disabled, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.staging__add--disabled, .ng-select__custom .ng-option .patient-summary__add--disabled, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled, .ng-select__custom .ng-option .meeting-preparation-slide-creator__options__item--disabled, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.disabled, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.disabled-area, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.medications__add--disabled, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.social-history__add--disabled, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.staging__add--disabled, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .ng-select__custom .ng-option app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .ng-select__custom .ng-option .patient-history__actions-action--disabled, .ng-select__custom .ng-option app-patient-card .patient-card__action-dropdown-element-delete-disabled, app-patient-card .ng-select__custom .ng-option .patient-card__action-dropdown-element-delete-disabled, .ng-select__custom .ng-option .cancer-info__actions__action--disabled, .ng-select__custom .ng-option .patient-disabled-tooltip__label--disabled, .ng-select__custom .ng-option .disabled-area:hover, .ng-select__custom .ng-option .meeting-point-of-discussion__add--disabled:hover, .ng-select__custom .ng-option .patient-event-links__add--disabled:hover, .ng-select__custom .ng-option .physical-examination__add--disabled:hover, .ng-select__custom .ng-option .tumor-information__add--disabled:hover, .ng-select__custom .ng-option .medications__add--disabled:hover, .ng-select__custom .ng-option .biomarkers__add--disabled:hover, .ng-select__custom .ng-option .treatment-history__add--disabled:hover, .ng-select__custom .ng-option .social-history__add--disabled:hover, .ng-select__custom .ng-option .past-medical-history__add--disabled:hover, .ng-select__custom .ng-option .staging__add--disabled:hover, .ng-select__custom .ng-option .patient-summary__add--disabled:hover, .ng-select__custom .ng-option .meeting-preparation-slide-creator__options__item--disabled:hover, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.disabled:hover, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled:hover, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled:hover, .ng-select__custom .ng-option app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:hover, app-patient-card .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:hover, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled:hover, .ng-select__custom .ng-option .patient-history__actions-action--disabled:hover, .ng-select__custom .ng-option app-patient-card .patient-card__action-dropdown-element-delete-disabled:hover, app-patient-card .ng-select__custom .ng-option .patient-card__action-dropdown-element-delete-disabled:hover, .ng-select__custom .ng-option .cancer-info__actions__action--disabled:hover, .ng-select__custom .ng-option .patient-disabled-tooltip__label--disabled:hover, .ng-select__custom .ng-option .disabled-area:focus, .ng-select__custom .ng-option .meeting-point-of-discussion__add--disabled:focus, .ng-select__custom .ng-option .patient-event-links__add--disabled:focus, .ng-select__custom .ng-option .physical-examination__add--disabled:focus, .ng-select__custom .ng-option .tumor-information__add--disabled:focus, .ng-select__custom .ng-option .medications__add--disabled:focus, .ng-select__custom .ng-option .biomarkers__add--disabled:focus, .ng-select__custom .ng-option .treatment-history__add--disabled:focus, .ng-select__custom .ng-option .social-history__add--disabled:focus, .ng-select__custom .ng-option .past-medical-history__add--disabled:focus, .ng-select__custom .ng-option .staging__add--disabled:focus, .ng-select__custom .ng-option .patient-summary__add--disabled:focus, .ng-select__custom .ng-option .meeting-preparation-slide-creator__options__item--disabled:focus, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.disabled:focus, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled:focus, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled:focus, .ng-select__custom .ng-option app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:focus, app-patient-card .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:focus, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled:focus, .ng-select__custom .ng-option .patient-history__actions-action--disabled:focus, .ng-select__custom .ng-option app-patient-card .patient-card__action-dropdown-element-delete-disabled:focus, app-patient-card .ng-select__custom .ng-option .patient-card__action-dropdown-element-delete-disabled:focus, .ng-select__custom .ng-option .cancer-info__actions__action--disabled:focus, .ng-select__custom .ng-option .patient-disabled-tooltip__label--disabled:focus, .ng-select__custom .ng-option .disabled-area:active, .ng-select__custom .ng-option .meeting-point-of-discussion__add--disabled:active, .ng-select__custom .ng-option .patient-event-links__add--disabled:active, .ng-select__custom .ng-option .physical-examination__add--disabled:active, .ng-select__custom .ng-option .tumor-information__add--disabled:active, .ng-select__custom .ng-option .medications__add--disabled:active, .ng-select__custom .ng-option .biomarkers__add--disabled:active, .ng-select__custom .ng-option .treatment-history__add--disabled:active, .ng-select__custom .ng-option .social-history__add--disabled:active, .ng-select__custom .ng-option .past-medical-history__add--disabled:active, .ng-select__custom .ng-option .staging__add--disabled:active, .ng-select__custom .ng-option .patient-summary__add--disabled:active, .ng-select__custom .ng-option .meeting-preparation-slide-creator__options__item--disabled:active, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.disabled:active, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled:active, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled:active, .ng-select__custom .ng-option app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:active, app-patient-card .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:active, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled:active, .ng-select__custom .ng-option .patient-history__actions-action--disabled:active, .ng-select__custom .ng-option app-patient-card .patient-card__action-dropdown-element-delete-disabled:active, app-patient-card .ng-select__custom .ng-option .patient-card__action-dropdown-element-delete-disabled:active, .ng-select__custom .ng-option .cancer-info__actions__action--disabled:active, .ng-select__custom .ng-option .patient-disabled-tooltip__label--disabled:active {
  background-color: #e8ecf0;
  color: #a2aeba;
}
.ng-select__custom .ng-option span {
  white-space: normal;
  white-space: initial;
}
.ng-select__custom .ng-dropdown-panel {
  transition: all 0.1s linear;
  padding: 0;
  left: 0;
  top: 100%;
  overflow: hidden;
  background: #ffffff;
  min-width: 12.5vw;
  border-top: 1px solid #373f47;
  z-index: 1000;
  margin-top: -1px;
}
.ng-select__custom .ng-dropdown-panel-items, .ng-select__custom .autosuggest__create-wrap, app-attendee-autoselect .ng-select__custom .attendee-autoselect__create-wrap, .ng-select__custom .editable-dropdown__create-wrap {
  padding: 0.625vw 0vw 0.625vw 0vw;
  top: 0;
  max-height: 25vw;
  border-right: 1px solid #373f47;
  border-left: 1px solid #373f47;
  border-bottom: 1px solid #373f47;
  overflow: auto;
}
.ng-select__custom .ng-dropdown-panel-items .ng-option:first-child > div, .ng-select__custom .autosuggest__create-wrap .ng-option:first-child > div, app-attendee-autoselect .ng-select__custom .attendee-autoselect__create-wrap .ng-option:first-child > div, .ng-select__custom .editable-dropdown__create-wrap .ng-option:first-child > div {
  border-top: 0;
}
.ng-select__custom .ng-dropdown-panel-items .ng-option .highlighted, .ng-select__custom .autosuggest__create-wrap .ng-option .highlighted, app-attendee-autoselect .ng-select__custom .attendee-autoselect__create-wrap .ng-option .highlighted, .ng-select__custom .editable-dropdown__create-wrap .ng-option .highlighted {
  font-weight: bold;
  text-decoration: none;
}
.ng-select__custom.ng-select-multiple.ng-select__chips .ng-select-container .ng-value {
  margin: 0.125vw 0.125vw 0.125vw 0.125vw;
  padding: 0.1875vw 1.25vw 0.1875vw 0.375vw;
  position: relative;
  float: left;
  display: block;
  background: #e8ecf0;
  color: #5a6774;
  width: auto;
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: break-all;
}
.ng-select__custom.ng-select-multiple.ng-select__chips .ng-select-container .ng-value .ng-value-icon {
  position: absolute;
  right: 0.1875vw;
  color: #a2aeba;
  font-size: 1.5vw;
  display: inline;
  display: initial;
}
.ng-select__custom.ng-select-multiple.ng-select__chips .ng-select-container .ng-value .ng-value-label {
  white-space: normal;
}
.ng-select__custom.hide-dropdown-items .ng-dropdown-panel {
  display: none;
}
app-attendee-autoselect .ng-select__custom .total-padding {
  display: none;
}
app-attendee-autoselect .ng-select__custom .ng-dropdown-panel {
  max-width: 100%;
  padding: 0;
  border: 0;
  background: none;
}
app-attendee-autoselect .ng-select__custom .ng-dropdown-panel .ng-dropdown-panel-items, app-attendee-autoselect .ng-select__custom .ng-dropdown-panel .autosuggest__create-wrap, app-attendee-autoselect .ng-select__custom .ng-dropdown-panel .attendee-autoselect__create-wrap, app-attendee-autoselect .ng-select__custom .ng-dropdown-panel .editable-dropdown__create-wrap {
  top: 0;
  border: 0;
  padding: 0;
  max-height: none;
  overflow: visible;
  overflow: initial;
}
app-attendee-autoselect .ng-select__custom .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.highlighted, app-attendee-autoselect .ng-select__custom .ng-dropdown-panel .autosuggest__create-wrap .ng-option.highlighted, app-attendee-autoselect .ng-select__custom .ng-dropdown-panel .attendee-autoselect__create-wrap .ng-option.highlighted, app-attendee-autoselect .ng-select__custom .ng-dropdown-panel .editable-dropdown__create-wrap .ng-option.highlighted {
  font-weight: bold;
  text-decoration: none;
}
app-attendee-autoselect .ng-select__custom .ng-dropdown-panel .ng-dropdown-panel-items > div:not(:empty), app-attendee-autoselect .ng-select__custom .ng-dropdown-panel .autosuggest__create-wrap > div:not(:empty), app-attendee-autoselect .ng-select__custom .ng-dropdown-panel .attendee-autoselect__create-wrap > div:not(:empty), app-attendee-autoselect .ng-select__custom .ng-dropdown-panel .editable-dropdown__create-wrap > div:not(:empty) {
  max-height: 25vw;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  background: #ffffff;
  border: 1px solid #202531;
}
app-attendee-autoselect .ng-select__custom .attendee-autoselect__search-options-empty {
  padding: 0.625vw 0.625vw 0.625vw 0.625vw;
  color: #a2aeba;
  font-style: italic;
  text-align: left;
}
app-attendee-autoselect .ng-select__custom .attendee-autoselect__search-options-empty:before {
  width: 4.0625vw;
  height: 4.0625vw;
}
app-attendee-autoselect .ng-select__custom .attendee-autoselect__create-wrap {
  padding: 0.625vw 0.375vw 0.625vw 0.375vw;
  border: 1px solid #202531 !important;
  border-top: 0 !important;
  background: #ffffff;
}
app-attendee-autoselect .ng-select__custom .attendee-autoselect__create {
  padding: 0.625vw 0.625vw 0.625vw 0.625vw;
  display: flex;
  flex-direction: row;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
}
app-attendee-autoselect .ng-select__custom .attendee-autoselect__create.ng-option {
  justify-content: space-between;
}
app-attendee-autoselect .ng-select__custom .attendee-autoselect__create-option-message {
  flex-grow: 0;
  flex-shrink: 0;
  color: #0066cc;
}
app-attendee-autoselect .ng-select__custom:not(.has-items).invalid.ng-select-opened .ng-select-container {
  border-bottom: 1px solid #202531;
}
dia-tooltip {
  position: absolute;
  display: none;
  pointer-events: none;
  z-index: 1002;
}
dia-tooltip.active {
  display: block;
}
dia-tooltip.active .dia-tooltip-content {
  animation: slide-down 0.1s ease-out;
}
dia-tooltip.active.top .dia-tooltip-content {
  animation: slide-down-top 0.1s ease-out;
}
dia-tooltip-placeholder {
  position: absolute;
  top: 50%;
  display: block;
  visibility: hidden;
}
dia-tooltip-placeholder, dia-tooltip-placeholder.left {
  left: auto;
  right: 0;
}
dia-tooltip-placeholder.right {
  left: 0;
  right: auto;
}
dia-tooltip-placeholder.top {
  top: 100%;
  left: 50%;
  right: 50%;
}
dia-tooltips-container {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
}
.dia-tooltip-content {
  padding: 0.625vw 1.25vw 0.625vw 1.25vw;
  font-size: 12px;
  line-height: 1.3em;
  position: absolute;
  background: #e8ecf0;
  color: #5a6774;
  min-width: 12.5vw;
}
@media (max-width: 1600px) {
  .dia-tooltip-content {
    font-size: 10.8px;
    line-height: 1.17em;
  }
}
.dia-tooltip-content:after {
  content: "";
  position: absolute;
  left: -6px;
  top: 0.625vw;
  right: auto;
  width: 0;
  height: 0;
  border: 7px solid transparent;
}
.size-large .dia-tooltip-content {
  min-width: 18.75vw;
}
.size-small .dia-tooltip-content {
  min-width: 6.5625vw;
}
.left .dia-tooltip-content {
  left: 0.75vw;
  top: -0.875vw;
  right: auto;
}
.left .dia-tooltip-content:after {
  border-left: none;
  border-right-color: #e8ecf0;
}
.left.viewport-bottom .dia-tooltip-content {
  top: 0.875vw;
}
.left.viewport-bottom .dia-tooltip-content:after {
  top: auto;
  bottom: 7px;
}
.right .dia-tooltip-content {
  left: auto;
  right: 0.75vw;
  top: -0.875vw;
}
.right .dia-tooltip-content:after {
  left: auto;
  right: -7px;
  border-right: none;
  border-left-color: #e8ecf0;
}
.right.viewport-bottom .dia-tooltip-content {
  top: 0.875vw;
}
.right.viewport-bottom .dia-tooltip-content:after {
  top: auto;
  bottom: 7px;
}
.top .dia-tooltip-content {
  top: 10px;
  transform: translateX(-50%);
}
.top .dia-tooltip-content:after {
  left: calc(50% - 0.4375vw);
  top: -7px;
  border-top: none;
  border-bottom-color: #e8ecf0;
}
.dia-tooltip-content__title {
  text-transform: uppercase;
}
.dia-tooltip-content__label {
  font-style: italic;
  white-space: nowrap;
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-down-top {
  0% {
    opacity: 0;
    transform: translate(-50%, -40px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
dia-info {
  position: relative;
  display: inline-block;
}
.info, .info__icon {
  padding: 0 1em 0 0;
}
.info__body {
  display: inline-block;
}
.info__icon {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 0.95em;
  background-image: url('info-off.ee32f9fa1320a60f.svg');
}
.info__body:hover .info__icon, .info__body:focus .info__icon {
  background-image: url('info-on.587ff95948696a7b.svg');
}
.info__icon--active {
  background-image: url('info-on.587ff95948696a7b.svg');
}
.info__tooltip {
  transition-property: none;
}
.input-number-control .dia-form-input-validation, .input-number-control .patient-event__invalid, .input-number-control .patient-event-links__link-invalid, .input-number-control .physical-examination__invalid, .input-number-control .medications__invalid, .input-number-control .biomarkers__invalid, .input-number-control .treatment-history__invalid, .input-number-control .past-medical-history__invalid, .input-number-control app-attendee-search-multiselect .attendee-search-multiselect_invalid, app-attendee-search-multiselect .input-number-control .attendee-search-multiselect_invalid, .input-number-control .autosuggest__error-message, .input-number-control .dia-form-input-validation--common, .input-number-control .fullscreen-preview-component__annotations-edit-error-message, .input-number-control .meeting-preparation__error-message, .input-number-control .meeting-patient-add__error-message, .input-number-control .meeting-upsert__error-message, .input-number-control .patient-upsert__error-message, .input-number-control .autosuggest-edit__error-message,
.input-number-control .autosuggest-delete__error-message, .input-number-control .editable-dropdown__error-message, .input-number-control .editable-dropdown-edit__error-message,
.input-number-control .editable-dropdown-delete__error-message {
  position: absolute;
}
.input-number-container__not-supported-browser {
  position: relative;
}
.input-number-container__not-supported-browser .number-spin-btn-container {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 15px;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}
.input-number-container__not-supported-browser .number-spin-btn {
  border-width: 1px;
  border-color: #cad1d7;
  border-style: solid;
  background-color: #d9e1e7;
  width: 1.2em;
  height: 0.7em;
}
.input-number-container__not-supported-browser .number-spin-btn:hover {
  background-color: #97a4b2;
  cursor: pointer;
}
.input-number-container__not-supported-browser .number-spin-btn:active {
  border-width: 2px;
  border-color: #5a6774 #a2aeba #a2aeba #5a6774;
  border-style: solid;
  background-color: #a2aeba;
}
.input-number-container__not-supported-browser .number-spin-btn-up {
  border-bottom-width: 1px;
  border-radius: 3px 3px 0 0;
}
.input-number-container__not-supported-browser .number-spin-btn-up:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  left: 50%;
  margin: -0.15em 0 0 -0.3em;
  padding: 0;
  border-width: 0 0.3em 0.3em 0.3em;
  border-color: transparent transparent #191919 transparent;
  top: 25%;
}
.input-number-container__not-supported-browser .number-spin-btn-up:active {
  border-bottom-width: 1px;
}
.input-number-container__not-supported-browser .number-spin-btn-up:active:before {
  border-bottom-color: #ffffff;
  top: 26%;
  left: 51%;
}
.input-number-container__not-supported-browser .number-spin-btn-down {
  border-top-width: 1px;
  border-radius: 0 0 3px 3px;
}
.input-number-container__not-supported-browser .number-spin-btn-down:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  left: 50%;
  margin: -0.15em 0 0 -0.3em;
  padding: 0;
  border-width: 0.3em 0.3em 0 0.3em;
  border-color: #191919 transparent transparent transparent;
  top: 75%;
}
.input-number-container__not-supported-browser .number-spin-btn-down:active {
  border-top-width: 1px;
}
.input-number-container__not-supported-browser .number-spin-btn-down:active:before {
  border-top-color: #ffffff;
  top: 76%;
  left: 51%;
}
.input-number-container__not-supported-browser .input-number-error-message {
  margin-bottom: 5px;
}
.ng-select__container {
  position: relative;
  height: auto;
}
.ng-select__custom.ng-select {
  padding: 0;
}
.ng-select__custom.ng-select:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.ng-select__custom.ng-select:disabled .ng-placeholder, .ng-select__custom.ng-select.disabled .ng-placeholder, .ng-select__custom.ng-select.disabled-area .ng-placeholder, .ng-select__custom.ng-select.meeting-point-of-discussion__add--disabled .ng-placeholder, .ng-select__custom.ng-select.patient-event-links__add--disabled .ng-placeholder, .ng-select__custom.ng-select.physical-examination__add--disabled .ng-placeholder, .ng-select__custom.ng-select.tumor-information__add--disabled .ng-placeholder, .ng-select__custom.ng-select.medications__add--disabled .ng-placeholder, .ng-select__custom.ng-select.biomarkers__add--disabled .ng-placeholder, .ng-select__custom.ng-select.treatment-history__add--disabled .ng-placeholder, .ng-select__custom.ng-select.social-history__add--disabled .ng-placeholder, .ng-select__custom.ng-select.past-medical-history__add--disabled .ng-placeholder, .ng-select__custom.ng-select.staging__add--disabled .ng-placeholder, .ng-select__custom.ng-select.patient-summary__add--disabled .ng-placeholder, .ng-select__custom.ng-select.meeting-preparation-slide-creator__options__item--disabled .ng-placeholder, .ng-select__custom.ng-select.patient-history__actions-action--disabled .ng-placeholder, app-patient-card .ng-select__custom.ng-select.patient-card__action-dropdown-element-delete-disabled .ng-placeholder, .ng-select__custom.ng-select.cancer-info__actions__action--disabled .ng-placeholder, .ng-select__custom.ng-select.patient-disabled-tooltip__label--disabled .ng-placeholder, .ng-select__custom.ng-select.ng-select-disabled .ng-placeholder {
  position: relative;
}
.ng-select__custom.ng-select .ng-has-value .ng-placeholder {
  display: none;
}
.ng-select__custom.ng-select.ng-select-filtered .ng-placeholder {
  visibility: hidden;
  width: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}
.ng-select__custom.ng-select .ng-value {
  border-top: solid 1px transparent; /* NTB-38792: fix jumping label when focus on control */
  padding: 0.3vw 0; /* NTB-38792: fix jumping label when focus on control */
  height: auto;
  width: 100%;
}
.ng-select__custom.ng-select .ng-value:before {
  content: ".";
  visibility: hidden;
  display: inline-block;
  clear: both;
  width: 0;
}
.ng-select__custom.ng-select .ng-select-container {
  padding: 0.3125vw 0.875vw 0.3125vw 0.625vw;
  font-size: 1em;
  height: 100%;
  line-height: 1.3em;
}
.ng-select__custom.ng-select .ng-select-container .ng-value-container {
  align-items: center;
  justify-content: flex-start;
  transition: none;
}
.ng-select__custom.ng-select .ng-placeholder {
  padding: 0.3125vw 0vw 0.3125vw 0vw;
  line-height: 1.3em;
  position: relative;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.ng-select__custom.ng-select .ng-placeholder:before {
  content: ".";
  visibility: hidden;
  display: inline-block;
  clear: both;
  width: 0;
}
.ng-select__custom.ng-select .ng-arrow-wrapper {
  right: 0.5vw;
}
.ng-select__custom.ng-select .ng-spinner-loader {
  display: none;
}
.ng-select__custom.bordered-options .ng-option {
  padding: 0;
}
.ng-select__custom.bordered-options .ng-option:not(:last-child) {
  border-bottom: 1px solid #cad1d7;
}
.ng-select__custom.bordered-options .no-options {
  padding: 0.3125vw 0.625vw 0.3125vw 0.625vw;
  color: #a2aeba;
  font-style: italic;
}
.ng-select__custom.ng-select__disable-arrow .ng-arrow-wrapper {
  display: none;
}
.ng-select__custom .ng-value-icon {
  display: none;
}
.ng-select__custom .ng-input {
  padding: 0.3125vw 0.875vw 0.3125vw 0.625vw;
  top: 0;
  height: 100%;
  transition: none;
}
.ng-select__custom .ng-input input {
  height: 100%;
  padding: 0;
  font-family: inherit;
  color: inherit;
  line-height: 1.3em;
}
.ng-select__custom .ng-option {
  display: flex;
  flex-direction: row;
  padding: 0.3125vw 0.625vw 0.3125vw 0.625vw;
  color: #5a6774;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
}
.ng-select__custom .ng-option .disabled, .ng-select__custom .ng-option .disabled-area, .ng-select__custom .ng-option .meeting-point-of-discussion__add--disabled, .ng-select__custom .ng-option .patient-event-links__add--disabled, .ng-select__custom .ng-option .physical-examination__add--disabled, .ng-select__custom .ng-option .tumor-information__add--disabled, .ng-select__custom .ng-option .medications__add--disabled, .ng-select__custom .ng-option .biomarkers__add--disabled, .ng-select__custom .ng-option .treatment-history__add--disabled, .ng-select__custom .ng-option .social-history__add--disabled, .ng-select__custom .ng-option .past-medical-history__add--disabled, .ng-select__custom .ng-option .staging__add--disabled, .ng-select__custom .ng-option .patient-summary__add--disabled, .ng-select__custom .ng-option .meeting-preparation-slide-creator__options__item--disabled, .ng-select__custom .ng-option .patient-history__actions-action--disabled, .ng-select__custom .ng-option app-patient-card .patient-card__action-dropdown-element-delete-disabled, app-patient-card .ng-select__custom .ng-option .patient-card__action-dropdown-element-delete-disabled, .ng-select__custom .ng-option .cancer-info__actions__action--disabled, .ng-select__custom .ng-option .patient-disabled-tooltip__label--disabled {
  background-color: #e8ecf0;
  color: #a2aeba;
}
.ng-select__custom .ng-option span {
  white-space: normal;
  white-space: initial;
}
.ng-select__custom .ng-dropdown-panel {
  transition: all 0.1s linear;
  padding: 0;
  left: 0;
  top: 100%;
  overflow: hidden;
  background: #ffffff;
  min-width: 12.5vw;
  border-top: 1px solid #373f47;
  z-index: 1000;
  margin-top: -1px;
}
.ng-select__custom .ng-dropdown-panel-items, .ng-select__custom .autosuggest__create-wrap, .ng-select__custom .editable-dropdown__create-wrap, app-attendee-autoselect .ng-select__custom .attendee-autoselect__create-wrap {
  padding: 0.625vw 0vw 0.625vw 0vw;
  top: 0;
  max-height: 25vw;
  border-right: 1px solid #373f47;
  border-left: 1px solid #373f47;
  border-bottom: 1px solid #373f47;
  overflow: auto;
}
.ng-select__custom .ng-dropdown-panel-items .ng-option:first-child > div, .ng-select__custom .autosuggest__create-wrap .ng-option:first-child > div, .ng-select__custom .editable-dropdown__create-wrap .ng-option:first-child > div, app-attendee-autoselect .ng-select__custom .attendee-autoselect__create-wrap .ng-option:first-child > div {
  border-top: 0;
}
.ng-select__custom .ng-dropdown-panel-items .ng-option .highlighted, .ng-select__custom .autosuggest__create-wrap .ng-option .highlighted, .ng-select__custom .editable-dropdown__create-wrap .ng-option .highlighted, app-attendee-autoselect .ng-select__custom .attendee-autoselect__create-wrap .ng-option .highlighted {
  font-weight: bold;
  text-decoration: none;
}
.ng-select__custom.ng-select-multiple.ng-select__chips .ng-select-container .ng-value {
  margin: 0.125vw 0.125vw 0.125vw 0.125vw;
  padding: 0.1875vw 1.25vw 0.1875vw 0.375vw;
  position: relative;
  float: left;
  display: block;
  background: #e8ecf0;
  color: #5a6774;
  width: auto;
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: break-all;
}
.ng-select__custom.ng-select-multiple.ng-select__chips .ng-select-container .ng-value .ng-value-icon {
  position: absolute;
  right: 0.1875vw;
  color: #a2aeba;
  font-size: 1.5vw;
  display: inline;
  display: initial;
}
.ng-select__custom.ng-select-multiple.ng-select__chips .ng-select-container .ng-value .ng-value-label {
  white-space: normal;
}
.ng-select__custom.hide-dropdown-items .ng-dropdown-panel {
  display: none;
}
.dia-dropdown__option--active, app-attendee-search-multiselect .ng-option:hover, app-attendee-search-multiselect .ng-option.ng-option-marked, app-attendee-search-multiselect .ng-option.active, app-meeting-filter .ng-option.ng-option-selected, .dia-dropdown__option--selected, .ng-select__custom .ng-option:hover, .ng-select__custom .ng-option.ng-option-marked, .ng-select__custom .ng-option.active {
  background: #e8ecf0;
  color: #373f47;
}
dia-dropdown .ng-select-disabled .ng-select-container .ng-arrow-wrapper {
  display: none;
}
dia-dropdown .ng-tag-label {
  padding-right: 0.1875vw;
}
.dropdown-wrapper {
  font-size: 16px;
  line-height: 1.3em;
  position: relative;
  border: 1px solid #cad1d7;
}
@media (max-width: 1600px) {
  .dropdown-wrapper {
    font-size: 14.4px;
    line-height: 1.17em;
  }
}
.dropdown-wrapper.invalid {
  border: 1px solid #ff5555;
}
.dropdown-wrapper.open {
  border: 1px solid #191919;
}
.dropdown-wrapper .box-wrapper {
  display: inline-flex;
  background-color: #ffffff;
  width: 100%;
}
.dropdown-wrapper .box-wrapper .down-arrow {
  margin-top: 0.4375vw;
  width: 25px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4NCiAgICA8cGF0aCBmaWxsPSIjNUE2Nzc0IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04LjUgOWwzLjUwNiA2TDE1LjUgOXoiLz4NCjwvc3ZnPg0K") no-repeat;
}
.dropdown-wrapper .list-wrapper {
  position: absolute;
  border: 1px solid #191919;
  margin-top: 0;
  margin-left: -1px;
  max-height: 15vw;
  width: calc(100% + 2px);
  z-index: 1;
  overflow-y: auto;
}
.dropdown-wrapper .display-input {
  font-size: 16px;
  line-height: 1.3em;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  width: 100%;
  border: 0;
  text-overflow: ellipsis;
}
@media (max-width: 1600px) {
  .dropdown-wrapper .display-input {
    font-size: 14.4px;
    line-height: 1.17em;
  }
}
.dropdown-wrapper .display-input.disabled, .dropdown-wrapper .display-input.disabled-area, .dropdown-wrapper .display-input.meeting-point-of-discussion__add--disabled, .dropdown-wrapper .display-input.patient-event-links__add--disabled, .dropdown-wrapper .display-input.physical-examination__add--disabled, .dropdown-wrapper .display-input.tumor-information__add--disabled, .dropdown-wrapper .display-input.medications__add--disabled, .dropdown-wrapper .display-input.biomarkers__add--disabled, .dropdown-wrapper .display-input.treatment-history__add--disabled, .dropdown-wrapper .display-input.social-history__add--disabled, .dropdown-wrapper .display-input.past-medical-history__add--disabled, .dropdown-wrapper .display-input.staging__add--disabled, .dropdown-wrapper .display-input.patient-summary__add--disabled, .dropdown-wrapper .display-input.meeting-preparation-slide-creator__options__item--disabled, .dropdown-wrapper .display-input.patient-history__actions-action--disabled, .dropdown-wrapper app-patient-card .display-input.patient-card__action-dropdown-element-delete-disabled, app-patient-card .dropdown-wrapper .display-input.patient-card__action-dropdown-element-delete-disabled, .dropdown-wrapper .display-input.cancer-info__actions__action--disabled, .dropdown-wrapper .display-input.patient-disabled-tooltip__label--disabled {
  background: #e8ecf0;
}
.dropdown-wrapper .dropdown-list {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.dropdown-wrapper .dropdown-list li:hover {
  background: #e8ecf0;
}
.disabled .box-wrapper, .disabled-area .box-wrapper, .meeting-point-of-discussion__add--disabled .box-wrapper, .patient-event-links__add--disabled .box-wrapper, .physical-examination__add--disabled .box-wrapper, .tumor-information__add--disabled .box-wrapper, .medications__add--disabled .box-wrapper, .biomarkers__add--disabled .box-wrapper, .treatment-history__add--disabled .box-wrapper, .social-history__add--disabled .box-wrapper, .past-medical-history__add--disabled .box-wrapper, .staging__add--disabled .box-wrapper, .patient-summary__add--disabled .box-wrapper, .meeting-preparation-slide-creator__options__item--disabled .box-wrapper, .patient-history__actions-action--disabled .box-wrapper, app-patient-card .patient-card__action-dropdown-element-delete-disabled .box-wrapper, .cancer-info__actions__action--disabled .box-wrapper, .patient-disabled-tooltip__label--disabled .box-wrapper {
  background-color: #e8ecf0;
}
.disabled .display-input, .disabled-area .display-input, .meeting-point-of-discussion__add--disabled .display-input, .patient-event-links__add--disabled .display-input, .physical-examination__add--disabled .display-input, .tumor-information__add--disabled .display-input, .medications__add--disabled .display-input, .biomarkers__add--disabled .display-input, .treatment-history__add--disabled .display-input, .social-history__add--disabled .display-input, .past-medical-history__add--disabled .display-input, .staging__add--disabled .display-input, .patient-summary__add--disabled .display-input, .meeting-preparation-slide-creator__options__item--disabled .display-input, .patient-history__actions-action--disabled .display-input, app-patient-card .patient-card__action-dropdown-element-delete-disabled .display-input, .cancer-info__actions__action--disabled .display-input, .patient-disabled-tooltip__label--disabled .display-input {
  background-color: transparent;
  color: #a2aeba;
}
.disabled .display-input.active, .disabled-area .display-input.active, .meeting-point-of-discussion__add--disabled .display-input.active, .patient-event-links__add--disabled .display-input.active, .physical-examination__add--disabled .display-input.active, .tumor-information__add--disabled .display-input.active, .medications__add--disabled .display-input.active, .biomarkers__add--disabled .display-input.active, .treatment-history__add--disabled .display-input.active, .social-history__add--disabled .display-input.active, .past-medical-history__add--disabled .display-input.active, .staging__add--disabled .display-input.active, .patient-summary__add--disabled .display-input.active, .meeting-preparation-slide-creator__options__item--disabled .display-input.active, .patient-history__actions-action--disabled .display-input.active, app-patient-card .patient-card__action-dropdown-element-delete-disabled .display-input.active, .cancer-info__actions__action--disabled .display-input.active, .patient-disabled-tooltip__label--disabled .display-input.active, .disabled .display-input:active, .disabled-area .display-input:active, .meeting-point-of-discussion__add--disabled .display-input:active, .patient-event-links__add--disabled .display-input:active, .physical-examination__add--disabled .display-input:active, .tumor-information__add--disabled .display-input:active, .medications__add--disabled .display-input:active, .biomarkers__add--disabled .display-input:active, .treatment-history__add--disabled .display-input:active, .social-history__add--disabled .display-input:active, .past-medical-history__add--disabled .display-input:active, .staging__add--disabled .display-input:active, .patient-summary__add--disabled .display-input:active, .meeting-preparation-slide-creator__options__item--disabled .display-input:active, .patient-history__actions-action--disabled .display-input:active, app-patient-card .patient-card__action-dropdown-element-delete-disabled .display-input:active, .cancer-info__actions__action--disabled .display-input:active, .patient-disabled-tooltip__label--disabled .display-input:active {
  background: #e8ecf0;
}
.disabled .display-input::-moz-placeholder, .disabled-area .display-input::-moz-placeholder, .meeting-point-of-discussion__add--disabled .display-input::-moz-placeholder, .patient-event-links__add--disabled .display-input::-moz-placeholder, .physical-examination__add--disabled .display-input::-moz-placeholder, .tumor-information__add--disabled .display-input::-moz-placeholder, .medications__add--disabled .display-input::-moz-placeholder, .biomarkers__add--disabled .display-input::-moz-placeholder, .treatment-history__add--disabled .display-input::-moz-placeholder, .social-history__add--disabled .display-input::-moz-placeholder, .past-medical-history__add--disabled .display-input::-moz-placeholder, .staging__add--disabled .display-input::-moz-placeholder, .patient-summary__add--disabled .display-input::-moz-placeholder, .meeting-preparation-slide-creator__options__item--disabled .display-input::-moz-placeholder, .patient-history__actions-action--disabled .display-input::-moz-placeholder, app-patient-card .patient-card__action-dropdown-element-delete-disabled .display-input::-moz-placeholder, .cancer-info__actions__action--disabled .display-input::-moz-placeholder, .patient-disabled-tooltip__label--disabled .display-input::-moz-placeholder {
  color: #e8ecf0;
}
.disabled .display-input:-ms-input-placeholder, .disabled-area .display-input:-ms-input-placeholder, .meeting-point-of-discussion__add--disabled .display-input:-ms-input-placeholder, .patient-event-links__add--disabled .display-input:-ms-input-placeholder, .physical-examination__add--disabled .display-input:-ms-input-placeholder, .tumor-information__add--disabled .display-input:-ms-input-placeholder, .medications__add--disabled .display-input:-ms-input-placeholder, .biomarkers__add--disabled .display-input:-ms-input-placeholder, .treatment-history__add--disabled .display-input:-ms-input-placeholder, .social-history__add--disabled .display-input:-ms-input-placeholder, .past-medical-history__add--disabled .display-input:-ms-input-placeholder, .staging__add--disabled .display-input:-ms-input-placeholder, .patient-summary__add--disabled .display-input:-ms-input-placeholder, .meeting-preparation-slide-creator__options__item--disabled .display-input:-ms-input-placeholder, .patient-history__actions-action--disabled .display-input:-ms-input-placeholder, app-patient-card .patient-card__action-dropdown-element-delete-disabled .display-input:-ms-input-placeholder, .cancer-info__actions__action--disabled .display-input:-ms-input-placeholder, .patient-disabled-tooltip__label--disabled .display-input:-ms-input-placeholder {
  color: #e8ecf0;
}
.disabled .display-input.placeholder, .disabled-area .display-input.placeholder, .meeting-point-of-discussion__add--disabled .display-input.placeholder, .patient-event-links__add--disabled .display-input.placeholder, .physical-examination__add--disabled .display-input.placeholder, .tumor-information__add--disabled .display-input.placeholder, .medications__add--disabled .display-input.placeholder, .biomarkers__add--disabled .display-input.placeholder, .treatment-history__add--disabled .display-input.placeholder, .social-history__add--disabled .display-input.placeholder, .past-medical-history__add--disabled .display-input.placeholder, .staging__add--disabled .display-input.placeholder, .patient-summary__add--disabled .display-input.placeholder, .meeting-preparation-slide-creator__options__item--disabled .display-input.placeholder, .patient-history__actions-action--disabled .display-input.placeholder, app-patient-card .patient-card__action-dropdown-element-delete-disabled .display-input.placeholder, .cancer-info__actions__action--disabled .display-input.placeholder, .patient-disabled-tooltip__label--disabled .display-input.placeholder, .disabled .display-input::placeholder, .disabled-area .display-input::placeholder, .meeting-point-of-discussion__add--disabled .display-input::placeholder, .patient-event-links__add--disabled .display-input::placeholder, .physical-examination__add--disabled .display-input::placeholder, .tumor-information__add--disabled .display-input::placeholder, .medications__add--disabled .display-input::placeholder, .biomarkers__add--disabled .display-input::placeholder, .treatment-history__add--disabled .display-input::placeholder, .social-history__add--disabled .display-input::placeholder, .past-medical-history__add--disabled .display-input::placeholder, .staging__add--disabled .display-input::placeholder, .patient-summary__add--disabled .display-input::placeholder, .meeting-preparation-slide-creator__options__item--disabled .display-input::placeholder, .patient-history__actions-action--disabled .display-input::placeholder, app-patient-card .patient-card__action-dropdown-element-delete-disabled .display-input::placeholder, .cancer-info__actions__action--disabled .display-input::placeholder, .patient-disabled-tooltip__label--disabled .display-input::placeholder {
  color: #e8ecf0;
}
:host.error .dropdown-wrapper {
  border: 1px solid #e8ecf0;
}
:host.error .dropdown-wrapper.open {
  border-top: 1px solid #e8ecf0;
  border-left: 1px solid #e8ecf0;
  border-right: 1px solid #e8ecf0;
  border-bottom: none;
}
:host.error .dropdown-wrapper.open .list-wrapper {
  border-left: 1px solid #e8ecf0;
  border-right: 1px solid #e8ecf0;
  border-bottom: 1px solid #e8ecf0;
}
.app-form .app-form__content .app-form__field .app-form__group .ng-select.ng-select__custom input[type=text] {
  padding: 0;
  border: 0;
  background: none;
}
.ng-select__container {
  height: auto;
}
.animation-dropdown, .app-dropdown-menu__content, .dia-time-selector__options {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition-timing-function: ease;
  margin-top: -20px;
  margin-bottom: 20px;
}
.animation-dropdown--active, .app-dropdown-menu__content.show, .dia-time-selector__options.open {
  visibility: visible;
  opacity: 1;
  pointer-events: inherit;
  margin-top: 0;
}
app-input-file-drop {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  position: relative;
  margin: 0.625vw;
}
.input-file-drop_droppable {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  background-image: linear-gradient(to right, transparent 50%, #cad1d7 50%), linear-gradient(to right, transparent 50%, #cad1d7 50%), linear-gradient(to bottom, transparent 50%, #cad1d7 50%), linear-gradient(to bottom, transparent 50%, #cad1d7 50%);
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 14px 1px, 14px 1px, 1px 14px, 1px 14px;
  height: 100%;
  cursor: pointer;
}
.input-file-drop_droppable-disabled {
  cursor: default;
}
.input-file-drop_droppable-disabled .input-file-drop__plus {
  cursor: default;
}
.input-file-drop__wrap {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  padding: 5vw 0vw 5vw 0vw;
  align-items: center;
  justify-content: center;
}
.input-file-drop__alt {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}
.input-file-drop__input {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.input-file-drop__plus {
  flex-grow: 1;
  flex-shrink: 1;
  width: 6.25vw;
  max-height: 6.25vw;
  height: 1.875vw;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.input-file-drop__hint {
  flex-grow: 0;
  flex-shrink: 0;
  padding-top: 0.625vw;
  width: 12.5vw;
  text-align: center;
}
.input-file-drop__hint-text {
  display: block;
}
.input-file-drop__progress-bar {
  width: 6.25vw;
}
.input-file__input {
  display: none;
}
.sortable-list-title__sort-icon, .sortable-list-title__icon-sort-asc, .sortable-list-title__icon-sort-desc {
  padding: 0 1em 0 0;
  background: transparent no-repeat 50% 50%;
  background-size: contain;
}
.sortable-list-title__sort-icon--asc, .sortable-list-title__icon-sort-asc {
  background-image: url('icon-sort-asc.687cf54433d9d64f.svg');
  background-size: 0.6em;
}
.sortable-list-title__sort-icon--desc, .sortable-list-title__icon-sort-desc {
  background-image: url('icon-sort-desc.01caaa0e3cc59d23.svg');
  background-size: 0.6em;
}
.layout__main, .layout-presentation__main, .layout-page__main, .layout-basic__main, .layout-dashboard__main, .layout__main-centered, .layout-welcome__main {
  background: #d9e1e7;
}
@media print {
  .layout__main, .layout-presentation__main, .layout-page__main, .layout-basic__main, .layout-dashboard__main, .layout__main-centered, .layout-welcome__main {
    background: #ffffff;
  }
}
.layout__main-centered, .layout-welcome__main {
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  width: 100%;
  min-height: 100%;
  background-position: center center, center top;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto;
  align-items: center;
  text-align: center;
}
@media print {
  .layout-dashboard {
    height: auto;
  }
}
@media print {
  .layout-dashboard {
    display: block;
  }
}
.layout-dashboard__head {
  overflow: visible !important;
}
@media print {
  .layout-dashboard__head {
    display: none;
  }
}
@media print {
  .layout-dashboard__main {
    overflow: visible;
  }
}
@media print {
  .layout-dashboard__main {
    display: block;
  }
}
.layout-dashboard__sidebar {
  width: 20%;
  flex-basis: 20%;
}
@media print {
  .layout-dashboard__sidebar {
    display: none;
  }
}
.layout-dashboard__content {
  width: 60%;
  flex-basis: 60%;
}
@media print {
  .layout-dashboard__content {
    overflow: visible;
  }
}
.layout-dashboard__hide-extras .layout-dashboard__content {
  width: 80%;
  flex-basis: 80%;
}
@media print {
  .layout-dashboard__content {
    display: block;
    width: 100%;
    overflow-x: hidden;
  }
}
.layout-dashboard__extras {
  width: 20%;
  flex-basis: 20%;
}
@media print {
  .layout-dashboard__extras {
    display: none;
  }
}
.layout-dashboard__hide-extras .layout-dashboard__extras {
  width: 0;
  flex-basis: 0;
}
.layout__main, .layout-presentation__main, .layout-page__main, .layout-basic__main, .layout__main-centered, .layout-welcome__main, .layout-dashboard__main {
  background: #d9e1e7;
}
@media print {
  .layout__main, .layout-presentation__main, .layout-page__main, .layout-basic__main, .layout__main-centered, .layout-welcome__main, .layout-dashboard__main {
    background: #ffffff;
  }
}
.layout__main-centered, .layout-welcome__main {
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  width: 100%;
  min-height: 100%;
  background-position: center center, center top;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto;
  align-items: center;
  text-align: center;
}
@media print {
  .layout-basic {
    height: auto;
  }
}
.layout-basic__button-minimize-icon {
  position: relative;
  z-index: 1;
  margin: 0.6vw 0.6em -2vw auto;
  width: 1.5em;
  height: 1.5em;
  -webkit-mask-image: url('minimize-icon.e1f4393218bd59b8.svg');
  -webkit-mask-size: cover;
  mask-image: url('minimize-icon.e1f4393218bd59b8.svg');
  mask-size: cover;
  background-color: #5a6774;
  text-indent: -999em;
  cursor: pointer;
}
.layout-basic__main--minimized .layout-basic__button-minimize-icon {
  left: 0;
  mask-image: url('maximize-icon.bd64c05c6e75ca81.svg');
  -webkit-mask-image: url('maximize-icon.bd64c05c6e75ca81.svg');
}
.layout-basic__button-minimize-icon:hover {
  background-color: #0066cc;
}
.layout-basic__head {
  overflow: visible !important;
}
@media print {
  .layout-basic__head {
    display: none;
  }
}
.layout-basic__sidebar {
  width: 20%;
  transition: width 0.2s, opacity 0.3s;
}
@media print {
  .layout-basic__sidebar {
    display: none;
  }
}
.layout-basic__main--minimized .layout-basic__sidebar div {
  width: 0;
  opacity: 0;
}
.layout-basic__main--minimized .layout-basic__sidebar {
  width: 1.5em;
  overflow: hidden;
  margin-right: -0.8em;
}
.layout-basic__content {
  margin-bottom: 0.625vw;
  width: 80%;
  transition: width 0.2s;
}
.layout-basic__main--minimized .layout-basic__content {
  width: 100%;
}
.no-scroll .layout-basic__content {
  overflow: hidden;
}
.layout__main, .layout-presentation__main, .layout-page__main, .layout__main-centered, .layout-welcome__main, .layout-dashboard__main, .layout-basic__main {
  background: #d9e1e7;
}
@media print {
  .layout__main, .layout-presentation__main, .layout-page__main, .layout__main-centered, .layout-welcome__main, .layout-dashboard__main, .layout-basic__main {
    background: #ffffff;
  }
}
.layout__main-centered, .layout-welcome__main {
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  width: 100%;
  min-height: 100%;
  background-position: center center, center top;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto;
  align-items: center;
  text-align: center;
}
.layout-page__head {
  overflow: visible !important;
}
.layout-page__content {
  width: 100%;
}
.layout__main, .layout-presentation__main, .layout__main-centered, .layout-welcome__main, .layout-dashboard__main, .layout-basic__main, .layout-page__main {
  background: #d9e1e7;
}
@media print {
  .layout__main, .layout-presentation__main, .layout__main-centered, .layout-welcome__main, .layout-dashboard__main, .layout-basic__main, .layout-page__main {
    background: #ffffff;
  }
}
.layout__main-centered, .layout-welcome__main {
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  width: 100%;
  min-height: 100%;
  background-position: center center, center top;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto;
  align-items: center;
  text-align: center;
}
dia-layout-welcome {
  overflow-x: hidden;
  overflow-y: scroll;
}
.layout-welcome__main {
  justify-content: center;
  align-items: center;
  width: 100vw;
}
.layout-welcome__content {
  padding: 5.1875vw 5.1875vw 5.1875vw 5.1875vw;
  width: 54.1875vw;
  align-content: center;
  background-color: #ffffff;
}
.input-number-control .dia-form-input-validation, .input-number-control .patient-event__invalid, .input-number-control .patient-event-links__link-invalid, .input-number-control .physical-examination__invalid, .input-number-control .medications__invalid, .input-number-control .biomarkers__invalid, .input-number-control .treatment-history__invalid, .input-number-control .past-medical-history__invalid, .input-number-control app-attendee-search-multiselect .attendee-search-multiselect_invalid, app-attendee-search-multiselect .input-number-control .attendee-search-multiselect_invalid, .input-number-control .autosuggest__error-message, .input-number-control .dia-form-input-validation--common, .input-number-control .fullscreen-preview-component__annotations-edit-error-message, .input-number-control .meeting-preparation__error-message, .input-number-control .meeting-patient-add__error-message, .input-number-control .meeting-upsert__error-message, .input-number-control .patient-upsert__error-message, .input-number-control .autosuggest-edit__error-message,
.input-number-control .autosuggest-delete__error-message, .input-number-control .editable-dropdown__error-message, .input-number-control .editable-dropdown-edit__error-message,
.input-number-control .editable-dropdown-delete__error-message {
  position: absolute;
}
.input-number-container__not-supported-browser {
  position: relative;
}
.input-number-container__not-supported-browser .number-spin-btn-container {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 15px;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}
.input-number-container__not-supported-browser .number-spin-btn {
  border-width: 1px;
  border-color: #cad1d7;
  border-style: solid;
  background-color: #d9e1e7;
  width: 1.2em;
  height: 0.7em;
}
.input-number-container__not-supported-browser .number-spin-btn:hover {
  background-color: #97a4b2;
  cursor: pointer;
}
.input-number-container__not-supported-browser .number-spin-btn:active {
  border-width: 2px;
  border-color: #5a6774 #a2aeba #a2aeba #5a6774;
  border-style: solid;
  background-color: #a2aeba;
}
.input-number-container__not-supported-browser .number-spin-btn-up {
  border-bottom-width: 1px;
  border-radius: 3px 3px 0 0;
}
.input-number-container__not-supported-browser .number-spin-btn-up:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  left: 50%;
  margin: -0.15em 0 0 -0.3em;
  padding: 0;
  border-width: 0 0.3em 0.3em 0.3em;
  border-color: transparent transparent #191919 transparent;
  top: 25%;
}
.input-number-container__not-supported-browser .number-spin-btn-up:active {
  border-bottom-width: 1px;
}
.input-number-container__not-supported-browser .number-spin-btn-up:active:before {
  border-bottom-color: #ffffff;
  top: 26%;
  left: 51%;
}
.input-number-container__not-supported-browser .number-spin-btn-down {
  border-top-width: 1px;
  border-radius: 0 0 3px 3px;
}
.input-number-container__not-supported-browser .number-spin-btn-down:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  left: 50%;
  margin: -0.15em 0 0 -0.3em;
  padding: 0;
  border-width: 0.3em 0.3em 0 0.3em;
  border-color: #191919 transparent transparent transparent;
  top: 75%;
}
.input-number-container__not-supported-browser .number-spin-btn-down:active {
  border-top-width: 1px;
}
.input-number-container__not-supported-browser .number-spin-btn-down:active:before {
  border-top-color: #ffffff;
  top: 76%;
  left: 51%;
}
.input-number-container__not-supported-browser .input-number-error-message {
  margin-bottom: 5px;
}
.app-dropdown-menu__content,
.app-dropdown-menu__trigger,
.app-dropdown-menu {
  display: block;
}
.app-dropdown-menu__content {
  transition: all 0.1s linear;
  position: absolute;
}
.animation-dropdown, .dia-time-selector__options, .app-dropdown-menu__content {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition-timing-function: ease;
  margin-top: -20px;
  margin-bottom: 20px;
}
.animation-dropdown--active, .dia-time-selector__options.open, .app-dropdown-menu__content.show {
  visibility: visible;
  opacity: 1;
  pointer-events: inherit;
  margin-top: 0;
}
.layout__main, .layout-presentation__main, .layout__main-centered, .layout-dashboard__main, .layout-basic__main, .layout-page__main, .layout-welcome__main {
  background: #d9e1e7;
}
@media print {
  .layout__main, .layout-presentation__main, .layout__main-centered, .layout-dashboard__main, .layout-basic__main, .layout-page__main, .layout-welcome__main {
    background: #ffffff;
  }
}
.layout__main-centered, .layout-welcome__main {
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  width: 100%;
  min-height: 100%;
  background-position: center center, center top;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto;
  align-items: center;
  text-align: center;
}
.layout-presentation__main {
  background: #202531;
}
.layout-presentation__content {
  width: 100%;
}
.dia-wysiwyg__label {
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0vw 0vw 0.625vw 0vw;
  color: #373f47;
  cursor: default;
  display: block;
  font-weight: bold;
}
dia-wysiwyg,
quill-editor {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  height: 100%;
}
dia-wysiwyg.disabled, dia-wysiwyg.disabled-area, dia-wysiwyg.meeting-point-of-discussion__add--disabled, dia-wysiwyg.meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, dia-wysiwyg.patient-event-links__add--disabled, dia-wysiwyg.meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled, dia-wysiwyg.physical-examination__add--disabled, dia-wysiwyg.meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled, dia-wysiwyg.tumor-information__add--disabled, dia-wysiwyg.meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled, dia-wysiwyg.medications__add--disabled, dia-wysiwyg.meeting-preparation__sidebar__slide-creator.medications__add--disabled, dia-wysiwyg.biomarkers__add--disabled, dia-wysiwyg.meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled, dia-wysiwyg.treatment-history__add--disabled, dia-wysiwyg.meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled, dia-wysiwyg.social-history__add--disabled, dia-wysiwyg.meeting-preparation__sidebar__slide-creator.social-history__add--disabled, dia-wysiwyg.past-medical-history__add--disabled, dia-wysiwyg.meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled, dia-wysiwyg.staging__add--disabled, dia-wysiwyg.meeting-preparation__sidebar__slide-creator.staging__add--disabled, dia-wysiwyg.patient-summary__add--disabled, dia-wysiwyg.meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled, dia-wysiwyg.meeting-preparation-slide-creator__options__item--disabled, dia-wysiwyg.meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled, dia-wysiwyg.meeting-preparation__sidebar__slide-creator.disabled, dia-wysiwyg.meeting-preparation__sidebar__slide-creator.disabled-area, dia-wysiwyg.meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, dia-wysiwyg.meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled, dia-wysiwyg.meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled, dia-wysiwyg.meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled, dia-wysiwyg.meeting-preparation__sidebar__slide-creator.medications__add--disabled, dia-wysiwyg.meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled, dia-wysiwyg.meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled, dia-wysiwyg.meeting-preparation__sidebar__slide-creator.social-history__add--disabled, dia-wysiwyg.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, dia-wysiwyg.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, app-patient-card dia-wysiwyg.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, dia-wysiwyg.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, dia-wysiwyg.patient-history__actions-action--disabled, app-patient-card dia-wysiwyg.patient-card__action-dropdown-element-delete-disabled, dia-wysiwyg.cancer-info__actions__action--disabled, dia-wysiwyg.patient-disabled-tooltip__label--disabled, dia-wysiwyg.disabled-area:hover, dia-wysiwyg.meeting-point-of-discussion__add--disabled:hover, dia-wysiwyg.patient-event-links__add--disabled:hover, dia-wysiwyg.physical-examination__add--disabled:hover, dia-wysiwyg.tumor-information__add--disabled:hover, dia-wysiwyg.medications__add--disabled:hover, dia-wysiwyg.biomarkers__add--disabled:hover, dia-wysiwyg.treatment-history__add--disabled:hover, dia-wysiwyg.social-history__add--disabled:hover, dia-wysiwyg.past-medical-history__add--disabled:hover, dia-wysiwyg.staging__add--disabled:hover, dia-wysiwyg.patient-summary__add--disabled:hover, dia-wysiwyg.meeting-preparation-slide-creator__options__item--disabled:hover, dia-wysiwyg.patient-history__actions-action--disabled:hover, app-patient-card dia-wysiwyg.patient-card__action-dropdown-element-delete-disabled:hover, dia-wysiwyg.cancer-info__actions__action--disabled:hover, dia-wysiwyg.patient-disabled-tooltip__label--disabled:hover, dia-wysiwyg.disabled-area:focus, dia-wysiwyg.meeting-point-of-discussion__add--disabled:focus, dia-wysiwyg.patient-event-links__add--disabled:focus, dia-wysiwyg.physical-examination__add--disabled:focus, dia-wysiwyg.tumor-information__add--disabled:focus, dia-wysiwyg.medications__add--disabled:focus, dia-wysiwyg.biomarkers__add--disabled:focus, dia-wysiwyg.treatment-history__add--disabled:focus, dia-wysiwyg.social-history__add--disabled:focus, dia-wysiwyg.past-medical-history__add--disabled:focus, dia-wysiwyg.staging__add--disabled:focus, dia-wysiwyg.patient-summary__add--disabled:focus, dia-wysiwyg.meeting-preparation-slide-creator__options__item--disabled:focus, dia-wysiwyg.patient-history__actions-action--disabled:focus, app-patient-card dia-wysiwyg.patient-card__action-dropdown-element-delete-disabled:focus, dia-wysiwyg.cancer-info__actions__action--disabled:focus, dia-wysiwyg.patient-disabled-tooltip__label--disabled:focus, dia-wysiwyg.disabled-area:active, dia-wysiwyg.meeting-point-of-discussion__add--disabled:active, dia-wysiwyg.patient-event-links__add--disabled:active, dia-wysiwyg.physical-examination__add--disabled:active, dia-wysiwyg.tumor-information__add--disabled:active, dia-wysiwyg.medications__add--disabled:active, dia-wysiwyg.biomarkers__add--disabled:active, dia-wysiwyg.treatment-history__add--disabled:active, dia-wysiwyg.social-history__add--disabled:active, dia-wysiwyg.past-medical-history__add--disabled:active, dia-wysiwyg.staging__add--disabled:active, dia-wysiwyg.patient-summary__add--disabled:active, dia-wysiwyg.meeting-preparation-slide-creator__options__item--disabled:active, dia-wysiwyg.patient-history__actions-action--disabled:active, app-patient-card dia-wysiwyg.patient-card__action-dropdown-element-delete-disabled:active, dia-wysiwyg.cancer-info__actions__action--disabled:active, dia-wysiwyg.patient-disabled-tooltip__label--disabled:active,
quill-editor.disabled,
quill-editor.disabled-area,
quill-editor.meeting-point-of-discussion__add--disabled,
quill-editor.meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled,
quill-editor.patient-event-links__add--disabled,
quill-editor.meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled,
quill-editor.physical-examination__add--disabled,
quill-editor.meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled,
quill-editor.tumor-information__add--disabled,
quill-editor.meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled,
quill-editor.medications__add--disabled,
quill-editor.meeting-preparation__sidebar__slide-creator.medications__add--disabled,
quill-editor.biomarkers__add--disabled,
quill-editor.meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled,
quill-editor.treatment-history__add--disabled,
quill-editor.meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled,
quill-editor.social-history__add--disabled,
quill-editor.meeting-preparation__sidebar__slide-creator.social-history__add--disabled,
quill-editor.past-medical-history__add--disabled,
quill-editor.meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled,
quill-editor.staging__add--disabled,
quill-editor.meeting-preparation__sidebar__slide-creator.staging__add--disabled,
quill-editor.patient-summary__add--disabled,
quill-editor.meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled,
quill-editor.meeting-preparation-slide-creator__options__item--disabled,
quill-editor.meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled,
quill-editor.meeting-preparation__sidebar__slide-creator.disabled,
quill-editor.meeting-preparation__sidebar__slide-creator.disabled-area,
quill-editor.meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled,
quill-editor.meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled,
quill-editor.meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled,
quill-editor.meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled,
quill-editor.meeting-preparation__sidebar__slide-creator.medications__add--disabled,
quill-editor.meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled,
quill-editor.meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled,
quill-editor.meeting-preparation__sidebar__slide-creator.social-history__add--disabled,
quill-editor.meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled,
quill-editor.meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled,
app-patient-card quill-editor.meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled,
quill-editor.meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled,
quill-editor.patient-history__actions-action--disabled,
app-patient-card quill-editor.patient-card__action-dropdown-element-delete-disabled,
quill-editor.cancer-info__actions__action--disabled,
quill-editor.patient-disabled-tooltip__label--disabled,
quill-editor.disabled-area:hover,
quill-editor.meeting-point-of-discussion__add--disabled:hover,
quill-editor.patient-event-links__add--disabled:hover,
quill-editor.physical-examination__add--disabled:hover,
quill-editor.tumor-information__add--disabled:hover,
quill-editor.medications__add--disabled:hover,
quill-editor.biomarkers__add--disabled:hover,
quill-editor.treatment-history__add--disabled:hover,
quill-editor.social-history__add--disabled:hover,
quill-editor.past-medical-history__add--disabled:hover,
quill-editor.staging__add--disabled:hover,
quill-editor.patient-summary__add--disabled:hover,
quill-editor.meeting-preparation-slide-creator__options__item--disabled:hover,
quill-editor.patient-history__actions-action--disabled:hover,
app-patient-card quill-editor.patient-card__action-dropdown-element-delete-disabled:hover,
quill-editor.cancer-info__actions__action--disabled:hover,
quill-editor.patient-disabled-tooltip__label--disabled:hover,
quill-editor.disabled-area:focus,
quill-editor.meeting-point-of-discussion__add--disabled:focus,
quill-editor.patient-event-links__add--disabled:focus,
quill-editor.physical-examination__add--disabled:focus,
quill-editor.tumor-information__add--disabled:focus,
quill-editor.medications__add--disabled:focus,
quill-editor.biomarkers__add--disabled:focus,
quill-editor.treatment-history__add--disabled:focus,
quill-editor.social-history__add--disabled:focus,
quill-editor.past-medical-history__add--disabled:focus,
quill-editor.staging__add--disabled:focus,
quill-editor.patient-summary__add--disabled:focus,
quill-editor.meeting-preparation-slide-creator__options__item--disabled:focus,
quill-editor.patient-history__actions-action--disabled:focus,
app-patient-card quill-editor.patient-card__action-dropdown-element-delete-disabled:focus,
quill-editor.cancer-info__actions__action--disabled:focus,
quill-editor.patient-disabled-tooltip__label--disabled:focus,
quill-editor.disabled-area:active,
quill-editor.meeting-point-of-discussion__add--disabled:active,
quill-editor.patient-event-links__add--disabled:active,
quill-editor.physical-examination__add--disabled:active,
quill-editor.tumor-information__add--disabled:active,
quill-editor.medications__add--disabled:active,
quill-editor.biomarkers__add--disabled:active,
quill-editor.treatment-history__add--disabled:active,
quill-editor.social-history__add--disabled:active,
quill-editor.past-medical-history__add--disabled:active,
quill-editor.staging__add--disabled:active,
quill-editor.patient-summary__add--disabled:active,
quill-editor.meeting-preparation-slide-creator__options__item--disabled:active,
quill-editor.patient-history__actions-action--disabled:active,
app-patient-card quill-editor.patient-card__action-dropdown-element-delete-disabled:active,
quill-editor.cancer-info__actions__action--disabled:active,
quill-editor.patient-disabled-tooltip__label--disabled:active {
  opacity: 0.6;
}
.wysiwyg-editor .ql-container {
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
  font-size: 100%;
  font-family: "Source Sans Pro", sans-serif;
}
.wysiwyg-editor .ql-container .ql-editing input[type=text] {
  font-size: 100%;
  height: auto;
}
.wysiwyg-editor .ql-container .ql-tooltip a.ql-preview {
  max-width: 12vw;
  display: inline;
  overflow: hidden;
  line-height: 26px;
}
.wysiwyg-editor .ql-editor {
  color: #5a6774;
}
.wysiwyg-editor .ql-editor p, .wysiwyg-editor .ql-editor ol, .wysiwyg-editor .ql-editor ul {
  margin-bottom: 0.3em;
}
.wysiwyg-editor .ql-editor ol, .wysiwyg-editor .ql-editor ul {
  padding-left: 0;
}
.wysiwyg-editor .ql-editor ul li {
  padding-left: 0.8em;
}
.wysiwyg-editor .ql-editor .ql-hidden {
  visibility: hidden;
  display: block;
}
.wysiwyg-editor .ql-toolbar .ql-picker {
  height: auto;
}
.wysiwyg-editor .ql-toolbar .ql-picker.ql-expanded .ql-picker-label {
  color: #373f47;
}
.wysiwyg-editor .ql-toolbar .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #373f47;
}
.wysiwyg-editor .ql-toolbar .ql-picker-label {
  border-width: 0;
}
.wysiwyg-editor .ql-toolbar .ql-picker-label.ql-active {
  color: #373f47;
}
.wysiwyg-editor .ql-toolbar .ql-picker-label.ql-active .ql-stroke {
  stroke: #373f47;
}
.wysiwyg-editor .ql-toolbar .ql-picker-options .ql-picker-item {
  line-height: 1;
}
.ql-editor .ql-size-small,
.ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large,
.ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge,
.ql-size-huge {
  font-size: 2.5em;
}
app-cancer-info-staging .staging-view__outer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}
app-cancer-info-staging .staging-view__dark {
  background-color: #373f47;
  color: #ffffff;
}
app-cancer-info-staging .staging-view__light {
  color: #5a6774;
  background-color: #ffffff;
  border: 1px solid #cad1d7;
}
app-cancer-info-staging .staging-view__base, app-cancer-info-staging .staging-view__box, app-cancer-info-staging .staging-view__transparent, app-cancer-info-staging .staging-view__heading-stage, app-cancer-info-staging .staging-view__label {
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0.375vw 0.375vw 0.375vw 0.375vw;
  padding: 0.3125vw 0vw 0.3125vw 0vw;
  flex-basis: 2.5vw;
  flex-shrink: 1;
  display: block;
}
app-cancer-info-staging .staging-view__label {
  color: #5a6774;
  background-color: #ffffff;
  outline: solid 1px #ffffff;
  text-align: left;
  min-width: 0.1vw;
  max-width: 1.8vw;
}
app-cancer-info-staging .staging-view__label:first-child {
  margin-left: 0;
}
app-cancer-info-staging .staging-view__label-short {
  flex-basis: 0.625vw;
}
app-cancer-info-staging .staging-view__header {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.3125vw;
  border: solid #cad1d7;
  border-width: 0 0 1px;
}
app-cancer-info-staging .staging-view__transparent, app-cancer-info-staging .staging-view__heading-stage {
  flex-basis: 2.5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  word-break: keep-all;
  flex-grow: 1;
  padding: 0;
  color: #5a6774;
  background-color: #ffffff;
}
app-cancer-info-staging .staging-view__transparent-stage, app-cancer-info-staging .staging-view__transparent-date {
  flex-basis: 3.125vw;
  min-width: 5vw;
}
app-cancer-info-staging .staging-view__heading-stage {
  margin: 0.3125vw 0.3125vw 0vw 0.3125vw;
  padding: 0.3125vw 0vw 0.3125vw 0vw;
  font-weight: bold;
  justify-content: flex-start;
}
app-cancer-info-staging .staging-view__box {
  margin: 0.06vw;
  text-align: center;
  flex-basis: 14%;
  overflow: hidden;
}
app-cancer-info-staging .staging-view__heading-box {
  margin: 0.3125vw 0.3125vw 0vw 0.3125vw;
  padding: 0.3125vw 0vw 0.3125vw 0vw;
  flex-basis: 5vw;
  font-weight: bold;
  text-transform: uppercase;
}
app-cancer-info-staging .staging-view__heading-box:first-child {
  margin-left: 0vw;
}
app-cancer-info-staging .staging-view__heading-box--short {
  flex-basis: 2.5vw;
}
.autosuggest__option, .autosuggest__create {
  display: flex;
  flex-direction: row;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
}
.autosuggest__option__label {
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.autosuggest__option__edit {
  flex-grow: 0;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  background-image: url('edit-off.17fa67e4d6975b7f.svg');
  background-repeat: no-repeat;
  background-position: center;
  margin-left: auto;
}
.autosuggest__option__edit:hover {
  background-image: url('edit-on.ec25867d332d10cc.svg');
}
.autosuggest__option__create {
  flex-grow: 0;
  flex-shrink: 0;
  font-style: italic;
  color: #0066cc;
}
.autoselect__option__label {
  font-weight: bold;
}
.autosuggest__create-wrap {
  padding: 0.3125vw 0vw 0.3125vw 0vw;
}
.autosuggest__create.ng-option {
  justify-content: space-between;
}
.autosuggest-edit__textbox {
  display: block;
  margin-bottom: 30px;
  max-width: 100%;
  width: 700px;
}
.autosuggest-edit__buttons,
.autosuggest-delete__buttons,
.autosuggest-edit__buttons__update {
  display: flex;
  flex-direction: row;
}
.autosuggest-delete__buttons,
.autosuggest-edit__buttons__update {
  justify-content: flex-end;
}
.autosuggest-edit__buttons {
  justify-content: space-between;
}
.autosuggest-edit__cancel-button {
  margin: 0 10px 0 auto;
}
.autosuggest-delete__cancel-button {
  margin: 0 10px 0 0;
}
.autosuggest-delete__confirmation {
  margin: 0 0 30px 0;
  max-width: 700px;
}
.hide-select-container .ng-select-container {
  display: none !important;
}
app-autosuggest .ng-select.ng-select__custom .ng-select-container, app-autosuggest-multiple .ng-select.ng-select__custom .ng-select-container {
  padding: 0.3125vw 0.625vw 0.3125vw 0.625vw;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  text-align: inherit;
  height: inherit;
}
app-autosuggest .ng-select.ng-select__custom .ng-select-container .ng-input, app-autosuggest-multiple .ng-select.ng-select__custom .ng-select-container .ng-input {
  left: 0;
  margin: 0;
}
app-autosuggest .ng-select.ng-select__custom .ng-select-container .ng-input input, app-autosuggest-multiple .ng-select.ng-select__custom .ng-select-container .ng-input input {
  cursor: auto;
}
app-autosuggest .ng-select.ng-select__custom .ng-select-container.ng-has-value .ng-input > input, app-autosuggest-multiple .ng-select.ng-select__custom .ng-select-container.ng-has-value .ng-input > input {
  font-size: 100%;
  display: block;
  background-color: #fff;
}
app-autosuggest .ng-select.ng-select__custom .ng-select-container .ng-value-label, app-autosuggest-multiple .ng-select.ng-select__custom .ng-select-container .ng-value-label {
  display: inline-block;
}
app-autosuggest .ng-select.ng-select__custom .ng-select-container .ng-value-container .ng-value, app-autosuggest-multiple .ng-select.ng-select__custom .ng-select-container .ng-value-container .ng-value {
  text-overflow: initial;
  line-height: 1.3em;
}
app-autosuggest .ng-select.ng-select__custom.ng-select-filtered .ng-select-container .ng-value-container .ng-value, app-autosuggest-multiple .ng-select.ng-select__custom.ng-select-filtered .ng-select-container .ng-value-container .ng-value {
  visibility: visible;
}
app-autosuggest .ng-select.ng-select__custom.ng-select-focused:not(.ng-select-multiple):not(.ng-select--without-search) .ng-value-label, app-autosuggest-multiple .ng-select.ng-select__custom.ng-select-focused:not(.ng-select-multiple):not(.ng-select--without-search) .ng-value-label {
  visibility: hidden;
}
app-autosuggest .ng-select.ng-select__custom.ng-select-multiple .ng-select-container, app-autosuggest-multiple .ng-select.ng-select__custom.ng-select-multiple .ng-select-container {
  padding: 0.3125vw 0.3125vw 0.3125vw 0.3125vw;
}
app-autosuggest .ng-select.ng-select__custom.ng-select-multiple .ng-select-container .ng-input, app-autosuggest-multiple .ng-select.ng-select__custom.ng-select-multiple .ng-select-container .ng-input {
  float: left;
  display: block;
  width: 100%;
  color: #5a6774;
  flex: none;
  padding: 0;
  height: auto;
  margin: 0.3125vw 0.3125vw 0.3125vw 0.3125vw;
}
app-autosuggest .ng-select.ng-select__custom.ng-select-multiple .ng-value-container, app-autosuggest-multiple .ng-select.ng-select__custom.ng-select-multiple .ng-value-container {
  padding: 0;
}
app-autosuggest .ng-select.ng-select__custom.ng-select-multiple .ng-value-container .ng-placeholder, app-autosuggest-multiple .ng-select.ng-select__custom.ng-select-multiple .ng-value-container .ng-placeholder {
  margin: 0.3125vw 0.3125vw 0.3125vw 0.3125vw;
}
app-autosuggest .ng-dropdown-panel, app-autosuggest-multiple .ng-dropdown-panel {
  min-width: 12.5vw;
  margin-top: -1px;
  border-top: 1px solid #373f47;
}
app-autosuggest .hide-autosuggest-items .ng-dropdown-panel, app-autosuggest-multiple .hide-autosuggest-items .ng-dropdown-panel {
  border-top: 0;
}
app-autosuggest .hide-autosuggest-items .ng-dropdown-panel > .ng-dropdown-panel-items, app-autosuggest .hide-autosuggest-items .ng-dropdown-panel > .editable-dropdown__create-wrap, app-autosuggest .hide-autosuggest-items app-attendee-autoselect .ng-select__custom .ng-dropdown-panel > .attendee-autoselect__create-wrap, app-attendee-autoselect .ng-select__custom app-autosuggest .hide-autosuggest-items .ng-dropdown-panel > .attendee-autoselect__create-wrap, app-autosuggest .hide-autosuggest-items .ng-dropdown-panel > .autosuggest__create-wrap, app-autosuggest-multiple .hide-autosuggest-items .ng-dropdown-panel > .ng-dropdown-panel-items, app-autosuggest-multiple .hide-autosuggest-items .ng-dropdown-panel > .editable-dropdown__create-wrap, app-autosuggest-multiple .hide-autosuggest-items app-attendee-autoselect .ng-select__custom .ng-dropdown-panel > .attendee-autoselect__create-wrap, app-attendee-autoselect .ng-select__custom app-autosuggest-multiple .hide-autosuggest-items .ng-dropdown-panel > .attendee-autoselect__create-wrap, app-autosuggest-multiple .hide-autosuggest-items .ng-dropdown-panel > .autosuggest__create-wrap {
  display: none;
}
app-autosuggest .hide-autosuggest-items .autosuggest__create-wrap, app-autosuggest-multiple .hide-autosuggest-items .autosuggest__create-wrap {
  border-top: 1px solid #373f47;
}
app-popup {
  position: absolute;
}
.popup-content {
  position: relative;
  display: block;
  max-height: inherit;
  opacity: 1;
  pointer-events: inherit;
}
.file-selector__label {
  font-size: 16px;
  line-height: 1.3em;
  color: #373f47;
  display: block;
  font-weight: 600;
  margin: 0 0 5px 0;
  cursor: default;
}
@media (max-width: 1600px) {
  .file-selector__label {
    font-size: 14.4px;
    line-height: 1.17em;
  }
}
.file-selector__wrap {
  display: flex;
  flex-direction: row;
  position: relative;
  height: inherit;
}
.file-selector__input {
  flex-grow: 1;
  flex-shrink: 1;
}
.file-selector__input .dia-textbox__input {
  padding-right: 1.9em;
  text-overflow: ellipsis;
  line-height: inherit;
}
.file-selector__browse,
.file-selector__import {
  flex-grow: 0;
  flex-shrink: 0;
}
.file-selector__browse .dia-btn[type=default],
.file-selector__import .dia-btn[type=default] {
  padding: 0.625vw 1.25vw 0.625vw 1.25vw;
}
.file-selector__clear[variant=delete][type=default] {
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  margin: 0;
  height: auto;
}
.file-selector__clear[variant=delete][type=default] .dia-btn[type=default] {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.file-selector__file-input {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.file-selector__progress-bar {
  position: absolute;
  right: 48px;
  width: 106px;
  top: 11px;
}
app-short-text {
  position: relative;
  display: inline-block;
}
.short-text__body {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.short-text__tooltip {
  transition-property: none;
}
.day-selector__container {
  display: flex;
  flex-wrap: wrap;
}
.day-selector__container .day-selector__section {
  text-align: center;
  border: 1px solid #a2aeba;
  color: #5a6774;
  line-height: 2.4em;
  margin-right: 0.35em;
  flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
}
.day-selector__container .day-selector__section:last-of-type {
  margin-right: 0;
}
.day-selector__container .selected-day {
  background: #0066cc;
  color: #ffffff;
}
.day-selector__container .selected-day .day-name {
  color: #ffffff;
}
.disabled-days {
  opacity: 0.6;
}
.days-selector-error {
  border: 1px solid #d0011b;
}
.dia-tabs-container {
  border-bottom: solid 2px #eee;
}
dia-tabs {
  border: solid 2px #eee;
  display: block;
}
.dia-tabs__item {
  padding: 1em;
  display: inline-block;
  color: #000;
  font-weight: 700;
  font-size: 1.1em;
  text-transform: uppercase;
}
.dia-tabs__item a {
  color: #373f47;
}
.dia-tabs__item a:hover {
  text-decoration: none;
}
.dia-tabs__item.active {
  border-top: solid 5px #06c;
}
.dia-tabs__item.active a {
  color: #06c;
}
.dia-tab-pane {
  padding: 1em;
}
.ng-select__container {
  position: relative;
  height: auto;
}
.ng-select__custom.ng-select {
  padding: 0;
}
.ng-select__custom.ng-select:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.ng-select__custom.ng-select:disabled .ng-placeholder, .ng-select__custom.ng-select.disabled .ng-placeholder, .ng-select__custom.ng-select.disabled-area .ng-placeholder, .ng-select__custom.ng-select.meeting-point-of-discussion__add--disabled .ng-placeholder, .ng-select__custom.ng-select.patient-event-links__add--disabled .ng-placeholder, .ng-select__custom.ng-select.physical-examination__add--disabled .ng-placeholder, .ng-select__custom.ng-select.tumor-information__add--disabled .ng-placeholder, .ng-select__custom.ng-select.medications__add--disabled .ng-placeholder, .ng-select__custom.ng-select.biomarkers__add--disabled .ng-placeholder, .ng-select__custom.ng-select.treatment-history__add--disabled .ng-placeholder, .ng-select__custom.ng-select.social-history__add--disabled .ng-placeholder, .ng-select__custom.ng-select.past-medical-history__add--disabled .ng-placeholder, .ng-select__custom.ng-select.staging__add--disabled .ng-placeholder, .ng-select__custom.ng-select.patient-summary__add--disabled .ng-placeholder, .ng-select__custom.ng-select.meeting-preparation-slide-creator__options__item--disabled .ng-placeholder, .ng-select__custom.ng-select.patient-history__actions-action--disabled .ng-placeholder, app-patient-card .ng-select__custom.ng-select.patient-card__action-dropdown-element-delete-disabled .ng-placeholder, .ng-select__custom.ng-select.cancer-info__actions__action--disabled .ng-placeholder, .ng-select__custom.ng-select.patient-disabled-tooltip__label--disabled .ng-placeholder, .ng-select__custom.ng-select.ng-select-disabled .ng-placeholder {
  position: relative;
}
.ng-select__custom.ng-select .ng-has-value .ng-placeholder {
  display: none;
}
.ng-select__custom.ng-select.ng-select-filtered .ng-placeholder {
  visibility: hidden;
  width: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}
.ng-select__custom.ng-select .ng-value {
  border-top: solid 1px transparent; /* NTB-38792: fix jumping label when focus on control */
  padding: 0.3vw 0; /* NTB-38792: fix jumping label when focus on control */
  height: auto;
  width: 100%;
}
.ng-select__custom.ng-select .ng-value:before {
  content: ".";
  visibility: hidden;
  display: inline-block;
  clear: both;
  width: 0;
}
.ng-select__custom.ng-select .ng-select-container {
  padding: 0.3125vw 0.875vw 0.3125vw 0.625vw;
  font-size: 1em;
  height: 100%;
  line-height: 1.3em;
}
.ng-select__custom.ng-select .ng-select-container .ng-value-container {
  align-items: center;
  justify-content: flex-start;
  transition: none;
}
.ng-select__custom.ng-select .ng-placeholder {
  padding: 0.3125vw 0vw 0.3125vw 0vw;
  line-height: 1.3em;
  position: relative;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.ng-select__custom.ng-select .ng-placeholder:before {
  content: ".";
  visibility: hidden;
  display: inline-block;
  clear: both;
  width: 0;
}
.ng-select__custom.ng-select .ng-arrow-wrapper {
  right: 0.5vw;
}
.ng-select__custom.ng-select .ng-spinner-loader {
  display: none;
}
.ng-select__custom.bordered-options .ng-option {
  padding: 0;
}
.ng-select__custom.bordered-options .ng-option:not(:last-child) {
  border-bottom: 1px solid #cad1d7;
}
.ng-select__custom.bordered-options .no-options {
  padding: 0.3125vw 0.625vw 0.3125vw 0.625vw;
  color: #a2aeba;
  font-style: italic;
}
.ng-select__custom.ng-select__disable-arrow .ng-arrow-wrapper {
  display: none;
}
.ng-select__custom .ng-value-icon {
  display: none;
}
.ng-select__custom .ng-input {
  padding: 0.3125vw 0.875vw 0.3125vw 0.625vw;
  top: 0;
  height: 100%;
  transition: none;
}
.ng-select__custom .ng-input input {
  height: 100%;
  padding: 0;
  font-family: inherit;
  color: inherit;
  line-height: 1.3em;
}
.ng-select__custom .ng-option {
  display: flex;
  flex-direction: row;
  padding: 0.3125vw 0.625vw 0.3125vw 0.625vw;
  color: #5a6774;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
}
.ng-select__custom .ng-option .disabled, .ng-select__custom .ng-option .disabled-area, .ng-select__custom .ng-option .meeting-point-of-discussion__add--disabled, .ng-select__custom .ng-option .patient-event-links__add--disabled, .ng-select__custom .ng-option .physical-examination__add--disabled, .ng-select__custom .ng-option .tumor-information__add--disabled, .ng-select__custom .ng-option .medications__add--disabled, .ng-select__custom .ng-option .biomarkers__add--disabled, .ng-select__custom .ng-option .treatment-history__add--disabled, .ng-select__custom .ng-option .social-history__add--disabled, .ng-select__custom .ng-option .past-medical-history__add--disabled, .ng-select__custom .ng-option .staging__add--disabled, .ng-select__custom .ng-option .patient-summary__add--disabled, .ng-select__custom .ng-option .meeting-preparation-slide-creator__options__item--disabled, .ng-select__custom .ng-option .patient-history__actions-action--disabled, .ng-select__custom .ng-option app-patient-card .patient-card__action-dropdown-element-delete-disabled, app-patient-card .ng-select__custom .ng-option .patient-card__action-dropdown-element-delete-disabled, .ng-select__custom .ng-option .cancer-info__actions__action--disabled, .ng-select__custom .ng-option .patient-disabled-tooltip__label--disabled {
  background-color: #e8ecf0;
  color: #a2aeba;
}
.ng-select__custom .ng-option span {
  white-space: normal;
  white-space: initial;
}
.ng-select__custom .ng-dropdown-panel {
  transition: all 0.1s linear;
  padding: 0;
  left: 0;
  top: 100%;
  overflow: hidden;
  background: #ffffff;
  min-width: 12.5vw;
  border-top: 1px solid #373f47;
  z-index: 1000;
  margin-top: -1px;
}
.ng-select__custom .ng-dropdown-panel-items, .ng-select__custom .editable-dropdown__create-wrap, app-attendee-autoselect .ng-select__custom .attendee-autoselect__create-wrap, .ng-select__custom .autosuggest__create-wrap {
  padding: 0.625vw 0vw 0.625vw 0vw;
  top: 0;
  max-height: 25vw;
  border-right: 1px solid #373f47;
  border-left: 1px solid #373f47;
  border-bottom: 1px solid #373f47;
  overflow: auto;
}
.ng-select__custom .ng-dropdown-panel-items .ng-option:first-child > div, .ng-select__custom .editable-dropdown__create-wrap .ng-option:first-child > div, app-attendee-autoselect .ng-select__custom .attendee-autoselect__create-wrap .ng-option:first-child > div, .ng-select__custom .autosuggest__create-wrap .ng-option:first-child > div {
  border-top: 0;
}
.ng-select__custom .ng-dropdown-panel-items .ng-option .highlighted, .ng-select__custom .editable-dropdown__create-wrap .ng-option .highlighted, app-attendee-autoselect .ng-select__custom .attendee-autoselect__create-wrap .ng-option .highlighted, .ng-select__custom .autosuggest__create-wrap .ng-option .highlighted {
  font-weight: bold;
  text-decoration: none;
}
.ng-select__custom.ng-select-multiple.ng-select__chips .ng-select-container .ng-value {
  margin: 0.125vw 0.125vw 0.125vw 0.125vw;
  padding: 0.1875vw 1.25vw 0.1875vw 0.375vw;
  position: relative;
  float: left;
  display: block;
  background: #e8ecf0;
  color: #5a6774;
  width: auto;
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: break-all;
}
.ng-select__custom.ng-select-multiple.ng-select__chips .ng-select-container .ng-value .ng-value-icon {
  position: absolute;
  right: 0.1875vw;
  color: #a2aeba;
  font-size: 1.5vw;
  display: inline;
  display: initial;
}
.ng-select__custom.ng-select-multiple.ng-select__chips .ng-select-container .ng-value .ng-value-label {
  white-space: normal;
}
.ng-select__custom.hide-dropdown-items .ng-dropdown-panel {
  display: none;
}
.patient-event-filter-options__icon, .icon-other, .icon-tumorboard, .icon-treatment, .icon-radiology, .icon-pathology, .icon-genomics {
  width: 0.875vw;
  height: 0.875vw;
  margin-right: 0.5vw;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.icon-genomics {
  background-color: #ffca07;
}
.icon-pathology {
  background-color: #8a266f;
}
.icon-radiology {
  background-color: #373f47;
}
.icon-treatment {
  background-color: #ca3725;
}
.icon-tumorboard {
  background-color: #0066cc;
}
.icon-other {
  background-color: #39ae6d;
}
app-headbar {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
}
.headbar {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  flex-shrink: 1;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  align-items: stretch;
  min-height: 4.375vw;
  background: #ffffff;
  z-index: 1000;
}
.headbar__nav {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: flex-start;
  align-items: stretch;
}
.headbar__nav-options {
  display: flex;
  flex-direction: row;
  list-style-type: disc;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.headbar__nav-option {
  padding: 0vw 1.25vw 0vw 1.25vw;
  font-size: 22px;
  line-height: 1.3em;
  display: flex;
  flex-direction: row;
  border-top: 5px solid #ffffff;
  align-items: center;
}
@media (max-width: 1600px) {
  .headbar__nav-option {
    font-size: 19.8px;
    line-height: 1.17em;
  }
}
.headbar__nav-option-link {
  color: #373f47;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
.headbar__nav-option-link:active, .headbar__nav-option-link:focus, .headbar__nav-option-link:hover, .headbar__nav-option-link:link, .headbar__nav-option-link:visited {
  color: #373f47;
  text-decoration: none;
}
.headbar__nav-option-dropdown {
  position: relative;
  cursor: pointer;
}
.headbar__nav-option-dropdown.no-permission {
  display: none;
}
.headbar__nav-option-dropdown--active {
  color: #0066cc;
}
.headbar__nav-option--active {
  border-color: #0066cc;
}
.headbar__nav-option--active .headbar__nav-option-link {
  color: #0066cc;
}
.headbar__apps-dropdown {
  padding: 1.25vw 1.25vw 1.25vw 1.25vw;
  position: absolute;
  left: 50%;
  top: 2.6875vw;
  background-color: #ffffff;
  box-shadow: 0 0 0.25vw 0 rgba(0, 0, 0, 0.5);
}
.headbar__apps-dropdown.show {
  transform: translateX(-50%);
}
.headbar__apps-dropdown-content app-cds-launchpad {
  padding: 0;
}
.headbar__apps-dropdown-content nap-launchpad {
  flex-wrap: nowrap;
}
.headbar__apps-dropdown-content nap-launchpad-button {
  margin: 0;
}
.headbar__apps-dropdown-content:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.625vw;
  border-color: #ffffff transparent transparent #ffffff;
  display: block;
  position: absolute;
  left: 50%;
  top: -0.8125vw;
  box-shadow: -0.125vw -0.125vw 0.125vw 0 rgba(0, 0, 0, 0.125);
  transform-origin: 0 0;
  transform: rotate(45deg);
}
.headbar__search {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  margin: 0vw 0.625vw 0vw 1.25vw;
  padding: 1.25vw 0vw 1.25vw 0vw;
  align-items: stretch;
}
.headbar__search-button, .headbar__patient-search .patient-search__input-container:after, .headbar__patient-search .patient-search .ng-select-container:after, .patient-search .headbar__patient-search .ng-select-container:after {
  flex-grow: 1;
  flex-shrink: 1;
  width: 1.875vw;
  margin-right: 0.625vw;
  display: block;
  background: url('icon-search.811bffc7de3c123f.svg') no-repeat center;
  background-size: 1.5625vw 1.5625vw;
  cursor: pointer;
}
.headbar__search-tooltip {
  display: flex;
}
.headbar__search-tooltip--disabled {
  opacity: 0.25;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.headbar__patient-search {
  width: 19.25vw;
  display: block;
  background-color: #ffffff;
}
.headbar__patient-search .patient-search {
  display: block;
}
.headbar__patient-search .patient-search__input-container, .headbar__patient-search .patient-search .ng-select-container, .patient-search .headbar__patient-search .ng-select-container {
  position: relative;
}
.headbar__patient-search .patient-search__input-container:after, .headbar__patient-search .patient-search .ng-select-container:after, .patient-search .headbar__patient-search .ng-select-container:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.headbar__patient-search .patient-search__input, .headbar__patient-search .patient-search input, .patient-search .headbar__patient-search input, .headbar__patient-search .patient-search .ng-value-container, .patient-search .headbar__patient-search .ng-value-container {
  height: 4.375vw;
  min-height: 34px;
}
@media screen and (max-width: 584px) {
  .headbar__patient-search .patient-search__input, .headbar__patient-search .patient-search input, .patient-search .headbar__patient-search input, .headbar__patient-search .patient-search .ng-value-container, .patient-search .headbar__patient-search .ng-value-container {
    min-height: 51px;
  }
}
.headbar__patient-search .patient-search__option, .headbar__patient-search .patient-search__options-wrap, .headbar__patient-search .patient-search__options-empty, .headbar__patient-search .patient-search__loader, .headbar__patient-search .patient-autoselect__loader {
  border-color: #cad1d7;
}
.headbar__user {
  display: flex;
  flex-direction: row;
  margin-right: 2.5vw;
  align-items: center;
}
.headbar__user-name, .headbar__user-logout {
  padding: 0vw 0.625vw 0vw 0.625vw;
  line-height: 2.5vw;
  font-weight: 700;
  display: inline-block;
}
.headbar__user-name {
  color: #191919;
}
.headbar__user-logout, .headbar__user-logout:hover {
  color: #0066cc;
  font-weight: 600;
  text-decoration: none;
}
.headbar__user-dropdown-menu {
  position: relative;
}
.headbar__user-dropdown-menu-trigger {
  cursor: pointer;
}
.headbar__user-dropdown-menu-content {
  left: -8.125vw;
  top: 3.375vw;
  background-color: #ffffff;
  box-shadow: 0 0 0.25vw 0 rgba(0, 0, 0, 0.5);
  width: 19.75vw;
  padding: 1.875vw 1.875vw 1.875vw 1.875vw;
}
.headbar__user-dropdown-menu-content:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.625vw;
  border-color: #ffffff transparent transparent #ffffff;
  display: block;
  position: absolute;
  left: 50%;
  top: -0.75vw;
  box-shadow: -0.125vw -0.125vw 0.125vw 0 rgba(0, 0, 0, 0.125);
  transform-origin: 0 0;
  transform: rotate(45deg);
}
.headbar__user-dropdown-menu-items {
  list-style-type: none;
  cursor: default;
}
.headbar__user-dropdown-menu-item {
  padding: 0.15625vw 1.25vw 0.15625vw 1.25vw;
  cursor: pointer;
  vertical-align: middle;
}
.headbar__user-dropdown-menu-link, .headbar__user-dropdown-menu-anchor {
  display: block;
}
.headbar__user-dropdown-menu-spacer {
  border-bottom: 1px solid #cad1d7;
  margin: 1.25vw 0vw 1.25vw 0vw;
}
.headbar__user-subdropdown-menu {
  position: relative;
}
.headbar__user-subdropdown-menu-item-extention {
  margin: 0vw 0vw 0vw 0.625vw;
  padding: 0vw 1.25vw 0vw 0vw;
  float: right;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url('icon-readon.ae2d1add9d8d3737.svg');
  color: #a2aeba;
  background-size: contain;
}
.headbar__user-subdropdown-menu-content {
  position: absolute;
  left: -22.75vw;
  top: -1.25vw;
  background-color: #ffffff;
  box-shadow: 0 0 0.25vw 0 rgba(0, 0, 0, 0.5);
  width: 21.25vw;
  padding: 1.25vw 1.875vw 1.25vw 1.875vw;
}
.headbar__user-subdropdown-menu-content:before {
  content: none;
}
.headbar__user-dropdown-menu-text, .headbar-anonymization__label, .headbar__user-subdropdown-menu-text {
  color: #373f47;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .headbar__user-dropdown-menu-text, .headbar-anonymization__label, .headbar__user-subdropdown-menu-text {
    font-size: 14.4px;
    line-height: 14.4px;
  }
}
.headbar__logo {
  display: flex;
  align-items: center;
}
.headbar__logo-roche {
  margin: 0vw 1.25vw 0vw 1.25vw;
  width: 4.334375vw;
  height: 2.25vw;
  background: url('roche-logo-blue.d5d29b46f4f4e7de.svg');
  background-size: 4.334375vw 2.25vw;
}
.headbar__logo-roche-link {
  display: flex;
  width: 4.334375vw;
  height: 2.25vw;
}
.headbar__logo-roche-link, .headbar__logo-roche-link:link, .headbar__logo-roche-link:hover, .headbar__logo-roche-link:focus, .headbar__logo-roche-link:active {
  text-decoration: none;
}
.headbar--return {
  flex-direction: row-reverse;
}
.headbar--return .headbar__return {
  z-index: 1001;
}
.headbar__return {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: #0066cc;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.headbar__return-button {
  cursor: pointer;
}
.headbar__return-button:hover {
  text-decoration: none;
}
.headbar__return-button-text {
  font-size: 22px;
  line-height: 1.3em;
  color: #e8ecf0;
}
@media (max-width: 1600px) {
  .headbar__return-button-text {
    font-size: 19.8px;
    line-height: 1.17em;
  }
}
.headbar__return-button-icon {
  padding: 0vw 1.25vw 0vw 1.25vw;
  display: inline-block;
  width: 1.125vw;
  height: 1.125vw;
  background: transparent url('back-arrow-bright.89080783fdafe958.svg') no-repeat 50% 50%;
  background-size: contain;
}
app-patient-list {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
}
.patient-list__actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 999;
}
.patient-list__actions__action {
  margin: 0vw 0vw 0vw 0.625vw;
}
.patient-list__export-modal .dia-modal .dia-modal__content, .patient-list__export-modal .dia-modal-minimised .dia-modal__content {
  width: 760px;
  min-height: 260px;
}
app-patient-list-view {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  word-break: break-word;
}
.patient-list-view__wrap {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
}
.patient-list-view__grid {
  margin: 0vw -1.5625vw 0vw -0.3125vw;
}
.patient-list-view__head {
  border-bottom-width: 0;
  overflow: hidden;
}
.patient-list-view__list {
  overflow: hidden;
}
.patient-list-view__item {
  word-break: break-word;
  word-wrap: break-word;
}
.patient-list-view__item:first-child {
  border-top-width: 1px;
}
.patient-list-view__item:last-child {
  border-bottom-width: 1px;
}
.patient-list-view__action {
  flex-basis: 10%;
}
.patient-list-view__action__link, .patient-list-view__export-patient-link,
.patient-list-view__edit-patient-link,
.patient-list-view__delete-patient-link {
  padding-right: 0.625vw;
  float: right;
}
.patient-list-view__empty {
  color: #a2aeba;
  font-style: italic;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.patient-list-view__action__tooltipped {
  float: right;
}
.patient-list-view__tooltip-container {
  float: right;
  position: relative;
}
.disabled, .disabled-area, .meeting-point-of-discussion__add--disabled, .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .patient-event-links__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled, .physical-examination__add--disabled, .meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled, .tumor-information__add--disabled, .meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled, .medications__add--disabled, .meeting-preparation__sidebar__slide-creator.medications__add--disabled, .biomarkers__add--disabled, .meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled, .treatment-history__add--disabled, .meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled, .social-history__add--disabled, .meeting-preparation__sidebar__slide-creator.social-history__add--disabled, .past-medical-history__add--disabled, .meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled, .staging__add--disabled, .meeting-preparation__sidebar__slide-creator.staging__add--disabled, .patient-summary__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled, .meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation__sidebar__slide-creator.disabled, .meeting-preparation__sidebar__slide-creator.disabled-area, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .patient-history__actions-action--disabled, app-patient-card .patient-card__action-dropdown-element-delete-disabled, .cancer-info__actions__action--disabled, .patient-disabled-tooltip__label--disabled, .disabled-area:hover, .meeting-point-of-discussion__add--disabled:hover, .patient-event-links__add--disabled:hover, .physical-examination__add--disabled:hover, .tumor-information__add--disabled:hover, .medications__add--disabled:hover, .biomarkers__add--disabled:hover, .treatment-history__add--disabled:hover, .social-history__add--disabled:hover, .past-medical-history__add--disabled:hover, .staging__add--disabled:hover, .patient-summary__add--disabled:hover, .meeting-preparation-slide-creator__options__item--disabled:hover, .patient-history__actions-action--disabled:hover, app-patient-card .patient-card__action-dropdown-element-delete-disabled:hover, .cancer-info__actions__action--disabled:hover, .patient-disabled-tooltip__label--disabled:hover, .disabled-area:focus, .meeting-point-of-discussion__add--disabled:focus, .patient-event-links__add--disabled:focus, .physical-examination__add--disabled:focus, .tumor-information__add--disabled:focus, .medications__add--disabled:focus, .biomarkers__add--disabled:focus, .treatment-history__add--disabled:focus, .social-history__add--disabled:focus, .past-medical-history__add--disabled:focus, .staging__add--disabled:focus, .patient-summary__add--disabled:focus, .meeting-preparation-slide-creator__options__item--disabled:focus, .patient-history__actions-action--disabled:focus, app-patient-card .patient-card__action-dropdown-element-delete-disabled:focus, .cancer-info__actions__action--disabled:focus, .patient-disabled-tooltip__label--disabled:focus, .disabled-area:active, .meeting-point-of-discussion__add--disabled:active, .patient-event-links__add--disabled:active, .physical-examination__add--disabled:active, .tumor-information__add--disabled:active, .medications__add--disabled:active, .biomarkers__add--disabled:active, .treatment-history__add--disabled:active, .social-history__add--disabled:active, .past-medical-history__add--disabled:active, .staging__add--disabled:active, .patient-summary__add--disabled:active, .meeting-preparation-slide-creator__options__item--disabled:active, .patient-history__actions-action--disabled:active, app-patient-card .patient-card__action-dropdown-element-delete-disabled:active, .cancer-info__actions__action--disabled:active, .patient-disabled-tooltip__label--disabled:active, .disabled:hover, .disabled:focus, .disabled:active {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.disabled-area, .meeting-point-of-discussion__add--disabled, .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .patient-event-links__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled, .physical-examination__add--disabled, .meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled, .tumor-information__add--disabled, .meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled, .medications__add--disabled, .meeting-preparation__sidebar__slide-creator.medications__add--disabled, .biomarkers__add--disabled, .meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled, .treatment-history__add--disabled, .meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled, .social-history__add--disabled, .meeting-preparation__sidebar__slide-creator.social-history__add--disabled, .past-medical-history__add--disabled, .meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled, .staging__add--disabled, .meeting-preparation__sidebar__slide-creator.staging__add--disabled, .patient-summary__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled, .meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation__sidebar__slide-creator.disabled, .meeting-preparation__sidebar__slide-creator.disabled-area, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .patient-history__actions-action--disabled, app-patient-card .patient-card__action-dropdown-element-delete-disabled, .cancer-info__actions__action--disabled, .patient-disabled-tooltip__label--disabled, .disabled-area:hover, .meeting-point-of-discussion__add--disabled:hover, .patient-event-links__add--disabled:hover, .physical-examination__add--disabled:hover, .tumor-information__add--disabled:hover, .medications__add--disabled:hover, .biomarkers__add--disabled:hover, .treatment-history__add--disabled:hover, .social-history__add--disabled:hover, .past-medical-history__add--disabled:hover, .staging__add--disabled:hover, .patient-summary__add--disabled:hover, .meeting-preparation-slide-creator__options__item--disabled:hover, .patient-history__actions-action--disabled:hover, app-patient-card .patient-card__action-dropdown-element-delete-disabled:hover, .cancer-info__actions__action--disabled:hover, .patient-disabled-tooltip__label--disabled:hover, .disabled-area:focus, .meeting-point-of-discussion__add--disabled:focus, .patient-event-links__add--disabled:focus, .physical-examination__add--disabled:focus, .tumor-information__add--disabled:focus, .medications__add--disabled:focus, .biomarkers__add--disabled:focus, .treatment-history__add--disabled:focus, .social-history__add--disabled:focus, .past-medical-history__add--disabled:focus, .staging__add--disabled:focus, .patient-summary__add--disabled:focus, .meeting-preparation-slide-creator__options__item--disabled:focus, .patient-history__actions-action--disabled:focus, app-patient-card .patient-card__action-dropdown-element-delete-disabled:focus, .cancer-info__actions__action--disabled:focus, .patient-disabled-tooltip__label--disabled:focus, .disabled-area:active, .meeting-point-of-discussion__add--disabled:active, .patient-event-links__add--disabled:active, .physical-examination__add--disabled:active, .tumor-information__add--disabled:active, .medications__add--disabled:active, .biomarkers__add--disabled:active, .treatment-history__add--disabled:active, .social-history__add--disabled:active, .past-medical-history__add--disabled:active, .staging__add--disabled:active, .patient-summary__add--disabled:active, .meeting-preparation-slide-creator__options__item--disabled:active, .patient-history__actions-action--disabled:active, app-patient-card .patient-card__action-dropdown-element-delete-disabled:active, .cancer-info__actions__action--disabled:active, .patient-disabled-tooltip__label--disabled:active {
  display: block;
  opacity: 0.25;
}
app-patient-disabled-tooltip {
  position: relative;
}
.patient-disabled-tooltip__body {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: row;
}
.patient-disabled-tooltip__label {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: row;
}
.patient-disabled-tooltip__tooltip {
  transition-property: none;
}
.patient-identifier {
  margin: 0;
}
.patient-identifier__value {
  word-break: break-word;
}
.patient-identifier__title {
  margin: 0vw 0vw 0.5625vw 0vw;
  text-transform: uppercase;
}
.patient-identifier__item {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
@media (max-width: 1600px) {
  .patient-identifier__item {
    font-size: 12.6px;
    line-height: 16.2px;
  }
}
.disabled, .disabled-area, .meeting-point-of-discussion__add--disabled, .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .patient-event-links__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled, .physical-examination__add--disabled, .meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled, .tumor-information__add--disabled, .meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled, .medications__add--disabled, .meeting-preparation__sidebar__slide-creator.medications__add--disabled, .biomarkers__add--disabled, .meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled, .treatment-history__add--disabled, .meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled, .social-history__add--disabled, .meeting-preparation__sidebar__slide-creator.social-history__add--disabled, .past-medical-history__add--disabled, .meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled, .staging__add--disabled, .meeting-preparation__sidebar__slide-creator.staging__add--disabled, .patient-summary__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled, .meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation__sidebar__slide-creator.disabled, .meeting-preparation__sidebar__slide-creator.disabled-area, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .patient-history__actions-action--disabled, app-patient-card .patient-card__action-dropdown-element-delete-disabled, .cancer-info__actions__action--disabled, .disabled-area:hover, .meeting-point-of-discussion__add--disabled:hover, .patient-event-links__add--disabled:hover, .physical-examination__add--disabled:hover, .tumor-information__add--disabled:hover, .medications__add--disabled:hover, .biomarkers__add--disabled:hover, .treatment-history__add--disabled:hover, .social-history__add--disabled:hover, .past-medical-history__add--disabled:hover, .staging__add--disabled:hover, .patient-summary__add--disabled:hover, .meeting-preparation-slide-creator__options__item--disabled:hover, .patient-history__actions-action--disabled:hover, app-patient-card .patient-card__action-dropdown-element-delete-disabled:hover, .cancer-info__actions__action--disabled:hover, .disabled-area:focus, .meeting-point-of-discussion__add--disabled:focus, .patient-event-links__add--disabled:focus, .physical-examination__add--disabled:focus, .tumor-information__add--disabled:focus, .medications__add--disabled:focus, .biomarkers__add--disabled:focus, .treatment-history__add--disabled:focus, .social-history__add--disabled:focus, .past-medical-history__add--disabled:focus, .staging__add--disabled:focus, .patient-summary__add--disabled:focus, .meeting-preparation-slide-creator__options__item--disabled:focus, .patient-history__actions-action--disabled:focus, app-patient-card .patient-card__action-dropdown-element-delete-disabled:focus, .cancer-info__actions__action--disabled:focus, .disabled-area:active, .meeting-point-of-discussion__add--disabled:active, .patient-event-links__add--disabled:active, .physical-examination__add--disabled:active, .tumor-information__add--disabled:active, .medications__add--disabled:active, .biomarkers__add--disabled:active, .treatment-history__add--disabled:active, .social-history__add--disabled:active, .past-medical-history__add--disabled:active, .staging__add--disabled:active, .patient-summary__add--disabled:active, .meeting-preparation-slide-creator__options__item--disabled:active, .patient-history__actions-action--disabled:active, app-patient-card .patient-card__action-dropdown-element-delete-disabled:active, .cancer-info__actions__action--disabled:active, .patient-disabled-tooltip__label--disabled, .patient-disabled-tooltip__label--disabled:hover, .patient-disabled-tooltip__label--disabled:focus, .patient-disabled-tooltip__label--disabled:active, .disabled:hover, .disabled:focus, .disabled:active {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.disabled-area, .meeting-point-of-discussion__add--disabled, .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .patient-event-links__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled, .physical-examination__add--disabled, .meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled, .tumor-information__add--disabled, .meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled, .medications__add--disabled, .meeting-preparation__sidebar__slide-creator.medications__add--disabled, .biomarkers__add--disabled, .meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled, .treatment-history__add--disabled, .meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled, .social-history__add--disabled, .meeting-preparation__sidebar__slide-creator.social-history__add--disabled, .past-medical-history__add--disabled, .meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled, .staging__add--disabled, .meeting-preparation__sidebar__slide-creator.staging__add--disabled, .patient-summary__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled, .meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation__sidebar__slide-creator.disabled, .meeting-preparation__sidebar__slide-creator.disabled-area, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .patient-history__actions-action--disabled, app-patient-card .patient-card__action-dropdown-element-delete-disabled, .cancer-info__actions__action--disabled, .patient-disabled-tooltip__label--disabled, .disabled-area:hover, .disabled-area:focus, .disabled-area:active {
  display: block;
  opacity: 0.25;
}
app-patient-cancer-info-view {
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 1.875vw;
  display: block;
  position: relative;
  flex-shrink: 0;
}
.cancer-info__actions {
  float: right;
}
.cancer-info__actions__action {
  margin: 0vw 0vw 0vw 0.625vw;
}
.cancer-info__actions__action .dia-btn[type=default] {
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
}
.cancer-info__actions__action .dia-btn[type=default].dia-btn--disabled {
  color: #a2aeba;
  text-decoration: none;
  cursor: not-allowed;
}
.cancer-info__form {
  display: flex;
  flex-direction: column;
  margin: 0vw 0vw 0vw 0vw;
}
.cancer-info__form__bio-and-tumor-info {
  display: flex;
  flex-direction: row;
  margin: 0vw 0vw 0vw 0vw;
}
.cancer-info__form__column, .cancer-info__form__main-column {
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0vw 0vw 0vw 0vw;
  flex-basis: 40%;
  width: 40%;
}
.cancer-info__form:not(.edit-view) .cancer-info__form__column, .cancer-info__form:not(.edit-view) .cancer-info__form__main-column {
  overflow: hidden;
}
.cancer-info__form__main-column {
  padding: 0vw 1.875vw 0vw 0vw;
  flex-basis: 60%;
  width: 60%;
}
.cancer-info__form__treatment-history {
  flex-grow: 1;
  flex-shrink: 1;
}
.cancer-info__form__genomics-alterations {
  padding: 0vw 0vw 0.9375vw 0vw;
}
.cancer-info__partial-error {
  padding: 0.75vw 0.75vw 0.75vw 2.875vw;
  margin-bottom: 1.125vw;
  position: relative;
  border: solid 2px #d0011b;
}
.cancer-info__partial-error:before {
  margin-top: -0.5625vw;
  content: "";
  position: absolute;
  left: rwd-size(17);
  top: 50%;
  width: rwd-size(18);
  height: rwd-size(18);
  background-size: cover;
  background-image: url('fail.f16ca9b6b27f62b9.svg');
}
.patient-genomics__cell span {
  word-break: break-word;
}
.disabled, .disabled-area, .meeting-point-of-discussion__add--disabled, .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .patient-event-links__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled, .physical-examination__add--disabled, .meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled, .tumor-information__add--disabled, .meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled, .medications__add--disabled, .meeting-preparation__sidebar__slide-creator.medications__add--disabled, .biomarkers__add--disabled, .meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled, .treatment-history__add--disabled, .meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled, .social-history__add--disabled, .meeting-preparation__sidebar__slide-creator.social-history__add--disabled, .past-medical-history__add--disabled, .meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled, .staging__add--disabled, .meeting-preparation__sidebar__slide-creator.staging__add--disabled, .patient-summary__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled, .meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation__sidebar__slide-creator.disabled, .meeting-preparation__sidebar__slide-creator.disabled-area, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .patient-history__actions-action--disabled, app-patient-card .patient-card__action-dropdown-element-delete-disabled, .disabled-area:hover, .meeting-point-of-discussion__add--disabled:hover, .patient-event-links__add--disabled:hover, .physical-examination__add--disabled:hover, .tumor-information__add--disabled:hover, .medications__add--disabled:hover, .biomarkers__add--disabled:hover, .treatment-history__add--disabled:hover, .social-history__add--disabled:hover, .past-medical-history__add--disabled:hover, .staging__add--disabled:hover, .patient-summary__add--disabled:hover, .meeting-preparation-slide-creator__options__item--disabled:hover, .patient-history__actions-action--disabled:hover, app-patient-card .patient-card__action-dropdown-element-delete-disabled:hover, .disabled-area:focus, .meeting-point-of-discussion__add--disabled:focus, .patient-event-links__add--disabled:focus, .physical-examination__add--disabled:focus, .tumor-information__add--disabled:focus, .medications__add--disabled:focus, .biomarkers__add--disabled:focus, .treatment-history__add--disabled:focus, .social-history__add--disabled:focus, .past-medical-history__add--disabled:focus, .staging__add--disabled:focus, .patient-summary__add--disabled:focus, .meeting-preparation-slide-creator__options__item--disabled:focus, .patient-history__actions-action--disabled:focus, app-patient-card .patient-card__action-dropdown-element-delete-disabled:focus, .disabled-area:active, .meeting-point-of-discussion__add--disabled:active, .patient-event-links__add--disabled:active, .physical-examination__add--disabled:active, .tumor-information__add--disabled:active, .medications__add--disabled:active, .biomarkers__add--disabled:active, .treatment-history__add--disabled:active, .social-history__add--disabled:active, .past-medical-history__add--disabled:active, .staging__add--disabled:active, .patient-summary__add--disabled:active, .meeting-preparation-slide-creator__options__item--disabled:active, .patient-history__actions-action--disabled:active, app-patient-card .patient-card__action-dropdown-element-delete-disabled:active, .patient-disabled-tooltip__label--disabled, .patient-disabled-tooltip__label--disabled:hover, .patient-disabled-tooltip__label--disabled:focus, .patient-disabled-tooltip__label--disabled:active, .cancer-info__actions__action--disabled, .cancer-info__actions__action--disabled:hover, .cancer-info__actions__action--disabled:focus, .cancer-info__actions__action--disabled:active, .disabled:hover, .disabled:focus, .disabled:active {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.disabled-area, .meeting-point-of-discussion__add--disabled, .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .patient-event-links__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled, .physical-examination__add--disabled, .meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled, .tumor-information__add--disabled, .meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled, .medications__add--disabled, .meeting-preparation__sidebar__slide-creator.medications__add--disabled, .biomarkers__add--disabled, .meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled, .treatment-history__add--disabled, .meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled, .social-history__add--disabled, .meeting-preparation__sidebar__slide-creator.social-history__add--disabled, .past-medical-history__add--disabled, .meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled, .staging__add--disabled, .meeting-preparation__sidebar__slide-creator.staging__add--disabled, .patient-summary__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled, .meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation__sidebar__slide-creator.disabled, .meeting-preparation__sidebar__slide-creator.disabled-area, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .patient-history__actions-action--disabled, app-patient-card .patient-card__action-dropdown-element-delete-disabled, .patient-disabled-tooltip__label--disabled, .cancer-info__actions__action--disabled, .disabled-area:hover, .disabled-area:focus, .disabled-area:active {
  display: block;
  opacity: 0.25;
}
app-patient-card {
  display: block;
  overflow: hidden;
}
app-patient-card .patient-card__action-dropdown-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  z-index: 1;
  position: absolute;
  right: 0.3125vw;
  top: 0;
}
app-patient-card .patient-card__dots-icon {
  margin-top: 1vw;
  right: 0.3125vw;
  top: 1.875vw;
  width: 1.5vw;
  height: 1.5vw;
  background-image: url('dots.c0e9d70d2531c346.svg');
  background-size: contain;
  cursor: pointer;
  background-color: #ffffff;
  padding: 5px 5px 5px 5px;
  margin-right: 2px;
  box-shadow: 0 0 0.25vw 0 rgba(0, 0, 0, 0.5);
}
app-patient-card .patient-card__action-dropdown__content {
  top: 2.1vw;
  left: -8.375vw;
  background-color: #ffffff;
  box-shadow: 0 0 0.25vw 0 rgba(0, 0, 0, 0.5);
  width: 9.875vw;
  padding: 0.625vw 0vw 0.625vw 0.1875vw;
}
app-patient-card .patient-card__action-dropdown__content::before {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  transform: none;
  box-shadow: none;
  border-color: #ffffff;
  border-width: 0.75vw;
  left: 8.375vw;
  top: -0.25vw;
}
app-patient-card .patient-card__action-dropdown-elements {
  list-style-type: none;
  cursor: default;
}
app-patient-card .patient-card__action-dropdown-element-container {
  padding: 0.15625vw 1.25vw 0.15625vw 1.25vw;
  vertical-align: middle;
}
app-patient-card .patient-card__action-dropdown-element, app-patient-card .patient-card__action-dropdown-element--delete {
  color: #373f47;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  line-height: inherit;
}
@media (max-width: 1600px) {
  app-patient-card .patient-card__action-dropdown-element, app-patient-card .patient-card__action-dropdown-element--delete {
    font-size: 14.4px;
    line-height: 14.4px;
  }
}
app-patient-card .patient-card__action-dropdown-element--delete {
  color: #ff5555;
}
app-patient-card .patient-card__export-icon, app-patient-card .patient-card__export-icon-fail, app-patient-card .patient-card__export-icon-success {
  width: 1.125vw;
  height: 1.125vw;
  background-size: contain;
  float: right;
}
app-patient-card .patient-card__export-icon-success {
  background-image: url('success.d0c0a02798296f26.svg');
}
app-patient-card .patient-card__export-icon-fail {
  background-image: url('fail.f16ca9b6b27f62b9.svg');
}
app-patient-card .patient-card__export-in-progress {
  cursor: not-allowed;
  font-style: italic;
}
.patient-card__wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.patient-card__data {
  flex-grow: 1;
  flex-shrink: 1;
  color: #5a6774;
  overflow: hidden;
}
.patient-card__data__name {
  font-size: 1.3em;
  line-height: 1.3em;
  color: #373f47;
  font-weight: bold;
}
@media (max-width: 1600px) {
  .patient-card__data__name {
    font-size: 1.17em;
    line-height: 1.17em;
  }
}
.patient-card__data__mrn {
  word-wrap: break-word;
}
.patient-card__data__actions {
  margin: 0.9375vw 0vw 0vw 0vw;
  text-align: left;
}
.patient-card__row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.patient-card__data__demographics {
  margin-right: auto;
}
.patient-card__patient-action {
  margin-right: 0.625vw;
  color: #0066cc;
  font-style: italic;
  opacity: 0;
}
.patient-card__patient-action:last-child, patient-delete .patient-card__patient-action {
  margin-right: 0;
}
.patient-card__tooltip-container .patient-card__patient-action:last-child {
  margin-right: 0.625vw;
}
.patient-card:hover .patient-card__patient-action {
  color: #0066cc;
  opacity: 1;
}
.patient-card:hover .patient-card__patient-action.disabled, .patient-card:hover .patient-card__patient-action.disabled-area, .patient-card:hover .patient-card__patient-action.meeting-point-of-discussion__add--disabled, .patient-card:hover .patient-card__patient-action.patient-event-links__add--disabled, .patient-card:hover .patient-card__patient-action.physical-examination__add--disabled, .patient-card:hover .patient-card__patient-action.tumor-information__add--disabled, .patient-card:hover .patient-card__patient-action.medications__add--disabled, .patient-card:hover .patient-card__patient-action.biomarkers__add--disabled, .patient-card:hover .patient-card__patient-action.treatment-history__add--disabled, .patient-card:hover .patient-card__patient-action.social-history__add--disabled, .patient-card:hover .patient-card__patient-action.past-medical-history__add--disabled, .patient-card:hover .patient-card__patient-action.staging__add--disabled, .patient-card:hover .patient-card__patient-action.patient-summary__add--disabled, .patient-card:hover .patient-card__patient-action.meeting-preparation-slide-creator__options__item--disabled, .patient-card:hover .patient-card__patient-action.patient-history__actions-action--disabled, .patient-card:hover .patient-card__patient-action.patient-disabled-tooltip__label--disabled, .patient-card:hover .patient-card__patient-action.cancer-info__actions__action--disabled, .patient-card:hover app-patient-card .patient-card__patient-action.patient-card__action-dropdown-element-delete-disabled, app-patient-card .patient-card:hover .patient-card__patient-action.patient-card__action-dropdown-element-delete-disabled {
  color: #a2aeba;
}
.patient-card__tooltip-container {
  position: relative;
}
.disabled, .disabled-area, .meeting-point-of-discussion__add--disabled, .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .patient-event-links__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled, .physical-examination__add--disabled, .meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled, .tumor-information__add--disabled, .meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled, .medications__add--disabled, .meeting-preparation__sidebar__slide-creator.medications__add--disabled, .biomarkers__add--disabled, .meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled, .treatment-history__add--disabled, .meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled, .social-history__add--disabled, .meeting-preparation__sidebar__slide-creator.social-history__add--disabled, .past-medical-history__add--disabled, .meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled, .staging__add--disabled, .meeting-preparation__sidebar__slide-creator.staging__add--disabled, .patient-summary__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled, .meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation__sidebar__slide-creator.disabled, .meeting-preparation__sidebar__slide-creator.disabled-area, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .patient-history__actions-action--disabled, .disabled-area:hover, .disabled-area:focus, .disabled-area:active, .patient-disabled-tooltip__label--disabled, .patient-disabled-tooltip__label--disabled:hover, .patient-disabled-tooltip__label--disabled:focus, .patient-disabled-tooltip__label--disabled:active, .cancer-info__actions__action--disabled, .cancer-info__actions__action--disabled:hover, .cancer-info__actions__action--disabled:focus, .cancer-info__actions__action--disabled:active, app-patient-card .patient-card__action-dropdown-element-delete-disabled, app-patient-card .patient-card__action-dropdown-element-delete-disabled:hover, app-patient-card .patient-card__action-dropdown-element-delete-disabled:focus, app-patient-card .patient-card__action-dropdown-element-delete-disabled:active, .disabled:hover, .disabled:focus, .disabled:active {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.disabled-area, .meeting-point-of-discussion__add--disabled, .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .patient-event-links__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled, .physical-examination__add--disabled, .meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled, .tumor-information__add--disabled, .meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled, .medications__add--disabled, .meeting-preparation__sidebar__slide-creator.medications__add--disabled, .biomarkers__add--disabled, .meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled, .treatment-history__add--disabled, .meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled, .social-history__add--disabled, .meeting-preparation__sidebar__slide-creator.social-history__add--disabled, .past-medical-history__add--disabled, .meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled, .staging__add--disabled, .meeting-preparation__sidebar__slide-creator.staging__add--disabled, .patient-summary__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled, .meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation__sidebar__slide-creator.disabled, .meeting-preparation__sidebar__slide-creator.disabled-area, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .patient-history__actions-action--disabled, .patient-disabled-tooltip__label--disabled, .cancer-info__actions__action--disabled, app-patient-card .patient-card__action-dropdown-element-delete-disabled, .disabled-area:hover, .disabled-area:focus, .disabled-area:active {
  display: block;
  opacity: 0.25;
}
.delete-confirmation-dialog__body {
  display: block;
}
.delete-confirmation-dialog__footer {
  display: flex;
  flex-direction: row;
  margin: 4.375vw 0vw 0vw 0vw;
  justify-content: space-between;
}
.delete-confirmation-dialog__cancel-btn {
  margin-right: 0.9375vw;
}
.delete-confirmation-dialog__text {
  margin-right: 1.125vw;
}
.delete-confirmation-dialog__btn .dia-btn {
  min-width: 100px;
  text-align: center;
}
.delete-input-confirm {
  display: inline-flex;
}
.delete-message:not(:last-child) {
  margin-bottom: 1.25vw;
}
.delete-message-second {
  color: #a2aeba;
  font-style: italic;
}
.delete-message-third {
  font-weight: bold;
}
.delete-message-fourth {
  font-weight: normal;
  font-style: italic;
}
.patient-link-tooltip-container, .meeting-presentation-patient-cover-slide__patient, .meeting-preparation-patient-cover-slide__patient, .patient-tag {
  cursor: pointer;
  position: relative;
}
.patient-link-tooltip__tooltip {
  font-size: 16px;
  line-height: 1.3em;
  padding: 0.375vw 1.25vw 0.375vw 1.25vw;
  pointer-events: none;
  opacity: 0;
  display: inline-block;
  width: auto;
  min-height: 1.875vw;
  white-space: nowrap;
  line-height: 1.3em;
  position: absolute;
  bottom: -0.625vw;
  left: 50%;
  transform: translate(-50%, 100%);
  text-align: center;
  background-color: #0066cc;
  color: #ffffff;
  transition: opacity 0.3s ease;
}
@media (max-width: 1600px) {
  .patient-link-tooltip__tooltip {
    font-size: 14.4px;
    line-height: 1.17em;
  }
}
.patient-link-tooltip-container:hover .patient-link-tooltip__tooltip, .meeting-presentation-patient-cover-slide__patient:hover .patient-link-tooltip__tooltip, .meeting-preparation-patient-cover-slide__patient:hover .patient-link-tooltip__tooltip, .patient-tag:hover .patient-link-tooltip__tooltip {
  opacity: 1;
}
.patient-link-tooltip__tooltip:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -0.5625vw;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.75vw 0.75vw 0.75vw;
  border-color: transparent transparent #0066cc transparent;
}
.patient-link-tooltip--full-width {
  padding: 0.375vw 0.5vw 0.375vw 0.5vw;
  left: -0.25vw;
  right: -0.25vw;
  bottom: -0.375vw;
  transform: translateY(100%);
}
.disabled, .disabled-area, .meeting-point-of-discussion__add--disabled, .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .patient-event-links__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled, .physical-examination__add--disabled, .meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled, .tumor-information__add--disabled, .meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled, .medications__add--disabled, .meeting-preparation__sidebar__slide-creator.medications__add--disabled, .biomarkers__add--disabled, .meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled, .treatment-history__add--disabled, .meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled, .social-history__add--disabled, .meeting-preparation__sidebar__slide-creator.social-history__add--disabled, .past-medical-history__add--disabled, .meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled, .staging__add--disabled, .meeting-preparation__sidebar__slide-creator.staging__add--disabled, .patient-summary__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled, .meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation__sidebar__slide-creator.disabled, .meeting-preparation__sidebar__slide-creator.disabled-area, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .patient-history__actions-action--disabled, .disabled-area:hover, .disabled-area:focus, .disabled-area:active, .patient-disabled-tooltip__label--disabled, .patient-disabled-tooltip__label--disabled:hover, .patient-disabled-tooltip__label--disabled:focus, .patient-disabled-tooltip__label--disabled:active, .cancer-info__actions__action--disabled, .cancer-info__actions__action--disabled:hover, .cancer-info__actions__action--disabled:focus, .cancer-info__actions__action--disabled:active, app-patient-card .patient-card__action-dropdown-element-delete-disabled, app-patient-card .patient-card__action-dropdown-element-delete-disabled:hover, app-patient-card .patient-card__action-dropdown-element-delete-disabled:focus, app-patient-card .patient-card__action-dropdown-element-delete-disabled:active, .disabled:hover, .disabled:focus, .disabled:active {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.disabled-area, .meeting-point-of-discussion__add--disabled, .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .patient-event-links__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled, .physical-examination__add--disabled, .meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled, .tumor-information__add--disabled, .meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled, .medications__add--disabled, .meeting-preparation__sidebar__slide-creator.medications__add--disabled, .biomarkers__add--disabled, .meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled, .treatment-history__add--disabled, .meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled, .social-history__add--disabled, .meeting-preparation__sidebar__slide-creator.social-history__add--disabled, .past-medical-history__add--disabled, .meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled, .staging__add--disabled, .meeting-preparation__sidebar__slide-creator.staging__add--disabled, .patient-summary__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled, .meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation__sidebar__slide-creator.disabled, .meeting-preparation__sidebar__slide-creator.disabled-area, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .patient-history__actions-action--disabled, .patient-disabled-tooltip__label--disabled, .cancer-info__actions__action--disabled, app-patient-card .patient-card__action-dropdown-element-delete-disabled, .disabled-area:hover, .disabled-area:focus, .disabled-area:active {
  display: block;
  opacity: 0.25;
}
app-patient-card {
  display: block;
  overflow: hidden;
}
app-patient-card .patient-card__action-dropdown-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  z-index: 1;
  position: absolute;
  right: 0.3125vw;
  top: 0;
}
app-patient-card .patient-card__dots-icon {
  margin-top: 1vw;
  right: 0.3125vw;
  top: 1.875vw;
  width: 1.5vw;
  height: 1.5vw;
  background-image: url('dots.c0e9d70d2531c346.svg');
  background-size: contain;
  cursor: pointer;
  background-color: #ffffff;
  padding: 5px 5px 5px 5px;
  margin-right: 2px;
  box-shadow: 0 0 0.25vw 0 rgba(0, 0, 0, 0.5);
}
app-patient-card .patient-card__action-dropdown__content {
  top: 2.1vw;
  left: -8.375vw;
  background-color: #ffffff;
  box-shadow: 0 0 0.25vw 0 rgba(0, 0, 0, 0.5);
  width: 9.875vw;
  padding: 0.625vw 0vw 0.625vw 0.1875vw;
}
app-patient-card .patient-card__action-dropdown__content::before {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  transform: none;
  box-shadow: none;
  border-color: #ffffff;
  border-width: 0.75vw;
  left: 8.375vw;
  top: -0.25vw;
}
app-patient-card .patient-card__action-dropdown-elements {
  list-style-type: none;
  cursor: default;
}
app-patient-card .patient-card__action-dropdown-element-container {
  padding: 0.15625vw 1.25vw 0.15625vw 1.25vw;
  vertical-align: middle;
}
app-patient-card .patient-card__action-dropdown-element, app-patient-card .patient-card__action-dropdown-element--delete {
  color: #373f47;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  line-height: inherit;
}
@media (max-width: 1600px) {
  app-patient-card .patient-card__action-dropdown-element, app-patient-card .patient-card__action-dropdown-element--delete {
    font-size: 14.4px;
    line-height: 14.4px;
  }
}
app-patient-card .patient-card__action-dropdown-element--delete {
  color: #ff5555;
}
app-patient-card .patient-card__export-icon, app-patient-card .patient-card__export-icon-success, app-patient-card .patient-card__export-icon-fail {
  width: 1.125vw;
  height: 1.125vw;
  background-size: contain;
  float: right;
}
app-patient-card .patient-card__export-icon-success {
  background-image: url('success.d0c0a02798296f26.svg');
}
app-patient-card .patient-card__export-icon-fail {
  background-image: url('fail.f16ca9b6b27f62b9.svg');
}
app-patient-card .patient-card__export-in-progress {
  cursor: not-allowed;
  font-style: italic;
}
.patient-card__wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.patient-card__data {
  flex-grow: 1;
  flex-shrink: 1;
  color: #5a6774;
  overflow: hidden;
}
.patient-card__data__name {
  font-size: 1.3em;
  line-height: 1.3em;
  color: #373f47;
  font-weight: bold;
}
@media (max-width: 1600px) {
  .patient-card__data__name {
    font-size: 1.17em;
    line-height: 1.17em;
  }
}
.patient-card__data__mrn {
  word-wrap: break-word;
}
.patient-card__data__actions {
  margin: 0.9375vw 0vw 0vw 0vw;
  text-align: left;
}
.patient-card__row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.patient-card__data__demographics {
  margin-right: auto;
}
.patient-card__patient-action {
  margin-right: 0.625vw;
  color: #0066cc;
  font-style: italic;
  opacity: 0;
}
.patient-card__patient-action:last-child, patient-delete .patient-card__patient-action {
  margin-right: 0;
}
.patient-card__tooltip-container .patient-card__patient-action:last-child {
  margin-right: 0.625vw;
}
.patient-card:hover .patient-card__patient-action {
  color: #0066cc;
  opacity: 1;
}
.patient-card:hover .patient-card__patient-action.disabled, .patient-card:hover .patient-card__patient-action.disabled-area, .patient-card:hover .patient-card__patient-action.meeting-point-of-discussion__add--disabled, .patient-card:hover .patient-card__patient-action.patient-event-links__add--disabled, .patient-card:hover .patient-card__patient-action.physical-examination__add--disabled, .patient-card:hover .patient-card__patient-action.tumor-information__add--disabled, .patient-card:hover .patient-card__patient-action.medications__add--disabled, .patient-card:hover .patient-card__patient-action.biomarkers__add--disabled, .patient-card:hover .patient-card__patient-action.treatment-history__add--disabled, .patient-card:hover .patient-card__patient-action.social-history__add--disabled, .patient-card:hover .patient-card__patient-action.past-medical-history__add--disabled, .patient-card:hover .patient-card__patient-action.staging__add--disabled, .patient-card:hover .patient-card__patient-action.patient-summary__add--disabled, .patient-card:hover .patient-card__patient-action.meeting-preparation-slide-creator__options__item--disabled, .patient-card:hover .patient-card__patient-action.patient-history__actions-action--disabled, .patient-card:hover .patient-card__patient-action.patient-disabled-tooltip__label--disabled, .patient-card:hover .patient-card__patient-action.cancer-info__actions__action--disabled, .patient-card:hover app-patient-card .patient-card__patient-action.patient-card__action-dropdown-element-delete-disabled, app-patient-card .patient-card:hover .patient-card__patient-action.patient-card__action-dropdown-element-delete-disabled {
  color: #a2aeba;
}
.patient-card__tooltip-container {
  position: relative;
}
.patient-menu__card {
  margin: 0.5vw 0vw 1.25vw 0vw;
}
.patient-menu__card .patient-card__wrap {
  align-items: flex-start;
}
.patient-menu__card .patient-card__data__name {
  margin-top: 1.3125vw;
  font-size: 22px;
  line-height: 1.5em;
}
@media (max-width: 1600px) {
  .patient-menu__card .patient-card__data__name {
    font-size: 19.8px;
    line-height: 1.35em;
  }
}
.patient-menu__item, .patient-menu__cds-apps {
  margin: 0vw 0vw 0.625vw 0vw;
  border: 0;
}
.patient-menu__link, .patient-menu__cancer-info {
  color: #373f47;
}
.patient-menu__item.active .patient-menu__link, .active.patient-menu__cds-apps .patient-menu__link, .patient-menu__item.active .patient-menu__cancer-info, .active.patient-menu__cds-apps .patient-menu__cancer-info {
  outline: 1px solid #0066cc;
}
.patient-menu__cancer-info {
  padding: 0;
}
.patient-menu__tumor-info-container {
  margin: 0.125vw 0vw 0vw 0vw;
  word-break: break-all;
}
.patient-menu__tumor-info-container.with-staging {
  padding-bottom: 0.625vw;
  margin-bottom: 0.625vw;
  border-bottom: 1px solid #cad1d7;
}
.patient-menu__list .staging-view__outer {
  font-size: 14px;
  line-height: 1.2em;
}
@media (max-width: 1600px) {
  .patient-menu__list .staging-view__outer {
    font-size: 12.6px;
    line-height: 1.08em;
  }
}
.patient-menu__cds-apps {
  background: #ffffff;
  padding: 0;
}
.patient-menu__cds-menu {
  padding: 0;
}
.patient-menu__cds-apps-title {
  color: #373f47;
  border: none;
}
.disabled, .disabled-area, .meeting-point-of-discussion__add--disabled, .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .patient-event-links__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled, .physical-examination__add--disabled, .meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled, .tumor-information__add--disabled, .meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled, .medications__add--disabled, .meeting-preparation__sidebar__slide-creator.medications__add--disabled, .biomarkers__add--disabled, .meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled, .treatment-history__add--disabled, .meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled, .social-history__add--disabled, .meeting-preparation__sidebar__slide-creator.social-history__add--disabled, .past-medical-history__add--disabled, .meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled, .staging__add--disabled, .meeting-preparation__sidebar__slide-creator.staging__add--disabled, .patient-summary__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled, .meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation__sidebar__slide-creator.disabled, .meeting-preparation__sidebar__slide-creator.disabled-area, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .patient-history__actions-action--disabled, .disabled-area:hover, .disabled-area:focus, .disabled-area:active, .patient-disabled-tooltip__label--disabled, .patient-disabled-tooltip__label--disabled:hover, .patient-disabled-tooltip__label--disabled:focus, .patient-disabled-tooltip__label--disabled:active, .cancer-info__actions__action--disabled, .cancer-info__actions__action--disabled:hover, .cancer-info__actions__action--disabled:focus, .cancer-info__actions__action--disabled:active, app-patient-card .patient-card__action-dropdown-element-delete-disabled, app-patient-card .patient-card__action-dropdown-element-delete-disabled:hover, app-patient-card .patient-card__action-dropdown-element-delete-disabled:focus, app-patient-card .patient-card__action-dropdown-element-delete-disabled:active, .disabled:hover, .disabled:focus, .disabled:active {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.disabled-area, .meeting-point-of-discussion__add--disabled, .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .patient-event-links__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled, .physical-examination__add--disabled, .meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled, .tumor-information__add--disabled, .meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled, .medications__add--disabled, .meeting-preparation__sidebar__slide-creator.medications__add--disabled, .biomarkers__add--disabled, .meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled, .treatment-history__add--disabled, .meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled, .social-history__add--disabled, .meeting-preparation__sidebar__slide-creator.social-history__add--disabled, .past-medical-history__add--disabled, .meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled, .staging__add--disabled, .meeting-preparation__sidebar__slide-creator.staging__add--disabled, .patient-summary__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled, .meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation__sidebar__slide-creator.disabled, .meeting-preparation__sidebar__slide-creator.disabled-area, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .patient-history__actions-action--disabled, .patient-disabled-tooltip__label--disabled, .cancer-info__actions__action--disabled, app-patient-card .patient-card__action-dropdown-element-delete-disabled, .disabled-area:hover, .disabled-area:focus, .disabled-area:active {
  display: block;
  opacity: 0.25;
}
app-patient-history {
  padding-right: 1.875vw;
  display: block;
  position: relative;
  flex-shrink: 0;
}
.patient-history__actions {
  float: right;
}
.patient-history__actions-action {
  margin: 0 0 0 10px;
}
.patient-history__actions-action .dia-btn[type=default] {
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
}
.patient-history__actions-action .dia-btn[type=default].dia-btn--disabled {
  color: #a2aeba;
  text-decoration: none;
  cursor: not-allowed;
}
.patient-history__form {
  display: flex;
  flex-direction: row;
  margin: 0;
}
.patient-history__form-column, .patient-history__form-main-column {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 40%;
  margin: 0;
  min-width: 40%;
}
.patient-history__form-main-column {
  padding: 0vw 1.875vw 0vw 0vw;
  flex-basis: 60%;
}
app-patient-present-illness-history {
  display: block;
  position: relative;
}
.genomics__pin-button, .genomics-alterations__pin-button, .patient-event-links__pin-button, .physical-examination__pin-button, .tumor-information__pin-button, .medications__pin-button, .biomarkers__pin-button, .treatment-history__pin-button, .social-history__pin-button, .past-medical-history__pin-button, .staging__pin-button, .patient-summary__pin-button, .present-illness-history__pin-button {
  justify-content: right;
  align-self: right;
  margin-left: auto;
  width: 1.375vw;
  height: 1.375vw;
}
.genomics__pin-button .pin-button__icon, .genomics-alterations__pin-button .pin-button__icon, .patient-event-links__pin-button .pin-button__icon, .physical-examination__pin-button .pin-button__icon, .tumor-information__pin-button .pin-button__icon, .medications__pin-button .pin-button__icon, .biomarkers__pin-button .pin-button__icon, .treatment-history__pin-button .pin-button__icon, .social-history__pin-button .pin-button__icon, .past-medical-history__pin-button .pin-button__icon, .staging__pin-button .pin-button__icon, .patient-summary__pin-button .pin-button__icon, .present-illness-history__pin-button .pin-button__icon {
  background-size: 0.9375vw;
}
.genomics__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .genomics-alterations__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .patient-event-links__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .physical-examination__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .tumor-information__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .medications__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .biomarkers__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .treatment-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .social-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .past-medical-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .staging__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .patient-summary__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .present-illness-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover {
  background-image: url('pin-disabled-hover.3bdcca6a1e8dce46.svg');
}
.present-illness-history__headline {
  border: solid #cad1d7;
  border-width: 0 0 1px;
  display: flex;
  height: auto;
}
.present-illness-history__view-value {
  white-space: pre-wrap;
  position: relative;
  word-wrap: break-word;
  color: #5a6774;
}
.present-illness-history__addition__tooltipped {
  display: inline-flex;
}
.present-illness-history__info-loader {
  position: relative;
  height: 30px;
}
.patient-link-tooltip-container, .meeting-presentation-patient-cover-slide__patient, .meeting-preparation-patient-cover-slide__patient, .patient-tag {
  cursor: pointer;
  position: relative;
}
.patient-link-tooltip__tooltip {
  font-size: 16px;
  line-height: 1.3em;
  padding: 0.375vw 1.25vw 0.375vw 1.25vw;
  pointer-events: none;
  opacity: 0;
  display: inline-block;
  width: auto;
  min-height: 1.875vw;
  white-space: nowrap;
  line-height: 1.3em;
  position: absolute;
  bottom: -0.625vw;
  left: 50%;
  transform: translate(-50%, 100%);
  text-align: center;
  background-color: #0066cc;
  color: #ffffff;
  transition: opacity 0.3s ease;
}
@media (max-width: 1600px) {
  .patient-link-tooltip__tooltip {
    font-size: 14.4px;
    line-height: 1.17em;
  }
}
.patient-link-tooltip-container:hover .patient-link-tooltip__tooltip, .meeting-presentation-patient-cover-slide__patient:hover .patient-link-tooltip__tooltip, .meeting-preparation-patient-cover-slide__patient:hover .patient-link-tooltip__tooltip, .patient-tag:hover .patient-link-tooltip__tooltip {
  opacity: 1;
}
.patient-link-tooltip__tooltip:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -0.5625vw;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.75vw 0.75vw 0.75vw;
  border-color: transparent transparent #0066cc transparent;
}
.patient-link-tooltip--full-width {
  padding: 0.375vw 0.5vw 0.375vw 0.5vw;
  left: -0.25vw;
  right: -0.25vw;
  bottom: -0.375vw;
  transform: translateY(100%);
}
.patient-tag {
  padding: 0.625vw 0.625vw 0.625vw 0.625vw;
  min-width: 7.5vw;
  background-color: #ffffff;
}
.patient-tag.nonclickable:hover, .patient-tag.nonclickable a:hover {
  cursor: auto;
}
.patient-tag__link {
  display: block;
}
.patient-tag__abbreviation {
  font-weight: bold;
  color: #373f47;
}
.patient-tag__detail {
  display: block;
  color: #373f47;
}
.blocked-data-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blocked-data-tooltip__element {
  padding: 0.5vw 1vw 0.5vw 0.75vw;
  margin: 0vw 0vw 0vw 1.25vw;
  pointer-events: none;
  z-index: 9;
  position: fixed;
  transform: translateY(-50%);
  font-size: 0.75vw;
  white-space: nowrap;
  background-color: #e8ecf0;
}
.edit-view .blocked-data-tooltip__element {
  display: inline-block;
}
.blocked-data-tooltip__element:before {
  margin: 0vw 0.375vw 0vw 0vw;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.25vw;
  height: 1.25vw;
  background-image: url('not-allowed-disabled.c578180fe9021ffa.svg');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.blocked-data-tooltip__element:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-0.4375vw, -0.5vw);
  border-style: solid;
  border-width: 0.5vw 0.625vw 0.5vw 0;
  border-color: transparent #e8ecf0 transparent transparent;
}
.blocked-data-tooltip--left .blocked-data-tooltip__element {
  margin: 0vw 0vw 0vw -1.25vw;
  transform: translate(-100%, -50%);
}
.blocked-data-tooltip--left .blocked-data-tooltip__element:after {
  right: 0;
  left: auto;
  transform: translate(0.4375vw, -0.5vw);
  border-width: 0.5vw 0 0.5vw 0.625vw;
  border-color: transparent transparent transparent #e8ecf0;
}
.blocked-data-tooltip__element[hidden] {
  display: none;
}
.blocked-data-tooltip-container, .treatment-history__entry, .treatment-history__input {
  position: relative;
}
app-organization-list-menu {
  padding: 0;
}
.organization-list-menu__link {
  font-size: 16px;
  line-height: 1.3em;
  color: #5a6774;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1600px) {
  .organization-list-menu__link {
    font-size: 14.4px;
    line-height: 1.17em;
  }
}
.organization-list-menu__item.active .organization-list-menu__link {
  color: #373f47;
  font-weight: 600;
}
.organization-list-menu__link-icon {
  background-image: url('facility-off.3222d7d2ea177407.svg');
  height: 1.5vw;
  width: 1.5vw;
  margin: 0vw 0.8125vw 0vw 0vw;
}
.organization-list-menu__item.active .organization-list-menu__link-icon {
  background-image: url('facility-on.592e014401a40afd.svg');
}
.patient-search__option {
  display: flex;
  flex-direction: row;
  padding: 0.625vw 0.625vw 0.625vw 0.625vw;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  white-space: normal;
  flex-wrap: wrap;
  border-style: solid;
  border-color: #cad1d7;
  color: #5a6774;
}
.patient-search__option:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.patient-search__option--active, .patient-search__option:hover, .ng-option-marked .patient-search__option {
  background: #e8ecf0;
  color: #373f47;
}
.patient-search__option__full-name {
  flex-grow: 1;
  flex-shrink: 1;
  margin-bottom: 0.375vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-basis: 60%;
}
.patient-search__option__detail, .patient-search__option__mrn, .patient-search__option__organization_details__name, .patient-search__option__personal {
  font-size: 0.8em;
  line-height: 1.1em;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 60%;
}
@media (max-width: 1600px) {
  .patient-search__option__detail, .patient-search__option__mrn, .patient-search__option__organization_details__name, .patient-search__option__personal {
    font-size: 0.72em;
    line-height: 0.99em;
  }
}
.patient-search__option__personal {
  margin-bottom: 0.1875vw;
}
.patient-search__option__mr__label {
  text-transform: uppercase;
}
.patient-search__option__mrn__cupstudy {
  margin-bottom: 0.125vw;
  font-size: 1.32em;
  line-height: 1.65em;
  float: left;
  width: 100%;
}
@media (max-width: 1600px) {
  .patient-search__option__mrn__cupstudy {
    font-size: 1.188em;
    line-height: 1.485em;
  }
}
.patient-search__field, .patient-search.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  padding-left: 0.625vw;
  padding-right: 2.1875vw;
  border-right: 1px solid #cad1d7;
  border-left: 1px solid #cad1d7;
}
.patient-search__option__mrn {
  margin-bottom: 0.1875vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.patient-search__options-empty {
  color: #a2aeba;
  font-style: italic;
}
.patient-search__loader, .patient-autoselect__loader,
.patient-search__options-empty {
  border: 1px solid #cad1d7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100%;
}
.patient-search__input-container, .patient-search .ng-select-container {
  padding: 0;
}
.patient-search__input, .patient-search input, .patient-search .ng-value-container {
  color: inherit;
  display: block;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  text-align: inherit;
}
.patient-search__options-empty-label {
  padding: 0.625vw 0.625vw 0.625vw 0.625vw;
}
.patient-search * {
  transition-property: none;
}
.patient-search.has-items .ng-dropdown-panel-items, .patient-search.has-items .editable-dropdown__create-wrap, .patient-search.has-items app-attendee-autoselect .ng-select__custom .attendee-autoselect__create-wrap, app-attendee-autoselect .ng-select__custom .patient-search.has-items .attendee-autoselect__create-wrap, .patient-search.has-items .autosuggest__create-wrap {
  border: 1px solid #cad1d7;
}
.patient-search .ng-value-container {
  align-items: center;
}
.patient-search .ng-dropdown-panel {
  background-color: #ffffff;
}
.patient-search .ng-dropdown-panel .ng-dropdown-panel-items, .patient-search .ng-dropdown-panel .editable-dropdown__create-wrap, .patient-search .ng-dropdown-panel app-attendee-autoselect .ng-select__custom .attendee-autoselect__create-wrap, app-attendee-autoselect .ng-select__custom .patient-search .ng-dropdown-panel .attendee-autoselect__create-wrap, .patient-search .ng-dropdown-panel .autosuggest__create-wrap {
  max-height: 270px;
  margin-bottom: 0;
}
.patient-search .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .highlighted, .patient-search .ng-dropdown-panel .editable-dropdown__create-wrap .ng-option .highlighted, .patient-search .ng-dropdown-panel app-attendee-autoselect .ng-select__custom .attendee-autoselect__create-wrap .ng-option .highlighted, app-attendee-autoselect .ng-select__custom .patient-search .ng-dropdown-panel .attendee-autoselect__create-wrap .ng-option .highlighted, .patient-search .ng-dropdown-panel .autosuggest__create-wrap .ng-option .highlighted {
  text-decoration: underline;
}
.patient-search .ng-option:first-child .patient-search__option {
  border-top: 0;
}
.patient-search.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  position: relative;
}
.patient-search.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input input {
  color: #5a6774;
}
.patient-search.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input input::-ms-clear {
  display: none;
}
.patient-search .ng-value {
  padding: 0.3125vw 2.1875vw 0.3125vw 0.625vw;
}
.patient-search .ng-arrow-wrapper,
.patient-search .ng-spinner-loader {
  display: none;
}
.unsupported-browser {
  background-color: #ffffff;
  text-align: center;
  overflow: auto;
}
.unsupported-browser .unsupported-browser__wrapper {
  margin: 6.25vw auto auto auto;
  display: block !important;
}
.unsupported-browser__title {
  font-size: 3em;
  line-height: 1.8em;
  text-transform: none;
}
@media (max-width: 1600px) {
  .unsupported-browser__title {
    font-size: 2.7em;
    line-height: 1.62em;
  }
}
.unsupported-browser__recommended {
  font-size: 1.6em;
  line-height: 1.3em;
  margin: 3.125vw auto 0vw auto;
  height: 2.0625vw;
  text-align: center;
  flex-basis: 100%;
  color: #858e97;
}
@media (max-width: 1600px) {
  .unsupported-browser__recommended {
    font-size: 1.44em;
    line-height: 1.17em;
  }
}
.unsupported-browser__content {
  font-size: 1.6em;
  line-height: 1.3em;
}
@media (max-width: 1600px) {
  .unsupported-browser__content {
    font-size: 1.44em;
    line-height: 1.17em;
  }
}
.unsupported-browser__browser-link {
  margin: 2.8125vw 0vw 2.0625vw 0vw;
  padding: 2.0625vw 0.3125vw 1.0625vw 0.3125vw;
  min-width: 15.625vw;
  display: inline-block;
}
.unsupported-browser__browser-link--chrome {
  padding: 0vw 0.3125vw 1.0625vw 0.3125vw;
}
.unsupported-browser__browser-link--ie {
  padding: 0vw 0.3125vw 1.0625vw 0.3125vw;
}
.unsupported-browser__browser-logo {
  margin: 0 auto;
  width: 8.125vw;
  height: 8.125vw;
  min-width: 35px;
  min-height: 35px;
  display: block;
  background-size: cover;
}
.unsupported-browser__browser-link--chrome .unsupported-browser__browser-logo {
  background-image: url('chrome-logo.134659ebefa6f8b9.svg');
}
.unsupported-browser__browser-link--ie .unsupported-browser__browser-logo {
  background-image: url('microsoft-edge-logo.9860ff007bafbfcf.svg');
}
.unsupported-browser__browser,
.unsupported-browser__browser:hover {
  font-size: 1.6em;
  line-height: 1.3em;
  margin: 1.0625vw auto 1.0625vw auto;
  display: block;
  color: #555555;
}
@media (max-width: 1600px) {
  .unsupported-browser__browser,
.unsupported-browser__browser:hover {
    font-size: 1.44em;
    line-height: 1.17em;
  }
}
.unsupported-browser__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  margin: auto;
}
.unsupported-browser__browser-button {
  padding: 0.625vw 0.625vw 0.625vw 0.625vw;
  font-size: 1.6em;
  line-height: 1.3em;
  margin: 0 auto;
  visibility: hidden;
  display: inline-block;
  border-radius: 2px;
  border: solid 1px #e0e5eb;
  color: #0066cc;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 1600px) {
  .unsupported-browser__browser-button {
    font-size: 1.44em;
    line-height: 1.17em;
  }
}
.unsupported-browser__ok-btn {
  font-size: 1.6em;
  line-height: 1.3em;
  margin-bottom: 2.5vw;
  min-width: 19.6875vw;
  padding: 0 57px;
  height: 85px;
  background: #0066cc;
  border: none;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
}
@media (max-width: 1600px) {
  .unsupported-browser__ok-btn {
    font-size: 1.44em;
    line-height: 1.17em;
  }
}
.patient-upsert__textbox,
.patient-upsert__dropdown,
.patient-upsert__date-selector {
  width: 14.40625vw;
}
.patient-upsert__textbox:nth-child(3n),
.patient-upsert__dropdown:nth-child(3n),
.patient-upsert__date-selector:nth-child(3n) {
  margin-right: 0;
}
.patient-upsert__textbox .dia-date-selector__input,
.patient-upsert__dropdown .dia-date-selector__input,
.patient-upsert__date-selector .dia-date-selector__input {
  width: 100%;
}
.patient-upsert__orderNumber:last-child {
  margin-bottom: 1.25vw;
}
.patient-upsert__textbox-disabled .dia-textbox__input:disabled {
  background: #e8ecf0;
}
.dia-loader__overlay {
  z-index: 1;
}
.static-page-index__container {
  padding: 0.9375vw 1.25vw 0.9375vw 1.25vw;
}
.static-page-index__chapter {
  padding-top: 1.25vw;
}
.static-page-index__chapter-title {
  font-size: 1.5em;
  cursor: pointer;
}
.static-page-index__chapter-content {
  padding: 0.625vw 0vw 0vw 0.625vw;
}
.static-page-index__section-title {
  padding-bottom: 0.9375vw;
  color: #5a6774;
  font-size: 1em;
  cursor: pointer;
}
.static-page-index__section-title:last-child {
  padding-bottom: 0;
}
.static-page-index__selected {
  text-decoration: underline;
}
.static-page-index__container {
  padding: 0.9375vw 1.25vw 0.9375vw 1.25vw;
}
.static-page-index__chapter {
  padding-top: 1.25vw;
}
.static-page-index__chapter-title {
  font-size: 1.5em;
  cursor: pointer;
}
.static-page-index__chapter-content {
  padding: 0.625vw 0vw 0vw 0.625vw;
}
.static-page-index__section-title {
  padding-bottom: 0.9375vw;
  color: #5a6774;
  font-size: 1em;
  cursor: pointer;
}
.static-page-index__section-title:last-child {
  padding-bottom: 0;
}
.static-page-index__selected {
  text-decoration: underline;
}
.static-page-standard-text, .static-page-content__icon-text, .static-page-content__contact, .static-page-content__section-sublist li, .static-page-content__section-list li, .static-page-content__section-text {
  font-size: 1.25em;
  line-height: 1.28em;
  color: #5a6774;
}
.static-page-content__container, .static-page-content__contact__container, .release-history__container {
  padding: 6.25vw 12.5vw 3.125vw 12.5vw;
  background-color: #ffffff;
  flex-basis: 100%;
}
.static-page-content__chapter {
  padding-bottom: 3.75vw;
}
.static-page-content__chapter-title, .release-version-popup__version, .release-history__title-text {
  font-size: 2.5em;
  line-height: 1.2em;
}
.static-page-content__last-revised, .release-version-popup__released {
  font-style: italic;
  font-size: 1.25em;
  color: #5a6774;
}
.static-page-content__title-separator, .release-version-popup__title-separator, .release-history__title-separator {
  padding-top: 0.625vw;
  margin-bottom: 1.25vw;
  width: 100%;
  border-bottom: 1px solid #a2aeba;
}
.static-page-content__section {
  padding-bottom: 0.625vw;
}
.static-page-content__section-title, .release-version-popup__title, .about-content__section-title, .static-page-content__contact-country-name, .release-history-version__number, .release-history-version__title {
  padding-top: 1.25vw;
  margin-bottom: 0.9375vw;
  font-size: 1.25em;
  font-weight: bold;
  color: #373f47;
}
.static-page-content__section-text {
  padding-bottom: 0.625vw;
}
.static-page-content__section-list {
  margin-left: 3.125vw;
  padding: 0.625vw 0vw 0.625vw 0vw;
  font-size: 1em;
}
.static-page-content__section-sublist {
  margin-left: 6.25vw;
  padding: 0.625vw 0vw 0.625vw 0vw;
  font-size: 1em;
}
.static-page-content__section-sublist li {
  list-style-type: square;
}
.static-page-content__version-row {
  display: flex;
}
.static-page-content__version-text {
  margin-left: 0.3125vw;
}
.static-page-content__version-date {
  margin-left: 0.3125vw;
  margin-right: 0.3125vw;
}
.static-page-content__link {
  font-style: italic;
}
app-meeting-timeline {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.meeting-timeline {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  padding-top: 2.3125vw;
  height: 100%;
}
.meeting-timeline__header {
  margin-right: 0.34375vw;
  padding-bottom: 0.625vw;
  box-shadow: 0 3px 4px -4px rgba(55, 63, 71, 0.5);
  z-index: 1;
}
.meeting-timeline__headline__link {
  float: right;
}
.meeting-timeline__filter {
  width: 100%;
}
.meeting-timeline-view__closest-meeting-navigation {
  z-index: 1;
}
.meeting-timeline-view__closest-meeting-navigation .meeting-timeline__navigation {
  position: absolute;
  transition-property: opacity;
  transition-duration: 0.5s;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  font-weight: bold;
  color: #0066cc;
  background-color: #ffffff;
  box-shadow: 0 0 0.25vw 0 rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 9px 13px 9px 11px;
  text-transform: uppercase;
}
.meeting-timeline-view__closest-meeting-navigation .meeting-timeline__navigation.visible {
  opacity: 1;
  pointer-events: all;
}
.meeting-timeline-view__closest-meeting-navigation .meeting-timeline__navigation span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
.meeting-timeline-view__closest-meeting-navigation .meeting-timeline__navigation span:before {
  content: "";
  display: block;
  width: 15px;
  height: 16px;
  background-size: contain;
}
.meeting-timeline-view__closest-meeting-navigation .meeting-timeline__navigation-above {
  top: 0;
  right: 7px;
}
.meeting-timeline-view__closest-meeting-navigation .meeting-timeline__navigation-above span:before {
  background-image: url('arrow-down.1a3ff8941962c0c1.svg');
}
.meeting-timeline-view__closest-meeting-navigation .meeting-timeline__navigation-below {
  bottom: 10px;
  right: 7px;
}
.meeting-timeline-view__closest-meeting-navigation .meeting-timeline__navigation-below span:before {
  background-image: url('arrow-up.5a6111ce4465f441.svg');
}
.meeting-timeline-view__closest-meeting-navigation-blink {
  animation: blink 0.4s linear infinite;
}
app-meeting-timeline-view {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  height: calc(100% - 6.65vw);
}
.meeting-timeline-view__wrap {
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0vw -0.625vw 0vw -0.625vw;
  padding: 0vw 0.625vw 0vw 0.625vw;
  flex-basis: 100%;
}
.meeting-timeline-view__wrap.empty, .meeting-timeline-view__wrap.social-history__empty, .meeting-timeline-view__wrap.meeting-presentation-sidebar-slides__add-link {
  flex-grow: 0;
  font-style: normal;
}
.meeting-timeline-view__list {
  padding: 1.25vw 0vw 1.25vw 0vw;
}
.meeting-timeline-view__item {
  display: block;
}
.meeting-timeline-view__loader {
  display: block;
  z-index: 10;
  width: 100%;
  height: 2.8125vw;
  margin: -1.25vw 0vw 0vw 0vw;
}
.meeting-timeline-view__loader-bottom {
  margin: 0vw 0vw -1.25vw 0vw;
}
.meeting-timeline-delete__loading {
  position: absolute;
  z-index: 10;
  top: 0;
}
.meeting-timeline-view__meeting-actions {
  float: right;
  display: none;
}
.meeting-timeline-view__meeting-actions .meeting-timeline-view__meeting-action {
  margin: 0 0 0 10px;
}
.meeting-timeline-view__item.selected .meeting-timeline-view__meeting {
  border-left-color: #0066cc;
  outline: 1px solid #0066cc;
}
.meeting-timeline-view__item.selected .meeting-timeline-view__meeting:after {
  border-left-color: #0066cc;
}
.meeting-timeline-view__item.selected .meeting-timeline-view__meeting:hover .meeting-timeline-view__meeting-actions:not(.no-permission) {
  display: block;
}
.past .meeting-timeline-view__meeting {
  border-color: #e8ecf0;
  background: #e8ecf0;
}
.selected .meeting-timeline-view__meeting {
  background: #ffffff;
}
.recurring-icon {
  background-image: url('recurrence.4f5a9d8eed90f3d4.svg');
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em;
  vertical-align: bottom;
}
.recurring-icon .info__icon {
  display: none;
}
.meeting-timeline-view__marker {
  margin: 1.5625vw 0vw 1.5625vw 0vw;
  border: solid 1px #838f9a;
  border-width: 0 0 1px;
  text-align: center;
  height: 0;
}
.meeting-timeline-view__marker span {
  padding: 0vw 0.3125vw 0vw 0.3125vw;
  font-weight: 300;
  position: relative;
  top: -1em;
  font-size: 0.7em;
  color: #838f9a;
  text-transform: uppercase;
  background-color: #d9e1e7;
}
.meeting-timeline-view-month-separator__marker {
  margin-bottom: 0.625vw;
}
.selected .meeting-timeline-view-month-separator__marker {
  margin: 0.625vw 0vw 0.625vw 0vw;
}
.meeting-timeline-view__meeting-params {
  display: none;
}
.meeting-timeline-view__item.selected .meeting-timeline-view__meeting-params {
  display: block;
}
.meeting-timeline-view__meeting-param {
  margin: 0vw 0vw 0.0625vw 0vw;
}
.meeting-timeline-view__meeting-type,
.meeting-timeline-view__meeting-location {
  word-break: break-all;
}
.meeting-timeline-view-empty span > span {
  color: #0066cc;
}
.meeting-timeline-view__meeting-attendee:after {
  content: ", ";
}
.meeting-timeline-view__meeting-attendee:last-child:after {
  content: "";
}
.meeting-timeline-view__meeting-attendee-inactive {
  color: #a2aeba;
}
.meeting-timeline-view__meeting-video-call-url-link {
  font-style: italic;
}
.meeting-timeline-view__meeting-video-call-url-link, .meeting-timeline-view__meeting-video-call-url-link:link, .meeting-timeline-view__meeting-video-call-url-link:visited, .meeting-timeline-view__meeting-video-call-url-link:hover, .meeting-timeline-view__meeting-video-call-url-link:active {
  color: #0066cc;
}
.meeting-timeline-view__meeting-video-call-info {
  vertical-align: middle;
  padding-left: 0.3125vw;
}
.meeting-timeline-view__video-call {
  display: flex;
}
dia-modal.upsert-meeting_modal .dia-modal__content {
  max-width: 40vw;
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}
app-meeting-upsert {
  display: block;
}
app-meeting-upsert, app-meeting-upsert:hover {
  border: none;
  outline: none;
  cursor: default;
}
app-meeting-upsert:after {
  display: none;
}
app-meeting-upsert .ng-select__custom .ng-dropdown-panel {
  min-width: 4.5vw;
}
app-meeting-upsert .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
  overflow: visible;
  text-overflow: initial;
}
app-meeting-upsert .ng-select.ng-select-single .ng-select-container .ng-input {
  padding-top: 0;
  padding-bottom: 0;
}
app-meeting-upsert .dia-time-selector__container {
  min-width: 5em;
  width: 7vw;
}
.meeting-upsert__headline {
  flex-grow: 1;
  flex-shrink: 1;
  margin-bottom: 0.9375vw;
}
.meeting-upsert__form-content {
  max-height: 70vh;
  overflow: auto;
  padding-right: 0.625vw;
  padding-bottom: 6.25vw;
}
.meeting-upsert__field {
  margin: 0.9375vw 0vw 0.9375vw 0vw;
}
.meeting-upsert__field:first-child {
  margin-top: 0vw;
}
.meeting-upsert__textbox {
  display: block;
}
.meeting-upsert__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.meeting-upsert__column {
  margin: 0 1em 0 0;
}
.meeting-upsert__attendees {
  margin-top: 0.3125vw;
}
.meeting-upsert__error-message {
  margin-top: 0;
}
.repeat-selected-days {
  display: flex;
}
.repeat-every__fields {
  display: flex;
  flex-direction: row;
}
.meeting-upsert__field .ml-10 {
  margin-left: 10px;
}
.meeting-upsert__label {
  margin: 0vw 0vw 0.625vw 0vw;
  display: block;
  font-weight: bold;
}
.meeting-upsert-recurring-label {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5a6774;
}
.meeting-upsert__flex-field {
  flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
}
.meeting-upsert__flex-field:nth-child(2) {
  margin: 0vw 0vw 0vw 0.9375vw;
}
.recurring-meeting-controls .dia-date-selector__label {
  margin: 0vw 0vw 0.4vw 0vw;
  font-weight: normal;
}
.radio-selection {
  margin-bottom: 0.9375vw;
}
.ng-select__container {
  position: relative;
  height: auto;
}
.ng-select__custom.ng-select {
  padding: 0;
}
.ng-select__custom.ng-select:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.ng-select__custom.ng-select:disabled .ng-placeholder, .ng-select__custom.ng-select.disabled .ng-placeholder, .ng-select__custom.ng-select.disabled-area .ng-placeholder, .ng-select__custom.ng-select.meeting-point-of-discussion__add--disabled .ng-placeholder, .ng-select__custom.ng-select.patient-event-links__add--disabled .ng-placeholder, .ng-select__custom.ng-select.physical-examination__add--disabled .ng-placeholder, .ng-select__custom.ng-select.tumor-information__add--disabled .ng-placeholder, .ng-select__custom.ng-select.medications__add--disabled .ng-placeholder, .ng-select__custom.ng-select.biomarkers__add--disabled .ng-placeholder, .ng-select__custom.ng-select.treatment-history__add--disabled .ng-placeholder, .ng-select__custom.ng-select.social-history__add--disabled .ng-placeholder, .ng-select__custom.ng-select.past-medical-history__add--disabled .ng-placeholder, .ng-select__custom.ng-select.staging__add--disabled .ng-placeholder, .ng-select__custom.ng-select.patient-summary__add--disabled .ng-placeholder, .ng-select__custom.ng-select.meeting-preparation-slide-creator__options__item--disabled .ng-placeholder, .ng-select__custom.ng-select.patient-disabled-tooltip__label--disabled .ng-placeholder, .ng-select__custom.ng-select.cancer-info__actions__action--disabled .ng-placeholder, app-patient-card .ng-select__custom.ng-select.patient-card__action-dropdown-element-delete-disabled .ng-placeholder, .ng-select__custom.ng-select.patient-history__actions-action--disabled .ng-placeholder, .ng-select__custom.ng-select.ng-select-disabled .ng-placeholder {
  position: relative;
}
.ng-select__custom.ng-select .ng-has-value .ng-placeholder {
  display: none;
}
.ng-select__custom.ng-select.ng-select-filtered .ng-placeholder {
  visibility: hidden;
  width: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}
.ng-select__custom.ng-select .ng-value {
  border-top: solid 1px transparent; /* NTB-38792: fix jumping label when focus on control */
  padding: 0.3vw 0; /* NTB-38792: fix jumping label when focus on control */
  height: auto;
  width: 100%;
}
.ng-select__custom.ng-select .ng-value:before {
  content: ".";
  visibility: hidden;
  display: inline-block;
  clear: both;
  width: 0;
}
.ng-select__custom.ng-select .ng-select-container {
  padding: 0.3125vw 0.875vw 0.3125vw 0.625vw;
  font-size: 1em;
  height: 100%;
  line-height: 1.3em;
}
.ng-select__custom.ng-select .ng-select-container .ng-value-container {
  align-items: center;
  justify-content: flex-start;
  transition: none;
}
.ng-select__custom.ng-select .ng-placeholder {
  padding: 0.3125vw 0vw 0.3125vw 0vw;
  line-height: 1.3em;
  position: relative;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.ng-select__custom.ng-select .ng-placeholder:before {
  content: ".";
  visibility: hidden;
  display: inline-block;
  clear: both;
  width: 0;
}
.ng-select__custom.ng-select .ng-arrow-wrapper {
  right: 0.5vw;
}
.ng-select__custom.ng-select .ng-spinner-loader {
  display: none;
}
.ng-select__custom.bordered-options .ng-option {
  padding: 0;
}
.ng-select__custom.bordered-options .ng-option:not(:last-child) {
  border-bottom: 1px solid #cad1d7;
}
.ng-select__custom.bordered-options .no-options {
  padding: 0.3125vw 0.625vw 0.3125vw 0.625vw;
  color: #a2aeba;
  font-style: italic;
}
.ng-select__custom.ng-select__disable-arrow .ng-arrow-wrapper {
  display: none;
}
.ng-select__custom .ng-value-icon {
  display: none;
}
.ng-select__custom .ng-input {
  padding: 0.3125vw 0.875vw 0.3125vw 0.625vw;
  top: 0;
  height: 100%;
  transition: none;
}
.ng-select__custom .ng-input input {
  height: 100%;
  padding: 0;
  font-family: inherit;
  color: inherit;
  line-height: 1.3em;
}
.ng-select__custom .ng-option {
  display: flex;
  flex-direction: row;
  padding: 0.3125vw 0.625vw 0.3125vw 0.625vw;
  color: #5a6774;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
}
.ng-select__custom .ng-option .disabled, .ng-select__custom .ng-option .disabled-area, .ng-select__custom .ng-option .meeting-point-of-discussion__add--disabled, .ng-select__custom .ng-option .patient-event-links__add--disabled, .ng-select__custom .ng-option .physical-examination__add--disabled, .ng-select__custom .ng-option .tumor-information__add--disabled, .ng-select__custom .ng-option .medications__add--disabled, .ng-select__custom .ng-option .biomarkers__add--disabled, .ng-select__custom .ng-option .treatment-history__add--disabled, .ng-select__custom .ng-option .social-history__add--disabled, .ng-select__custom .ng-option .past-medical-history__add--disabled, .ng-select__custom .ng-option .staging__add--disabled, .ng-select__custom .ng-option .patient-summary__add--disabled, .ng-select__custom .ng-option .meeting-preparation-slide-creator__options__item--disabled, .ng-select__custom .ng-option .patient-disabled-tooltip__label--disabled, .ng-select__custom .ng-option .cancer-info__actions__action--disabled, .ng-select__custom .ng-option app-patient-card .patient-card__action-dropdown-element-delete-disabled, app-patient-card .ng-select__custom .ng-option .patient-card__action-dropdown-element-delete-disabled, .ng-select__custom .ng-option .patient-history__actions-action--disabled {
  background-color: #e8ecf0;
  color: #a2aeba;
}
.ng-select__custom .ng-option span {
  white-space: normal;
  white-space: initial;
}
.ng-select__custom .ng-dropdown-panel {
  transition: all 0.1s linear;
  padding: 0;
  left: 0;
  top: 100%;
  overflow: hidden;
  background: #ffffff;
  min-width: 12.5vw;
  border-top: 1px solid #373f47;
  z-index: 1000;
  margin-top: -1px;
}
.ng-select__custom .ng-dropdown-panel-items, .ng-select__custom .editable-dropdown__create-wrap, app-attendee-autoselect .ng-select__custom .attendee-autoselect__create-wrap, .ng-select__custom .autosuggest__create-wrap {
  padding: 0.625vw 0vw 0.625vw 0vw;
  top: 0;
  max-height: 25vw;
  border-right: 1px solid #373f47;
  border-left: 1px solid #373f47;
  border-bottom: 1px solid #373f47;
  overflow: auto;
}
.ng-select__custom .ng-dropdown-panel-items .ng-option:first-child > div, .ng-select__custom .editable-dropdown__create-wrap .ng-option:first-child > div, app-attendee-autoselect .ng-select__custom .attendee-autoselect__create-wrap .ng-option:first-child > div, .ng-select__custom .autosuggest__create-wrap .ng-option:first-child > div {
  border-top: 0;
}
.ng-select__custom .ng-dropdown-panel-items .ng-option .highlighted, .ng-select__custom .editable-dropdown__create-wrap .ng-option .highlighted, app-attendee-autoselect .ng-select__custom .attendee-autoselect__create-wrap .ng-option .highlighted, .ng-select__custom .autosuggest__create-wrap .ng-option .highlighted {
  font-weight: bold;
  text-decoration: none;
}
.ng-select__custom.ng-select-multiple.ng-select__chips .ng-select-container .ng-value {
  margin: 0.125vw 0.125vw 0.125vw 0.125vw;
  padding: 0.1875vw 1.25vw 0.1875vw 0.375vw;
  position: relative;
  float: left;
  display: block;
  background: #e8ecf0;
  color: #5a6774;
  width: auto;
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: break-all;
}
.ng-select__custom.ng-select-multiple.ng-select__chips .ng-select-container .ng-value .ng-value-icon {
  position: absolute;
  right: 0.1875vw;
  color: #a2aeba;
  font-size: 1.5vw;
  display: inline;
  display: initial;
}
.ng-select__custom.ng-select-multiple.ng-select__chips .ng-select-container .ng-value .ng-value-label {
  white-space: normal;
}
.ng-select__custom.hide-dropdown-items .ng-dropdown-panel {
  display: none;
}
app-meeting-filter .ng-untouched:not(.ng-select-filtered):not(.ng-select-opened) .ng-arrow-wrapper, app-meeting-filter .ng-untouched.hidden-panel .ng-arrow-wrapper {
  display: none;
}
app-meeting-filter .ng-untouched.hidden-panel .ng-dropdown-panel {
  display: none;
}
app-meeting-filter .ng-value-container {
  min-height: 1.15em;
}
app-meeting-filter .ng-value-type {
  color: #a2aeba;
}
app-meeting-patient-list {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.meeting-patient-list {
  height: 100%;
  position: relative;
}
.meeting-patient-list__patient-case-selection-enabled {
  z-index: -1001;
  margin: 0;
  padding: 0;
  height: 0;
}
.meeting-patient-list__actions {
  position: absolute;
  right: 1.875vw;
  top: 0.9375vw;
}
.meeting-patient-list__actions-action {
  padding-left: 0.625vw;
}
.meeting-patient-list__actions-action-tooltip {
  display: inline-flex;
}
app-meeting-patient-list-view {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.border-bottom, .genomics-biomarkers__header, .genomics-biomarkers-view:not(:last-child), .genomics-reports-view__report-entry:not(:last-child), .genomics-reports-edit__report-entry:not(:last-child), .genomics-reports--non-editable-entries, .genomics-reports-view:not(:last-child), .batch-patient-case-report-view__header, .meeting-patient-list-view__header {
  border: solid #cad1d7;
  border-width: 0 0 1px;
}
.meeting-patient-list-view {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.meeting-patient-list-view__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: auto;
}
.meeting-patient-list-view__grid {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: auto;
}
.meeting-patient-list-view__header {
  overflow: scroll;
}
.meeting-patient-list-view__header-order {
  text-align: center;
  flex-basis: 5%;
}
.meeting-patient-list-view__header-patient-preparation-status {
  flex-basis: 12%;
}
.meeting-patient-list-view__header-patient-data {
  flex-basis: 11%;
}
.meeting-patient-list-view__header-requested-by {
  flex-basis: 9%;
}
.meeting-patient-list-view__header-point-of-discussion {
  flex-basis: 11%;
}
.meeting-patient-list-view__header-tumor-information {
  flex-basis: 15%;
}
.meeting-patient-list-view__header-stage {
  flex-basis: 16%;
}
.meeting-patient-list-view__header-recommendations {
  flex-basis: 10%;
}
.meeting-patient-list-view__header .dia-table__head-cell, .meeting-patient-list-view__header .conference-activities__entry-header-hidden, .meeting-patient-list-view__header .conference-activities__entry-header, .meeting-patient-list-view__header .biomarkers__header-type,
.meeting-patient-list-view__header .biomarkers__header-result,
.meeting-patient-list-view__header .biomarkers__header-measurement,
.meeting-patient-list-view__header .biomarkers__header-date, .meeting-patient-list-view__header .treatment-history__header-date,
.meeting-patient-list-view__header .treatment-history__header-therapy,
.meeting-patient-list-view__header .treatment-history__header-description,
.meeting-patient-list-view__header .treatment-history__header-outcome,
.meeting-patient-list-view__header .treatment-history__header-responsible, .meeting-patient-list-view__header .about-microservices-version__title-header, .meeting-patient-list-view__header .task-status__param-header, .meeting-patient-list-view__header .task-status__title-header, .meeting-patient-list-view__header .patient-list-view__title-header, .meeting-patient-list-view__header .patient-list-view__param-header {
  flex-grow: 0;
}
.meeting-patient-list-view__list {
  overflow: auto;
  height: 100%;
  padding-bottom: 2.5vw;
}
.meeting-patient-list-view__item {
  position: relative;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  word-break: break-word;
  word-wrap: break-word;
}
.meeting-patient-list-view__empty {
  display: flex;
  flex-direction: column;
  min-height: 29.875vw;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.meeting-patient-list-view__empty-tooltip {
  display: inline-flex;
}
app-meeting-patient-list-view-item {
  display: block;
  width: 100%;
}
.meeting-patient-list-view-item__row {
  padding: 0;
}
.meeting-patient-list-view-item__row .dia-table__cell, .meeting-patient-list-view-item__row .import-patient-timeline-event__form-field, .meeting-patient-list-view-item__row .conference-activities__entry-item, .meeting-patient-list-view-item__row .patient-event__category-import,
.meeting-patient-list-view-item__row .patient-event__attachment-import,
.meeting-patient-list-view-item__row .patient-event__title-import, .meeting-patient-list-view-item__row .patient-event__title,
.meeting-patient-list-view-item__row .patient-event__date,
.meeting-patient-list-view-item__row .patient-event__category,
.meeting-patient-list-view-item__row .patient-event__attachment,
.meeting-patient-list-view-item__row .patient-event__description, .meeting-patient-list-view-item__row .patient-event__actions, .meeting-patient-list-view-item__row .genomics-history__input, .meeting-patient-list-view-item__row .genomics-alterations__entry-input, .meeting-patient-list-view-item__row .genomics-alterations__entry-input-message, .meeting-patient-list-view-item__row .physical-examination__entry-date, .meeting-patient-list-view-item__row .physical-examination__entry-title,
.meeting-patient-list-view-item__row .physical-examination__entry-value, .meeting-patient-list-view-item__row .medications__entry-name,
.meeting-patient-list-view-item__row .medications__entry-dosage, .meeting-patient-list-view-item__row .biomarkers__entry-type,
.meeting-patient-list-view-item__row .biomarkers__entry-result,
.meeting-patient-list-view-item__row .biomarkers__entry-measurement,
.meeting-patient-list-view-item__row .biomarkers__entry-date, .meeting-patient-list-view-item__row .treatment-history__entry-date, .meeting-patient-list-view-item__row .treatment-history__entry-therapy, .meeting-patient-list-view-item__row .treatment-history__entry-responsible, .meeting-patient-list-view-item__row .treatment-history__entry-outcome, .meeting-patient-list-view-item__row .treatment-history__entry-description, .meeting-patient-list-view-item__row .recommendations__entry-index,
.meeting-patient-list-view-item__row .recommendations__entry-description,
.meeting-patient-list-view-item__row .recommendations__entry-description-edit, .meeting-patient-list-view-item__row .past-medical-history__entry-title,
.meeting-patient-list-view-item__row .past-medical-history__entry-description, .meeting-patient-list-view-item__row .staging__entry-stage-date, .meeting-patient-list-view-item__row .about-microservices-version__title, .meeting-patient-list-view-item__row .task-status__param, .meeting-patient-list-view-item__row .task-status__title, .meeting-patient-list-view-item__row .patient-list-view__title, .meeting-patient-list-view-item__row .patient-list-view__action, .meeting-patient-list-view-item__row .patient-list-view__param {
  flex-grow: 0;
}
.meeting-patient-list-view-item__cell-order {
  text-align: center;
  flex-basis: 5%;
}
.meeting-patient-list-view-item__cell-patient-preparation-status {
  flex-basis: 12%;
}
.meeting-patient-list-view-item__cell-patient-data {
  flex-basis: 11%;
}
.meeting-patient-list-view-item__cell-requested-by {
  flex-basis: 9%;
}
.meeting-patient-list-view-item__cell-point-of-discussion {
  flex-basis: 11%;
}
.meeting-patient-list-view-item__cell-point-of-discussion-additional-notes {
  white-space: pre-wrap;
}
.meeting-patient-list-view-item__cell-tumor-information {
  flex-basis: 15%;
}
.meeting-patient-list-view-item__cell-stage {
  flex-basis: 16%;
}
.meeting-patient-list-view-item__cell-recommendations {
  flex-basis: 10%;
  cursor: default;
}
.meeting-patient-list-view-item__cell-recommendations-active {
  opacity: 1;
}
.meeting-patient-list-view-item__cell-actions {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.meeting-patient-list-view-item__cell-actions-item {
  white-space: nowrap;
}
.dia-drag-and-drop__moving-item .meeting-patient-list-view-item__cell-actions-item {
  display: none;
}
.meeting-patient-list-view-item__cell-actions-item-drag {
  align-items: flex-start;
  padding: 0;
}
.cdk-drag-preview .meeting-patient-list-view-item__cell-actions-item-drag {
  opacity: 1;
}
app-cds-launchpad {
  padding: 0.625vw 0.625vw 0.625vw 0.625vw;
  background: #ffffff;
  display: block;
}
app-cds-app {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  flex-shrink: 1;
}
.cds-app__wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0;
}
.cds-app__wrapper-fullwidth {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  background-color: #ffffff;
}
.cds-app__plugin {
  flex-grow: 1;
  flex-shrink: 1;
}
.ng-select__container {
  position: relative;
  height: auto;
}
.ng-select__custom.ng-select {
  padding: 0;
}
.ng-select__custom.ng-select:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.ng-select__custom.ng-select:disabled .ng-placeholder, .ng-select__custom.ng-select.disabled .ng-placeholder, .ng-select__custom.ng-select.disabled-area .ng-placeholder, .ng-select__custom.ng-select.meeting-point-of-discussion__add--disabled .ng-placeholder, .ng-select__custom.ng-select.patient-event-links__add--disabled .ng-placeholder, .ng-select__custom.ng-select.physical-examination__add--disabled .ng-placeholder, .ng-select__custom.ng-select.tumor-information__add--disabled .ng-placeholder, .ng-select__custom.ng-select.medications__add--disabled .ng-placeholder, .ng-select__custom.ng-select.biomarkers__add--disabled .ng-placeholder, .ng-select__custom.ng-select.treatment-history__add--disabled .ng-placeholder, .ng-select__custom.ng-select.social-history__add--disabled .ng-placeholder, .ng-select__custom.ng-select.past-medical-history__add--disabled .ng-placeholder, .ng-select__custom.ng-select.staging__add--disabled .ng-placeholder, .ng-select__custom.ng-select.patient-summary__add--disabled .ng-placeholder, .ng-select__custom.ng-select.meeting-preparation-slide-creator__options__item--disabled .ng-placeholder, .ng-select__custom.ng-select.patient-disabled-tooltip__label--disabled .ng-placeholder, .ng-select__custom.ng-select.cancer-info__actions__action--disabled .ng-placeholder, app-patient-card .ng-select__custom.ng-select.patient-card__action-dropdown-element-delete-disabled .ng-placeholder, .ng-select__custom.ng-select.patient-history__actions-action--disabled .ng-placeholder, .ng-select__custom.ng-select.ng-select-disabled .ng-placeholder {
  position: relative;
}
.ng-select__custom.ng-select .ng-has-value .ng-placeholder {
  display: none;
}
.ng-select__custom.ng-select.ng-select-filtered .ng-placeholder {
  visibility: hidden;
  width: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}
.ng-select__custom.ng-select .ng-value {
  border-top: solid 1px transparent; /* NTB-38792: fix jumping label when focus on control */
  padding: 0.3vw 0; /* NTB-38792: fix jumping label when focus on control */
  height: auto;
  width: 100%;
}
.ng-select__custom.ng-select .ng-value:before {
  content: ".";
  visibility: hidden;
  display: inline-block;
  clear: both;
  width: 0;
}
.ng-select__custom.ng-select .ng-select-container {
  padding: 0.3125vw 0.875vw 0.3125vw 0.625vw;
  font-size: 1em;
  height: 100%;
  line-height: 1.3em;
}
.ng-select__custom.ng-select .ng-select-container .ng-value-container {
  align-items: center;
  justify-content: flex-start;
  transition: none;
}
.ng-select__custom.ng-select .ng-placeholder {
  padding: 0.3125vw 0vw 0.3125vw 0vw;
  line-height: 1.3em;
  position: relative;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.ng-select__custom.ng-select .ng-placeholder:before {
  content: ".";
  visibility: hidden;
  display: inline-block;
  clear: both;
  width: 0;
}
.ng-select__custom.ng-select .ng-arrow-wrapper {
  right: 0.5vw;
}
.ng-select__custom.ng-select .ng-spinner-loader {
  display: none;
}
.ng-select__custom.bordered-options .ng-option {
  padding: 0;
}
.ng-select__custom.bordered-options .ng-option:not(:last-child) {
  border-bottom: 1px solid #cad1d7;
}
.ng-select__custom.bordered-options .no-options {
  padding: 0.3125vw 0.625vw 0.3125vw 0.625vw;
  color: #a2aeba;
  font-style: italic;
}
.ng-select__custom.ng-select__disable-arrow .ng-arrow-wrapper {
  display: none;
}
.ng-select__custom .ng-value-icon {
  display: none;
}
.ng-select__custom .ng-input {
  padding: 0.3125vw 0.875vw 0.3125vw 0.625vw;
  top: 0;
  height: 100%;
  transition: none;
}
.ng-select__custom .ng-input input {
  height: 100%;
  padding: 0;
  font-family: inherit;
  color: inherit;
  line-height: 1.3em;
}
.ng-select__custom .ng-option {
  display: flex;
  flex-direction: row;
  padding: 0.3125vw 0.625vw 0.3125vw 0.625vw;
  color: #5a6774;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
}
.ng-select__custom .ng-option .disabled, .ng-select__custom .ng-option .disabled-area, .ng-select__custom .ng-option .meeting-point-of-discussion__add--disabled, .ng-select__custom .ng-option .patient-event-links__add--disabled, .ng-select__custom .ng-option .physical-examination__add--disabled, .ng-select__custom .ng-option .tumor-information__add--disabled, .ng-select__custom .ng-option .medications__add--disabled, .ng-select__custom .ng-option .biomarkers__add--disabled, .ng-select__custom .ng-option .treatment-history__add--disabled, .ng-select__custom .ng-option .social-history__add--disabled, .ng-select__custom .ng-option .past-medical-history__add--disabled, .ng-select__custom .ng-option .staging__add--disabled, .ng-select__custom .ng-option .patient-summary__add--disabled, .ng-select__custom .ng-option .meeting-preparation-slide-creator__options__item--disabled, .ng-select__custom .ng-option .patient-disabled-tooltip__label--disabled, .ng-select__custom .ng-option .cancer-info__actions__action--disabled, .ng-select__custom .ng-option app-patient-card .patient-card__action-dropdown-element-delete-disabled, app-patient-card .ng-select__custom .ng-option .patient-card__action-dropdown-element-delete-disabled, .ng-select__custom .ng-option .patient-history__actions-action--disabled {
  background-color: #e8ecf0;
  color: #a2aeba;
}
.ng-select__custom .ng-option span {
  white-space: normal;
  white-space: initial;
}
.ng-select__custom .ng-dropdown-panel {
  transition: all 0.1s linear;
  padding: 0;
  left: 0;
  top: 100%;
  overflow: hidden;
  background: #ffffff;
  min-width: 12.5vw;
  border-top: 1px solid #373f47;
  z-index: 1000;
  margin-top: -1px;
}
.ng-select__custom .ng-dropdown-panel-items, .ng-select__custom .editable-dropdown__create-wrap, app-attendee-autoselect .ng-select__custom .attendee-autoselect__create-wrap, .ng-select__custom .autosuggest__create-wrap {
  padding: 0.625vw 0vw 0.625vw 0vw;
  top: 0;
  max-height: 25vw;
  border-right: 1px solid #373f47;
  border-left: 1px solid #373f47;
  border-bottom: 1px solid #373f47;
  overflow: auto;
}
.ng-select__custom .ng-dropdown-panel-items .ng-option:first-child > div, .ng-select__custom .editable-dropdown__create-wrap .ng-option:first-child > div, app-attendee-autoselect .ng-select__custom .attendee-autoselect__create-wrap .ng-option:first-child > div, .ng-select__custom .autosuggest__create-wrap .ng-option:first-child > div {
  border-top: 0;
}
.ng-select__custom .ng-dropdown-panel-items .ng-option .highlighted, .ng-select__custom .editable-dropdown__create-wrap .ng-option .highlighted, app-attendee-autoselect .ng-select__custom .attendee-autoselect__create-wrap .ng-option .highlighted, .ng-select__custom .autosuggest__create-wrap .ng-option .highlighted {
  font-weight: bold;
  text-decoration: none;
}
.ng-select__custom.ng-select-multiple.ng-select__chips .ng-select-container .ng-value {
  margin: 0.125vw 0.125vw 0.125vw 0.125vw;
  padding: 0.1875vw 1.25vw 0.1875vw 0.375vw;
  position: relative;
  float: left;
  display: block;
  background: #e8ecf0;
  color: #5a6774;
  width: auto;
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: break-all;
}
.ng-select__custom.ng-select-multiple.ng-select__chips .ng-select-container .ng-value .ng-value-icon {
  position: absolute;
  right: 0.1875vw;
  color: #a2aeba;
  font-size: 1.5vw;
  display: inline;
  display: initial;
}
.ng-select__custom.ng-select-multiple.ng-select__chips .ng-select-container .ng-value .ng-value-label {
  white-space: normal;
}
.ng-select__custom.hide-dropdown-items .ng-dropdown-panel {
  display: none;
}
app-meeting-multiselect .ng-select.ng-select__custom .ng-select-container .ng-clear-wrapper .ng-clear {
  display: none;
}
app-meeting-multiselect .ng-select.ng-select__custom .ng-select-container .ng-value-container {
  width: 100%;
}
app-meeting-multiselect .ng-select.ng-select__custom .ng-select-container .ng-value-container .ng-value {
  overflow: hidden;
}
app-meeting-multiselect .ng-select.ng-select__custom .ng-select-container .ng-value-container .ng-placeholder {
  position: static;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
app-meeting-multiselect .ng-select.ng-select__custom .ng-select-container .ng-spinner-loader {
  display: none;
}
app-meeting-multiselect .ng-select.ng-select__custom .ng-select-container.ng-has-value .ng-input input {
  opacity: 0;
}
app-meeting-multiselect .ng-select.ng-select__custom .ng-select-container.ng-has-value .ng-placeholder {
  display: none;
}
app-meeting-multiselect .ng-select.ng-select__custom .ng-input {
  position: absolute;
  left: 0;
}
app-meeting-multiselect .ng-select.ng-select__custom.ng-select-searchable:not(.ng-select-filtered) .ng-select-container .ng-value-container .ng-input {
  position: absolute;
  left: 0;
  width: 100%;
}
app-meeting-multiselect .ng-select.ng-select__custom .ng-dropdown-panel {
  border: 1px solid #373f47;
  border-top: none;
}
app-meeting-multiselect .ng-select.ng-select__custom .ng-dropdown-panel-items, app-meeting-multiselect .ng-select.ng-select__custom .editable-dropdown__create-wrap, app-meeting-multiselect app-attendee-autoselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap, app-attendee-autoselect app-meeting-multiselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap, app-meeting-multiselect .ng-select.ng-select__custom .autosuggest__create-wrap {
  border: none;
}
app-meeting-multiselect .ng-select.ng-select__custom .ng-dropdown-panel-items .ng-option, app-meeting-multiselect .ng-select.ng-select__custom .editable-dropdown__create-wrap .ng-option, app-meeting-multiselect app-attendee-autoselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option, app-attendee-autoselect app-meeting-multiselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option, app-meeting-multiselect .ng-select.ng-select__custom .autosuggest__create-wrap .ng-option {
  padding: 0;
  color: #5a6774;
  cursor: default;
}
app-meeting-multiselect .ng-select.ng-select__custom .ng-dropdown-panel-items .ng-option.selected, app-meeting-multiselect .ng-select.ng-select__custom .editable-dropdown__create-wrap .ng-option.selected, app-meeting-multiselect app-attendee-autoselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.selected, app-attendee-autoselect app-meeting-multiselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.selected, app-meeting-multiselect .ng-select.ng-select__custom .autosuggest__create-wrap .ng-option.selected {
  background-color: #ffffff;
  color: #5a6774;
}
app-meeting-multiselect .ng-select.ng-select__custom .ng-dropdown-panel-items .ng-option.no-options, app-meeting-multiselect .ng-select.ng-select__custom .editable-dropdown__create-wrap .ng-option.no-options, app-meeting-multiselect app-attendee-autoselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.no-options, app-attendee-autoselect app-meeting-multiselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.no-options, app-meeting-multiselect .ng-select.ng-select__custom .autosuggest__create-wrap .ng-option.no-options, app-meeting-multiselect .ng-select.ng-select__custom .ng-dropdown-panel-items .ng-option.disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .editable-dropdown__create-wrap .ng-option.disabled:not([role=option]), app-meeting-multiselect app-attendee-autoselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.disabled:not([role=option]), app-attendee-autoselect app-meeting-multiselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .autosuggest__create-wrap .ng-option.disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .ng-dropdown-panel-items .ng-option.disabled-area:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .ng-dropdown-panel-items .ng-option.meeting-point-of-discussion__add--disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .ng-dropdown-panel-items .ng-option.patient-event-links__add--disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .ng-dropdown-panel-items .ng-option.physical-examination__add--disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .ng-dropdown-panel-items .ng-option.tumor-information__add--disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .ng-dropdown-panel-items .ng-option.medications__add--disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .ng-dropdown-panel-items .ng-option.biomarkers__add--disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .ng-dropdown-panel-items .ng-option.treatment-history__add--disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .ng-dropdown-panel-items .ng-option.social-history__add--disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .ng-dropdown-panel-items .ng-option.past-medical-history__add--disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .ng-dropdown-panel-items .ng-option.staging__add--disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .ng-dropdown-panel-items .ng-option.patient-summary__add--disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .ng-dropdown-panel-items .ng-option.meeting-preparation-slide-creator__options__item--disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .editable-dropdown__create-wrap .ng-option.disabled-area:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .editable-dropdown__create-wrap .ng-option.meeting-point-of-discussion__add--disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .editable-dropdown__create-wrap .ng-option.patient-event-links__add--disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .editable-dropdown__create-wrap .ng-option.physical-examination__add--disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .editable-dropdown__create-wrap .ng-option.tumor-information__add--disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .editable-dropdown__create-wrap .ng-option.medications__add--disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .editable-dropdown__create-wrap .ng-option.biomarkers__add--disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .editable-dropdown__create-wrap .ng-option.treatment-history__add--disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .editable-dropdown__create-wrap .ng-option.social-history__add--disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .editable-dropdown__create-wrap .ng-option.past-medical-history__add--disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .editable-dropdown__create-wrap .ng-option.staging__add--disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .editable-dropdown__create-wrap .ng-option.patient-summary__add--disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .editable-dropdown__create-wrap .ng-option.meeting-preparation-slide-creator__options__item--disabled:not([role=option]), app-meeting-multiselect app-attendee-autoselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.disabled-area:not([role=option]), app-meeting-multiselect app-attendee-autoselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.meeting-point-of-discussion__add--disabled:not([role=option]), app-meeting-multiselect app-attendee-autoselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.patient-event-links__add--disabled:not([role=option]), app-meeting-multiselect app-attendee-autoselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.physical-examination__add--disabled:not([role=option]), app-meeting-multiselect app-attendee-autoselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.tumor-information__add--disabled:not([role=option]), app-meeting-multiselect app-attendee-autoselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.medications__add--disabled:not([role=option]), app-meeting-multiselect app-attendee-autoselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.biomarkers__add--disabled:not([role=option]), app-meeting-multiselect app-attendee-autoselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.treatment-history__add--disabled:not([role=option]), app-meeting-multiselect app-attendee-autoselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.social-history__add--disabled:not([role=option]), app-meeting-multiselect app-attendee-autoselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.past-medical-history__add--disabled:not([role=option]), app-meeting-multiselect app-attendee-autoselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.staging__add--disabled:not([role=option]), app-meeting-multiselect app-attendee-autoselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.patient-summary__add--disabled:not([role=option]), app-meeting-multiselect app-attendee-autoselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.meeting-preparation-slide-creator__options__item--disabled:not([role=option]), app-attendee-autoselect app-meeting-multiselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.disabled-area:not([role=option]), app-attendee-autoselect app-meeting-multiselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.meeting-point-of-discussion__add--disabled:not([role=option]), app-attendee-autoselect app-meeting-multiselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.patient-event-links__add--disabled:not([role=option]), app-attendee-autoselect app-meeting-multiselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.physical-examination__add--disabled:not([role=option]), app-attendee-autoselect app-meeting-multiselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.tumor-information__add--disabled:not([role=option]), app-attendee-autoselect app-meeting-multiselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.medications__add--disabled:not([role=option]), app-attendee-autoselect app-meeting-multiselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.biomarkers__add--disabled:not([role=option]), app-attendee-autoselect app-meeting-multiselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.treatment-history__add--disabled:not([role=option]), app-attendee-autoselect app-meeting-multiselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.social-history__add--disabled:not([role=option]), app-attendee-autoselect app-meeting-multiselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.past-medical-history__add--disabled:not([role=option]), app-attendee-autoselect app-meeting-multiselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.staging__add--disabled:not([role=option]), app-attendee-autoselect app-meeting-multiselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.patient-summary__add--disabled:not([role=option]), app-attendee-autoselect app-meeting-multiselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.meeting-preparation-slide-creator__options__item--disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .autosuggest__create-wrap .ng-option.disabled-area:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .autosuggest__create-wrap .ng-option.meeting-point-of-discussion__add--disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .autosuggest__create-wrap .ng-option.patient-event-links__add--disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .autosuggest__create-wrap .ng-option.physical-examination__add--disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .autosuggest__create-wrap .ng-option.tumor-information__add--disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .autosuggest__create-wrap .ng-option.medications__add--disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .autosuggest__create-wrap .ng-option.biomarkers__add--disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .autosuggest__create-wrap .ng-option.treatment-history__add--disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .autosuggest__create-wrap .ng-option.social-history__add--disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .autosuggest__create-wrap .ng-option.past-medical-history__add--disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .autosuggest__create-wrap .ng-option.staging__add--disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .autosuggest__create-wrap .ng-option.patient-summary__add--disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .autosuggest__create-wrap .ng-option.meeting-preparation-slide-creator__options__item--disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .ng-dropdown-panel-items .ng-option.patient-disabled-tooltip__label--disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .editable-dropdown__create-wrap .ng-option.patient-disabled-tooltip__label--disabled:not([role=option]), app-meeting-multiselect app-attendee-autoselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.patient-disabled-tooltip__label--disabled:not([role=option]), app-attendee-autoselect app-meeting-multiselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.patient-disabled-tooltip__label--disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .autosuggest__create-wrap .ng-option.patient-disabled-tooltip__label--disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .ng-dropdown-panel-items .ng-option.cancer-info__actions__action--disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .editable-dropdown__create-wrap .ng-option.cancer-info__actions__action--disabled:not([role=option]), app-meeting-multiselect app-attendee-autoselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.cancer-info__actions__action--disabled:not([role=option]), app-attendee-autoselect app-meeting-multiselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.cancer-info__actions__action--disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .autosuggest__create-wrap .ng-option.cancer-info__actions__action--disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .ng-dropdown-panel-items app-patient-card .ng-option.patient-card__action-dropdown-element-delete-disabled:not([role=option]), app-patient-card app-meeting-multiselect .ng-select.ng-select__custom .ng-dropdown-panel-items .ng-option.patient-card__action-dropdown-element-delete-disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .editable-dropdown__create-wrap app-patient-card .ng-option.patient-card__action-dropdown-element-delete-disabled:not([role=option]), app-patient-card app-meeting-multiselect .ng-select.ng-select__custom .editable-dropdown__create-wrap .ng-option.patient-card__action-dropdown-element-delete-disabled:not([role=option]), app-meeting-multiselect app-attendee-autoselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap app-patient-card .ng-option.patient-card__action-dropdown-element-delete-disabled:not([role=option]), app-patient-card app-meeting-multiselect app-attendee-autoselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.patient-card__action-dropdown-element-delete-disabled:not([role=option]), app-attendee-autoselect app-meeting-multiselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap app-patient-card .ng-option.patient-card__action-dropdown-element-delete-disabled:not([role=option]), app-patient-card app-attendee-autoselect app-meeting-multiselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.patient-card__action-dropdown-element-delete-disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .autosuggest__create-wrap app-patient-card .ng-option.patient-card__action-dropdown-element-delete-disabled:not([role=option]), app-patient-card app-meeting-multiselect .ng-select.ng-select__custom .autosuggest__create-wrap .ng-option.patient-card__action-dropdown-element-delete-disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .ng-dropdown-panel-items .ng-option.patient-history__actions-action--disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .editable-dropdown__create-wrap .ng-option.patient-history__actions-action--disabled:not([role=option]), app-meeting-multiselect app-attendee-autoselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.patient-history__actions-action--disabled:not([role=option]), app-attendee-autoselect app-meeting-multiselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.patient-history__actions-action--disabled:not([role=option]), app-meeting-multiselect .ng-select.ng-select__custom .autosuggest__create-wrap .ng-option.patient-history__actions-action--disabled:not([role=option]) {
  padding: 0.3125vw 0.625vw 0.3125vw 0.625vw;
  margin: -0.625vw 0vw -0.625vw 0vw;
  border-bottom: none;
  font-style: italic;
}
app-meeting-multiselect .ng-select.ng-select__custom .ng-dropdown-panel-items .ng-option.no-options:hover, app-meeting-multiselect .ng-select.ng-select__custom .editable-dropdown__create-wrap .ng-option.no-options:hover, app-meeting-multiselect app-attendee-autoselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.no-options:hover, app-attendee-autoselect app-meeting-multiselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.no-options:hover, app-meeting-multiselect .ng-select.ng-select__custom .autosuggest__create-wrap .ng-option.no-options:hover, app-meeting-multiselect .ng-select.ng-select__custom .ng-dropdown-panel-items .ng-option.disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .editable-dropdown__create-wrap .ng-option.disabled:not([role=option]):hover, app-meeting-multiselect app-attendee-autoselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.disabled:not([role=option]):hover, app-attendee-autoselect app-meeting-multiselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .autosuggest__create-wrap .ng-option.disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .ng-dropdown-panel-items .ng-option.disabled-area:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .ng-dropdown-panel-items .ng-option.meeting-point-of-discussion__add--disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .ng-dropdown-panel-items .ng-option.patient-event-links__add--disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .ng-dropdown-panel-items .ng-option.physical-examination__add--disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .ng-dropdown-panel-items .ng-option.tumor-information__add--disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .ng-dropdown-panel-items .ng-option.medications__add--disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .ng-dropdown-panel-items .ng-option.biomarkers__add--disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .ng-dropdown-panel-items .ng-option.treatment-history__add--disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .ng-dropdown-panel-items .ng-option.social-history__add--disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .ng-dropdown-panel-items .ng-option.past-medical-history__add--disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .ng-dropdown-panel-items .ng-option.staging__add--disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .ng-dropdown-panel-items .ng-option.patient-summary__add--disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .ng-dropdown-panel-items .ng-option.meeting-preparation-slide-creator__options__item--disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .editable-dropdown__create-wrap .ng-option.disabled-area:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .editable-dropdown__create-wrap .ng-option.meeting-point-of-discussion__add--disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .editable-dropdown__create-wrap .ng-option.patient-event-links__add--disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .editable-dropdown__create-wrap .ng-option.physical-examination__add--disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .editable-dropdown__create-wrap .ng-option.tumor-information__add--disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .editable-dropdown__create-wrap .ng-option.medications__add--disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .editable-dropdown__create-wrap .ng-option.biomarkers__add--disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .editable-dropdown__create-wrap .ng-option.treatment-history__add--disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .editable-dropdown__create-wrap .ng-option.social-history__add--disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .editable-dropdown__create-wrap .ng-option.past-medical-history__add--disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .editable-dropdown__create-wrap .ng-option.staging__add--disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .editable-dropdown__create-wrap .ng-option.patient-summary__add--disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .editable-dropdown__create-wrap .ng-option.meeting-preparation-slide-creator__options__item--disabled:not([role=option]):hover, app-meeting-multiselect app-attendee-autoselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.disabled-area:not([role=option]):hover, app-meeting-multiselect app-attendee-autoselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.meeting-point-of-discussion__add--disabled:not([role=option]):hover, app-meeting-multiselect app-attendee-autoselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.patient-event-links__add--disabled:not([role=option]):hover, app-meeting-multiselect app-attendee-autoselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.physical-examination__add--disabled:not([role=option]):hover, app-meeting-multiselect app-attendee-autoselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.tumor-information__add--disabled:not([role=option]):hover, app-meeting-multiselect app-attendee-autoselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.medications__add--disabled:not([role=option]):hover, app-meeting-multiselect app-attendee-autoselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.biomarkers__add--disabled:not([role=option]):hover, app-meeting-multiselect app-attendee-autoselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.treatment-history__add--disabled:not([role=option]):hover, app-meeting-multiselect app-attendee-autoselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.social-history__add--disabled:not([role=option]):hover, app-meeting-multiselect app-attendee-autoselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.past-medical-history__add--disabled:not([role=option]):hover, app-meeting-multiselect app-attendee-autoselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.staging__add--disabled:not([role=option]):hover, app-meeting-multiselect app-attendee-autoselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.patient-summary__add--disabled:not([role=option]):hover, app-meeting-multiselect app-attendee-autoselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.meeting-preparation-slide-creator__options__item--disabled:not([role=option]):hover, app-attendee-autoselect app-meeting-multiselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.disabled-area:not([role=option]):hover, app-attendee-autoselect app-meeting-multiselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.meeting-point-of-discussion__add--disabled:not([role=option]):hover, app-attendee-autoselect app-meeting-multiselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.patient-event-links__add--disabled:not([role=option]):hover, app-attendee-autoselect app-meeting-multiselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.physical-examination__add--disabled:not([role=option]):hover, app-attendee-autoselect app-meeting-multiselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.tumor-information__add--disabled:not([role=option]):hover, app-attendee-autoselect app-meeting-multiselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.medications__add--disabled:not([role=option]):hover, app-attendee-autoselect app-meeting-multiselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.biomarkers__add--disabled:not([role=option]):hover, app-attendee-autoselect app-meeting-multiselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.treatment-history__add--disabled:not([role=option]):hover, app-attendee-autoselect app-meeting-multiselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.social-history__add--disabled:not([role=option]):hover, app-attendee-autoselect app-meeting-multiselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.past-medical-history__add--disabled:not([role=option]):hover, app-attendee-autoselect app-meeting-multiselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.staging__add--disabled:not([role=option]):hover, app-attendee-autoselect app-meeting-multiselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.patient-summary__add--disabled:not([role=option]):hover, app-attendee-autoselect app-meeting-multiselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.meeting-preparation-slide-creator__options__item--disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .autosuggest__create-wrap .ng-option.disabled-area:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .autosuggest__create-wrap .ng-option.meeting-point-of-discussion__add--disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .autosuggest__create-wrap .ng-option.patient-event-links__add--disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .autosuggest__create-wrap .ng-option.physical-examination__add--disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .autosuggest__create-wrap .ng-option.tumor-information__add--disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .autosuggest__create-wrap .ng-option.medications__add--disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .autosuggest__create-wrap .ng-option.biomarkers__add--disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .autosuggest__create-wrap .ng-option.treatment-history__add--disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .autosuggest__create-wrap .ng-option.social-history__add--disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .autosuggest__create-wrap .ng-option.past-medical-history__add--disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .autosuggest__create-wrap .ng-option.staging__add--disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .autosuggest__create-wrap .ng-option.patient-summary__add--disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .autosuggest__create-wrap .ng-option.meeting-preparation-slide-creator__options__item--disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .ng-dropdown-panel-items .ng-option.patient-disabled-tooltip__label--disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .editable-dropdown__create-wrap .ng-option.patient-disabled-tooltip__label--disabled:not([role=option]):hover, app-meeting-multiselect app-attendee-autoselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.patient-disabled-tooltip__label--disabled:not([role=option]):hover, app-attendee-autoselect app-meeting-multiselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.patient-disabled-tooltip__label--disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .autosuggest__create-wrap .ng-option.patient-disabled-tooltip__label--disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .ng-dropdown-panel-items .ng-option.cancer-info__actions__action--disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .editable-dropdown__create-wrap .ng-option.cancer-info__actions__action--disabled:not([role=option]):hover, app-meeting-multiselect app-attendee-autoselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.cancer-info__actions__action--disabled:not([role=option]):hover, app-attendee-autoselect app-meeting-multiselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.cancer-info__actions__action--disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .autosuggest__create-wrap .ng-option.cancer-info__actions__action--disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .ng-dropdown-panel-items app-patient-card .ng-option.patient-card__action-dropdown-element-delete-disabled:not([role=option]):hover, app-patient-card app-meeting-multiselect .ng-select.ng-select__custom .ng-dropdown-panel-items .ng-option.patient-card__action-dropdown-element-delete-disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .editable-dropdown__create-wrap app-patient-card .ng-option.patient-card__action-dropdown-element-delete-disabled:not([role=option]):hover, app-patient-card app-meeting-multiselect .ng-select.ng-select__custom .editable-dropdown__create-wrap .ng-option.patient-card__action-dropdown-element-delete-disabled:not([role=option]):hover, app-meeting-multiselect app-attendee-autoselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap app-patient-card .ng-option.patient-card__action-dropdown-element-delete-disabled:not([role=option]):hover, app-patient-card app-meeting-multiselect app-attendee-autoselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.patient-card__action-dropdown-element-delete-disabled:not([role=option]):hover, app-attendee-autoselect app-meeting-multiselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap app-patient-card .ng-option.patient-card__action-dropdown-element-delete-disabled:not([role=option]):hover, app-patient-card app-attendee-autoselect app-meeting-multiselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.patient-card__action-dropdown-element-delete-disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .autosuggest__create-wrap app-patient-card .ng-option.patient-card__action-dropdown-element-delete-disabled:not([role=option]):hover, app-patient-card app-meeting-multiselect .ng-select.ng-select__custom .autosuggest__create-wrap .ng-option.patient-card__action-dropdown-element-delete-disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .ng-dropdown-panel-items .ng-option.patient-history__actions-action--disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .editable-dropdown__create-wrap .ng-option.patient-history__actions-action--disabled:not([role=option]):hover, app-meeting-multiselect app-attendee-autoselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.patient-history__actions-action--disabled:not([role=option]):hover, app-attendee-autoselect app-meeting-multiselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option.patient-history__actions-action--disabled:not([role=option]):hover, app-meeting-multiselect .ng-select.ng-select__custom .autosuggest__create-wrap .ng-option.patient-history__actions-action--disabled:not([role=option]):hover {
  background-color: #ffffff;
}
app-meeting-multiselect .ng-select.ng-select__custom .ng-dropdown-panel-items .ng-option:hover, app-meeting-multiselect .ng-select.ng-select__custom .editable-dropdown__create-wrap .ng-option:hover, app-meeting-multiselect app-attendee-autoselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option:hover, app-attendee-autoselect app-meeting-multiselect .ng-select.ng-select__custom .attendee-autoselect__create-wrap .ng-option:hover, app-meeting-multiselect .ng-select.ng-select__custom .autosuggest__create-wrap .ng-option:hover {
  background-color: #e8ecf0;
}
.meeting-multiselect-option__label {
  cursor: pointer;
}
.meeting-multiselect__item-container {
  padding: 0.5vw 0.5vw 0.5vw 0.5vw;
  cursor: pointer;
}
.meeting-multiselect__item-container.disabled, .meeting-multiselect__item-container.disabled-area, .meeting-multiselect__item-container.meeting-point-of-discussion__add--disabled, .meeting-multiselect__item-container.patient-event-links__add--disabled, .meeting-multiselect__item-container.physical-examination__add--disabled, .meeting-multiselect__item-container.tumor-information__add--disabled, .meeting-multiselect__item-container.medications__add--disabled, .meeting-multiselect__item-container.biomarkers__add--disabled, .meeting-multiselect__item-container.treatment-history__add--disabled, .meeting-multiselect__item-container.social-history__add--disabled, .meeting-multiselect__item-container.past-medical-history__add--disabled, .meeting-multiselect__item-container.staging__add--disabled, .meeting-multiselect__item-container.patient-summary__add--disabled, .meeting-multiselect__item-container.meeting-preparation-slide-creator__options__item--disabled, .meeting-multiselect__item-container.patient-disabled-tooltip__label--disabled, .meeting-multiselect__item-container.cancer-info__actions__action--disabled, app-patient-card .meeting-multiselect__item-container.patient-card__action-dropdown-element-delete-disabled, .meeting-multiselect__item-container.patient-history__actions-action--disabled, .meeting-multiselect__item-container.selected, .meeting-multiselect__item-container.ng-option-marked {
  background-color: #e8ecf0;
}
.meeting-multiselect__item-container.disabled, .meeting-multiselect__item-container.disabled-area, .meeting-multiselect__item-container.meeting-point-of-discussion__add--disabled, .meeting-multiselect__item-container.patient-event-links__add--disabled, .meeting-multiselect__item-container.physical-examination__add--disabled, .meeting-multiselect__item-container.tumor-information__add--disabled, .meeting-multiselect__item-container.medications__add--disabled, .meeting-multiselect__item-container.biomarkers__add--disabled, .meeting-multiselect__item-container.treatment-history__add--disabled, .meeting-multiselect__item-container.social-history__add--disabled, .meeting-multiselect__item-container.past-medical-history__add--disabled, .meeting-multiselect__item-container.staging__add--disabled, .meeting-multiselect__item-container.patient-summary__add--disabled, .meeting-multiselect__item-container.meeting-preparation-slide-creator__options__item--disabled, .meeting-multiselect__item-container.patient-disabled-tooltip__label--disabled, .meeting-multiselect__item-container.cancer-info__actions__action--disabled, app-patient-card .meeting-multiselect__item-container.patient-card__action-dropdown-element-delete-disabled, .meeting-multiselect__item-container.patient-history__actions-action--disabled {
  pointer-events: none;
}
.meeting-multiselect__item-container.past {
  background-color: rgb(230, 230, 230);
}
.meeting-multiselect__item-container.past:hover {
  background-color: #e8ecf0;
}
.meeting-multiselect-checkbox-label {
  align-items: center;
  display: flex;
}
.meeting-multiselect__marker {
  margin: 1.25vw 0vw 1.25vw 0vw;
  border: solid 1px #838f9a;
  border-width: 0 0 1px;
  text-align: center;
  pointer-events: none;
  height: 0;
}
.meeting-multiselect__marker span {
  padding: 0vw 0.3125vw 0vw 0.3125vw;
  font-weight: 300;
  position: relative;
  top: -1em;
  font-size: 0.7em;
  color: #838f9a;
  text-transform: uppercase;
  background-color: rgb(230, 230, 230);
}
.meeting-multiselect__summary-label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ng-select-filtered .meeting-multiselect__summary-label {
  display: none;
}
app-meeting-option .meeting-option__label {
  padding-left: 0.625vw;
  overflow: hidden;
  cursor: pointer;
}
app-meeting-option .meeting-option__label-name {
  display: block;
  white-space: normal;
  font-weight: bold;
}
app-meeting-option .meeting-option__date, app-meeting-option .meeting-option-type {
  font-size: 0.9rem;
  line-height: 1.3em;
  font-weight: normal;
}
@media (max-width: 1600px) {
  app-meeting-option .meeting-option__date, app-meeting-option .meeting-option-type {
    font-size: 0.81rem;
    line-height: 1.17em;
  }
}
app-meeting-option .meeting-option-type {
  overflow-wrap: break-word;
  display: block;
}
app-headbar {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
}
.headbar {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  flex-shrink: 1;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  align-items: stretch;
  min-height: 4.375vw;
  background: #ffffff;
  z-index: 1000;
}
.headbar__nav {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: flex-start;
  align-items: stretch;
}
.headbar__nav-options {
  display: flex;
  flex-direction: row;
  list-style-type: disc;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.headbar__nav-option {
  padding: 0vw 1.25vw 0vw 1.25vw;
  font-size: 22px;
  line-height: 1.3em;
  display: flex;
  flex-direction: row;
  border-top: 5px solid #ffffff;
  align-items: center;
}
@media (max-width: 1600px) {
  .headbar__nav-option {
    font-size: 19.8px;
    line-height: 1.17em;
  }
}
.headbar__nav-option-link {
  color: #373f47;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
.headbar__nav-option-link:active, .headbar__nav-option-link:focus, .headbar__nav-option-link:hover, .headbar__nav-option-link:link, .headbar__nav-option-link:visited {
  color: #373f47;
  text-decoration: none;
}
.headbar__nav-option-dropdown {
  position: relative;
  cursor: pointer;
}
.headbar__nav-option-dropdown.no-permission {
  display: none;
}
.headbar__nav-option-dropdown--active {
  color: #0066cc;
}
.headbar__nav-option--active {
  border-color: #0066cc;
}
.headbar__nav-option--active .headbar__nav-option-link {
  color: #0066cc;
}
.headbar__apps-dropdown {
  padding: 1.25vw 1.25vw 1.25vw 1.25vw;
  position: absolute;
  left: 50%;
  top: 2.6875vw;
  background-color: #ffffff;
  box-shadow: 0 0 0.25vw 0 rgba(0, 0, 0, 0.5);
}
.headbar__apps-dropdown.show {
  transform: translateX(-50%);
}
.headbar__apps-dropdown-content app-cds-launchpad {
  padding: 0;
}
.headbar__apps-dropdown-content nap-launchpad {
  flex-wrap: nowrap;
}
.headbar__apps-dropdown-content nap-launchpad-button {
  margin: 0;
}
.headbar__apps-dropdown-content:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.625vw;
  border-color: #ffffff transparent transparent #ffffff;
  display: block;
  position: absolute;
  left: 50%;
  top: -0.8125vw;
  box-shadow: -0.125vw -0.125vw 0.125vw 0 rgba(0, 0, 0, 0.125);
  transform-origin: 0 0;
  transform: rotate(45deg);
}
.headbar__search {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  margin: 0vw 0.625vw 0vw 1.25vw;
  padding: 1.25vw 0vw 1.25vw 0vw;
  align-items: stretch;
}
.headbar__search-button, .headbar__patient-search .patient-search__input-container:after, .headbar__patient-search .patient-search .ng-select-container:after, .patient-search .headbar__patient-search .ng-select-container:after {
  flex-grow: 1;
  flex-shrink: 1;
  width: 1.875vw;
  margin-right: 0.625vw;
  display: block;
  background: url('icon-search.811bffc7de3c123f.svg') no-repeat center;
  background-size: 1.5625vw 1.5625vw;
  cursor: pointer;
}
.headbar__search-tooltip {
  display: flex;
}
.headbar__search-tooltip--disabled {
  opacity: 0.25;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.headbar__patient-search {
  width: 19.25vw;
  display: block;
  background-color: #ffffff;
}
.headbar__patient-search .patient-search {
  display: block;
}
.headbar__patient-search .patient-search__input-container, .headbar__patient-search .patient-search .ng-select-container, .patient-search .headbar__patient-search .ng-select-container {
  position: relative;
}
.headbar__patient-search .patient-search__input-container:after, .headbar__patient-search .patient-search .ng-select-container:after, .patient-search .headbar__patient-search .ng-select-container:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.headbar__patient-search .patient-search__input, .headbar__patient-search .patient-search .ng-value-container, .patient-search .headbar__patient-search .ng-value-container, .headbar__patient-search .patient-search input, .patient-search .headbar__patient-search input {
  height: 4.375vw;
  min-height: 34px;
}
@media screen and (max-width: 584px) {
  .headbar__patient-search .patient-search__input, .headbar__patient-search .patient-search .ng-value-container, .patient-search .headbar__patient-search .ng-value-container, .headbar__patient-search .patient-search input, .patient-search .headbar__patient-search input {
    min-height: 51px;
  }
}
.headbar__patient-search .patient-search__option, .headbar__patient-search .patient-search__options-wrap, .headbar__patient-search .patient-search__options-empty, .headbar__patient-search .patient-search__loader, .headbar__patient-search .patient-autoselect__loader {
  border-color: #cad1d7;
}
.headbar__user {
  display: flex;
  flex-direction: row;
  margin-right: 2.5vw;
  align-items: center;
}
.headbar__user-name, .headbar__user-logout {
  padding: 0vw 0.625vw 0vw 0.625vw;
  line-height: 2.5vw;
  font-weight: 700;
  display: inline-block;
}
.headbar__user-name {
  color: #191919;
}
.headbar__user-logout, .headbar__user-logout:hover {
  color: #0066cc;
  font-weight: 600;
  text-decoration: none;
}
.headbar__user-dropdown-menu {
  position: relative;
}
.headbar__user-dropdown-menu-trigger {
  cursor: pointer;
}
.headbar__user-dropdown-menu-content {
  left: -8.125vw;
  top: 3.375vw;
  background-color: #ffffff;
  box-shadow: 0 0 0.25vw 0 rgba(0, 0, 0, 0.5);
  width: 19.75vw;
  padding: 1.875vw 1.875vw 1.875vw 1.875vw;
}
.headbar__user-dropdown-menu-content:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.625vw;
  border-color: #ffffff transparent transparent #ffffff;
  display: block;
  position: absolute;
  left: 50%;
  top: -0.75vw;
  box-shadow: -0.125vw -0.125vw 0.125vw 0 rgba(0, 0, 0, 0.125);
  transform-origin: 0 0;
  transform: rotate(45deg);
}
.headbar__user-dropdown-menu-items {
  list-style-type: none;
  cursor: default;
}
.headbar__user-dropdown-menu-item {
  padding: 0.15625vw 1.25vw 0.15625vw 1.25vw;
  cursor: pointer;
  vertical-align: middle;
}
.headbar__user-dropdown-menu-link, .headbar__user-dropdown-menu-anchor {
  display: block;
}
.headbar__user-dropdown-menu-spacer {
  border-bottom: 1px solid #cad1d7;
  margin: 1.25vw 0vw 1.25vw 0vw;
}
.headbar__user-subdropdown-menu {
  position: relative;
}
.headbar__user-subdropdown-menu-item-extention {
  margin: 0vw 0vw 0vw 0.625vw;
  padding: 0vw 1.25vw 0vw 0vw;
  float: right;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url('icon-readon.ae2d1add9d8d3737.svg');
  color: #a2aeba;
  background-size: contain;
}
.headbar__user-subdropdown-menu-content {
  position: absolute;
  left: -22.75vw;
  top: -1.25vw;
  background-color: #ffffff;
  box-shadow: 0 0 0.25vw 0 rgba(0, 0, 0, 0.5);
  width: 21.25vw;
  padding: 1.25vw 1.875vw 1.25vw 1.875vw;
}
.headbar__user-subdropdown-menu-content:before {
  content: none;
}
.headbar__user-dropdown-menu-text, .headbar-anonymization__label, .headbar__user-subdropdown-menu-text {
  color: #373f47;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .headbar__user-dropdown-menu-text, .headbar-anonymization__label, .headbar__user-subdropdown-menu-text {
    font-size: 14.4px;
    line-height: 14.4px;
  }
}
.headbar__logo {
  display: flex;
  align-items: center;
}
.headbar__logo-roche {
  margin: 0vw 1.25vw 0vw 1.25vw;
  width: 4.334375vw;
  height: 2.25vw;
  background: url('roche-logo-blue.d5d29b46f4f4e7de.svg');
  background-size: 4.334375vw 2.25vw;
}
.headbar__logo-roche-link {
  display: flex;
  width: 4.334375vw;
  height: 2.25vw;
}
.headbar__logo-roche-link, .headbar__logo-roche-link:link, .headbar__logo-roche-link:hover, .headbar__logo-roche-link:focus, .headbar__logo-roche-link:active {
  text-decoration: none;
}
.headbar--return {
  flex-direction: row-reverse;
}
.headbar--return .headbar__return {
  z-index: 1001;
}
.headbar__return {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: #0066cc;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.headbar__return-button {
  cursor: pointer;
}
.headbar__return-button:hover {
  text-decoration: none;
}
.headbar__return-button-text {
  font-size: 22px;
  line-height: 1.3em;
  color: #e8ecf0;
}
@media (max-width: 1600px) {
  .headbar__return-button-text {
    font-size: 19.8px;
    line-height: 1.17em;
  }
}
.headbar__return-button-icon {
  padding: 0vw 1.25vw 0vw 1.25vw;
  display: inline-block;
  width: 1.125vw;
  height: 1.125vw;
  background: transparent url('back-arrow-bright.89080783fdafe958.svg') no-repeat 50% 50%;
  background-size: contain;
}
.headbar-anonymization__header {
  text-transform: none;
  font-size: 17px;
  line-height: 17px;
  padding-bottom: 1.0625vw;
}
@media (max-width: 1600px) {
  .headbar-anonymization__header {
    font-size: 15.3px;
    line-height: 15.3px;
  }
}
.headbar-anonymization__elements {
  list-style-type: none;
  cursor: default;
}
.headbar-anonymization__element-container {
  padding: 0.1875vw 0vw 0.1875vw 0vw;
  display: flex;
  gap: 0.625vw;
}
.headbar-anonymization__element-container:first-child {
  padding-bottom: 0.75vw;
}
.headbar-anonymization__element-checkbox {
  width: 1.25vw;
  height: 1vw;
}
.headbar-anonymization__display-initials {
  margin: 0vw 0vw 0vw 1vw;
}
.meeting-patient-add__field {
  width: 18.125vw;
}
.meeting-patient-add__field--requester {
  width: calc(100% - 18.125vw - 1.25vw);
  margin-right: 0vw;
}
.dia-textbox__input:disabled, .dia-textbox__input.disabled, .dia-textbox__input.disabled-area, .dia-textbox__input.meeting-point-of-discussion__add--disabled, .dia-textbox__input.patient-event-links__add--disabled, .dia-textbox__input.physical-examination__add--disabled, .dia-textbox__input.tumor-information__add--disabled, .dia-textbox__input.medications__add--disabled, .dia-textbox__input.biomarkers__add--disabled, .dia-textbox__input.treatment-history__add--disabled, .dia-textbox__input.social-history__add--disabled, .dia-textbox__input.past-medical-history__add--disabled, .dia-textbox__input.staging__add--disabled, .dia-textbox__input.patient-summary__add--disabled, .dia-textbox__input.meeting-preparation-slide-creator__options__item--disabled, .dia-textbox__input.patient-disabled-tooltip__label--disabled, .dia-textbox__input.cancer-info__actions__action--disabled, app-patient-card .dia-textbox__input.patient-card__action-dropdown-element-delete-disabled, .dia-textbox__input.patient-history__actions-action--disabled {
  background-color: #e8ecf0;
  cursor: not-allowed;
}
.ng-select__custom.ng-select.ng-select-disabled .ng-select-container {
  background-color: #e8ecf0;
  cursor: not-allowed;
}
.ng-select__custom.ng-select.ng-select-disabled .ng-select-container .ng-arrow-wrapper {
  display: none;
}
app-task-status-list {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
}
app-task-status-list-view {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  padding: 6.25vw 6.25vw 3.125vw 6.25vw;
}
.task-status__view-wrap {
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
  overflow: auto;
}
.task-status__headline {
  font-size: 2.5em;
  line-height: 1.2em;
  text-transform: none;
}
.task-status__head {
  border: solid #cad1d7;
  border-width: 0 0 1px 0;
  overflow: hidden;
}
.task-status__headers,
.task-status__params {
  padding: 0;
  max-width: 100%;
}
.task-status__title {
  cursor: auto;
}
.task-status__list {
  height: 70vh;
  overflow: scroll;
}
.task-status__value-failed {
  color: #ff5555;
}
.task-status__value-in-progress {
  font-style: italic;
  color: #a2aeba;
}
.task-status__empty:before {
  background-size: contain;
  background-image: url('distribution-lists.1a2f86cf46b7c9c8.svg');
}
.task-status__error:before {
  background-size: contain;
  background-image: url('error.abef5ad116b7ac68.svg');
}
.task-status__loader {
  padding: 14.9375vw 14.9375vw 14.9375vw 14.9375vw;
  display: block;
}
.task-status__action {
  font-style: italic;
}
.task-status__fullname {
  word-break: break-word;
}
.task-status__date__param {
  display: inline-block;
  min-width: 48%;
}
.patient-list-view__action__tooltipped {
  float: left;
}
app-task-status-list-view {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  padding: 6.25vw 6.25vw 3.125vw 6.25vw;
}
.task-status__view-wrap {
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
  overflow: auto;
}
.task-status__headline {
  font-size: 2.5em;
  line-height: 1.2em;
  text-transform: none;
}
.task-status__head {
  border: solid #cad1d7;
  border-width: 0 0 1px 0;
  overflow: hidden;
}
.task-status__headers,
.task-status__params {
  padding: 0;
  max-width: 100%;
}
.task-status__title {
  cursor: auto;
}
.task-status__list {
  height: 70vh;
  overflow: scroll;
}
.task-status__value-failed {
  color: #ff5555;
}
.task-status__value-in-progress {
  font-style: italic;
  color: #a2aeba;
}
.task-status__empty:before {
  background-size: contain;
  background-image: url('distribution-lists.1a2f86cf46b7c9c8.svg');
}
.task-status__error:before {
  background-size: contain;
  background-image: url('error.abef5ad116b7ac68.svg');
}
.task-status__loader {
  padding: 14.9375vw 14.9375vw 14.9375vw 14.9375vw;
  display: block;
}
.task-status__action {
  font-style: italic;
}
.task-status__fullname {
  word-break: break-word;
}
.task-status__date__param {
  display: inline-block;
  min-width: 48%;
}
.patient-list-view__action__tooltipped {
  float: left;
}
app-audit-log-status-list-view {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  padding: 0vw 6.25vw 3.125vw 6.25vw;
}
.patient-export__download-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 60%;
  height: 108px;
  background-color: #e8ecf0;
  border: solid 1px #cad1d7;
  padding-right: 15px;
  margin: 30px auto 50px auto;
}
.patient-export__download-box-zip-icon {
  flex-grow: 0;
  flex-shrink: 0;
}
.patient-export__download-box-patient {
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
}
.patient-export__download-box-patient span {
  display: block;
}
.patient-export__buttons {
  margin-top: 50px;
}
.patient-export__zip-icon, .patient-export__zip-icon-gray {
  height: 6em;
  width: 6em;
  display: block;
  background: transparent 50% 50% no-repeat;
  background-image: url('zip-in-circle.beafb76cecab2109.svg');
}
.patient-export__zip-icon-gray {
  background-image: url('zip-in-circle-gray.6f635f8b17ef8021.svg');
}
.patient-export__patient-data {
  font-weight: 600;
  font-size: 18px;
}
.patient-export__patient-request-date {
  font-size: 0.87em;
  color: #5a6774;
}
.patient-export__loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.patient-export__download-button button {
  background-color: #0066cc;
  border-color: #ffffff;
  color: #ffffff;
}
.patient-export__failed-status, .patient-export__failed-status-greater {
  color: #ff5555;
}
.patient-export__failed-status-greater {
  font-size: 18px;
}
.ng-select__container {
  position: relative;
  height: auto;
}
.ng-select__custom.ng-select {
  padding: 0;
}
.ng-select__custom.ng-select:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.ng-select__custom.ng-select:disabled .ng-placeholder, .ng-select__custom.ng-select.disabled .ng-placeholder, .ng-select__custom.ng-select.disabled-area .ng-placeholder, .ng-select__custom.ng-select.meeting-point-of-discussion__add--disabled .ng-placeholder, .ng-select__custom.ng-select.patient-event-links__add--disabled .ng-placeholder, .ng-select__custom.ng-select.physical-examination__add--disabled .ng-placeholder, .ng-select__custom.ng-select.tumor-information__add--disabled .ng-placeholder, .ng-select__custom.ng-select.medications__add--disabled .ng-placeholder, .ng-select__custom.ng-select.biomarkers__add--disabled .ng-placeholder, .ng-select__custom.ng-select.treatment-history__add--disabled .ng-placeholder, .ng-select__custom.ng-select.social-history__add--disabled .ng-placeholder, .ng-select__custom.ng-select.past-medical-history__add--disabled .ng-placeholder, .ng-select__custom.ng-select.staging__add--disabled .ng-placeholder, .ng-select__custom.ng-select.patient-summary__add--disabled .ng-placeholder, .ng-select__custom.ng-select.meeting-preparation-slide-creator__options__item--disabled .ng-placeholder, .ng-select__custom.ng-select.patient-disabled-tooltip__label--disabled .ng-placeholder, .ng-select__custom.ng-select.cancer-info__actions__action--disabled .ng-placeholder, app-patient-card .ng-select__custom.ng-select.patient-card__action-dropdown-element-delete-disabled .ng-placeholder, .ng-select__custom.ng-select.patient-history__actions-action--disabled .ng-placeholder, .ng-select__custom.ng-select.ng-select-disabled .ng-placeholder {
  position: relative;
}
.ng-select__custom.ng-select .ng-has-value .ng-placeholder {
  display: none;
}
.ng-select__custom.ng-select.ng-select-filtered .ng-placeholder {
  visibility: hidden;
  width: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}
.ng-select__custom.ng-select .ng-value {
  border-top: solid 1px transparent; /* NTB-38792: fix jumping label when focus on control */
  padding: 0.3vw 0; /* NTB-38792: fix jumping label when focus on control */
  height: auto;
  width: 100%;
}
.ng-select__custom.ng-select .ng-value:before {
  content: ".";
  visibility: hidden;
  display: inline-block;
  clear: both;
  width: 0;
}
.ng-select__custom.ng-select .ng-select-container {
  padding: 0.3125vw 0.875vw 0.3125vw 0.625vw;
  font-size: 1em;
  height: 100%;
  line-height: 1.3em;
}
.ng-select__custom.ng-select .ng-select-container .ng-value-container {
  align-items: center;
  justify-content: flex-start;
  transition: none;
}
.ng-select__custom.ng-select .ng-placeholder {
  padding: 0.3125vw 0vw 0.3125vw 0vw;
  line-height: 1.3em;
  position: relative;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.ng-select__custom.ng-select .ng-placeholder:before {
  content: ".";
  visibility: hidden;
  display: inline-block;
  clear: both;
  width: 0;
}
.ng-select__custom.ng-select .ng-arrow-wrapper {
  right: 0.5vw;
}
.ng-select__custom.ng-select .ng-spinner-loader {
  display: none;
}
.ng-select__custom.bordered-options .ng-option {
  padding: 0;
}
.ng-select__custom.bordered-options .ng-option:not(:last-child) {
  border-bottom: 1px solid #cad1d7;
}
.ng-select__custom.bordered-options .no-options {
  padding: 0.3125vw 0.625vw 0.3125vw 0.625vw;
  color: #a2aeba;
  font-style: italic;
}
.ng-select__custom.ng-select__disable-arrow .ng-arrow-wrapper {
  display: none;
}
.ng-select__custom .ng-value-icon {
  display: none;
}
.ng-select__custom .ng-input {
  padding: 0.3125vw 0.875vw 0.3125vw 0.625vw;
  top: 0;
  height: 100%;
  transition: none;
}
.ng-select__custom .ng-input input {
  height: 100%;
  padding: 0;
  font-family: inherit;
  color: inherit;
  line-height: 1.3em;
}
.ng-select__custom .ng-option {
  display: flex;
  flex-direction: row;
  padding: 0.3125vw 0.625vw 0.3125vw 0.625vw;
  color: #5a6774;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
}
.ng-select__custom .ng-option .disabled, .ng-select__custom .ng-option .disabled-area, .ng-select__custom .ng-option .meeting-point-of-discussion__add--disabled, .ng-select__custom .ng-option .patient-event-links__add--disabled, .ng-select__custom .ng-option .physical-examination__add--disabled, .ng-select__custom .ng-option .tumor-information__add--disabled, .ng-select__custom .ng-option .medications__add--disabled, .ng-select__custom .ng-option .biomarkers__add--disabled, .ng-select__custom .ng-option .treatment-history__add--disabled, .ng-select__custom .ng-option .social-history__add--disabled, .ng-select__custom .ng-option .past-medical-history__add--disabled, .ng-select__custom .ng-option .staging__add--disabled, .ng-select__custom .ng-option .patient-summary__add--disabled, .ng-select__custom .ng-option .meeting-preparation-slide-creator__options__item--disabled, .ng-select__custom .ng-option .patient-disabled-tooltip__label--disabled, .ng-select__custom .ng-option .cancer-info__actions__action--disabled, .ng-select__custom .ng-option app-patient-card .patient-card__action-dropdown-element-delete-disabled, app-patient-card .ng-select__custom .ng-option .patient-card__action-dropdown-element-delete-disabled, .ng-select__custom .ng-option .patient-history__actions-action--disabled {
  background-color: #e8ecf0;
  color: #a2aeba;
}
.ng-select__custom .ng-option span {
  white-space: normal;
  white-space: initial;
}
.ng-select__custom .ng-dropdown-panel {
  transition: all 0.1s linear;
  padding: 0;
  left: 0;
  top: 100%;
  overflow: hidden;
  background: #ffffff;
  min-width: 12.5vw;
  border-top: 1px solid #373f47;
  z-index: 1000;
  margin-top: -1px;
}
.ng-select__custom .ng-dropdown-panel-items, .ng-select__custom .editable-dropdown__create-wrap, app-attendee-autoselect .ng-select__custom .attendee-autoselect__create-wrap, .ng-select__custom .autosuggest__create-wrap {
  padding: 0.625vw 0vw 0.625vw 0vw;
  top: 0;
  max-height: 25vw;
  border-right: 1px solid #373f47;
  border-left: 1px solid #373f47;
  border-bottom: 1px solid #373f47;
  overflow: auto;
}
.ng-select__custom .ng-dropdown-panel-items .ng-option:first-child > div, .ng-select__custom .editable-dropdown__create-wrap .ng-option:first-child > div, app-attendee-autoselect .ng-select__custom .attendee-autoselect__create-wrap .ng-option:first-child > div, .ng-select__custom .autosuggest__create-wrap .ng-option:first-child > div {
  border-top: 0;
}
.ng-select__custom .ng-dropdown-panel-items .ng-option .highlighted, .ng-select__custom .editable-dropdown__create-wrap .ng-option .highlighted, app-attendee-autoselect .ng-select__custom .attendee-autoselect__create-wrap .ng-option .highlighted, .ng-select__custom .autosuggest__create-wrap .ng-option .highlighted {
  font-weight: bold;
  text-decoration: none;
}
.ng-select__custom.ng-select-multiple.ng-select__chips .ng-select-container .ng-value {
  margin: 0.125vw 0.125vw 0.125vw 0.125vw;
  padding: 0.1875vw 1.25vw 0.1875vw 0.375vw;
  position: relative;
  float: left;
  display: block;
  background: #e8ecf0;
  color: #5a6774;
  width: auto;
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: break-all;
}
.ng-select__custom.ng-select-multiple.ng-select__chips .ng-select-container .ng-value .ng-value-icon {
  position: absolute;
  right: 0.1875vw;
  color: #a2aeba;
  font-size: 1.5vw;
  display: inline;
  display: initial;
}
.ng-select__custom.ng-select-multiple.ng-select__chips .ng-select-container .ng-value .ng-value-label {
  white-space: normal;
}
.ng-select__custom.hide-dropdown-items .ng-dropdown-panel {
  display: none;
}
.patient-search__option {
  display: flex;
  flex-direction: row;
  padding: 0.625vw 0.625vw 0.625vw 0.625vw;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  white-space: normal;
  flex-wrap: wrap;
  border-style: solid;
  border-color: #cad1d7;
  color: #5a6774;
}
.patient-search__option:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.patient-search__option--active, .patient-search__option:hover, .ng-option-marked .patient-search__option {
  background: #e8ecf0;
  color: #373f47;
}
.patient-search__option__full-name {
  flex-grow: 1;
  flex-shrink: 1;
  margin-bottom: 0.375vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-basis: 60%;
}
.patient-search__option__detail, .patient-search__option__personal, .patient-search__option__organization_details__name, .patient-search__option__mrn {
  font-size: 0.8em;
  line-height: 1.1em;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 60%;
}
@media (max-width: 1600px) {
  .patient-search__option__detail, .patient-search__option__personal, .patient-search__option__organization_details__name, .patient-search__option__mrn {
    font-size: 0.72em;
    line-height: 0.99em;
  }
}
.patient-search__option__personal {
  margin-bottom: 0.1875vw;
}
.patient-search__option__mr__label {
  text-transform: uppercase;
}
.patient-search__option__mrn__cupstudy {
  margin-bottom: 0.125vw;
  font-size: 1.32em;
  line-height: 1.65em;
  float: left;
  width: 100%;
}
@media (max-width: 1600px) {
  .patient-search__option__mrn__cupstudy {
    font-size: 1.188em;
    line-height: 1.485em;
  }
}
.patient-search__field, .patient-search.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  padding-left: 0.625vw;
  padding-right: 2.1875vw;
  border-right: 1px solid #cad1d7;
  border-left: 1px solid #cad1d7;
}
.patient-search__option__mrn {
  margin-bottom: 0.1875vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.patient-search__options-empty {
  color: #a2aeba;
  font-style: italic;
}
.patient-search__loader, .patient-autoselect__loader,
.patient-search__options-empty {
  border: 1px solid #cad1d7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100%;
}
.patient-search__input-container, .patient-search .ng-select-container {
  padding: 0;
}
.patient-search__input, .patient-search .ng-value-container, .patient-search input {
  color: inherit;
  display: block;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  text-align: inherit;
}
.patient-search__options-empty-label {
  padding: 0.625vw 0.625vw 0.625vw 0.625vw;
}
.patient-search * {
  transition-property: none;
}
.patient-search.has-items .ng-dropdown-panel-items, .patient-search.has-items .editable-dropdown__create-wrap, .patient-search.has-items app-attendee-autoselect .ng-select__custom .attendee-autoselect__create-wrap, app-attendee-autoselect .ng-select__custom .patient-search.has-items .attendee-autoselect__create-wrap, .patient-search.has-items .autosuggest__create-wrap {
  border: 1px solid #cad1d7;
}
.patient-search .ng-value-container {
  align-items: center;
}
.patient-search .ng-dropdown-panel {
  background-color: #ffffff;
}
.patient-search .ng-dropdown-panel .ng-dropdown-panel-items, .patient-search .ng-dropdown-panel .editable-dropdown__create-wrap, .patient-search .ng-dropdown-panel app-attendee-autoselect .ng-select__custom .attendee-autoselect__create-wrap, app-attendee-autoselect .ng-select__custom .patient-search .ng-dropdown-panel .attendee-autoselect__create-wrap, .patient-search .ng-dropdown-panel .autosuggest__create-wrap {
  max-height: 270px;
  margin-bottom: 0;
}
.patient-search .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .highlighted, .patient-search .ng-dropdown-panel .editable-dropdown__create-wrap .ng-option .highlighted, .patient-search .ng-dropdown-panel app-attendee-autoselect .ng-select__custom .attendee-autoselect__create-wrap .ng-option .highlighted, app-attendee-autoselect .ng-select__custom .patient-search .ng-dropdown-panel .attendee-autoselect__create-wrap .ng-option .highlighted, .patient-search .ng-dropdown-panel .autosuggest__create-wrap .ng-option .highlighted {
  text-decoration: underline;
}
.patient-search .ng-option:first-child .patient-search__option {
  border-top: 0;
}
.patient-search.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  position: relative;
}
.patient-search.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input input {
  color: #5a6774;
}
.patient-search.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input input::-ms-clear {
  display: none;
}
.patient-search .ng-value {
  padding: 0.3125vw 2.1875vw 0.3125vw 0.625vw;
}
.patient-search .ng-arrow-wrapper,
.patient-search .ng-spinner-loader {
  display: none;
}
.patient-autoselect:not(.has-items) .ng-arrow-wrapper {
  display: none;
}
.patient-autoselect:not(.has-items).invalid.ng-select-opened .ng-select-container {
  border-bottom: 1px solid #ff5555;
}
.patient-autoselect.ng-select .ng-select-container.ng-has-value .ng-value-container .ng-input {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0.3125vw 0.625vw 0.3125vw 0.625vw;
}
.patient-autoselect.ng-select .ng-select-container .ng-value-container .ng-input {
  position: relative;
}
.patient-autoselect .ng-dropdown-panel-items, .patient-autoselect .editable-dropdown__create-wrap, .patient-autoselect app-attendee-autoselect .ng-select__custom .attendee-autoselect__create-wrap, app-attendee-autoselect .ng-select__custom .patient-autoselect .attendee-autoselect__create-wrap, .patient-autoselect .autosuggest__create-wrap {
  margin-top: -1px;
  top: 75% !important;
}
.patient-autoselect .ng-option,
.patient-autoselect .ng-dropdown-panel .ng-dropdown-panel-items,
.patient-autoselect .ng-dropdown-panel .editable-dropdown__create-wrap,
.patient-autoselect .ng-dropdown-panel app-attendee-autoselect .ng-select__custom .attendee-autoselect__create-wrap,
app-attendee-autoselect .ng-select__custom .patient-autoselect .ng-dropdown-panel .attendee-autoselect__create-wrap,
.patient-autoselect .ng-dropdown-panel .autosuggest__create-wrap {
  padding: 0;
}
.patient-autoselect .ng-arrow-wrapper,
.patient-autoselect .ng-spinner-loader {
  display: none;
}
.patient-autoselect .patient-search__option {
  position: relative;
}
.patient-autoselect .patient-search__message {
  background: rgba(230, 227, 224, 0.85);
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  font-style: italic;
  cursor: not-allowed;
  text-align: center;
  left: 0vw;
  padding: 1.125vw 1.125vw 1.125vw 1.125vw;
}
.patient-autoselect .patient-search__options-empty {
  border: 0;
}
.patient-autoselect__loader {
  border: 0;
}
.patient-search__options-empty-label {
  padding: 0.625vw 0.625vw 0.625vw 0.625vw;
}
app-patient-event-timeline {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.patient-event-timeline__headline {
  margin-bottom: 0.625vw;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  text-transform: capitalize;
}
.patient-event-timeline__headline__link {
  padding-left: 1.25vw;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: capitalize;
  margin-bottom: 1px;
  float: right;
}
.patient-event-timeline__filter {
  margin: -0.0625vw -0.0625vw -0.0625vw -0.0625vw;
  margin-bottom: 1.25vw;
}
.patient-event-timeline__header {
  margin-right: 0.34375vw;
  padding-bottom: 0.625vw;
  box-shadow: 0 3px 4px -4px rgba(55, 63, 71, 0.5);
  z-index: 1;
}
.patient-timeline {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}
app-patient-event-timeline-view {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  height: calc(100% - 6.65vw);
  padding-top: 0.625vw;
}
.patient-timeline-view__wrap {
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0vw -0.625vw 0vw -0.625vw;
  padding: 0vw 0.625vw 0vw 0.625vw;
  flex-basis: 100%;
}
.patient-timeline-view__wrap.empty, .patient-timeline-view__wrap.social-history__empty, .patient-timeline-view__wrap.meeting-presentation-sidebar-slides__add-link {
  flex-grow: 0;
  font-style: normal;
}
.patient-event-timeline-view__item {
  margin: 0;
}
.patient-event-timeline-view__item-new {
  margin-bottom: 0.625vw;
}
.patient-event-timeline-view__loader {
  padding: 12.5vw 0vw 12.5vw 0vw;
  display: block;
  z-index: 10;
  position: absolute;
  width: 90%;
  height: 2.8125vw;
}
.patient-event-timeline-view__event {
  margin: 0vw 0vw 0vw 1.25vw;
  margin-top: 10px;
  margin-bottom: 10px;
}
.patient-event-timeline-view__event:before {
  height: calc(100% + 22px);
  top: -11px;
  left: -1.25vw;
  border: none;
  border-left: 1px solid currentColor;
}
.patient-event-timeline-view__event.category-EMPTY:after {
  background-color: #373f47;
}
.patient-event-timeline-view__event.category-PATHOLOGY:after {
  background-color: #8a266f;
}
.patient-event-timeline-view__event.category-RADIOLOGY:after {
  background-color: #373f47;
}
.patient-event-timeline-view__event.category-GENOMICS:after {
  background-color: #ffca07;
}
.patient-event-timeline-view__event.category-TREATMENT:after {
  background-color: #ca3725;
}
.patient-event-timeline-view__event.category-OTHER:after {
  background-color: #39ae6d;
}
.patient-event-timeline-view__event.category-TUMORBOARD:after {
  background-color: #0066cc;
}
.patient-event-timeline-view__event:after {
  position: absolute;
  content: "";
  left: calc(-1.25vw - 5px);
  width: 11px;
  height: 11px;
  border: none;
  border-radius: 10px;
}
@media (max-width: 786px) {
  .patient-event-timeline-view__event:after {
    display: none;
  }
}
.patient-event-timeline-view__item-symbol {
  width: 5vw;
}
.patient-event-timeline-view__item-icon {
  width: 2.625vw;
  height: 2.625vw;
  border-radius: 25px;
}
.patient-event-timeline-view__item-attachment {
  margin: 3px -5px 3px 3px;
}
.patient-event-timeline-view__item-info {
  padding: 0vw 0.25vw 0.5vw 0.25vw;
}
.patient-event-timeline-view__item-headline {
  margin: 0.3125vw 0vw 0vw 0vw;
}
.patient-event-timeline-view__item-type {
  text-overflow: ellipsis;
  overflow: hidden;
}
.patient-event-timeline-view__item-date {
  margin: 0.3125vw 0vw 0.3125vw 0vw;
}
.patient-event-timeline-view__item-non_featured {
  display: block;
}
.patient-event-timeline-view__marker, .patient-event-timeline-view__empty__marker {
  border-bottom-width: 0.09375vw;
  text-transform: capitalize;
}
.patient-event-timeline-view__marker.marker-FUTURE, .marker-FUTURE.patient-event-timeline-view__empty__marker {
  margin-bottom: 8px;
}
.patient-event-timeline-view__marker.marker-NOW, .marker-NOW.patient-event-timeline-view__empty__marker {
  margin: 16px 0 16px 0;
}
.patient-event-timeline-view__marker.marker-YEAR, .marker-YEAR.patient-event-timeline-view__empty__marker {
  margin: 0 0 0 12px;
  border: none;
}
.patient-event-timeline-view__marker.marker-YEAR:before, .marker-YEAR.patient-event-timeline-view__empty__marker:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 0;
  height: calc(100% + 20px);
  border-left: 1px solid currentColor;
}
.patient-event-timeline-view__marker.marker-YEAR:after, .marker-YEAR.patient-event-timeline-view__empty__marker:after {
  content: "";
  position: absolute;
  width: 12px;
  border-bottom: 1px solid currentColor;
  left: 0;
  top: 9px;
}
@media (max-width: 1600px) {
  .patient-event-timeline-view__marker.marker-YEAR:after, .marker-YEAR.patient-event-timeline-view__empty__marker:after {
    top: 7px;
  }
}
.patient-event-timeline-view__marker__label {
  font-weight: bold;
}
.patient-event-timeline-view__empty__marker {
  margin: 0vw 0vw 1.25vw 0vw;
}
.pdf-view-canvas {
  margin: 0vw 0vw 1.25vw 0vw;
}
app-media-image, app-media-thumbnail {
  display: flex;
  flex-direction: column;
  display: inline-flex;
  justify-content: space-around;
}
app-media-image canvas, app-media-thumbnail canvas {
  transition: none;
}
.media-image__image, .media-thumbnail__image, .media-image__image--as-background, .media-image__image--as-background-pdf-icon, .media-thumbnail__image--as-background-pdf-icon, .media-thumbnail__image--as-background {
  flex-grow: 0;
  flex-shrink: 1;
  align-self: center;
  display: block;
  max-width: 100%;
  max-height: 100%;
  -webkit-print-color-adjust: exact;
}
.media-image__image--as-background, .media-image__image--as-background-pdf-icon, .media-thumbnail__image--as-background-pdf-icon, .media-thumbnail__image--as-background {
  flex-grow: 1;
  flex-shrink: 1;
  align-self: stretch;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.media-image__loader, .media-thumbnail__loader {
  top: 0;
  position: absolute;
}
.media-image__canvas-container {
  position: relative;
  margin: auto;
}
.media-image__canvas {
  width: 100%;
  height: 100%;
}
.media-thumbnail__image--backdrop-filter {
  -webkit-backdrop-filter: blur(0.3em);
          backdrop-filter: blur(0.3em);
  height: 100%;
  display: block;
  width: 100%;
}
.media-thumbnail__image--filter {
  filter: blur(0.2em);
}
app-patient-cancer-info {
  position: relative;
}
.patient-cancer-info {
  padding: 0.625vw 0.625vw 0.625vw 0.3125vw;
  color: #373f47;
}
.patient-cancer-info .staging-view__header {
  font-size: 0.8em;
  line-height: 1.1em;
  border: none;
  margin-bottom: 0;
}
@media (max-width: 1600px) {
  .patient-cancer-info .staging-view__header {
    font-size: 0.72em;
    line-height: 0.99em;
  }
}
.patient-cancer-info__container {
  margin: 0.125vw 0vw 0vw 0vw;
  word-wrap: break-word;
}
.patient-cancer-info__container p {
  line-height: 1.1em;
  padding-bottom: 0.1875vw;
}
.patient-cancer-info__container--with-staging {
  padding-bottom: 0.625vw;
  margin-bottom: 0.625vw;
  border-bottom: 1px solid #cad1d7;
}
.collapsible-btn, .release-history-version__collapsible-btn {
  width: 1.25vw;
  height: 1.25vw;
  position: relative;
  cursor: pointer;
}
.collapsible-btn:after, .release-history-version__collapsible-btn:after {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('icon-sort-desc.01caaa0e3cc59d23.svg');
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: rotate(-90deg);
}
.collapsible-btn.active:after, .active.release-history-version__collapsible-btn:after {
  transform: rotate(0deg);
}
.static-page-standard-text, .static-page-content__icon-text, .static-page-content__contact, .static-page-content__section-text, .static-page-content__section-list li, .static-page-content__section-sublist li {
  font-size: 1.25em;
  line-height: 1.28em;
  color: #5a6774;
}
.static-page-content__container, .static-page-content__contact__container, .release-history__container {
  padding: 6.25vw 12.5vw 3.125vw 12.5vw;
  background-color: #ffffff;
  flex-basis: 100%;
}
.static-page-content__chapter {
  padding-bottom: 3.75vw;
}
.static-page-content__chapter-title, .release-version-popup__version, .release-history__title-text {
  font-size: 2.5em;
  line-height: 1.2em;
}
.static-page-content__last-revised, .release-version-popup__released {
  font-style: italic;
  font-size: 1.25em;
  color: #5a6774;
}
.static-page-content__title-separator, .release-version-popup__title-separator, .release-history__title-separator {
  padding-top: 0.625vw;
  margin-bottom: 1.25vw;
  width: 100%;
  border-bottom: 1px solid #a2aeba;
}
.static-page-content__section {
  padding-bottom: 0.625vw;
}
.static-page-content__section-title, .release-version-popup__title, .about-content__section-title, .static-page-content__contact-country-name, .release-history-version__number, .release-history-version__title {
  padding-top: 1.25vw;
  margin-bottom: 0.9375vw;
  font-size: 1.25em;
  font-weight: bold;
  color: #373f47;
}
.static-page-content__section-text {
  padding-bottom: 0.625vw;
}
.static-page-content__section-list {
  margin-left: 3.125vw;
  padding: 0.625vw 0vw 0.625vw 0vw;
  font-size: 1em;
}
.static-page-content__section-sublist {
  margin-left: 6.25vw;
  padding: 0.625vw 0vw 0.625vw 0vw;
  font-size: 1em;
}
.static-page-content__section-sublist li {
  list-style-type: square;
}
.static-page-content__version-row {
  display: flex;
}
.static-page-content__version-text {
  margin-left: 0.3125vw;
}
.static-page-content__version-date {
  margin-left: 0.3125vw;
  margin-right: 0.3125vw;
}
.static-page-content__link {
  font-style: italic;
}
app-release-history {
  flex-grow: 1;
  flex-shrink: 1;
}
.release-history__container {
  padding-bottom: 6.25vw;
}
.release-history__title {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
.release-history__title-text {
  flex-basis: 80%;
}
.release-history__title-separator {
  margin-bottom: 0;
}
.release-history-version {
  display: flex;
  flex-direction: row;
  padding: 2.625vw 0vw 2.625vw 0vw;
  border-bottom: solid 1px #cad1d7;
}
.release-history-version__action, .release-history-version__info, .release-history-version__details {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 72%;
}
.release-history-version__action {
  flex-basis: 5%;
  padding-top: 0.25em;
}
.release-history-version__info {
  flex-basis: 28%;
  padding-right: 1.875vw;
}
.release-history-version__collapsible-btn.hidden {
  visibility: hidden;
}
.release-history-version__number, .release-history-version__title {
  padding-top: 0;
  line-height: 1.3em;
  text-transform: none;
}
.release-history-version__number {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
}
.release-history-version__current {
  padding: 0.1375vw 0.4375vw 0.1375vw 0.4375vw;
  margin-left: 0.3125vw;
  color: #ffffff;
  background-color: #0066cc;
  display: inline-block;
  border-radius: 1em;
  font-weight: normal;
  font-size: 0.6em;
  line-height: 1;
  text-transform: uppercase;
}
.release-history-version__released {
  color: #5a6774;
}
.release-history-version__features {
  height: 0;
  overflow: hidden;
}
.release-history-version__features.active {
  height: auto;
}
.release-history-feature__title, .release-version-popup__feature-title, .release-history-feature__content, .release-version-popup__feature-content {
  font-size: 1em;
  font-weight: normal;
  text-transform: none;
  margin: 0 0.5em 1em;
  color: #5a6774;
  text-indent: -0.6em;
}
p.release-history-feature__content:last-child, p.release-version-popup__feature-content:last-child {
  margin-bottom: 2.5em;
}
.release-history-feature__title, .release-version-popup__feature-title {
  font-weight: bold;
  margin-top: 2em;
}
.release-history__loader {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.release-history-new-item__items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.625vw;
}
.release-history-new-item__items-actions {
  margin-top: 0.625vw;
}
.release-history-new-item__preview {
  overflow: auto;
  background-color: #FAFAFA;
  margin-bottom: 1.25vw;
}
.dia-button-link {
  margin-right: 10px;
}
.dia-button-link .dia-btn[type=default] {
  border: none;
  background: none;
  padding: 0;
}
app-patient-last-update-tooltip {
  height: 1.24vw;
}
.patient-last-update__info {
  width: 1.24vw;
  height: 1.24vw;
}
.patient-last-update__info .info__body {
  width: inherit;
  height: inherit;
}
.patient-last-update__info .info__icon {
  background-size: 80%;
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
}
.patient-last-update__tooltip-title, .staging-last-update-tooltip__history-title {
  text-transform: uppercase;
}
.patient-last-update__tooltip-label, .staging-last-update-tooltip__history-label {
  font-style: italic;
  white-space: nowrap;
  display: block;
}
.patient-last-update__tooltip-label-error, .entry-patient-last-update__tooltip-label-error {
  font-style: normal;
  white-space: nowrap;
}
.patient-last-update__tooltip-message, .entry-patient-last-update__tooltip-message {
  padding-right: 0.625vw;
  padding-left: 1.6875vw;
  padding-top: 0.125vw;
  display: block;
}
.patient-last-update__error-icon, .entry-patient-last-update__error-icon {
  height: 2em;
  width: 2em;
  display: block;
  background: transparent 5% 5% no-repeat;
  float: left;
  background-image: url('warning-yellow.31c9c9a9e1b61e44.svg');
}
.nav-arrow, .nav-arrow--next, app-fullscreen-preview .fullscreen-preview-component__nav-button-container-next, .meeting-presentation__nav--next, .nav-arrow--prev, app-fullscreen-preview .fullscreen-preview-component__nav-button-container-prev, .meeting-presentation__nav--prev {
  display: flex;
  flex-direction: row;
  padding: 1.875vw 1.875vw 1.875vw 1.875vw;
  position: absolute;
  top: 50%;
  width: 4vw;
  height: 4vw;
}
.nav-arrow--prev, app-fullscreen-preview .fullscreen-preview-component__nav-button-container-prev, .meeting-presentation__nav--prev {
  left: 2.625vw;
}
.nav-arrow--next, app-fullscreen-preview .fullscreen-preview-component__nav-button-container-next, .meeting-presentation__nav--next {
  right: 2.625vw;
}
.nav-arrow__icon, .nav-arrow__icon--next, app-fullscreen-preview .fullscreen-preview-component__button-next, .meeting-presentation__nav__icon--next, .nav-arrow__icon--prev, app-fullscreen-preview .fullscreen-preview-component__button-prev, .meeting-presentation__nav__icon--prev {
  position: absolute;
  top: -50%;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.nav-arrow__icon--prev, app-fullscreen-preview .fullscreen-preview-component__button-prev, .meeting-presentation__nav__icon--prev {
  background-image: url('icon-presentation-prev.30d5652f5b31ef43.svg');
  background-size: 4vw 4vw;
}
.nav-arrow__icon--prev:hover, app-fullscreen-preview .fullscreen-preview-component__button-prev:hover, .meeting-presentation__nav__icon--prev:hover {
  background-image: url('icon-presentation-prev--active.3ed2ac31a0edd012.svg');
}
.nav-arrow__icon--next, app-fullscreen-preview .fullscreen-preview-component__button-next, .meeting-presentation__nav__icon--next {
  background-image: url('icon-presentation-next.1be1f8cd3d469c67.svg');
  background-size: 4vw 4vw;
}
.nav-arrow__icon--next:hover, app-fullscreen-preview .fullscreen-preview-component__button-next:hover, .meeting-presentation__nav__icon--next:hover {
  background-image: url('icon-presentation-next--active.a89448a2d5ad9ec3.svg');
}
app-meeting-presentation-sidebar {
  position: relative;
  display: block;
}
.meeting-presentation-sidebar__options {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.meeting-presentation-sidebar__options:first-child {
  flex: 1;
}
.meeting-presentation-sidebar__option:hover {
  background: #373f47;
}
.meeting-presentation-sidebar__link, .meeting-presentation-sidebar__link-exit, .meeting-presentation-sidebar__link-notes-on, .meeting-presentation-sidebar__link-notes, .meeting-presentation-sidebar__link-recommendation, .meeting-presentation-sidebar__link-slides {
  padding: 0.9375vw 0.9375vw 0.9375vw 0.9375vw;
  display: block;
}
.meeting-presentation-sidebar__link:after, .meeting-presentation-sidebar__link-exit:after, .meeting-presentation-sidebar__link-notes-on:after, .meeting-presentation-sidebar__link-notes:after, .meeting-presentation-sidebar__link-recommendation:after, .meeting-presentation-sidebar__link-slides:after {
  content: "";
  display: block;
  width: 1.5vw;
  height: 1.5vw;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.meeting-presentation-sidebar__link--active, .meeting-presentation-sidebar__link--expandable.active, .active.meeting-presentation-sidebar__link-recommendation, .active.meeting-presentation-sidebar__link-slides {
  background: #ffffff;
}
.meeting-presentation-sidebar__link-slides:after {
  background-image: url('icon-presentation-slides-light.3bd1178036d95e8a.svg');
  background-size: 1.5vw 1.5vw;
}
.meeting-presentation-sidebar__link-slides.active:after {
  background-image: url('icon-presentation-slides-dark.73c1d5e067ae84ca.svg');
}
.meeting-presentation-sidebar__link-recommendation:after {
  background-image: url('icon-presentation-recommendation-light.7068c8bf87ed5922.svg');
  background-size: 1.25vw 1.25vw;
}
.meeting-presentation-sidebar__link-recommendation.active:after {
  background-image: url('icon-presentation-recommendation-on.f40022a90a627496.svg');
}
.meeting-presentation-sidebar__link-notes:after {
  background-image: url('icon-presentation-notes-light.a01fdd703b20ca56.svg');
  background-size: 1.25vw 1.25vw;
}
.meeting-presentation-sidebar__link-notes-on:after {
  background-image: url('icon-presentation-notes-on.fa15e336bc808009.svg');
  background-size: 1.25vw 1.25vw;
}
.meeting-presentation-sidebar__link-exit:after {
  background-image: url('icon-presentation-exit-light.1634b68a0dde5b3d.svg');
  background-size: 1.5vw 1.5vw;
}
.meeting-presentation-sidebar__drawer, .meeting-presentation-sidebar__drawer-recommendation, .meeting-presentation-sidebar__drawer-slides {
  display: flex;
  flex-direction: column;
  padding: 1.25vw 0vw 1.25vw 0vw;
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transform: translate(-20px, 0);
  transition: opacity 0.1s linear, transform 0.1s linear;
}
.meeting-presentation-sidebar__drawer.active, .active.meeting-presentation-sidebar__drawer-recommendation, .active.meeting-presentation-sidebar__drawer-slides {
  opacity: 1;
  pointer-events: inherit;
  transform: translate(0, 0);
}
.meeting-presentation-sidebar__drawer-slides {
  width: 20vw;
}
.meeting-presentation-sidebar__drawer-recommendation {
  width: 40.625vw;
}
.meeting-presentation-sidebar__drawer-content {
  flex-grow: 1;
  flex-shrink: 1;
  background-color: #ffffff;
  border: solid #cad1d7;
  border-width: 0 1px 0 0;
  overflow: hidden;
}
.meeting-presentation-sidebar__drawer-content dia-tabs {
  border: 0;
}
.meeting-presentation-sidebar__drawer-headline {
  background-color: #ffffff;
  left: 1.25vw;
}
.meeting-presentation-sidebar__drawer-button {
  padding-top: 0.3vw;
  padding-right: 1.5vw;
  padding-bottom: 0.3vw;
  background-color: #ffffff;
  border: solid 1px #cad1d7;
  width: inherit;
  text-align: end;
}
.meeting-presentation-sidebar__drawer-button app-send-emr-report .send-emr-report__loader {
  top: 80%;
}
.meeting-presentation-button {
  display: inline-block !important;
  right: 2vw;
  z-index: 3;
  width: -moz-fit-content;
  width: fit-content;
}
app-meeting-presentation-sidebar-slides {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}
.meeting-presentation-sidebar-slides__wrap {
  flex-grow: 1;
  flex-shrink: 1;
  height: calc(100vh - 4vw);
  overflow: hidden;
}
.meeting-preparation__sidebar__sidebar-slides .meeting-presentation-sidebar-slides__wrap {
  background: #373f47;
}
.meeting-presentation-sidebar-slides__list {
  height: 100%;
  list-style: none;
  counter-reset: meeting-presentation-sidebar-slides;
}
.meeting-presentation-sidebar-slides__item {
  padding: 0vw 1.25vw 0vw 3.125vw;
  position: relative;
  max-height: 0vh;
  list-style: none;
  counter-increment: meeting-presentation-sidebar-slides;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
}
.meeting-presentation-sidebar-slides__item:before {
  position: absolute;
  left: 1.25vw;
  top: calc(50% - 1em);
  line-height: 2em;
}
.meeting-presentation-sidebar-slides__item.selected {
  background: #e8ecf0;
}
.meeting-presentation-sidebar-slides__item .meeting-preparation__sidebar__sidebar-slides.selected {
  background: #202531;
}
.meeting-presentation-sidebar-slides__item.visible {
  visibility: visible;
  max-height: 100vh;
  padding: 0.625vw 1.25vw 0.625vw 3.125vw;
  display: block;
  pointer-events: inherit;
}
.meeting-presentation-sidebar-slides__item.visible:before {
  content: counter(meeting-presentation-sidebar-slides);
}
.meeting-presentation-sidebar-slides__item.attachment {
  padding: 0vw 1.25vw 0vw 5vw;
}
.meeting-presentation-sidebar-slides__item.attachment:before {
  left: 3.125vw;
}
.meeting-presentation-sidebar-slides__item.attachment.visible {
  padding: 0.3125vw 1.25vw 0.3125vw 5vw;
}
.meeting-presentation-sidebar-slides__item.cdk-drag-preview {
  background: none;
  box-shadow: none;
}
.meeting-presentation-sidebar-slides__item.cdk-drag-preview:before {
  content: none;
}
.meeting-presentation-sidebar-slides__item.cdk-drag-preview.drop-not-allowed .meeting-presentation-sidebar-slides__slide:after {
  content: "";
  display: block;
  width: 3.75vw;
  height: 3.75vw;
  margin: 0.3125vw;
  position: absolute;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('not-allowed.eafff0363bdc4d72.svg');
  background-size: 3.75vw 3.75vw;
  border: 0;
  left: calc(50% - 1.875vw);
  top: calc(50% - 1.875vw);
  z-index: 999;
}
.meeting-presentation-sidebar-slides__item.cdk-drag-placeholder .meeting-presentation-sidebar-slides__delete {
  display: none;
}
.meeting-presentation-sidebar-slides__item.cdk-drag-placeholder .meeting-presentation-sidebar-slides__slide {
  position: relative;
}
.meeting-presentation-sidebar-slides__item.cdk-drag-placeholder .meeting-presentation-sidebar-slides__slide:after {
  content: "";
  background: #373f47;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #4fbcff;
}
.meeting-presentation-sidebar-slides__item.drag-and-drop__dragover-item:not(.drag-and-drop__moving-item).dia-drag-and-drop__dragover-up {
  border-top: solid #4fbcff;
}
.meeting-presentation-sidebar-slides__item.drag-and-drop__dragover-item:not(.drag-and-drop__moving-item).dia-drag-and-drop__dragover-down {
  border-bottom: solid #4fbcff;
}
.meeting-presentation-sidebar-slides__toggle {
  position: absolute;
  display: block;
  left: 1.25vw;
  bottom: 0.625vw;
  width: 0.8em;
  height: 0.8em;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('icon-toggle-arrow-down.e01124bf638b8749.svg');
  transform: rotate(-90deg);
}
.meeting-presentation-sidebar-slides__item.expanded .meeting-presentation-sidebar-slides__toggle {
  transform: rotate(0);
}
.meeting-presentation-sidebar-slides__slide {
  display: flex;
  flex-direction: row;
  padding: 0.625vw 0.625vw 0.625vw 1.25vw;
  height: 8.4375vw;
  max-height: 100%;
  background: #ffffff;
  border: 1px solid #cad1d7;
  overflow: hidden;
  position: relative;
}
.meeting-presentation-sidebar-slides__slide, .meeting-presentation-sidebar-slides__slide:hover, .meeting-presentation-sidebar-slides__slide:focus, .meeting-presentation-sidebar-slides__slide:active {
  color: #373f47;
  text-decoration: none;
}
.meeting-presentation-sidebar-slides__item.selected .meeting-presentation-sidebar-slides__slide {
  border-color: #4fbcff;
}
.meeting-presentation-sidebar-slides__item.attachment .meeting-presentation-sidebar-slides__slide {
  padding: 0vw 0vw 0vw 0vw;
  height: 7.5vw;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.meeting-presentation-sidebar-slides__item.text-only .meeting-presentation-sidebar-slides__slide {
  background-image: url('symbol-slide-type-text-only.424af31bed0524e9.svg');
}
.meeting-presentation-sidebar-slides__item.attachment-and-text .meeting-presentation-sidebar-slides__slide {
  background-image: url('symbol-slide-type-attachment-and-text.3314eaca297a95f0.svg');
}
.meeting-presentation-sidebar-slides__item.two-attachments .meeting-presentation-sidebar-slides__slide {
  background-image: url('symbol-slide-type-two-attachments.e45c362af7c5cbce.svg');
}
.meeting-presentation-sidebar-slides__item.one-attachment .meeting-presentation-sidebar-slides__slide {
  background-image: url('symbol-slide-type-one-attachment.c20a5ac7d999e15a.svg');
}
.meeting-presentation-sidebar-slides__item.pinned-data-slide .meeting-presentation-sidebar-slides__slide {
  background-image: url('symbol-slide-type-pinned-data.b4c84279e4c27dbb.svg');
  background-size: auto;
}
.meeting-presentation-sidebar-slides__item.cds-app-publications-slide .meeting-presentation-sidebar-slides__slide {
  background-image: url('symbol-slide-type-cds-app-publications.f3ea82a0b4f54136.svg');
}
.meeting-presentation-sidebar-slides__item.cds-app-clinical-trial-match-slide .meeting-presentation-sidebar-slides__slide {
  background-image: url('symbol-slide-type-cds-app-clinical-trial-match.744e8ba60230e281.svg');
}
.meeting-presentation-sidebar-slides__item.cds-app-guidelines .meeting-presentation-sidebar-slides__slide {
  background-image: url('symbol-slide-type-cds-app-guidelines.79ea5f43484f1188.svg');
}
.meeting-presentation-slides__slide-tooltip {
  margin-top: 0;
}
.meeting-presentation-sidebar-slides__slide__cover,
.meeting-presentation-sidebar-slides__slide__patient,
.meeting-presentation-sidebar-slides__slide__attachment,
.meeting-presentation-sidebar-slides__slide__attachment--dicom,
.meeting-presentation-sidebar-slides__slide__attachment--empty {
  flex-grow: 1;
  flex-shrink: 1;
}
.meeting-presentation-sidebar-slides__slide__cover,
.meeting-presentation-sidebar-slides__slide__patient {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.meeting-presentation-sidebar-slides__slide__cover {
  width: 100%;
}
.meeting-presentation-sidebar-slides__slide__cover__group {
  display: block;
  text-align: center;
}
.meeting-presentation-sidebar-slides__slide__cover__group .meeting-presentation-sidebar-slides__slide__cover__name {
  padding-bottom: 0.3125vw;
  font-size: 1.3em;
  line-height: 1.5em;
  font-weight: bold;
}
@media (max-width: 1600px) {
  .meeting-presentation-sidebar-slides__slide__cover__group .meeting-presentation-sidebar-slides__slide__cover__name {
    font-size: 1.17em;
    line-height: 1.35em;
  }
}
.meeting-presentation-sidebar-slides__slide__cover__group .meeting-presentation-sidebar-slides__slide__cover__date {
  font-size: 0.8em;
  line-height: 1.1em;
}
@media (max-width: 1600px) {
  .meeting-presentation-sidebar-slides__slide__cover__group .meeting-presentation-sidebar-slides__slide__cover__date {
    font-size: 0.72em;
    line-height: 0.99em;
  }
}
.meeting-presentation-sidebar-slides__slide__attachment, .meeting-presentation-sidebar-slides__slide__attachment--dicom, .meeting-presentation-sidebar-slides__slide__attachment--empty {
  display: flex;
  flex-direction: row;
  flex-basis: 100%;
  background-color: #ffffff;
  text-align: center;
}
.meeting-presentation-sidebar-slides__slide__attachment--empty {
  background-color: transparent;
}
.meeting-presentation-sidebar-slides__slide__attachment__image {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
}
.meeting-presentation-sidebar-slides__slide__attachment--dicom {
  background-color: black;
}
.meeting-presentation-sidebar-slides__slide__attachment--dicom-thumbnail {
  width: 100%;
  height: 100%;
}
.meeting-presentation-sidebar-slides__delete {
  position: absolute;
  right: 1.875vw;
  top: 0.9375vw;
}
.dia-drag-and-drop__action .meeting-presentation-sidebar-slides__delete {
  display: none;
}
.meeting-presentation-sidebar-slides__delete-btn {
  visibility: hidden;
}
.meeting-presentation-sidebar-slides__item:hover .meeting-presentation-sidebar-slides__delete-btn {
  visibility: visible;
}
.meeting-presentation-sidebar-slides__add {
  padding: 0.3125vw 1.25vw 0.3125vw 5vw;
}
.meeting-presentation-sidebar-slides__add-link {
  font-size: 14px;
  line-height: 1.3em;
  display: flex;
  height: 7.5vw;
  border: 1px dashed #a2aeba;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1600px) {
  .meeting-presentation-sidebar-slides__add-link {
    font-size: 12.6px;
    line-height: 1.17em;
  }
}
.meeting-presentation-sidebar-slides__add-link:hover {
  background: #202531;
}
app-meeting-presentation-slide, app-meeting-preparation-slide {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.meeting-presentation-slide__patient-tag {
  top: 0.625vw;
  right: 0.625vw;
  position: absolute;
}
.meeting-presentation-slide__slide, .meeting-preparation-slide__slide, .meeting-presentation-slide__slide--cover, .meeting-preparation-slide__slide--cover {
  flex-grow: 1;
  flex-shrink: 1;
}
.meeting-presentation-slide__slide--cover, .meeting-preparation-slide__slide--cover {
  flex-grow: 0;
  flex-shrink: 1;
}
.meeting-presentation-slide__slide--cover__headline, .meeting-presentation-slide__slide--cover .patient-summary__headline, .meeting-preparation-slide__slide--cover .patient-summary__headline {
  margin: 0;
  border: none;
}
.meeting-presentation-slide__slide--cover__title, .meeting-presentation-slide__slide--cover .patient-summary__title, .meeting-preparation-slide__slide--cover .patient-summary__title {
  font-size: 1.5em;
  line-height: 1.8em;
  text-transform: none;
}
@media (max-width: 1600px) {
  .meeting-presentation-slide__slide--cover__title, .meeting-presentation-slide__slide--cover .patient-summary__title, .meeting-preparation-slide__slide--cover .patient-summary__title {
    font-size: 1.35em;
    line-height: 1.62em;
  }
}
app-meeting-presentation {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: row;
  height: 100%;
}
app-meeting-presentation app-patient-staging, app-meeting-presentation app-patient-present-illness-history {
  margin-bottom: 0vw;
}
.meeting-presentation__sidebar {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  padding: 1.25vw 0vw 1.25vw 0vw;
  justify-content: space-between;
}
.meeting-presentation__workspace {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: row;
  padding: 1.25vw 1.25vw 1.25vw 0vw;
  position: relative;
  overflow: auto;
}
.meeting-presentation__content {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  display: grid;
  position: relative;
  background: #ffffff;
  overflow: auto;
}
.meeting-presentation__nav--prev[hidden],
.meeting-presentation__nav--next[hidden] {
  display: none;
}
app-meeting-presentation-slide, app-meeting-preparation-slide {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.meeting-presentation-slide__patient-tag {
  top: 0.625vw;
  right: 0.625vw;
  position: absolute;
}
.meeting-presentation-slide__slide, .meeting-preparation-slide__slide, .meeting-presentation-slide__slide--cover, .meeting-preparation-slide__slide--cover {
  flex-grow: 1;
  flex-shrink: 1;
}
.meeting-presentation-slide__slide--cover, .meeting-preparation-slide__slide--cover {
  flex-grow: 0;
  flex-shrink: 1;
}
.meeting-presentation-slide__slide--cover__headline, .meeting-presentation-slide__slide--cover .patient-summary__headline, .meeting-preparation-slide__slide--cover .patient-summary__headline {
  margin: 0;
  border: none;
}
.meeting-presentation-slide__slide--cover__title, .meeting-presentation-slide__slide--cover .patient-summary__title, .meeting-preparation-slide__slide--cover .patient-summary__title {
  font-size: 1.5em;
  line-height: 1.8em;
  text-transform: none;
}
@media (max-width: 1600px) {
  .meeting-presentation-slide__slide--cover__title, .meeting-presentation-slide__slide--cover .patient-summary__title, .meeting-preparation-slide__slide--cover .patient-summary__title {
    font-size: 1.35em;
    line-height: 1.62em;
  }
}
app-meeting-presentation-cover-slide, app-meeting-preparation-cover-slide {
  flex-grow: 0;
  flex-shrink: 1;
  background: #ffffff;
  overflow: auto;
}
.meeting-presentation-cover-slide__headline, .meeting-preparation-cover-slide__headline {
  margin: 0vw 6.25vw 0vw 6.25vw;
  padding: 3.125vw 3.125vw 3.125vw 3.125vw;
  text-align: center;
}
.meeting-presentation-cover-slide__headline__name, .meeting-preparation-cover-slide__headline__name {
  font-size: 60px;
  line-height: 1.3em;
  text-transform: none;
}
@media (max-width: 1600px) {
  .meeting-presentation-cover-slide__headline__name, .meeting-preparation-cover-slide__headline__name {
    font-size: 54px;
    line-height: 1.17em;
  }
}
.meeting-presentation-cover-slide__headline__type,
.meeting-presentation-cover-slide__headline__date,
.meeting-preparation-cover-slide__headline__date {
  font-size: 48px;
  line-height: 1.3em;
  text-transform: none;
}
@media (max-width: 1600px) {
  .meeting-presentation-cover-slide__headline__type,
.meeting-presentation-cover-slide__headline__date,
.meeting-preparation-cover-slide__headline__date {
    font-size: 43.2px;
    line-height: 1.17em;
  }
}
.meeting-presentation-cover-slide__attendees, .meeting-preparation-cover-slide__attendees {
  margin: 0vw 6.25vw 0vw 6.25vw;
  padding: 1.25vw 3.125vw 1.25vw 3.125vw;
  border: solid #e8ecf0;
  border-width: 1px 0 0 0;
}
.meeting-presentation-cover-slide__attendees__list {
  margin: 0vw 0vw 0vw 0vw;
}
.meeting-presentation-cover-slide__attendees__list-item {
  margin: 0vw 0vw 0vw 0vw;
  padding: 0vw 0vw 0vw 0vw;
  display: inline;
  list-style: none;
}
.meeting-presentation-cover-slide__attendees__list-item:after {
  content: ", ";
}
.meeting-presentation-cover-slide__attendees__list-item:last-child:after {
  content: none;
}
app-meeting-presentation-sidebar {
  position: relative;
  display: block;
}
.meeting-presentation-sidebar__options {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.meeting-presentation-sidebar__options:first-child {
  flex: 1;
}
.meeting-presentation-sidebar__option:hover {
  background: #373f47;
}
.meeting-presentation-sidebar__link, .meeting-presentation-sidebar__link-slides, .meeting-presentation-sidebar__link-recommendation, .meeting-presentation-sidebar__link-notes, .meeting-presentation-sidebar__link-notes-on, .meeting-presentation-sidebar__link-exit {
  padding: 0.9375vw 0.9375vw 0.9375vw 0.9375vw;
  display: block;
}
.meeting-presentation-sidebar__link:after, .meeting-presentation-sidebar__link-slides:after, .meeting-presentation-sidebar__link-recommendation:after, .meeting-presentation-sidebar__link-notes:after, .meeting-presentation-sidebar__link-notes-on:after, .meeting-presentation-sidebar__link-exit:after {
  content: "";
  display: block;
  width: 1.5vw;
  height: 1.5vw;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.meeting-presentation-sidebar__link--active, .meeting-presentation-sidebar__link--expandable.active, .active.meeting-presentation-sidebar__link-slides, .active.meeting-presentation-sidebar__link-recommendation {
  background: #ffffff;
}
.meeting-presentation-sidebar__link-slides:after {
  background-image: url('icon-presentation-slides-light.3bd1178036d95e8a.svg');
  background-size: 1.5vw 1.5vw;
}
.meeting-presentation-sidebar__link-slides.active:after {
  background-image: url('icon-presentation-slides-dark.73c1d5e067ae84ca.svg');
}
.meeting-presentation-sidebar__link-recommendation:after {
  background-image: url('icon-presentation-recommendation-light.7068c8bf87ed5922.svg');
  background-size: 1.25vw 1.25vw;
}
.meeting-presentation-sidebar__link-recommendation.active:after {
  background-image: url('icon-presentation-recommendation-on.f40022a90a627496.svg');
}
.meeting-presentation-sidebar__link-notes:after {
  background-image: url('icon-presentation-notes-light.a01fdd703b20ca56.svg');
  background-size: 1.25vw 1.25vw;
}
.meeting-presentation-sidebar__link-notes-on:after {
  background-image: url('icon-presentation-notes-on.fa15e336bc808009.svg');
  background-size: 1.25vw 1.25vw;
}
.meeting-presentation-sidebar__link-exit:after {
  background-image: url('icon-presentation-exit-light.1634b68a0dde5b3d.svg');
  background-size: 1.5vw 1.5vw;
}
.meeting-presentation-sidebar__drawer, .meeting-presentation-sidebar__drawer-slides, .meeting-presentation-sidebar__drawer-recommendation {
  display: flex;
  flex-direction: column;
  padding: 1.25vw 0vw 1.25vw 0vw;
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transform: translate(-20px, 0);
  transition: opacity 0.1s linear, transform 0.1s linear;
}
.meeting-presentation-sidebar__drawer.active, .active.meeting-presentation-sidebar__drawer-slides, .active.meeting-presentation-sidebar__drawer-recommendation {
  opacity: 1;
  pointer-events: inherit;
  transform: translate(0, 0);
}
.meeting-presentation-sidebar__drawer-slides {
  width: 20vw;
}
.meeting-presentation-sidebar__drawer-recommendation {
  width: 40.625vw;
}
.meeting-presentation-sidebar__drawer-content {
  flex-grow: 1;
  flex-shrink: 1;
  background-color: #ffffff;
  border: solid #cad1d7;
  border-width: 0 1px 0 0;
  overflow: hidden;
}
.meeting-presentation-sidebar__drawer-content dia-tabs {
  border: 0;
}
.meeting-presentation-sidebar__drawer-headline {
  background-color: #ffffff;
  left: 1.25vw;
}
.meeting-presentation-sidebar__drawer-button {
  padding-top: 0.3vw;
  padding-right: 1.5vw;
  padding-bottom: 0.3vw;
  background-color: #ffffff;
  border: solid 1px #cad1d7;
  width: inherit;
  text-align: end;
}
.meeting-presentation-sidebar__drawer-button app-send-emr-report .send-emr-report__loader {
  top: 80%;
}
.meeting-presentation-button {
  display: inline-block !important;
  right: 2vw;
  z-index: 3;
  width: -moz-fit-content;
  width: fit-content;
}
app-meeting-presentation-sidebar-slides {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}
.meeting-presentation-sidebar-slides__wrap {
  flex-grow: 1;
  flex-shrink: 1;
  height: calc(100vh - 4vw);
  overflow: hidden;
}
.meeting-preparation__sidebar__sidebar-slides .meeting-presentation-sidebar-slides__wrap {
  background: #373f47;
}
.meeting-presentation-sidebar-slides__list {
  height: 100%;
  list-style: none;
  counter-reset: meeting-presentation-sidebar-slides;
}
.meeting-presentation-sidebar-slides__item {
  padding: 0vw 1.25vw 0vw 3.125vw;
  position: relative;
  max-height: 0vh;
  list-style: none;
  counter-increment: meeting-presentation-sidebar-slides;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
}
.meeting-presentation-sidebar-slides__item:before {
  position: absolute;
  left: 1.25vw;
  top: calc(50% - 1em);
  line-height: 2em;
}
.meeting-presentation-sidebar-slides__item.selected {
  background: #e8ecf0;
}
.meeting-presentation-sidebar-slides__item .meeting-preparation__sidebar__sidebar-slides.selected {
  background: #202531;
}
.meeting-presentation-sidebar-slides__item.visible {
  visibility: visible;
  max-height: 100vh;
  padding: 0.625vw 1.25vw 0.625vw 3.125vw;
  display: block;
  pointer-events: inherit;
}
.meeting-presentation-sidebar-slides__item.visible:before {
  content: counter(meeting-presentation-sidebar-slides);
}
.meeting-presentation-sidebar-slides__item.attachment {
  padding: 0vw 1.25vw 0vw 5vw;
}
.meeting-presentation-sidebar-slides__item.attachment:before {
  left: 3.125vw;
}
.meeting-presentation-sidebar-slides__item.attachment.visible {
  padding: 0.3125vw 1.25vw 0.3125vw 5vw;
}
.meeting-presentation-sidebar-slides__item.cdk-drag-preview {
  background: none;
  box-shadow: none;
}
.meeting-presentation-sidebar-slides__item.cdk-drag-preview:before {
  content: none;
}
.meeting-presentation-sidebar-slides__item.cdk-drag-preview.drop-not-allowed .meeting-presentation-sidebar-slides__slide:after {
  content: "";
  display: block;
  width: 3.75vw;
  height: 3.75vw;
  margin: 0.3125vw;
  position: absolute;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('not-allowed.eafff0363bdc4d72.svg');
  background-size: 3.75vw 3.75vw;
  border: 0;
  left: calc(50% - 1.875vw);
  top: calc(50% - 1.875vw);
  z-index: 999;
}
.meeting-presentation-sidebar-slides__item.cdk-drag-placeholder .meeting-presentation-sidebar-slides__delete {
  display: none;
}
.meeting-presentation-sidebar-slides__item.cdk-drag-placeholder .meeting-presentation-sidebar-slides__slide {
  position: relative;
}
.meeting-presentation-sidebar-slides__item.cdk-drag-placeholder .meeting-presentation-sidebar-slides__slide:after {
  content: "";
  background: #373f47;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #4fbcff;
}
.meeting-presentation-sidebar-slides__item.drag-and-drop__dragover-item:not(.drag-and-drop__moving-item).dia-drag-and-drop__dragover-up {
  border-top: solid #4fbcff;
}
.meeting-presentation-sidebar-slides__item.drag-and-drop__dragover-item:not(.drag-and-drop__moving-item).dia-drag-and-drop__dragover-down {
  border-bottom: solid #4fbcff;
}
.meeting-presentation-sidebar-slides__toggle {
  position: absolute;
  display: block;
  left: 1.25vw;
  bottom: 0.625vw;
  width: 0.8em;
  height: 0.8em;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('icon-toggle-arrow-down.e01124bf638b8749.svg');
  transform: rotate(-90deg);
}
.meeting-presentation-sidebar-slides__item.expanded .meeting-presentation-sidebar-slides__toggle {
  transform: rotate(0);
}
.meeting-presentation-sidebar-slides__slide {
  display: flex;
  flex-direction: row;
  padding: 0.625vw 0.625vw 0.625vw 1.25vw;
  height: 8.4375vw;
  max-height: 100%;
  background: #ffffff;
  border: 1px solid #cad1d7;
  overflow: hidden;
  position: relative;
}
.meeting-presentation-sidebar-slides__slide, .meeting-presentation-sidebar-slides__slide:hover, .meeting-presentation-sidebar-slides__slide:focus, .meeting-presentation-sidebar-slides__slide:active {
  color: #373f47;
  text-decoration: none;
}
.meeting-presentation-sidebar-slides__item.selected .meeting-presentation-sidebar-slides__slide {
  border-color: #4fbcff;
}
.meeting-presentation-sidebar-slides__item.attachment .meeting-presentation-sidebar-slides__slide {
  padding: 0vw 0vw 0vw 0vw;
  height: 7.5vw;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.meeting-presentation-sidebar-slides__item.text-only .meeting-presentation-sidebar-slides__slide {
  background-image: url('symbol-slide-type-text-only.424af31bed0524e9.svg');
}
.meeting-presentation-sidebar-slides__item.attachment-and-text .meeting-presentation-sidebar-slides__slide {
  background-image: url('symbol-slide-type-attachment-and-text.3314eaca297a95f0.svg');
}
.meeting-presentation-sidebar-slides__item.two-attachments .meeting-presentation-sidebar-slides__slide {
  background-image: url('symbol-slide-type-two-attachments.e45c362af7c5cbce.svg');
}
.meeting-presentation-sidebar-slides__item.one-attachment .meeting-presentation-sidebar-slides__slide {
  background-image: url('symbol-slide-type-one-attachment.c20a5ac7d999e15a.svg');
}
.meeting-presentation-sidebar-slides__item.pinned-data-slide .meeting-presentation-sidebar-slides__slide {
  background-image: url('symbol-slide-type-pinned-data.b4c84279e4c27dbb.svg');
  background-size: auto;
}
.meeting-presentation-sidebar-slides__item.cds-app-publications-slide .meeting-presentation-sidebar-slides__slide {
  background-image: url('symbol-slide-type-cds-app-publications.f3ea82a0b4f54136.svg');
}
.meeting-presentation-sidebar-slides__item.cds-app-clinical-trial-match-slide .meeting-presentation-sidebar-slides__slide {
  background-image: url('symbol-slide-type-cds-app-clinical-trial-match.744e8ba60230e281.svg');
}
.meeting-presentation-sidebar-slides__item.cds-app-guidelines .meeting-presentation-sidebar-slides__slide {
  background-image: url('symbol-slide-type-cds-app-guidelines.79ea5f43484f1188.svg');
}
.meeting-presentation-slides__slide-tooltip {
  margin-top: 0;
}
.meeting-presentation-sidebar-slides__slide__cover,
.meeting-presentation-sidebar-slides__slide__patient,
.meeting-presentation-sidebar-slides__slide__attachment,
.meeting-presentation-sidebar-slides__slide__attachment--empty,
.meeting-presentation-sidebar-slides__slide__attachment--dicom {
  flex-grow: 1;
  flex-shrink: 1;
}
.meeting-presentation-sidebar-slides__slide__cover,
.meeting-presentation-sidebar-slides__slide__patient {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.meeting-presentation-sidebar-slides__slide__cover {
  width: 100%;
}
.meeting-presentation-sidebar-slides__slide__cover__group {
  display: block;
  text-align: center;
}
.meeting-presentation-sidebar-slides__slide__cover__group .meeting-presentation-sidebar-slides__slide__cover__name {
  padding-bottom: 0.3125vw;
  font-size: 1.3em;
  line-height: 1.5em;
  font-weight: bold;
}
@media (max-width: 1600px) {
  .meeting-presentation-sidebar-slides__slide__cover__group .meeting-presentation-sidebar-slides__slide__cover__name {
    font-size: 1.17em;
    line-height: 1.35em;
  }
}
.meeting-presentation-sidebar-slides__slide__cover__group .meeting-presentation-sidebar-slides__slide__cover__date {
  font-size: 0.8em;
  line-height: 1.1em;
}
@media (max-width: 1600px) {
  .meeting-presentation-sidebar-slides__slide__cover__group .meeting-presentation-sidebar-slides__slide__cover__date {
    font-size: 0.72em;
    line-height: 0.99em;
  }
}
.meeting-presentation-sidebar-slides__slide__attachment, .meeting-presentation-sidebar-slides__slide__attachment--empty, .meeting-presentation-sidebar-slides__slide__attachment--dicom {
  display: flex;
  flex-direction: row;
  flex-basis: 100%;
  background-color: #ffffff;
  text-align: center;
}
.meeting-presentation-sidebar-slides__slide__attachment--empty {
  background-color: transparent;
}
.meeting-presentation-sidebar-slides__slide__attachment__image {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
}
.meeting-presentation-sidebar-slides__slide__attachment--dicom {
  background-color: black;
}
.meeting-presentation-sidebar-slides__slide__attachment--dicom-thumbnail {
  width: 100%;
  height: 100%;
}
.meeting-presentation-sidebar-slides__delete {
  position: absolute;
  right: 1.875vw;
  top: 0.9375vw;
}
.dia-drag-and-drop__action .meeting-presentation-sidebar-slides__delete {
  display: none;
}
.meeting-presentation-sidebar-slides__delete-btn {
  visibility: hidden;
}
.meeting-presentation-sidebar-slides__item:hover .meeting-presentation-sidebar-slides__delete-btn {
  visibility: visible;
}
.meeting-presentation-sidebar-slides__add {
  padding: 0.3125vw 1.25vw 0.3125vw 5vw;
}
.meeting-presentation-sidebar-slides__add-link {
  font-size: 14px;
  line-height: 1.3em;
  display: flex;
  height: 7.5vw;
  border: 1px dashed #a2aeba;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1600px) {
  .meeting-presentation-sidebar-slides__add-link {
    font-size: 12.6px;
    line-height: 1.17em;
  }
}
.meeting-presentation-sidebar-slides__add-link:hover {
  background: #202531;
}
app-meeting-presentation-one-attachment-slide, app-meeting-preparation-one-attachment-slide {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: row;
  position: relative;
  overflow: auto;
}
.meeting-presentation-one-attachment-slide__attachment-element, .meeting-preparation-one-attachment-slide__attachment-element {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
}
app-meeting-presentation-two-attachments-slide, app-meeting-presentation-attachment-and-text-slide, app-meeting-preparation-attachment-and-text-slide, app-meeting-preparation-two-attachments-slide {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: row;
  position: relative;
  overflow: auto;
}
.meeting-presentation-two-attachments-slide__attachment-element, .meeting-preparation-attachment-and-text-slide__attachment-element, .meeting-preparation-two-attachments-slide__attachment-element {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  width: 50%;
}
.meeting-presentation-two-attachments-slide__patient-tag {
  top: 0.625vw;
  right: 0.625vw;
  position: absolute;
}
.meeting-presentation-two-attachments-slide__separator, .meeting-preparation-attachment-and-text-slide__separator, .meeting-preparation-two-attachments-slide__separator {
  border: 1px solid #202531;
}
app-meeting-presentation-attachment-element, app-meeting-preparation-attachment-element {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.meeting-presentation-attachment-element__attachment-title {
  cursor: default;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  margin-right: 16px;
  min-width: 8vw;
  max-width: 1000px;
}
.meeting-presentation-attachment-element__attachment-title--main {
  font-weight: bold;
  margin-left: 116px;
}
.meeting-presentation-attachment-element__heading {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  background-color: #202531;
  height: 75px;
}
.meeting-presentation-attachment-element__heading-title {
  flex-grow: 1;
  flex-shrink: 1;
  color: #a2aeba;
  white-space: nowrap;
  text-transform: none;
  font-size: 22px;
  line-height: 75px;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  display: contents;
}
.meeting-presentation-attachment-element__heading-right {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-basis: 225px;
  flex-shrink: 0;
  justify-content: flex-end;
}
.meeting-presentation-attachment-element__attachment, .meeting-preparation-attachment-element__attachment, .meeting-preparation-attachment-element__attachment--empty,
.meeting-preparation-attachment-element__attachment--uploading {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  background-color: #202531;
  align-items: stretch;
  justify-content: space-around;
  overflow: auto;
}
.meeting-presentation-attachment-element__attachment__file, .meeting-preparation-attachment-element__attachment__file {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: auto;
}
.meeting-presentation-attachment-element__attachment__image, .meeting-preparation-attachment-element__attachment__image {
  flex-grow: 1;
  flex-shrink: 1;
}
.meeting-presentation-attachment-element__attachment__pdf, .meeting-preparation-attachment-element__attachment__pdf {
  flex-grow: 0;
  flex-shrink: 0;
  width: 74%;
  margin: auto;
}
.meeting-presentation-attachment-element__notes, .meeting-preparation-attachment-element__notes {
  padding: 1.25vw 1.25vw 1.25vw 1.25vw;
  font-size: 1.5em;
  line-height: 1.3em;
  position: absolute;
  bottom: 0;
  background-color: rgba(232, 236, 240, 0.8);
  width: 100%;
  word-break: break-word;
  word-wrap: break-word;
}
@media (max-width: 1600px) {
  .meeting-presentation-attachment-element__notes, .meeting-preparation-attachment-element__notes {
    font-size: 1.35em;
    line-height: 1.17em;
  }
}
.meeting-presentation-attachment-element__notes.hidden, .hidden.meeting-preparation-attachment-element__notes {
  opacity: 0;
}
.meeting-presentation-attachment-element__notes-title, .meeting-preparation-attachment-element__notes-title,
.meeting-presentation-attachment-element__notes-comment,
.meeting-preparation-attachment-element__notes-comment {
  padding: 0.625vw 0vw 0.625vw 0vw;
  text-transform: none;
  font-size: 1.2em;
  line-height: 1.3em;
}
@media (max-width: 1600px) {
  .meeting-presentation-attachment-element__notes-title, .meeting-preparation-attachment-element__notes-title,
.meeting-presentation-attachment-element__notes-comment,
.meeting-preparation-attachment-element__notes-comment {
    font-size: 1.08em;
    line-height: 1.17em;
  }
}
.meeting-presentation-attachment-element__notes-comment, .meeting-preparation-attachment-element__notes-comment {
  height: 5em;
  display: block;
  overflow-y: auto;
}
.meeting-presentation-attachment-element__error, .meeting-preparation-attachment-element__error {
  flex-grow: 0;
  flex-shrink: 0;
  background-color: #ffffff;
}
.meeting-presentation-attachment-element__error:before, .meeting-preparation-attachment-element__error:before {
  background-image: url('attachment-element-placeholder.12520b555d2fcf17.svg');
  background-size: contain;
}
app-meeting-presentation-cds-app-slide {
  animation: none 0s ease 0s 1 normal none running;
  backface-visibility: visible;
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  border: medium none currentColor;
  border-collapse: separate;
  -o-border-image: none;
     border-image: none;
  border-radius: 0;
  border-spacing: 0;
  bottom: auto;
  box-shadow: none;
  box-sizing: content-box;
  caption-side: top;
  clear: none;
  clip: auto;
  color: #000;
  -moz-columns: auto;
       columns: auto;
  -moz-column-count: auto;
       column-count: auto;
  -moz-column-fill: balance;
       column-fill: balance;
  -moz-column-gap: normal;
       column-gap: normal;
  -moz-column-rule: medium none currentColor;
       column-rule: medium none currentColor;
  -moz-column-span: 1;
       column-span: 1;
  -moz-column-width: auto;
       column-width: auto;
  content: normal;
  counter-increment: none;
  counter-reset: none;
  cursor: auto;
  direction: ltr;
  display: inline;
  empty-cells: show;
  float: none;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: normal;
  height: auto;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  left: auto;
  letter-spacing: normal;
  list-style: disc outside none;
  margin: 0;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  opacity: 1;
  orphans: 2;
  outline: medium none invert;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  padding: 0;
  page-break-after: auto;
  page-break-before: auto;
  page-break-inside: auto;
  perspective: none;
  perspective-origin: 50% 50%;
  position: static;
  right: auto;
  -moz-tab-size: 8;
    -o-tab-size: 8;
       tab-size: 8;
  table-layout: auto;
  text-align: left;
  -moz-text-align-last: auto;
       text-align-last: auto;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  top: auto;
  transform: none;
  transform-origin: 50% 50% 0;
  transform-style: flat;
  transition: none 0s ease 0s;
  unicode-bidi: normal;
  vertical-align: baseline;
  visibility: visible;
  white-space: normal;
  widows: 2;
  width: auto;
  word-spacing: normal;
  z-index: auto;
  all: initial;
  padding: 4.9375vw 8.625vw 4.9375vw 8.625vw;
  font-family: inherit;
  font-size: 16px;
  background-color: #ffffff;
  overflow: auto;
  --clinical-trial-header-font-size: 3.75em;
  --publication-header-font-size: 3.75em;
  --clinical-trial-item-title-font-size: 2.5em;
  --publication-item-title-font-size: 2.5em;
  --nap-attribute-font-size: 1.5em;
  --nap-content-attribute-font-size: 1.5em;
  --nap-phase-item-size: 28px;
  --nap-phase-item-font-size: 0.6em;
  --nap-phase-item-line-height: 1.65em;
  --nap-attribute-label-min-width: 82px;
  /* IE11 */
  text-align: left;
}
@media (max-width: 1600px) {
  app-meeting-presentation-cds-app-slide {
    --clinical-trial-header-font-size: 3.375em;
  }
}
@media (max-width: 1600px) {
  app-meeting-presentation-cds-app-slide {
    --publication-header-font-size: 3.375em;
  }
}
@media (max-width: 1600px) {
  app-meeting-presentation-cds-app-slide {
    --clinical-trial-item-title-font-size: 2.25em;
  }
}
@media (max-width: 1600px) {
  app-meeting-presentation-cds-app-slide {
    --publication-item-title-font-size: 2.25em;
  }
}
@media (max-width: 1600px) {
  app-meeting-presentation-cds-app-slide {
    --nap-attribute-font-size: 1.35em;
  }
}
@media (max-width: 1600px) {
  app-meeting-presentation-cds-app-slide {
    --nap-content-attribute-font-size: 1.35em;
  }
}
@media (max-width: 1600px) {
  app-meeting-presentation-cds-app-slide {
    --nap-phase-item-size: 25.2px;
  }
}
@media (max-width: 1600px) {
  app-meeting-presentation-cds-app-slide {
    --nap-phase-item-font-size: 0.54em;
  }
}
@media (max-width: 1600px) {
  app-meeting-presentation-cds-app-slide {
    --nap-phase-item-line-height: 1.485em;
  }
}
app-meeting-presentation-cds-app-slide .header__title {
  font-size: 3.75em;
  line-height: 1.3em;
  text-transform: none;
}
@media (max-width: 1600px) {
  app-meeting-presentation-cds-app-slide .header__title {
    font-size: 3.375em;
    line-height: 1.17em;
  }
}
app-meeting-presentation-cds-app-slide .item__title {
  font-size: 2.5em;
  line-height: 1.3em;
  text-transform: none;
}
@media (max-width: 1600px) {
  app-meeting-presentation-cds-app-slide .item__title {
    font-size: 2.25em;
    line-height: 1.17em;
  }
}
app-meeting-presentation-cds-app-slide nap-attribute .label,
app-meeting-presentation-cds-app-slide nap-attribute .value {
  font-size: 1.5em;
  line-height: 1.3em;
  text-transform: none;
}
@media (max-width: 1600px) {
  app-meeting-presentation-cds-app-slide nap-attribute .label,
app-meeting-presentation-cds-app-slide nap-attribute .value {
    font-size: 1.35em;
    line-height: 1.17em;
  }
}
app-meeting-presentation-cds-app-slide .item .col-right nap-attribute div.label {
  min-width: 82px;
}
app-meeting-presentation-cds-app-slide nap-content-attribute .label,
app-meeting-presentation-cds-app-slide nap-content-attribute .value {
  font-size: 1.2em;
  line-height: 1.3em;
  text-transform: none;
}
@media (max-width: 1600px) {
  app-meeting-presentation-cds-app-slide nap-content-attribute .label,
app-meeting-presentation-cds-app-slide nap-content-attribute .value {
    font-size: 1.08em;
    line-height: 1.17em;
  }
}
app-meeting-presentation-cds-app-slide .phase nap-phase nap-phase-item {
  font-size: 0.6em;
  line-height: 1.65em;
  width: 1.75vw;
  height: 1.75vw;
}
@media (max-width: 1600px) {
  app-meeting-presentation-cds-app-slide .phase nap-phase nap-phase-item {
    font-size: 0.54em;
    line-height: 1.485em;
  }
}
app-meeting-presentation-patient-attachment-slide {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: row;
  position: relative;
  overflow: hidden;
}
.meeting-presentation-one-attachment-slide__attachment-element, .meeting-preparation-one-attachment-slide__attachment-element {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
}
app-meeting-presentation-two-attachments-slide, app-meeting-presentation-attachment-and-text-slide, app-meeting-preparation-attachment-and-text-slide, app-meeting-preparation-two-attachments-slide {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: row;
  position: relative;
  overflow: auto;
}
.meeting-presentation-two-attachments-slide__attachment-element, .meeting-preparation-attachment-and-text-slide__attachment-element, .meeting-preparation-two-attachments-slide__attachment-element {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  width: 50%;
}
.meeting-presentation-two-attachments-slide__patient-tag {
  top: 0.625vw;
  right: 0.625vw;
  position: absolute;
}
.meeting-presentation-two-attachments-slide__separator, .meeting-preparation-attachment-and-text-slide__separator, .meeting-preparation-two-attachments-slide__separator {
  border: 1px solid #202531;
}
app-meeting-preparation-two-attachments-slide .meeting-presentation-sidebar-slides__item.cdk-drag-placeholder {
  display: none;
}
.meeting-preparation-two-attachments-slide__attachment-drop .meeting-preparation-attachment-element__attachment, .meeting-preparation-two-attachments-slide__attachment-drop .meeting-preparation-attachment-element__attachment--empty,
.meeting-preparation-two-attachments-slide__attachment-drop .meeting-preparation-attachment-element__attachment--uploading {
  background: #0066cc;
}
.meeting-preparation-two-attachments-slide__attachment-drop .meeting-preparation-attachment-element__notes {
  display: none;
}
app-meeting-presentation-slide, app-meeting-preparation-slide {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.meeting-presentation-slide__patient-tag {
  top: 0.625vw;
  right: 0.625vw;
  position: absolute;
}
.meeting-presentation-slide__slide, .meeting-preparation-slide__slide, .meeting-presentation-slide__slide--cover, .meeting-preparation-slide__slide--cover {
  flex-grow: 1;
  flex-shrink: 1;
}
.meeting-presentation-slide__slide--cover, .meeting-preparation-slide__slide--cover {
  flex-grow: 0;
  flex-shrink: 1;
}
.meeting-presentation-slide__slide--cover__headline, .meeting-presentation-slide__slide--cover .patient-summary__headline, .meeting-preparation-slide__slide--cover .patient-summary__headline {
  margin: 0;
  border: none;
}
.meeting-presentation-slide__slide--cover__title, .meeting-presentation-slide__slide--cover .patient-summary__title, .meeting-preparation-slide__slide--cover .patient-summary__title {
  font-size: 1.5em;
  line-height: 1.8em;
  text-transform: none;
}
@media (max-width: 1600px) {
  .meeting-presentation-slide__slide--cover__title, .meeting-presentation-slide__slide--cover .patient-summary__title, .meeting-preparation-slide__slide--cover .patient-summary__title {
    font-size: 1.35em;
    line-height: 1.62em;
  }
}
app-meeting-preparation-slide {
  padding: 0vw 1.875vw 1.875vw 1.875vw;
  flex-basis: 100%;
}
.meeting-preparation-slide__slide--cover {
  flex-grow: 1;
  flex-shrink: 1;
}
.meeting-preparation-slide__slide .biomarkers__title,
.meeting-preparation-slide__slide .genomic__title,
.meeting-preparation-slide__slide .genomics-alterations__title,
.meeting-preparation-slide__slide .medications__title,
.meeting-preparation-slide__slide .past-medical-history__title,
.meeting-preparation-slide__slide .patient-summary__title,
.meeting-preparation-slide__slide .physical-examination__title,
.meeting-preparation-slide__slide .present-illness-history__title,
.meeting-preparation-slide__slide .social-history__title,
.meeting-preparation-slide__slide .staging__title,
.meeting-preparation-slide__slide .treatment-history__title,
.meeting-preparation-slide__slide .tumor-information__title {
  font-size: 1em;
  line-height: 1.3em;
}
@media (max-width: 1600px) {
  .meeting-preparation-slide__slide .biomarkers__title,
.meeting-preparation-slide__slide .genomic__title,
.meeting-preparation-slide__slide .genomics-alterations__title,
.meeting-preparation-slide__slide .medications__title,
.meeting-preparation-slide__slide .past-medical-history__title,
.meeting-preparation-slide__slide .patient-summary__title,
.meeting-preparation-slide__slide .physical-examination__title,
.meeting-preparation-slide__slide .present-illness-history__title,
.meeting-preparation-slide__slide .social-history__title,
.meeting-preparation-slide__slide .staging__title,
.meeting-preparation-slide__slide .treatment-history__title,
.meeting-preparation-slide__slide .tumor-information__title {
    font-size: 0.9em;
    line-height: 1.17em;
  }
}
.meeting-preparation-slide__slide .biomarkers__entries,
.meeting-preparation-slide__slide .genomic__additional-findings-value,
.meeting-preparation-slide__slide .genomic__entries,
.meeting-preparation-slide__slide .medications__entries,
.meeting-preparation-slide__slide .patient-summary__view-value,
.meeting-preparation-slide__slide .physical-examination__entry-add,
.meeting-preparation-slide__slide .physical-examination__entry-view,
.meeting-preparation-slide__slide .present-illness-history__view-value,
.meeting-preparation-slide__slide .social-history__input,
.meeting-preparation-slide__slide .social-history__label,
.meeting-preparation-slide__slide .social-history__view-value,
.meeting-preparation-slide__slide .staging-view__outer,
.meeting-preparation-slide__slide .treatment-history__entries,
.meeting-preparation-slide__slide .treatment-history__view-value,
.meeting-preparation-slide__slide .tumor-information__label,
.meeting-preparation-slide__slide .tumor-information__value,
.meeting-preparation-slide__slide .tumor-information__view-value {
  font-size: 0.8em;
  line-height: 1.3em;
}
@media (max-width: 1600px) {
  .meeting-preparation-slide__slide .biomarkers__entries,
.meeting-preparation-slide__slide .genomic__additional-findings-value,
.meeting-preparation-slide__slide .genomic__entries,
.meeting-preparation-slide__slide .medications__entries,
.meeting-preparation-slide__slide .patient-summary__view-value,
.meeting-preparation-slide__slide .physical-examination__entry-add,
.meeting-preparation-slide__slide .physical-examination__entry-view,
.meeting-preparation-slide__slide .present-illness-history__view-value,
.meeting-preparation-slide__slide .social-history__input,
.meeting-preparation-slide__slide .social-history__label,
.meeting-preparation-slide__slide .social-history__view-value,
.meeting-preparation-slide__slide .staging-view__outer,
.meeting-preparation-slide__slide .treatment-history__entries,
.meeting-preparation-slide__slide .treatment-history__view-value,
.meeting-preparation-slide__slide .tumor-information__label,
.meeting-preparation-slide__slide .tumor-information__value,
.meeting-preparation-slide__slide .tumor-information__view-value {
    font-size: 0.72em;
    line-height: 1.17em;
  }
}
.meeting-preparation-slide__slide .staging__entry-name {
  width: 2.5vw;
  flex-grow: 0;
}
.meeting-preparation-slide__slide .staging__entry-property-label {
  width: 2vw;
}
.meeting-preparation-slide__slide .staging__entry-stage-input {
  flex-grow: 1;
}
.meeting-preparation-slide__slide .staging__entry-name-short ~ .staging__entry-stage-input {
  flex-basis: 10.625vw;
}
.meeting-preparation-slide__slide .physical-examination__entry-remove {
  right: 0;
}
app-meeting-presentation-cover-slide, app-meeting-preparation-cover-slide {
  flex-grow: 0;
  flex-shrink: 1;
  background: #ffffff;
  overflow: auto;
}
.meeting-presentation-cover-slide__headline, .meeting-preparation-cover-slide__headline {
  margin: 0vw 6.25vw 0vw 6.25vw;
  padding: 3.125vw 3.125vw 3.125vw 3.125vw;
  text-align: center;
}
.meeting-presentation-cover-slide__headline__name, .meeting-preparation-cover-slide__headline__name {
  font-size: 60px;
  line-height: 1.3em;
  text-transform: none;
}
@media (max-width: 1600px) {
  .meeting-presentation-cover-slide__headline__name, .meeting-preparation-cover-slide__headline__name {
    font-size: 54px;
    line-height: 1.17em;
  }
}
.meeting-presentation-cover-slide__headline__type,
.meeting-presentation-cover-slide__headline__date,
.meeting-preparation-cover-slide__headline__date {
  font-size: 48px;
  line-height: 1.3em;
  text-transform: none;
}
@media (max-width: 1600px) {
  .meeting-presentation-cover-slide__headline__type,
.meeting-presentation-cover-slide__headline__date,
.meeting-preparation-cover-slide__headline__date {
    font-size: 43.2px;
    line-height: 1.17em;
  }
}
.meeting-presentation-cover-slide__attendees, .meeting-preparation-cover-slide__attendees {
  margin: 0vw 6.25vw 0vw 6.25vw;
  padding: 1.25vw 3.125vw 1.25vw 3.125vw;
  border: solid #e8ecf0;
  border-width: 1px 0 0 0;
}
.meeting-presentation-cover-slide__attendees__list {
  margin: 0vw 0vw 0vw 0vw;
}
.meeting-presentation-cover-slide__attendees__list-item {
  margin: 0vw 0vw 0vw 0vw;
  padding: 0vw 0vw 0vw 0vw;
  display: inline;
  list-style: none;
}
.meeting-presentation-cover-slide__attendees__list-item:after {
  content: ", ";
}
.meeting-presentation-cover-slide__attendees__list-item:last-child:after {
  content: none;
}
app-meeting-preparation-cover-slide {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.5em;
  line-height: 1.8em;
  background: #ffffff;
}
@media (max-width: 1600px) {
  app-meeting-preparation-cover-slide {
    font-size: 1.35em;
    line-height: 1.62em;
  }
}
app-meeting-preparation-cover-slide [class*=__input],
app-meeting-preparation-cover-slide .ng-select-container {
  /* IE11 bug with line-height fix RAPID-10370 */
  min-height: 3.6vw;
}
.meeting-preparation-slide__slide--cover {
  padding-bottom: 3em;
}
.meeting-preparation-cover-slide__headline {
  margin: 0vw 1.25vw 0vw 1.25vw;
}
.meeting-preparation-cover-slide__headline__name {
  font-size: 1.5em;
  line-height: 1.8em;
  text-align: center;
}
@media (max-width: 1600px) {
  .meeting-preparation-cover-slide__headline__name {
    font-size: 1.35em;
    line-height: 1.62em;
  }
}
.meeting-preparation-cover-slide__headline__name .dia-textbox__input {
  margin: 0vw 0vw 1.25vw 0vw;
  color: #373f47;
  /* IE11 bug with line-height fix RAPID-10370 */
  min-height: 4.7vw;
}
.meeting-preparation-cover-slide__headline__date {
  margin: 0vw 1.25vw 0vw 1.25vw;
  font-size: inherit;
}
.meeting-preparation__type {
  flex-basis: 70%;
}
.meeting-preparation__start-date,
.meeting-preparation__start-time,
.meeting-preparation__end-time {
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0vw 0vw 0vw 0.9375vw;
}
.meeting-preparation-cover-slide__headline__date--edit {
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: space-between; /* TODO move to dia flex */
}
.meeting-preparation__time-selector {
  color: #373f47;
}
.meeting-preparation-cover-slide__headline__date--edit__type-selectors {
  display: flex;
  flex-direction: row;
  flex-basis: 35%;
  justify-content: space-between;
}
.meeting-preparation-cover-slide__headline__date--edit__time-selectors {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.meeting-preparation-cover-slide__attendees {
  margin: 0vw 1.25vw 0vw 1.25vw;
}
.meeting-preparation-cover-slide__attendees__autoselect {
  width: 100%;
}
.meeting-preparation-cover-slide__attendees__autoselect .attendee-search__label {
  font-size: 1.1em;
  line-height: 1.3em;
}
.meeting-preparation-cover-slide__attendees__autoselect .ng-select-multiple {
  font-size: 1em;
}
.meeting-preparation-cover-slide__attendees__list {
  margin: 0vw 0vw 0vw 0vw;
}
.patient-link-tooltip-container, .meeting-presentation-patient-cover-slide__patient, .meeting-preparation-patient-cover-slide__patient, .patient-tag {
  cursor: pointer;
  position: relative;
}
.patient-link-tooltip__tooltip {
  font-size: 16px;
  line-height: 1.3em;
  padding: 0.375vw 1.25vw 0.375vw 1.25vw;
  pointer-events: none;
  opacity: 0;
  display: inline-block;
  width: auto;
  min-height: 1.875vw;
  white-space: nowrap;
  line-height: 1.3em;
  position: absolute;
  bottom: -0.625vw;
  left: 50%;
  transform: translate(-50%, 100%);
  text-align: center;
  background-color: #0066cc;
  color: #ffffff;
  transition: opacity 0.3s ease;
}
@media (max-width: 1600px) {
  .patient-link-tooltip__tooltip {
    font-size: 14.4px;
    line-height: 1.17em;
  }
}
.patient-link-tooltip-container:hover .patient-link-tooltip__tooltip, .meeting-presentation-patient-cover-slide__patient:hover .patient-link-tooltip__tooltip, .meeting-preparation-patient-cover-slide__patient:hover .patient-link-tooltip__tooltip, .patient-tag:hover .patient-link-tooltip__tooltip {
  opacity: 1;
}
.patient-link-tooltip__tooltip:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -0.5625vw;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.75vw 0.75vw 0.75vw;
  border-color: transparent transparent #0066cc transparent;
}
.patient-link-tooltip--full-width {
  padding: 0.375vw 0.5vw 0.375vw 0.5vw;
  left: -0.25vw;
  right: -0.25vw;
  bottom: -0.375vw;
  transform: translateY(100%);
}
.nav-arrow, .nav-arrow--prev, app-fullscreen-preview .fullscreen-preview-component__nav-button-container-prev, .nav-arrow--next, app-fullscreen-preview .fullscreen-preview-component__nav-button-container-next, .meeting-presentation__nav--prev, .meeting-presentation__nav--next {
  display: flex;
  flex-direction: row;
  padding: 1.875vw 1.875vw 1.875vw 1.875vw;
  position: absolute;
  top: 50%;
  width: 4vw;
  height: 4vw;
}
.nav-arrow--prev, app-fullscreen-preview .fullscreen-preview-component__nav-button-container-prev, .meeting-presentation__nav--prev {
  left: 2.625vw;
}
.nav-arrow--next, app-fullscreen-preview .fullscreen-preview-component__nav-button-container-next, .meeting-presentation__nav--next {
  right: 2.625vw;
}
.nav-arrow__icon, .nav-arrow__icon--prev, app-fullscreen-preview .fullscreen-preview-component__button-prev, .nav-arrow__icon--next, app-fullscreen-preview .fullscreen-preview-component__button-next, .meeting-presentation__nav__icon--prev, .meeting-presentation__nav__icon--next {
  position: absolute;
  top: -50%;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.nav-arrow__icon--prev, app-fullscreen-preview .fullscreen-preview-component__button-prev, .meeting-presentation__nav__icon--prev {
  background-image: url('icon-presentation-prev.30d5652f5b31ef43.svg');
  background-size: 4vw 4vw;
}
.nav-arrow__icon--prev:hover, app-fullscreen-preview .fullscreen-preview-component__button-prev:hover, .meeting-presentation__nav__icon--prev:hover {
  background-image: url('icon-presentation-prev--active.3ed2ac31a0edd012.svg');
}
.nav-arrow__icon--next, app-fullscreen-preview .fullscreen-preview-component__button-next, .meeting-presentation__nav__icon--next {
  background-image: url('icon-presentation-next.1be1f8cd3d469c67.svg');
  background-size: 4vw 4vw;
}
.nav-arrow__icon--next:hover, app-fullscreen-preview .fullscreen-preview-component__button-next:hover, .meeting-presentation__nav__icon--next:hover {
  background-image: url('icon-presentation-next--active.a89448a2d5ad9ec3.svg');
}
app-meeting-presentation-sidebar {
  position: relative;
  display: block;
}
.meeting-presentation-sidebar__options {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.meeting-presentation-sidebar__options:first-child {
  flex: 1;
}
.meeting-presentation-sidebar__option:hover {
  background: #373f47;
}
.meeting-presentation-sidebar__link, .meeting-presentation-sidebar__link-slides, .meeting-presentation-sidebar__link-recommendation, .meeting-presentation-sidebar__link-notes, .meeting-presentation-sidebar__link-notes-on, .meeting-presentation-sidebar__link-exit {
  padding: 0.9375vw 0.9375vw 0.9375vw 0.9375vw;
  display: block;
}
.meeting-presentation-sidebar__link:after, .meeting-presentation-sidebar__link-slides:after, .meeting-presentation-sidebar__link-recommendation:after, .meeting-presentation-sidebar__link-notes:after, .meeting-presentation-sidebar__link-notes-on:after, .meeting-presentation-sidebar__link-exit:after {
  content: "";
  display: block;
  width: 1.5vw;
  height: 1.5vw;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.meeting-presentation-sidebar__link--active, .meeting-presentation-sidebar__link--expandable.active, .active.meeting-presentation-sidebar__link-slides, .active.meeting-presentation-sidebar__link-recommendation {
  background: #ffffff;
}
.meeting-presentation-sidebar__link-slides:after {
  background-image: url('icon-presentation-slides-light.3bd1178036d95e8a.svg');
  background-size: 1.5vw 1.5vw;
}
.meeting-presentation-sidebar__link-slides.active:after {
  background-image: url('icon-presentation-slides-dark.73c1d5e067ae84ca.svg');
}
.meeting-presentation-sidebar__link-recommendation:after {
  background-image: url('icon-presentation-recommendation-light.7068c8bf87ed5922.svg');
  background-size: 1.25vw 1.25vw;
}
.meeting-presentation-sidebar__link-recommendation.active:after {
  background-image: url('icon-presentation-recommendation-on.f40022a90a627496.svg');
}
.meeting-presentation-sidebar__link-notes:after {
  background-image: url('icon-presentation-notes-light.a01fdd703b20ca56.svg');
  background-size: 1.25vw 1.25vw;
}
.meeting-presentation-sidebar__link-notes-on:after {
  background-image: url('icon-presentation-notes-on.fa15e336bc808009.svg');
  background-size: 1.25vw 1.25vw;
}
.meeting-presentation-sidebar__link-exit:after {
  background-image: url('icon-presentation-exit-light.1634b68a0dde5b3d.svg');
  background-size: 1.5vw 1.5vw;
}
.meeting-presentation-sidebar__drawer, .meeting-presentation-sidebar__drawer-slides, .meeting-presentation-sidebar__drawer-recommendation {
  display: flex;
  flex-direction: column;
  padding: 1.25vw 0vw 1.25vw 0vw;
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transform: translate(-20px, 0);
  transition: opacity 0.1s linear, transform 0.1s linear;
}
.meeting-presentation-sidebar__drawer.active, .active.meeting-presentation-sidebar__drawer-slides, .active.meeting-presentation-sidebar__drawer-recommendation {
  opacity: 1;
  pointer-events: inherit;
  transform: translate(0, 0);
}
.meeting-presentation-sidebar__drawer-slides {
  width: 20vw;
}
.meeting-presentation-sidebar__drawer-recommendation {
  width: 40.625vw;
}
.meeting-presentation-sidebar__drawer-content {
  flex-grow: 1;
  flex-shrink: 1;
  background-color: #ffffff;
  border: solid #cad1d7;
  border-width: 0 1px 0 0;
  overflow: hidden;
}
.meeting-presentation-sidebar__drawer-content dia-tabs {
  border: 0;
}
.meeting-presentation-sidebar__drawer-headline {
  background-color: #ffffff;
  left: 1.25vw;
}
.meeting-presentation-sidebar__drawer-button {
  padding-top: 0.3vw;
  padding-right: 1.5vw;
  padding-bottom: 0.3vw;
  background-color: #ffffff;
  border: solid 1px #cad1d7;
  width: inherit;
  text-align: end;
}
.meeting-presentation-sidebar__drawer-button app-send-emr-report .send-emr-report__loader {
  top: 80%;
}
.meeting-presentation-button {
  display: inline-block !important;
  right: 2vw;
  z-index: 3;
  width: -moz-fit-content;
  width: fit-content;
}
app-meeting-presentation-sidebar-slides {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}
.meeting-presentation-sidebar-slides__wrap {
  flex-grow: 1;
  flex-shrink: 1;
  height: calc(100vh - 4vw);
  overflow: hidden;
}
.meeting-preparation__sidebar__sidebar-slides .meeting-presentation-sidebar-slides__wrap {
  background: #373f47;
}
.meeting-presentation-sidebar-slides__list {
  height: 100%;
  list-style: none;
  counter-reset: meeting-presentation-sidebar-slides;
}
.meeting-presentation-sidebar-slides__item {
  padding: 0vw 1.25vw 0vw 3.125vw;
  position: relative;
  max-height: 0vh;
  list-style: none;
  counter-increment: meeting-presentation-sidebar-slides;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
}
.meeting-presentation-sidebar-slides__item:before {
  position: absolute;
  left: 1.25vw;
  top: calc(50% - 1em);
  line-height: 2em;
}
.meeting-presentation-sidebar-slides__item.selected {
  background: #e8ecf0;
}
.meeting-presentation-sidebar-slides__item .meeting-preparation__sidebar__sidebar-slides.selected {
  background: #202531;
}
.meeting-presentation-sidebar-slides__item.visible {
  visibility: visible;
  max-height: 100vh;
  padding: 0.625vw 1.25vw 0.625vw 3.125vw;
  display: block;
  pointer-events: inherit;
}
.meeting-presentation-sidebar-slides__item.visible:before {
  content: counter(meeting-presentation-sidebar-slides);
}
.meeting-presentation-sidebar-slides__item.attachment {
  padding: 0vw 1.25vw 0vw 5vw;
}
.meeting-presentation-sidebar-slides__item.attachment:before {
  left: 3.125vw;
}
.meeting-presentation-sidebar-slides__item.attachment.visible {
  padding: 0.3125vw 1.25vw 0.3125vw 5vw;
}
.meeting-presentation-sidebar-slides__item.cdk-drag-preview {
  background: none;
  box-shadow: none;
}
.meeting-presentation-sidebar-slides__item.cdk-drag-preview:before {
  content: none;
}
.meeting-presentation-sidebar-slides__item.cdk-drag-preview.drop-not-allowed .meeting-presentation-sidebar-slides__slide:after {
  content: "";
  display: block;
  width: 3.75vw;
  height: 3.75vw;
  margin: 0.3125vw;
  position: absolute;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('not-allowed.eafff0363bdc4d72.svg');
  background-size: 3.75vw 3.75vw;
  border: 0;
  left: calc(50% - 1.875vw);
  top: calc(50% - 1.875vw);
  z-index: 999;
}
.meeting-presentation-sidebar-slides__item.cdk-drag-placeholder .meeting-presentation-sidebar-slides__delete {
  display: none;
}
.meeting-presentation-sidebar-slides__item.cdk-drag-placeholder .meeting-presentation-sidebar-slides__slide {
  position: relative;
}
.meeting-presentation-sidebar-slides__item.cdk-drag-placeholder .meeting-presentation-sidebar-slides__slide:after {
  content: "";
  background: #373f47;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #4fbcff;
}
.meeting-presentation-sidebar-slides__item.drag-and-drop__dragover-item:not(.drag-and-drop__moving-item).dia-drag-and-drop__dragover-up {
  border-top: solid #4fbcff;
}
.meeting-presentation-sidebar-slides__item.drag-and-drop__dragover-item:not(.drag-and-drop__moving-item).dia-drag-and-drop__dragover-down {
  border-bottom: solid #4fbcff;
}
.meeting-presentation-sidebar-slides__toggle {
  position: absolute;
  display: block;
  left: 1.25vw;
  bottom: 0.625vw;
  width: 0.8em;
  height: 0.8em;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('icon-toggle-arrow-down.e01124bf638b8749.svg');
  transform: rotate(-90deg);
}
.meeting-presentation-sidebar-slides__item.expanded .meeting-presentation-sidebar-slides__toggle {
  transform: rotate(0);
}
.meeting-presentation-sidebar-slides__slide {
  display: flex;
  flex-direction: row;
  padding: 0.625vw 0.625vw 0.625vw 1.25vw;
  height: 8.4375vw;
  max-height: 100%;
  background: #ffffff;
  border: 1px solid #cad1d7;
  overflow: hidden;
  position: relative;
}
.meeting-presentation-sidebar-slides__slide, .meeting-presentation-sidebar-slides__slide:hover, .meeting-presentation-sidebar-slides__slide:focus, .meeting-presentation-sidebar-slides__slide:active {
  color: #373f47;
  text-decoration: none;
}
.meeting-presentation-sidebar-slides__item.selected .meeting-presentation-sidebar-slides__slide {
  border-color: #4fbcff;
}
.meeting-presentation-sidebar-slides__item.attachment .meeting-presentation-sidebar-slides__slide {
  padding: 0vw 0vw 0vw 0vw;
  height: 7.5vw;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.meeting-presentation-sidebar-slides__item.text-only .meeting-presentation-sidebar-slides__slide {
  background-image: url('symbol-slide-type-text-only.424af31bed0524e9.svg');
}
.meeting-presentation-sidebar-slides__item.attachment-and-text .meeting-presentation-sidebar-slides__slide {
  background-image: url('symbol-slide-type-attachment-and-text.3314eaca297a95f0.svg');
}
.meeting-presentation-sidebar-slides__item.two-attachments .meeting-presentation-sidebar-slides__slide {
  background-image: url('symbol-slide-type-two-attachments.e45c362af7c5cbce.svg');
}
.meeting-presentation-sidebar-slides__item.one-attachment .meeting-presentation-sidebar-slides__slide {
  background-image: url('symbol-slide-type-one-attachment.c20a5ac7d999e15a.svg');
}
.meeting-presentation-sidebar-slides__item.pinned-data-slide .meeting-presentation-sidebar-slides__slide {
  background-image: url('symbol-slide-type-pinned-data.b4c84279e4c27dbb.svg');
  background-size: auto;
}
.meeting-presentation-sidebar-slides__item.cds-app-publications-slide .meeting-presentation-sidebar-slides__slide {
  background-image: url('symbol-slide-type-cds-app-publications.f3ea82a0b4f54136.svg');
}
.meeting-presentation-sidebar-slides__item.cds-app-clinical-trial-match-slide .meeting-presentation-sidebar-slides__slide {
  background-image: url('symbol-slide-type-cds-app-clinical-trial-match.744e8ba60230e281.svg');
}
.meeting-presentation-sidebar-slides__item.cds-app-guidelines .meeting-presentation-sidebar-slides__slide {
  background-image: url('symbol-slide-type-cds-app-guidelines.79ea5f43484f1188.svg');
}
.meeting-presentation-slides__slide-tooltip {
  margin-top: 0;
}
.meeting-presentation-sidebar-slides__slide__cover,
.meeting-presentation-sidebar-slides__slide__patient,
.meeting-presentation-sidebar-slides__slide__attachment,
.meeting-presentation-sidebar-slides__slide__attachment--empty,
.meeting-presentation-sidebar-slides__slide__attachment--dicom {
  flex-grow: 1;
  flex-shrink: 1;
}
.meeting-presentation-sidebar-slides__slide__cover,
.meeting-presentation-sidebar-slides__slide__patient {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.meeting-presentation-sidebar-slides__slide__cover {
  width: 100%;
}
.meeting-presentation-sidebar-slides__slide__cover__group {
  display: block;
  text-align: center;
}
.meeting-presentation-sidebar-slides__slide__cover__group .meeting-presentation-sidebar-slides__slide__cover__name {
  padding-bottom: 0.3125vw;
  font-size: 1.3em;
  line-height: 1.5em;
  font-weight: bold;
}
@media (max-width: 1600px) {
  .meeting-presentation-sidebar-slides__slide__cover__group .meeting-presentation-sidebar-slides__slide__cover__name {
    font-size: 1.17em;
    line-height: 1.35em;
  }
}
.meeting-presentation-sidebar-slides__slide__cover__group .meeting-presentation-sidebar-slides__slide__cover__date {
  font-size: 0.8em;
  line-height: 1.1em;
}
@media (max-width: 1600px) {
  .meeting-presentation-sidebar-slides__slide__cover__group .meeting-presentation-sidebar-slides__slide__cover__date {
    font-size: 0.72em;
    line-height: 0.99em;
  }
}
.meeting-presentation-sidebar-slides__slide__attachment, .meeting-presentation-sidebar-slides__slide__attachment--empty, .meeting-presentation-sidebar-slides__slide__attachment--dicom {
  display: flex;
  flex-direction: row;
  flex-basis: 100%;
  background-color: #ffffff;
  text-align: center;
}
.meeting-presentation-sidebar-slides__slide__attachment--empty {
  background-color: transparent;
}
.meeting-presentation-sidebar-slides__slide__attachment__image {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
}
.meeting-presentation-sidebar-slides__slide__attachment--dicom {
  background-color: black;
}
.meeting-presentation-sidebar-slides__slide__attachment--dicom-thumbnail {
  width: 100%;
  height: 100%;
}
.meeting-presentation-sidebar-slides__delete {
  position: absolute;
  right: 1.875vw;
  top: 0.9375vw;
}
.dia-drag-and-drop__action .meeting-presentation-sidebar-slides__delete {
  display: none;
}
.meeting-presentation-sidebar-slides__delete-btn {
  visibility: hidden;
}
.meeting-presentation-sidebar-slides__item:hover .meeting-presentation-sidebar-slides__delete-btn {
  visibility: visible;
}
.meeting-presentation-sidebar-slides__add {
  padding: 0.3125vw 1.25vw 0.3125vw 5vw;
}
.meeting-presentation-sidebar-slides__add-link {
  font-size: 14px;
  line-height: 1.3em;
  display: flex;
  height: 7.5vw;
  border: 1px dashed #a2aeba;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1600px) {
  .meeting-presentation-sidebar-slides__add-link {
    font-size: 12.6px;
    line-height: 1.17em;
  }
}
.meeting-presentation-sidebar-slides__add-link:hover {
  background: #202531;
}
app-meeting-presentation-slide, app-meeting-preparation-slide {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.meeting-presentation-slide__patient-tag {
  top: 0.625vw;
  right: 0.625vw;
  position: absolute;
}
.meeting-presentation-slide__slide, .meeting-presentation-slide__slide--cover, .meeting-preparation-slide__slide--cover, .meeting-preparation-slide__slide {
  flex-grow: 1;
  flex-shrink: 1;
}
.meeting-presentation-slide__slide--cover, .meeting-preparation-slide__slide--cover {
  flex-grow: 0;
  flex-shrink: 1;
}
.meeting-presentation-slide__slide--cover__headline, .meeting-presentation-slide__slide--cover .patient-summary__headline, .meeting-preparation-slide__slide--cover .patient-summary__headline {
  margin: 0;
  border: none;
}
.meeting-presentation-slide__slide--cover__title, .meeting-presentation-slide__slide--cover .patient-summary__title, .meeting-preparation-slide__slide--cover .patient-summary__title {
  font-size: 1.5em;
  line-height: 1.8em;
  text-transform: none;
}
@media (max-width: 1600px) {
  .meeting-presentation-slide__slide--cover__title, .meeting-presentation-slide__slide--cover .patient-summary__title, .meeting-preparation-slide__slide--cover .patient-summary__title {
    font-size: 1.35em;
    line-height: 1.62em;
  }
}
app-meeting-presentation {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: row;
  height: 100%;
}
app-meeting-presentation app-patient-staging, app-meeting-presentation app-patient-present-illness-history {
  margin-bottom: 0vw;
}
.meeting-presentation__sidebar {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  padding: 1.25vw 0vw 1.25vw 0vw;
  justify-content: space-between;
}
.meeting-presentation__workspace {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: row;
  padding: 1.25vw 1.25vw 1.25vw 0vw;
  position: relative;
  overflow: auto;
}
.meeting-presentation__content {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  display: grid;
  position: relative;
  background: #ffffff;
  overflow: auto;
}
.meeting-presentation__nav--prev[hidden],
.meeting-presentation__nav--next[hidden] {
  display: none;
}
/*@import 'meeting-patient-summary/meeting-patient-summary-component';*/
app-meeting-presentation-patient-cover-slide, app-meeting-preparation-patient-cover-slide {
  flex-grow: 0;
  flex-shrink: 1;
  font-size: 30px;
  line-height: 1.3em;
  background: #ffffff;
  overflow: auto;
  color: #5a6774;
}
@media (max-width: 1600px) {
  app-meeting-presentation-patient-cover-slide, app-meeting-preparation-patient-cover-slide {
    font-size: 27px;
    line-height: 1.17em;
  }
}
.meeting-presentation-patient-cover-slide__headline, .meeting-preparation-patient-cover-slide__headline {
  display: flex;
  flex-direction: row;
  padding: 3.125vw 3.125vw 1.5625vw 3.125vw;
  text-align: center;
  align-items: center;
  justify-content: left;
}
.meeting-presentation-patient-cover-slide__link {
  display: block;
}
.meeting-presentation-patient-cover-slide__patient, .meeting-preparation-patient-cover-slide__patient {
  text-align: left;
  word-break: break-all;
}
.meeting-presentation-patient-cover-slide__patient-name, .meeting-preparation-patient-cover-slide__patient-name {
  font-size: 1.7em;
  line-height: 1.6em;
  text-transform: none;
  margin-right: 47px;
}
@media (max-width: 1600px) {
  .meeting-presentation-patient-cover-slide__patient-name, .meeting-preparation-patient-cover-slide__patient-name {
    font-size: 1.53em;
    line-height: 1.44em;
  }
}
.meeting-presentation-patient-cover-slide__patient-detail, .meeting-preparation-patient-cover-slide__patient-detail {
  display: inline;
  color: #5a6774;
  margin-right: 47px;
}
.meeting-presentation-patient-cover-slide__pod, .meeting-preparation-patient-cover-slide__pod {
  padding: 0vw 3.125vw 1.875vw 3.125vw;
  font-size: 1.1em;
  line-height: 1.3em;
  text-align: left;
}
@media (max-width: 1600px) {
  .meeting-presentation-patient-cover-slide__pod, .meeting-preparation-patient-cover-slide__pod {
    font-size: 0.99em;
    line-height: 1.17em;
  }
}
.meeting-presentation-patient-cover-slide__pod-title, .meeting-preparation-patient-cover-slide__pod-title {
  font-size: 1.5em;
  line-height: 1.3em;
  text-transform: none;
}
@media (max-width: 1600px) {
  .meeting-presentation-patient-cover-slide__pod-title, .meeting-preparation-patient-cover-slide__pod-title {
    font-size: 1.35em;
    line-height: 1.17em;
  }
}
.meeting-presentation-patient-cover-slide__pod-description, .meeting-preparation-patient-cover-slide__pod-description {
  margin: 0.625vw 0vw 0vw 0vw;
  /*@extend .form-view-multiline;*/
  display: block;
  white-space: pre-wrap;
  text-align: justify;
}
.meeting-presentation-patient-cover-slide__cancer-info {
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0vw 3.125vw 0vw 3.125vw;
  border: solid #e8ecf0;
  border-width: 1px 0 0 0;
}
.meeting-presentation-patient-cover-slide__cancer-stage {
  flex-grow: 0;
  flex-shrink: 0;
  padding: 1.5625vw 1.5625vw 0vw 0vw;
  text-align: left;
  flex-basis: 50%;
}
.meeting-presentation-patient-cover-slide__cancer-stage .staging__title {
  font-size: 30px;
  line-height: 1.2em;
  text-transform: none;
}
@media (max-width: 1600px) {
  .meeting-presentation-patient-cover-slide__cancer-stage .staging__title {
    font-size: 27px;
    line-height: 1.08em;
  }
}
.meeting-presentation-patient-cover-slide__cancer-stage .staging__headline {
  margin: 0vw 0vw 0.625vw 0vw;
  border: none;
}
.meeting-presentation-patient-cover-slide__cancer-information {
  flex-grow: 0;
  flex-shrink: 0;
  padding: 1.5625vw 1.5625vw 0vw 0vw;
  text-align: left;
  flex-basis: 50%;
  position: relative;
}
.meeting-presentation-patient-cover-slide__cancer-info-title {
  margin: 0vw 0vw 0.625vw 0vw;
  text-transform: none;
  font-size: inherit;
}
.meeting-presentation-patient-cover-slide__cancer-info-label {
  font-size: 0.8em;
  line-height: 1.3em;
}
@media (max-width: 1600px) {
  .meeting-presentation-patient-cover-slide__cancer-info-label {
    font-size: 0.72em;
    line-height: 1.17em;
  }
}
.meeting-presentation-patient-cover-slide__cancer-info-label--tumor-type {
  white-space: pre-line !important;
}
.meeting-presentation-patient-cover-slide__cancer-info-description {
  font-size: 0.8em;
  line-height: 1.3em;
}
@media (max-width: 1600px) {
  .meeting-presentation-patient-cover-slide__cancer-info-description {
    font-size: 0.72em;
    line-height: 1.17em;
  }
}
.meeting-presentation-patient-cover-slide__patient-info {
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0vw 3.125vw 0vw 3.125vw;
  border: solid #e8ecf0;
  border-width: 1px 0 0 0;
  word-break: break-word;
  word-wrap: break-word;
}
.meeting-presentation-patient-cover-slide__patient-summary, .meeting-preparation-patient-cover-slide__patient-summary {
  flex-grow: 0;
  flex-shrink: 0;
  padding: 1.5625vw 0vw 3.125vw 0vw;
  text-align: left;
  flex-basis: 100%;
}
.meeting-presentation-patient-cover-slide__patient-summary .patient-summary__title, .meeting-preparation-patient-cover-slide__patient-summary .patient-summary__title {
  font-size: 30px;
  line-height: 1.2em;
  text-transform: none;
}
@media (max-width: 1600px) {
  .meeting-presentation-patient-cover-slide__patient-summary .patient-summary__title, .meeting-preparation-patient-cover-slide__patient-summary .patient-summary__title {
    font-size: 27px;
    line-height: 1.08em;
  }
}
.meeting-presentation-patient-cover-slide__patient-summary .patient-summary__view-value, .meeting-preparation-patient-cover-slide__patient-summary .patient-summary__view-value {
  font-size: 0.8em;
  line-height: 1.3em;
}
@media (max-width: 1600px) {
  .meeting-presentation-patient-cover-slide__patient-summary .patient-summary__view-value, .meeting-preparation-patient-cover-slide__patient-summary .patient-summary__view-value {
    font-size: 0.72em;
    line-height: 1.17em;
  }
}
.meeting-presentation-patient-cover-slide__patient-info-title, .meeting-preparation-patient-cover-slide__patient-info-title {
  margin: 0vw 0vw 0.3125vw 0vw;
  text-transform: none;
  font-size: inherit;
}
.meeting-presentation-patient-cover-slide__patient-info-description, .meeting-preparation-patient-cover-slide__patient-info-description {
  font-size: 0.8em;
  line-height: 1.3em;
}
@media (max-width: 1600px) {
  .meeting-presentation-patient-cover-slide__patient-info-description, .meeting-preparation-patient-cover-slide__patient-info-description {
    font-size: 0.72em;
    line-height: 1.17em;
  }
}
/* TODO implement @import 'app-blocked-data-tooltip/app-blocked-data-tooltip-component';*/
app-meeting-preparation-patient-cover-slide {
  flex-grow: 1;
  flex-shrink: 1;
}
app-meeting-preparation-patient-cover-slide .ng-select__custom .ng-dropdown-panel {
  left: 0;
}
app-meeting-preparation-patient-cover-slide .ng-select__custom .ng-value {
  width: 100%;
}
.meeting-preparation-patient-cover-slide__headline {
  margin-bottom: 0;
  padding: 3.125vw 3.125vw 3.125vw 3.125vw;
}
.meeting-preparation-patient-cover-slide__pod-title, .meeting-preparation-patient-cover-slide__pod-description {
  position: relative;
}
.meeting-preparation-patient-cover-slide-msg-metadata-down__patient {
  margin-right: 3.125vw;
  margin-left: 3.125vw;
  margin-bottom: 0.625vw;
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: rgba(0, 102, 204, 0.1);
  border-radius: 3px;
}
.meeting-preparation-patient-cover-slide-msg-metadata-down__message {
  margin-top: 0.3125vw;
  font-size: 15px;
  color: #0066cc;
}
.meeting-preparation-patient-cover-slide-msg-metadata-down__patient-icon {
  padding-left: 0.625vw;
  margin-top: 0.625vw;
  margin-left: 0.625vw;
  height: 1.5em;
  width: 1.5em;
  display: block;
  background: transparent 5% 5% no-repeat;
  background-image: url('info-blue.873b639fea6116fb.svg');
}
.meeting-preparation-patient-cover-slide__patient {
  width: 100%;
}
.meeting-preparation-patient-cover-slide__patient-detail {
  float: left;
  width: 33.3%;
}
.meeting-preparation-patient-cover-slide__patient-info {
  margin-right: 3.125vw;
  margin-left: 3.125vw;
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
}
.meeting-preparation-patient-cover-slide__patient-summary .patient-summary__input {
  font-size: 0.8em;
  line-height: 1.3em;
}
@media (max-width: 1600px) {
  .meeting-preparation-patient-cover-slide__patient-summary .patient-summary__input {
    font-size: 0.72em;
    line-height: 1.17em;
  }
}
.meeting-preparation-patient-cover-slide__pod-title {
  font-size: inherit;
  line-height: inherit;
  font-weight: 700;
}
.meeting-preparation-patient-cover-slide__pod-title * {
  text-align: center;
}
.meeting-preparation-patient-cover-slide__pod-description {
  font-size: inherit;
}
.meeting-preparation-patient-cover-slide__pod-description__input {
  text-align: center;
}
.meeting-preparation-patient-cover-slide__cancer-information {
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 0.625vw;
  text-align: left;
  flex-basis: 50%;
  width: 50%;
  box-sizing: content-box;
  position: relative;
}
.meeting-preparation-patient-cover-slide__cancer-info {
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0vw 3.125vw 0vw 3.125vw;
}
.meeting-preparation-patient-cover-slide__cancer-info-title {
  margin: 0vw 0vw 0.3125vw 0vw;
  text-transform: none;
  font-size: inherit;
}
.meeting-preparation-patient-cover-slide__cancer-info-item {
  width: 100%;
}
.meeting-preparation-patient-cover-slide__cancer-info-label {
  padding-top: 0.625vw;
  font-size: 0.8em;
  line-height: 1.3em;
}
@media (max-width: 1600px) {
  .meeting-preparation-patient-cover-slide__cancer-info-label {
    font-size: 0.72em;
    line-height: 1.17em;
  }
}
.meeting-preparation-patient-cover-slide__cancer-info-description {
  /* TODO implement @extend .blocked-data-tooltip-container;*/
  font-size: 0.8em;
  line-height: 1.3em;
}
@media (max-width: 1600px) {
  .meeting-preparation-patient-cover-slide__cancer-info-description {
    font-size: 0.72em;
    line-height: 1.17em;
  }
}
.meeting-preparation-patient-cover-slide__cancer-info-loader {
  position: absolute;
  left: 0;
  top: 0;
}
.meeting-preparation-patient-cover-slide__cancer-stage {
  flex-grow: 0;
  flex-shrink: 0;
  text-align: left;
  flex-basis: 50%;
}
.meeting-preparation-patient-cover-slide__cancer-stage .staging__title {
  font-size: 30px;
  line-height: 1.2em;
  text-transform: none;
}
@media (max-width: 1600px) {
  .meeting-preparation-patient-cover-slide__cancer-stage .staging__title {
    font-size: 27px;
    line-height: 1.08em;
  }
}
.meeting-preparation-patient-cover-slide__cancer-stage .staging__headline {
  margin: 0vw 0vw 0.625vw 0vw;
  border: none;
}
app-meeting-preparation-page-number {
  display: block;
  text-align: center;
  font-weight: 600;
}
app-meeting-presentation-attachment-element, app-meeting-preparation-attachment-element {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.meeting-presentation-attachment-element__attachment-title {
  cursor: default;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  margin-right: 16px;
  min-width: 8vw;
  max-width: 1000px;
}
.meeting-presentation-attachment-element__attachment-title--main {
  font-weight: bold;
  margin-left: 116px;
}
.meeting-presentation-attachment-element__heading {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  background-color: #202531;
  height: 75px;
}
.meeting-presentation-attachment-element__heading-title {
  flex-grow: 1;
  flex-shrink: 1;
  color: #a2aeba;
  white-space: nowrap;
  text-transform: none;
  font-size: 22px;
  line-height: 75px;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  display: contents;
}
.meeting-presentation-attachment-element__heading-right {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-basis: 225px;
  flex-shrink: 0;
  justify-content: flex-end;
}
.meeting-presentation-attachment-element__attachment, .meeting-preparation-attachment-element__attachment, .meeting-preparation-attachment-element__attachment--empty,
.meeting-preparation-attachment-element__attachment--uploading {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  background-color: #202531;
  align-items: stretch;
  justify-content: space-around;
  overflow: auto;
}
.meeting-presentation-attachment-element__attachment__file, .meeting-preparation-attachment-element__attachment__file {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: auto;
}
.meeting-presentation-attachment-element__attachment__image, .meeting-preparation-attachment-element__attachment__image {
  flex-grow: 1;
  flex-shrink: 1;
}
.meeting-presentation-attachment-element__attachment__pdf, .meeting-preparation-attachment-element__attachment__pdf {
  flex-grow: 0;
  flex-shrink: 0;
  width: 74%;
  margin: auto;
}
.meeting-presentation-attachment-element__notes, .meeting-preparation-attachment-element__notes {
  padding: 1.25vw 1.25vw 1.25vw 1.25vw;
  font-size: 1.5em;
  line-height: 1.3em;
  position: absolute;
  bottom: 0;
  background-color: rgba(232, 236, 240, 0.8);
  width: 100%;
  word-break: break-word;
  word-wrap: break-word;
}
@media (max-width: 1600px) {
  .meeting-presentation-attachment-element__notes, .meeting-preparation-attachment-element__notes {
    font-size: 1.35em;
    line-height: 1.17em;
  }
}
.meeting-presentation-attachment-element__notes.hidden, .hidden.meeting-preparation-attachment-element__notes {
  opacity: 0;
}
.meeting-presentation-attachment-element__notes-title, .meeting-preparation-attachment-element__notes-title,
.meeting-presentation-attachment-element__notes-comment,
.meeting-preparation-attachment-element__notes-comment {
  padding: 0.625vw 0vw 0.625vw 0vw;
  text-transform: none;
  font-size: 1.2em;
  line-height: 1.3em;
}
@media (max-width: 1600px) {
  .meeting-presentation-attachment-element__notes-title, .meeting-preparation-attachment-element__notes-title,
.meeting-presentation-attachment-element__notes-comment,
.meeting-preparation-attachment-element__notes-comment {
    font-size: 1.08em;
    line-height: 1.17em;
  }
}
.meeting-presentation-attachment-element__notes-comment, .meeting-preparation-attachment-element__notes-comment {
  height: 5em;
  display: block;
  overflow-y: auto;
}
.meeting-presentation-attachment-element__error, .meeting-preparation-attachment-element__error {
  flex-grow: 0;
  flex-shrink: 0;
  background-color: #ffffff;
}
.meeting-presentation-attachment-element__error:before, .meeting-preparation-attachment-element__error:before {
  background-image: url('attachment-element-placeholder.12520b555d2fcf17.svg');
  background-size: contain;
}
app-drawing {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.drawing__fill, .drawing__select-circle, .drawing__select-box, .drawing__select-fill-highlight, .drawing__select-fill, .drawing__arrow-head {
  transition: none;
  position: absolute;
  min-width: 1px;
  min-height: 1px;
  cursor: pointer;
}
.drawing__arrow-head {
  border: none;
  background-repeat: round;
  background-size: contain;
}
.drawing__background {
  width: 100%;
  height: 100%;
}
.drawing__background.active {
  cursor: crosshair;
}
.drawing__select-fill {
  opacity: 0.5;
}
.drawing__select-fill-highlight {
  opacity: 0.5;
}
.drawing__select-box {
  opacity: 0.5;
}
.drawing__select-circle {
  opacity: 0.5;
}
.drawing__edit {
  transition: none;
  position: absolute;
}
.drawing__edit-fill {
  border: dotted 1px #f1f1f1;
  cursor: move;
  width: 100%;
  height: 100%;
}
.drawing__edit-color-wrapper {
  position: absolute;
  right: -2.375vw;
  width: -moz-min-content;
  width: min-content;
  bottom: 0;
  background: #ffffff;
}
.drawing__edit-color-base, .drawing__edit-color-black, .drawing__edit-color-blue, .drawing__edit-color-white, .drawing__edit-color-yellow, .drawing__edit-color-red, .drawing__edit-remove-icon {
  position: static;
  position: initial;
  right: -2.375vw;
  width: 18px;
  height: 18px;
  margin-top: 0.2vw;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.2vw;
  margin-left: 0.2vw;
  border: 1px solid #000000;
}
.drawing__edit-remove-icon {
  background-image: url('masking-cross.72df7819b96fee35.svg');
  background-position: center;
  background-repeat: no-repeat;
  border-top: solid 2px #202531;
}
.drawing__edit-color-red {
  border-radius: 50%;
  background: #f00;
}
.drawing__edit-color-yellow {
  border-radius: 50%;
  background: #f90;
}
.drawing__edit-color-white {
  border-radius: 50%;
  background: #fff;
}
.drawing__edit-color-blue {
  border-radius: 50%;
  background: #10e2ff;
}
.drawing__edit-color-black {
  border-radius: 50%;
  background: #363b3f;
}
.drawing__edit-scale-rect, .drawing__edit-scale-bottom-right, .drawing__edit-scale-top-right, .drawing__edit-scale-bottom-left, .drawing__edit-scale-top-left {
  width: 0.9375vw;
  height: 0.9375vw;
  position: absolute;
  border: solid 1px #000000;
  background: #ffffff;
  opacity: 1;
}
.drawing__edit-scale-top-left {
  top: -0.625vw;
  left: -0.625vw;
  cursor: nwse-resize;
  opacity: 0.4;
}
.drawing__edit-scale-bottom-left {
  bottom: -0.625vw;
  left: -0.625vw;
  cursor: nesw-resize;
  opacity: 0.4;
}
.drawing__edit-scale-top-right {
  top: -0.625vw;
  right: -0.625vw;
  cursor: nesw-resize;
  opacity: 0.4;
}
.drawing__edit-scale-bottom-right {
  bottom: -0.625vw;
  right: -0.625vw;
  cursor: nwse-resize;
  opacity: 0.4;
}
.drawing__masking-tooltip, .fullscreen-preview-component__annotations-tooltip, .meeting-preparation-attachment-element__masking-tooltip {
  transition-property: none;
  width: 100%;
}
.drawing__masking-tooltip-container, app-fullscreen-preview .fullscreen-preview-component__annotations-tooltip-container, .meeting-preparation-attachment-element__masking-tooltip-container {
  position: absolute;
  bottom: 0;
  left: 50%;
}
.drawing__annotations-button-off, app-fullscreen-preview .fullscreen-preview-component__annotations-button-off, .meeting-preparation-attachment-element__annotations-button-off {
  position: fixed;
  z-index: 10000;
  top: 2.1875vw;
  left: 50%;
  width: 0;
}
.alert-active .drawing__annotations-button-off, .alert-active app-fullscreen-preview .fullscreen-preview-component__annotations-button-off, app-fullscreen-preview .alert-active .fullscreen-preview-component__annotations-button-off, .alert-active .meeting-preparation-attachment-element__annotations-button-off {
  top: 5vw;
}
.drawing__annotations-button-off__base, app-fullscreen-preview .fullscreen-preview-component__annotations-button-off__base, .meeting-preparation-attachment-element__annotations-button-off__base {
  white-space: nowrap;
  cursor: pointer;
  border-radius: 0.3125vw;
  padding: 0.6875vw 1.875vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.2em;
  background: #0066cc;
  color: #ffffff;
}
.meeting-preparation-attachment-element__attachment--empty,
.meeting-preparation-attachment-element__attachment--uploading {
  background-color: #d9e1e7;
}
.meeting-preparation-attachment-element__attachment__file {
  transition-property: none;
}
.meeting-preparation-attachment-element__attachment__file--empty,
.meeting-preparation-attachment-element__attachment__file--uploading {
  margin: 1.25vw 1.25vw 1.25vw 1.25vw;
  background-color: #ffffff;
}
.meeting-preparation-attachment-element__attachment__file-alt {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  background-color: #202531;
  overflow: auto;
}
.meeting-preparation-attachment-element__notes-comment {
  padding: 0;
}
.meeting-preparation-attachment-element__buttons {
  position: absolute;
  right: 0;
  top: 0.625vw;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.meeting-preparation-attachment-element__buttons > * {
  margin-top: 5px;
}
.meeting-preparation-attachment-element__annotations-button {
  height: 2.375vw;
  width: 2.375vw;
  background-size: 1.375vw 1.375vw;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  background-color: #373f47;
  background-image: url('annotation-white.6896a79cb48d45b1.svg');
  margin-right: 2vw;
  display: inline-block;
  position: relative;
}
.meeting-preparation-attachment-element__annotations-button:hover, .meeting-preparation-attachment-element__annotations-button.active {
  background-image: url('annotation-active.4e945046103ab8bc.svg');
}
.masking-active .meeting-preparation-attachment-element__annotations-button {
  display: none;
}
.meeting-preparation-attachment-element__annotations-button.loading {
  background: none;
  pointer-events: none;
}
.meeting-preparation-attachment-element__annotations-button .masking-loader .dia-loader__spinner, .meeting-preparation-attachment-element__annotations-button .masking-loader .dia-loader__spinner--dark {
  transform: scale(0.65);
}
.meeting-preparation-attachment-element__annotations-button div {
  margin-top: dia-rwd-padding(3.2);
}
.meeting-preparation-attachment-element__notes-button {
  height: 2.375vw;
  width: 2.375vw;
  background-size: 1.375vw 1.375vw;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  background-color: #373f47;
  background-image: url('icon-presentation-notes-white.db73a08aeae72bd8.svg');
  margin-right: 2vw;
  display: inline-block;
  position: relative;
}
.meeting-preparation-attachment-element__notes-button:hover, .meeting-preparation-attachment-element__notes-button.active {
  background-image: url('icon-presentation-notes-active.4bc26024a7384cf9.svg');
}
.meeting-preparation-attachment-element__loader {
  position: absolute;
  top: 0;
}
.meeting-preparation-attachment-element__notes-loader {
  position: absolute;
  top: 0;
  left: 0;
}
app-meeting-presentation-one-attachment-slide, app-meeting-preparation-one-attachment-slide {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: row;
  position: relative;
  overflow: auto;
}
.meeting-presentation-one-attachment-slide__attachment-element, .meeting-preparation-one-attachment-slide__attachment-element {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
}
app-meeting-presentation-attachment-element, app-meeting-preparation-attachment-element {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.meeting-presentation-attachment-element__attachment-title {
  cursor: default;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  margin-right: 16px;
  min-width: 8vw;
  max-width: 1000px;
}
.meeting-presentation-attachment-element__attachment-title--main {
  font-weight: bold;
  margin-left: 116px;
}
.meeting-presentation-attachment-element__heading {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  background-color: #202531;
  height: 75px;
}
.meeting-presentation-attachment-element__heading-title {
  flex-grow: 1;
  flex-shrink: 1;
  color: #a2aeba;
  white-space: nowrap;
  text-transform: none;
  font-size: 22px;
  line-height: 75px;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  display: contents;
}
.meeting-presentation-attachment-element__heading-right {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-basis: 225px;
  flex-shrink: 0;
  justify-content: flex-end;
}
.meeting-presentation-attachment-element__attachment, .meeting-preparation-attachment-element__attachment, .meeting-preparation-attachment-element__attachment--empty,
.meeting-preparation-attachment-element__attachment--uploading {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  background-color: #202531;
  align-items: stretch;
  justify-content: space-around;
  overflow: auto;
}
.meeting-presentation-attachment-element__attachment__file, .meeting-preparation-attachment-element__attachment__file {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: auto;
}
.meeting-presentation-attachment-element__attachment__image, .meeting-preparation-attachment-element__attachment__image {
  flex-grow: 1;
  flex-shrink: 1;
}
.meeting-presentation-attachment-element__attachment__pdf, .meeting-preparation-attachment-element__attachment__pdf {
  flex-grow: 0;
  flex-shrink: 0;
  width: 74%;
  margin: auto;
}
.meeting-presentation-attachment-element__notes, .meeting-preparation-attachment-element__notes {
  padding: 1.25vw 1.25vw 1.25vw 1.25vw;
  font-size: 1.5em;
  line-height: 1.3em;
  position: absolute;
  bottom: 0;
  background-color: rgba(232, 236, 240, 0.8);
  width: 100%;
  word-break: break-word;
  word-wrap: break-word;
}
@media (max-width: 1600px) {
  .meeting-presentation-attachment-element__notes, .meeting-preparation-attachment-element__notes {
    font-size: 1.35em;
    line-height: 1.17em;
  }
}
.meeting-presentation-attachment-element__notes.hidden, .hidden.meeting-preparation-attachment-element__notes {
  opacity: 0;
}
.meeting-presentation-attachment-element__notes-title, .meeting-preparation-attachment-element__notes-title,
.meeting-presentation-attachment-element__notes-comment,
.meeting-preparation-attachment-element__notes-comment {
  padding: 0.625vw 0vw 0.625vw 0vw;
  text-transform: none;
  font-size: 1.2em;
  line-height: 1.3em;
}
@media (max-width: 1600px) {
  .meeting-presentation-attachment-element__notes-title, .meeting-preparation-attachment-element__notes-title,
.meeting-presentation-attachment-element__notes-comment,
.meeting-preparation-attachment-element__notes-comment {
    font-size: 1.08em;
    line-height: 1.17em;
  }
}
.meeting-presentation-attachment-element__notes-comment, .meeting-preparation-attachment-element__notes-comment {
  height: 5em;
  display: block;
  overflow-y: auto;
}
.meeting-presentation-attachment-element__error, .meeting-preparation-attachment-element__error {
  flex-grow: 0;
  flex-shrink: 0;
  background-color: #ffffff;
}
.meeting-presentation-attachment-element__error:before, .meeting-preparation-attachment-element__error:before {
  background-image: url('attachment-element-placeholder.12520b555d2fcf17.svg');
  background-size: contain;
}
app-drawing {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.drawing__fill, .drawing__arrow-head, .drawing__select-fill, .drawing__select-fill-highlight, .drawing__select-box, .drawing__select-circle {
  transition: none;
  position: absolute;
  min-width: 1px;
  min-height: 1px;
  cursor: pointer;
}
.drawing__arrow-head {
  border: none;
  background-repeat: round;
  background-size: contain;
}
.drawing__background {
  width: 100%;
  height: 100%;
}
.drawing__background.active {
  cursor: crosshair;
}
.drawing__select-fill {
  opacity: 0.5;
}
.drawing__select-fill-highlight {
  opacity: 0.5;
}
.drawing__select-box {
  opacity: 0.5;
}
.drawing__select-circle {
  opacity: 0.5;
}
.drawing__edit {
  transition: none;
  position: absolute;
}
.drawing__edit-fill {
  border: dotted 1px #f1f1f1;
  cursor: move;
  width: 100%;
  height: 100%;
}
.drawing__edit-color-wrapper {
  position: absolute;
  right: -2.375vw;
  width: -moz-min-content;
  width: min-content;
  bottom: 0;
  background: #ffffff;
}
.drawing__edit-color-base, .drawing__edit-remove-icon, .drawing__edit-color-red, .drawing__edit-color-yellow, .drawing__edit-color-white, .drawing__edit-color-blue, .drawing__edit-color-black {
  position: static;
  position: initial;
  right: -2.375vw;
  width: 18px;
  height: 18px;
  margin-top: 0.2vw;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.2vw;
  margin-left: 0.2vw;
  border: 1px solid #000000;
}
.drawing__edit-remove-icon {
  background-image: url('masking-cross.72df7819b96fee35.svg');
  background-position: center;
  background-repeat: no-repeat;
  border-top: solid 2px #202531;
}
.drawing__edit-color-red {
  border-radius: 50%;
  background: #f00;
}
.drawing__edit-color-yellow {
  border-radius: 50%;
  background: #f90;
}
.drawing__edit-color-white {
  border-radius: 50%;
  background: #fff;
}
.drawing__edit-color-blue {
  border-radius: 50%;
  background: #10e2ff;
}
.drawing__edit-color-black {
  border-radius: 50%;
  background: #363b3f;
}
.drawing__edit-scale-rect, .drawing__edit-scale-top-left, .drawing__edit-scale-bottom-left, .drawing__edit-scale-top-right, .drawing__edit-scale-bottom-right {
  width: 0.9375vw;
  height: 0.9375vw;
  position: absolute;
  border: solid 1px #000000;
  background: #ffffff;
  opacity: 1;
}
.drawing__edit-scale-top-left {
  top: -0.625vw;
  left: -0.625vw;
  cursor: nwse-resize;
  opacity: 0.4;
}
.drawing__edit-scale-bottom-left {
  bottom: -0.625vw;
  left: -0.625vw;
  cursor: nesw-resize;
  opacity: 0.4;
}
.drawing__edit-scale-top-right {
  top: -0.625vw;
  right: -0.625vw;
  cursor: nesw-resize;
  opacity: 0.4;
}
.drawing__edit-scale-bottom-right {
  bottom: -0.625vw;
  right: -0.625vw;
  cursor: nwse-resize;
  opacity: 0.4;
}
.drawing__masking-tooltip, .fullscreen-preview-component__annotations-tooltip, .meeting-preparation-attachment-element__masking-tooltip {
  transition-property: none;
  width: 100%;
}
.drawing__masking-tooltip-container, app-fullscreen-preview .fullscreen-preview-component__annotations-tooltip-container, .meeting-preparation-attachment-element__masking-tooltip-container {
  position: absolute;
  bottom: 0;
  left: 50%;
}
.drawing__annotations-button-off, app-fullscreen-preview .fullscreen-preview-component__annotations-button-off, .meeting-preparation-attachment-element__annotations-button-off {
  position: fixed;
  z-index: 10000;
  top: 2.1875vw;
  left: 50%;
  width: 0;
}
.alert-active .drawing__annotations-button-off, .alert-active app-fullscreen-preview .fullscreen-preview-component__annotations-button-off, app-fullscreen-preview .alert-active .fullscreen-preview-component__annotations-button-off, .alert-active .meeting-preparation-attachment-element__annotations-button-off {
  top: 5vw;
}
.drawing__annotations-button-off__base, app-fullscreen-preview .fullscreen-preview-component__annotations-button-off__base, .meeting-preparation-attachment-element__annotations-button-off__base {
  white-space: nowrap;
  cursor: pointer;
  border-radius: 0.3125vw;
  padding: 0.6875vw 1.875vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.2em;
  background: #0066cc;
  color: #ffffff;
}
.meeting-preparation-attachment-element__attachment--empty,
.meeting-preparation-attachment-element__attachment--uploading {
  background-color: #d9e1e7;
}
.meeting-preparation-attachment-element__attachment__file {
  transition-property: none;
}
.meeting-preparation-attachment-element__attachment__file--empty,
.meeting-preparation-attachment-element__attachment__file--uploading {
  margin: 1.25vw 1.25vw 1.25vw 1.25vw;
  background-color: #ffffff;
}
.meeting-preparation-attachment-element__attachment__file-alt {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  background-color: #202531;
  overflow: auto;
}
.meeting-preparation-attachment-element__notes-comment {
  padding: 0;
}
.meeting-preparation-attachment-element__buttons {
  position: absolute;
  right: 0;
  top: 0.625vw;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.meeting-preparation-attachment-element__buttons > * {
  margin-top: 5px;
}
.meeting-preparation-attachment-element__annotations-button {
  height: 2.375vw;
  width: 2.375vw;
  background-size: 1.375vw 1.375vw;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  background-color: #373f47;
  background-image: url('annotation-white.6896a79cb48d45b1.svg');
  margin-right: 2vw;
  display: inline-block;
  position: relative;
}
.meeting-preparation-attachment-element__annotations-button:hover, .meeting-preparation-attachment-element__annotations-button.active {
  background-image: url('annotation-active.4e945046103ab8bc.svg');
}
.masking-active .meeting-preparation-attachment-element__annotations-button {
  display: none;
}
.meeting-preparation-attachment-element__annotations-button.loading {
  background: none;
  pointer-events: none;
}
.meeting-preparation-attachment-element__annotations-button .masking-loader .dia-loader__spinner, .meeting-preparation-attachment-element__annotations-button .masking-loader .dia-loader__spinner--dark {
  transform: scale(0.65);
}
.meeting-preparation-attachment-element__annotations-button div {
  margin-top: dia-rwd-padding(3.2);
}
.meeting-preparation-attachment-element__notes-button {
  height: 2.375vw;
  width: 2.375vw;
  background-size: 1.375vw 1.375vw;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  background-color: #373f47;
  background-image: url('icon-presentation-notes-white.db73a08aeae72bd8.svg');
  margin-right: 2vw;
  display: inline-block;
  position: relative;
}
.meeting-preparation-attachment-element__notes-button:hover, .meeting-preparation-attachment-element__notes-button.active {
  background-image: url('icon-presentation-notes-active.4bc26024a7384cf9.svg');
}
.meeting-preparation-attachment-element__loader {
  position: absolute;
  top: 0;
}
.meeting-preparation-attachment-element__notes-loader {
  position: absolute;
  top: 0;
  left: 0;
}
app-meeting-preparation-patient-attachment-slide {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: row;
  position: relative;
  overflow: auto;
  background: #ffffff;
}
.meeting-presentation-one-attachment-slide__attachment-element, .meeting-preparation-one-attachment-slide__attachment-element {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
}
.meeting-preparation-one-attachment-slide__attachment-drop .meeting-preparation-attachment-element__attachment, .meeting-preparation-one-attachment-slide__attachment-drop .meeting-preparation-attachment-element__attachment--empty,
.meeting-preparation-one-attachment-slide__attachment-drop .meeting-preparation-attachment-element__attachment--uploading {
  background: #0066cc;
}
.meeting-preparation-one-attachment-slide__attachment-drop .meeting-preparation-attachment-element__notes {
  display: none;
}
.static-page-standard-text, .static-page-content__icon-text, .static-page-content__contact, .static-page-content__section-text, .static-page-content__section-list li, .static-page-content__section-sublist li {
  font-size: 1.25em;
  line-height: 1.28em;
  color: #5a6774;
}
.static-page-content__container, .static-page-content__contact__container, .release-history__container {
  padding: 6.25vw 12.5vw 3.125vw 12.5vw;
  background-color: #ffffff;
  flex-basis: 100%;
}
.static-page-content__chapter {
  padding-bottom: 3.75vw;
}
.static-page-content__chapter-title, .release-version-popup__version, .release-history__title-text {
  font-size: 2.5em;
  line-height: 1.2em;
}
.static-page-content__last-revised, .release-version-popup__released {
  font-style: italic;
  font-size: 1.25em;
  color: #5a6774;
}
.static-page-content__title-separator, .release-version-popup__title-separator, .release-history__title-separator {
  padding-top: 0.625vw;
  margin-bottom: 1.25vw;
  width: 100%;
  border-bottom: 1px solid #a2aeba;
}
.static-page-content__section {
  padding-bottom: 0.625vw;
}
.static-page-content__section-title, .release-version-popup__title, .about-content__section-title, .static-page-content__contact-country-name, .release-history-version__number, .release-history-version__title {
  padding-top: 1.25vw;
  margin-bottom: 0.9375vw;
  font-size: 1.25em;
  font-weight: bold;
  color: #373f47;
}
.static-page-content__section-text {
  padding-bottom: 0.625vw;
}
.static-page-content__section-list {
  margin-left: 3.125vw;
  padding: 0.625vw 0vw 0.625vw 0vw;
  font-size: 1em;
}
.static-page-content__section-sublist {
  margin-left: 6.25vw;
  padding: 0.625vw 0vw 0.625vw 0vw;
  font-size: 1em;
}
.static-page-content__section-sublist li {
  list-style-type: square;
}
.static-page-content__version-row {
  display: flex;
}
.static-page-content__version-text {
  margin-left: 0.3125vw;
}
.static-page-content__version-date {
  margin-left: 0.3125vw;
  margin-right: 0.3125vw;
}
.static-page-content__link {
  font-style: italic;
}
.static-page-content__contact-country-flag {
  display: flex;
  flex-direction: row;
  margin-right: 0.5vw;
  display: inline-block;
  width: 1.5vw;
  height: 1.125vw;
  background-size: cover;
  background-position: 50%;
  border: solid 1px #373f47;
}
.static-page-content__contact-country-flag.AT {
  background-image: url('flag-at.c5741eb9b6736c59.svg');
}
.static-page-content__contact-country-flag.AU {
  background-image: url('flag-au.2094b5e9949a7fb8.svg');
}
.static-page-content__contact-country-flag.BE {
  background-image: url('flag-be.857f9bfe4c78dffa.svg');
}
.static-page-content__contact-country-flag.BR {
  background-image: url('flag-br.951318a1dba07009.svg');
}
.static-page-content__contact-country-flag.CA {
  background-image: url('flag-ca.df6ce95cfe23e680.svg');
}
.static-page-content__contact-country-flag.CZ {
  background-image: url('flag-cz.032d81ac47c87eed.svg');
}
.static-page-content__contact-country-flag.FR {
  background-image: url('flag-fr.d97e0cef2c79c90b.svg');
}
.static-page-content__contact-country-flag.DE {
  background-image: url('flag-de.1c095c739f9e0f68.svg');
}
.static-page-content__contact-country-flag.NL {
  background-image: url('flag-nl.e5d920202940766e.svg');
}
.static-page-content__contact-country-flag.ES {
  background-image: url('flag-es.6b8fd2ea21e689a2.svg');
}
.static-page-content__contact-country-flag.SE {
  background-image: url('flag-se.07fb500d7bf41220.svg');
}
.static-page-content__contact-country-flag.CH {
  background-image: url('flag-ch.8597943077bdd198.svg');
}
.static-page-content__contact-country-flag.GB {
  background-image: url('flag-gb.79b24bd13e03c757.svg');
}
.static-page-content__contact-country-flag.US {
  background-image: url('flag-us.7318e1747a0be261.svg');
}
.static-page-content__contact-country-flag.JP {
  background-image: url('flag-jp.c090ebaf09412c32.svg');
}
.static-page-content__contact-country-flag.KR {
  background-image: url('flag-kr.42ddaa1baf342f49.svg');
}
.static-page-content__contact-country-flag.SG {
  background-image: url('flag-sg.6dda2e7a40f3f0ee.svg');
}
.static-page-content__contact-country-flag.IR {
  background-image: url('flag-ir.ef65f617f75a0744.svg');
}
.static-page-content__contact-country-flag.IT {
  background-image: url('flag-it.112f11a14e3c4938.svg');
}
.static-page-content__contact-country-flag.NZ {
  background-image: url('flag-nz.c8638d39184dd360.svg');
}
.static-page-content__contact-country-flag.TW {
  background-image: url('flag-tw.f588cc322726b1cb.svg');
}
.static-page-content__contact-country-flag.HK {
  background-image: url('flag-hk.4f19e61252313344.svg');
}
.static-page-content__contact-country-flag.CO {
  background-image: url('flag-co.c408c7db6cda6285.svg');
}
.static-page-content__contact-country-name {
  font-size: 1.15em;
  line-height: 1.28em;
  margin: 0;
  padding: 0;
}
.static-page-content__contact-country-details {
  margin-bottom: 0.75vw;
  padding-left: 2vw;
  font-size: 0.9em;
  line-height: 1.28em;
  max-width: 100%;
}
.static-page-content__contact-country-details:first-of-type {
  margin-top: 0.5625vw;
  padding-top: 0.5vw;
  border-top: 1px solid #a2aeba;
}
.static-page-content__contact-country-language {
  font-size: 1.05em;
  font-weight: bold;
  line-height: 1.28em;
}
.static-page-standard-text, .static-page-content__icon-text, .static-page-content__contact, .static-page-content__section-text, .static-page-content__section-list li, .static-page-content__section-sublist li {
  font-size: 1.25em;
  line-height: 1.28em;
  color: #5a6774;
}
.static-page-content__container, .static-page-content__contact__container, .release-history__container {
  padding: 6.25vw 12.5vw 3.125vw 12.5vw;
  background-color: #ffffff;
  flex-basis: 100%;
}
.static-page-content__chapter {
  padding-bottom: 3.75vw;
}
.static-page-content__chapter-title, .release-version-popup__version, .release-history__title-text {
  font-size: 2.5em;
  line-height: 1.2em;
}
.static-page-content__last-revised, .release-version-popup__released {
  font-style: italic;
  font-size: 1.25em;
  color: #5a6774;
}
.static-page-content__title-separator, .release-version-popup__title-separator, .release-history__title-separator {
  padding-top: 0.625vw;
  margin-bottom: 1.25vw;
  width: 100%;
  border-bottom: 1px solid #a2aeba;
}
.static-page-content__section {
  padding-bottom: 0.625vw;
}
.static-page-content__section-title, .release-version-popup__title, .about-content__section-title, .release-history-version__number, .release-history-version__title, .static-page-content__contact-country-name {
  padding-top: 1.25vw;
  margin-bottom: 0.9375vw;
  font-size: 1.25em;
  font-weight: bold;
  color: #373f47;
}
.static-page-content__section-text {
  padding-bottom: 0.625vw;
}
.static-page-content__section-list {
  margin-left: 3.125vw;
  padding: 0.625vw 0vw 0.625vw 0vw;
  font-size: 1em;
}
.static-page-content__section-sublist {
  margin-left: 6.25vw;
  padding: 0.625vw 0vw 0.625vw 0vw;
  font-size: 1em;
}
.static-page-content__section-sublist li {
  list-style-type: square;
}
.static-page-content__version-row {
  display: flex;
}
.static-page-content__version-text {
  margin-left: 0.3125vw;
}
.static-page-content__version-date {
  margin-left: 0.3125vw;
  margin-right: 0.3125vw;
}
.static-page-content__link {
  font-style: italic;
}
app-contact-info-content {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  flex-shrink: 0;
}
.static-page-content__contact__container {
  padding: 6.25vw 5.625vw 6.25vw 9.375vw;
}
.static-page-content__contact {
  padding-bottom: 2.5vw;
  display: flex;
}
.static-page-content__contact-countries {
  margin: 2.625vw 0vw 1.25vw 0vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.static-page-content__contact-country {
  margin-top: 0.5vw;
  margin-bottom: 0.5vw;
  margin-right: 3vw;
  flex-basis: 30%;
  max-width: 15vw;
}
.static-page-content__contact-country-header {
  display: flex;
  flex-direction: row;
}
.static-page-content__contact-column {
  width: 50%;
}
.static-page-content__contact-heading {
  font-weight: bold;
}
.static-page-content__contact-url {
  line-height: 2.5vw;
  font-style: italic;
}
.static-page-content__contact-icons {
  display: flex;
  flex-direction: row;
}
.static-page-content__contact-icon, .static-page-content__reference-icon, .static-page-content__manufacture-date-icon, .static-page-content__manufacturing-icon, .static-page-content__consult-icon {
  margin-right: 1.5625vw;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.static-page-content__contact-column-text {
  min-height: 10vw;
}
.static-page-content__consult-icon {
  margin-top: 0.375vw;
  max-width: 2.3vw;
  height: 2.3vw;
  background-image: url('consult-instruction.782517447705dfb9.svg');
}
.static-page-content__manufacturing-icon {
  max-width: 2.3vw;
  height: 1.8vw;
  background-image: url('manufacturing.daa1fafb3676bde0.svg');
}
.static-page-content__manufacture-date-icon {
  max-width: 2.3vw;
  height: 2.3vw;
  background-image: url('manufacture-date.942e62ccbbdc7a96.svg');
}
.static-page-content__reference-icon {
  max-width: 2.3vw;
  height: 2.3vw;
  background-image: url('reference.e2d483dbf1c7d50e.svg');
  background-position: center;
}
.static-page-content__icon, .about-content__icon {
  padding: 1.25vw 0vw 1.25vw 0vw;
  display: flex;
  align-items: center;
}
.static-page-content__icon-text {
  padding-left: 1.25vw;
}
.static-page-content__loader {
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
app-about-content {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  flex-shrink: 0;
}
.about-static-page-content__container {
  background-color: #ffffff;
  flex-basis: 100%;
  padding: 5.3125vw 5.3125vw 5.3125vw 5.3125vw;
}
.static-page-content__empty {
  max-width: 2.3vw;
  height: 2.3vw;
}
.about-content__table {
  display: block;
  margin: 1.25vw 2.5vw 1.25vw 2.5vw;
}
.about-content__toggle-link {
  margin-left: 0.625vw;
}
.about-content__wrapper {
  margin: 2.625vw 0vw 1.25vw 0vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-content__column, .about-content__colum-regulatory-notes {
  margin-top: 0.5vw;
  margin-bottom: 0.5vw;
  flex-basis: 34%;
}
.about-content__title {
  text-transform: none;
}
.about-content__row {
  display: inherit;
}
.about-content__product-space-right {
  margin-right: 0.2vw;
}
.about-content__product-space-left {
  margin-left: 0.2vw;
}
.about-content__product-bold {
  font-weight: bold;
  color: #373f47;
}
.about-content__section-title {
  padding-top: 0vw;
  margin-bottom: 0vw;
  font-size: inherit;
}
.about-content__icon {
  flex-direction: row;
}
.about-content__section-column {
  flex: 1;
}
.about-content__icon-text-right {
  padding-left: 3.5vw;
}
.about-content__colum-regulatory-notes {
  flex-basis: 25%;
}
.about-microservices-version__grid {
  margin: 0vw -1.5625vw 0vw -0.3125vw;
}
.about-microservices-version__head {
  border-bottom-width: 0;
  overflow: hidden;
}
.about-microservices-version__item {
  word-break: break-word;
  word-wrap: break-word;
}
.about-microservices-version__item:first-child {
  border-top-width: 1px;
}
.about-microservices-version__item:last-child {
  border-bottom-width: 1px;
}
.static-page-standard-text, .static-page-content__section-text, .static-page-content__section-list li, .static-page-content__section-sublist li, .static-page-content__contact, .static-page-content__icon-text {
  font-size: 1.25em;
  line-height: 1.28em;
  color: #5a6774;
}
.static-page-content__container, .release-history__container, .static-page-content__contact__container {
  padding: 6.25vw 12.5vw 3.125vw 12.5vw;
  background-color: #ffffff;
  flex-basis: 100%;
}
.static-page-content__chapter {
  padding-bottom: 3.75vw;
}
.static-page-content__chapter-title, .release-version-popup__version, .release-history__title-text {
  font-size: 2.5em;
  line-height: 1.2em;
}
.static-page-content__last-revised, .release-version-popup__released {
  font-style: italic;
  font-size: 1.25em;
  color: #5a6774;
}
.static-page-content__title-separator, .release-version-popup__title-separator, .release-history__title-separator {
  padding-top: 0.625vw;
  margin-bottom: 1.25vw;
  width: 100%;
  border-bottom: 1px solid #a2aeba;
}
.static-page-content__section {
  padding-bottom: 0.625vw;
}
.static-page-content__section-title, .release-version-popup__title, .release-history-version__number, .release-history-version__title, .static-page-content__contact-country-name, .about-content__section-title {
  padding-top: 1.25vw;
  margin-bottom: 0.9375vw;
  font-size: 1.25em;
  font-weight: bold;
  color: #373f47;
}
.static-page-content__section-text {
  padding-bottom: 0.625vw;
}
.static-page-content__section-list {
  margin-left: 3.125vw;
  padding: 0.625vw 0vw 0.625vw 0vw;
  font-size: 1em;
}
.static-page-content__section-sublist {
  margin-left: 6.25vw;
  padding: 0.625vw 0vw 0.625vw 0vw;
  font-size: 1em;
}
.static-page-content__section-sublist li {
  list-style-type: square;
}
.static-page-content__version-row {
  display: flex;
}
.static-page-content__version-text {
  margin-left: 0.3125vw;
}
.static-page-content__version-date {
  margin-left: 0.3125vw;
  margin-right: 0.3125vw;
}
.static-page-content__link {
  font-style: italic;
}
.release-version-popup__container {
  text-align: left;
  line-height: 1.3em;
}
.release-version-popup__released {
  color: #5a6774;
  font-style: normal;
}
.release-version-popup__title {
  text-transform: none;
}
.release-version-popup__footer {
  color: #5a6774;
  margin-top: 1.5625vw;
}
.release-version-popup__action {
  margin-top: 1.5625vw;
  text-align: right;
}
.release-version-popup__ok-button {
  min-width: 5.5vw;
  display: inline-block;
  text-align: center;
}
.release-version-popup__feature-content {
  list-style: none;
}
.release-version-popup__feature-content li {
  margin-bottom: 1.25vw;
  padding-left: 1.1em;
}
.release-version-popup__feature-content li:before {
  content: "*";
  margin-left: -1.1em;
  padding-right: 0.625vw;
}
.patient-link-tooltip-container, .patient-tag, .meeting-presentation-patient-cover-slide__patient, .meeting-preparation-patient-cover-slide__patient {
  cursor: pointer;
  position: relative;
}
.patient-link-tooltip__tooltip {
  font-size: 16px;
  line-height: 1.3em;
  padding: 0.375vw 1.25vw 0.375vw 1.25vw;
  pointer-events: none;
  opacity: 0;
  display: inline-block;
  width: auto;
  min-height: 1.875vw;
  white-space: nowrap;
  line-height: 1.3em;
  position: absolute;
  bottom: -0.625vw;
  left: 50%;
  transform: translate(-50%, 100%);
  text-align: center;
  background-color: #0066cc;
  color: #ffffff;
  transition: opacity 0.3s ease;
}
@media (max-width: 1600px) {
  .patient-link-tooltip__tooltip {
    font-size: 14.4px;
    line-height: 1.17em;
  }
}
.patient-link-tooltip-container:hover .patient-link-tooltip__tooltip, .patient-tag:hover .patient-link-tooltip__tooltip, .meeting-presentation-patient-cover-slide__patient:hover .patient-link-tooltip__tooltip, .meeting-preparation-patient-cover-slide__patient:hover .patient-link-tooltip__tooltip {
  opacity: 1;
}
.patient-link-tooltip__tooltip:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -0.5625vw;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.75vw 0.75vw 0.75vw;
  border-color: transparent transparent #0066cc transparent;
}
.patient-link-tooltip--full-width {
  padding: 0.375vw 0.5vw 0.375vw 0.5vw;
  left: -0.25vw;
  right: -0.25vw;
  bottom: -0.375vw;
  transform: translateY(100%);
}
.nav-arrow, .nav-arrow--prev, app-fullscreen-preview .fullscreen-preview-component__nav-button-container-prev, .nav-arrow--next, app-fullscreen-preview .fullscreen-preview-component__nav-button-container-next, .meeting-presentation__nav--prev, .meeting-presentation__nav--next {
  display: flex;
  flex-direction: row;
  padding: 1.875vw 1.875vw 1.875vw 1.875vw;
  position: absolute;
  top: 50%;
  width: 4vw;
  height: 4vw;
}
.nav-arrow--prev, app-fullscreen-preview .fullscreen-preview-component__nav-button-container-prev, .meeting-presentation__nav--prev {
  left: 2.625vw;
}
.nav-arrow--next, app-fullscreen-preview .fullscreen-preview-component__nav-button-container-next, .meeting-presentation__nav--next {
  right: 2.625vw;
}
.nav-arrow__icon, .nav-arrow__icon--prev, app-fullscreen-preview .fullscreen-preview-component__button-prev, .nav-arrow__icon--next, app-fullscreen-preview .fullscreen-preview-component__button-next, .meeting-presentation__nav__icon--prev, .meeting-presentation__nav__icon--next {
  position: absolute;
  top: -50%;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.nav-arrow__icon--prev, app-fullscreen-preview .fullscreen-preview-component__button-prev, .meeting-presentation__nav__icon--prev {
  background-image: url('icon-presentation-prev.30d5652f5b31ef43.svg');
  background-size: 4vw 4vw;
}
.nav-arrow__icon--prev:hover, app-fullscreen-preview .fullscreen-preview-component__button-prev:hover, .meeting-presentation__nav__icon--prev:hover {
  background-image: url('icon-presentation-prev--active.3ed2ac31a0edd012.svg');
}
.nav-arrow__icon--next, app-fullscreen-preview .fullscreen-preview-component__button-next, .meeting-presentation__nav__icon--next {
  background-image: url('icon-presentation-next.1be1f8cd3d469c67.svg');
  background-size: 4vw 4vw;
}
.nav-arrow__icon--next:hover, app-fullscreen-preview .fullscreen-preview-component__button-next:hover, .meeting-presentation__nav__icon--next:hover {
  background-image: url('icon-presentation-next--active.a89448a2d5ad9ec3.svg');
}
app-meeting-presentation-sidebar {
  position: relative;
  display: block;
}
.meeting-presentation-sidebar__options {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.meeting-presentation-sidebar__options:first-child {
  flex: 1;
}
.meeting-presentation-sidebar__option:hover {
  background: #373f47;
}
.meeting-presentation-sidebar__link, .meeting-presentation-sidebar__link-slides, .meeting-presentation-sidebar__link-recommendation, .meeting-presentation-sidebar__link-notes, .meeting-presentation-sidebar__link-notes-on, .meeting-presentation-sidebar__link-exit {
  padding: 0.9375vw 0.9375vw 0.9375vw 0.9375vw;
  display: block;
}
.meeting-presentation-sidebar__link:after, .meeting-presentation-sidebar__link-slides:after, .meeting-presentation-sidebar__link-recommendation:after, .meeting-presentation-sidebar__link-notes:after, .meeting-presentation-sidebar__link-notes-on:after, .meeting-presentation-sidebar__link-exit:after {
  content: "";
  display: block;
  width: 1.5vw;
  height: 1.5vw;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.meeting-presentation-sidebar__link--active, .meeting-presentation-sidebar__link--expandable.active, .active.meeting-presentation-sidebar__link-slides, .active.meeting-presentation-sidebar__link-recommendation {
  background: #ffffff;
}
.meeting-presentation-sidebar__link-slides:after {
  background-image: url('icon-presentation-slides-light.3bd1178036d95e8a.svg');
  background-size: 1.5vw 1.5vw;
}
.meeting-presentation-sidebar__link-slides.active:after {
  background-image: url('icon-presentation-slides-dark.73c1d5e067ae84ca.svg');
}
.meeting-presentation-sidebar__link-recommendation:after {
  background-image: url('icon-presentation-recommendation-light.7068c8bf87ed5922.svg');
  background-size: 1.25vw 1.25vw;
}
.meeting-presentation-sidebar__link-recommendation.active:after {
  background-image: url('icon-presentation-recommendation-on.f40022a90a627496.svg');
}
.meeting-presentation-sidebar__link-notes:after {
  background-image: url('icon-presentation-notes-light.a01fdd703b20ca56.svg');
  background-size: 1.25vw 1.25vw;
}
.meeting-presentation-sidebar__link-notes-on:after {
  background-image: url('icon-presentation-notes-on.fa15e336bc808009.svg');
  background-size: 1.25vw 1.25vw;
}
.meeting-presentation-sidebar__link-exit:after {
  background-image: url('icon-presentation-exit-light.1634b68a0dde5b3d.svg');
  background-size: 1.5vw 1.5vw;
}
.meeting-presentation-sidebar__drawer, .meeting-presentation-sidebar__drawer-slides, .meeting-presentation-sidebar__drawer-recommendation {
  display: flex;
  flex-direction: column;
  padding: 1.25vw 0vw 1.25vw 0vw;
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transform: translate(-20px, 0);
  transition: opacity 0.1s linear, transform 0.1s linear;
}
.meeting-presentation-sidebar__drawer.active, .active.meeting-presentation-sidebar__drawer-slides, .active.meeting-presentation-sidebar__drawer-recommendation {
  opacity: 1;
  pointer-events: inherit;
  transform: translate(0, 0);
}
.meeting-presentation-sidebar__drawer-slides {
  width: 20vw;
}
.meeting-presentation-sidebar__drawer-recommendation {
  width: 40.625vw;
}
.meeting-presentation-sidebar__drawer-content {
  flex-grow: 1;
  flex-shrink: 1;
  background-color: #ffffff;
  border: solid #cad1d7;
  border-width: 0 1px 0 0;
  overflow: hidden;
}
.meeting-presentation-sidebar__drawer-content dia-tabs {
  border: 0;
}
.meeting-presentation-sidebar__drawer-headline {
  background-color: #ffffff;
  left: 1.25vw;
}
.meeting-presentation-sidebar__drawer-button {
  padding-top: 0.3vw;
  padding-right: 1.5vw;
  padding-bottom: 0.3vw;
  background-color: #ffffff;
  border: solid 1px #cad1d7;
  width: inherit;
  text-align: end;
}
.meeting-presentation-sidebar__drawer-button app-send-emr-report .send-emr-report__loader {
  top: 80%;
}
.meeting-presentation-button {
  display: inline-block !important;
  right: 2vw;
  z-index: 3;
  width: -moz-fit-content;
  width: fit-content;
}
app-meeting-presentation-sidebar-slides {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}
.meeting-presentation-sidebar-slides__wrap {
  flex-grow: 1;
  flex-shrink: 1;
  height: calc(100vh - 4vw);
  overflow: hidden;
}
.meeting-preparation__sidebar__sidebar-slides .meeting-presentation-sidebar-slides__wrap {
  background: #373f47;
}
.meeting-presentation-sidebar-slides__list {
  height: 100%;
  list-style: none;
  counter-reset: meeting-presentation-sidebar-slides;
}
.meeting-presentation-sidebar-slides__item {
  padding: 0vw 1.25vw 0vw 3.125vw;
  position: relative;
  max-height: 0vh;
  list-style: none;
  counter-increment: meeting-presentation-sidebar-slides;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
}
.meeting-presentation-sidebar-slides__item:before {
  position: absolute;
  left: 1.25vw;
  top: calc(50% - 1em);
  line-height: 2em;
}
.meeting-presentation-sidebar-slides__item.selected {
  background: #e8ecf0;
}
.meeting-presentation-sidebar-slides__item .meeting-preparation__sidebar__sidebar-slides.selected {
  background: #202531;
}
.meeting-presentation-sidebar-slides__item.visible {
  visibility: visible;
  max-height: 100vh;
  padding: 0.625vw 1.25vw 0.625vw 3.125vw;
  display: block;
  pointer-events: inherit;
}
.meeting-presentation-sidebar-slides__item.visible:before {
  content: counter(meeting-presentation-sidebar-slides);
}
.meeting-presentation-sidebar-slides__item.attachment {
  padding: 0vw 1.25vw 0vw 5vw;
}
.meeting-presentation-sidebar-slides__item.attachment:before {
  left: 3.125vw;
}
.meeting-presentation-sidebar-slides__item.attachment.visible {
  padding: 0.3125vw 1.25vw 0.3125vw 5vw;
}
.meeting-presentation-sidebar-slides__item.cdk-drag-preview {
  background: none;
  box-shadow: none;
}
.meeting-presentation-sidebar-slides__item.cdk-drag-preview:before {
  content: none;
}
.meeting-presentation-sidebar-slides__item.cdk-drag-preview.drop-not-allowed .meeting-presentation-sidebar-slides__slide:after {
  content: "";
  display: block;
  width: 3.75vw;
  height: 3.75vw;
  margin: 0.3125vw;
  position: absolute;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('not-allowed.eafff0363bdc4d72.svg');
  background-size: 3.75vw 3.75vw;
  border: 0;
  left: calc(50% - 1.875vw);
  top: calc(50% - 1.875vw);
  z-index: 999;
}
.meeting-presentation-sidebar-slides__item.cdk-drag-placeholder .meeting-presentation-sidebar-slides__delete {
  display: none;
}
.meeting-presentation-sidebar-slides__item.cdk-drag-placeholder .meeting-presentation-sidebar-slides__slide {
  position: relative;
}
.meeting-presentation-sidebar-slides__item.cdk-drag-placeholder .meeting-presentation-sidebar-slides__slide:after {
  content: "";
  background: #373f47;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #4fbcff;
}
.meeting-presentation-sidebar-slides__item.drag-and-drop__dragover-item:not(.drag-and-drop__moving-item).dia-drag-and-drop__dragover-up {
  border-top: solid #4fbcff;
}
.meeting-presentation-sidebar-slides__item.drag-and-drop__dragover-item:not(.drag-and-drop__moving-item).dia-drag-and-drop__dragover-down {
  border-bottom: solid #4fbcff;
}
.meeting-presentation-sidebar-slides__toggle {
  position: absolute;
  display: block;
  left: 1.25vw;
  bottom: 0.625vw;
  width: 0.8em;
  height: 0.8em;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('icon-toggle-arrow-down.e01124bf638b8749.svg');
  transform: rotate(-90deg);
}
.meeting-presentation-sidebar-slides__item.expanded .meeting-presentation-sidebar-slides__toggle {
  transform: rotate(0);
}
.meeting-presentation-sidebar-slides__slide {
  display: flex;
  flex-direction: row;
  padding: 0.625vw 0.625vw 0.625vw 1.25vw;
  height: 8.4375vw;
  max-height: 100%;
  background: #ffffff;
  border: 1px solid #cad1d7;
  overflow: hidden;
  position: relative;
}
.meeting-presentation-sidebar-slides__slide, .meeting-presentation-sidebar-slides__slide:hover, .meeting-presentation-sidebar-slides__slide:focus, .meeting-presentation-sidebar-slides__slide:active {
  color: #373f47;
  text-decoration: none;
}
.meeting-presentation-sidebar-slides__item.selected .meeting-presentation-sidebar-slides__slide {
  border-color: #4fbcff;
}
.meeting-presentation-sidebar-slides__item.attachment .meeting-presentation-sidebar-slides__slide {
  padding: 0vw 0vw 0vw 0vw;
  height: 7.5vw;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.meeting-presentation-sidebar-slides__item.text-only .meeting-presentation-sidebar-slides__slide {
  background-image: url('symbol-slide-type-text-only.424af31bed0524e9.svg');
}
.meeting-presentation-sidebar-slides__item.attachment-and-text .meeting-presentation-sidebar-slides__slide {
  background-image: url('symbol-slide-type-attachment-and-text.3314eaca297a95f0.svg');
}
.meeting-presentation-sidebar-slides__item.two-attachments .meeting-presentation-sidebar-slides__slide {
  background-image: url('symbol-slide-type-two-attachments.e45c362af7c5cbce.svg');
}
.meeting-presentation-sidebar-slides__item.one-attachment .meeting-presentation-sidebar-slides__slide {
  background-image: url('symbol-slide-type-one-attachment.c20a5ac7d999e15a.svg');
}
.meeting-presentation-sidebar-slides__item.pinned-data-slide .meeting-presentation-sidebar-slides__slide {
  background-image: url('symbol-slide-type-pinned-data.b4c84279e4c27dbb.svg');
  background-size: auto;
}
.meeting-presentation-sidebar-slides__item.cds-app-publications-slide .meeting-presentation-sidebar-slides__slide {
  background-image: url('symbol-slide-type-cds-app-publications.f3ea82a0b4f54136.svg');
}
.meeting-presentation-sidebar-slides__item.cds-app-clinical-trial-match-slide .meeting-presentation-sidebar-slides__slide {
  background-image: url('symbol-slide-type-cds-app-clinical-trial-match.744e8ba60230e281.svg');
}
.meeting-presentation-sidebar-slides__item.cds-app-guidelines .meeting-presentation-sidebar-slides__slide {
  background-image: url('symbol-slide-type-cds-app-guidelines.79ea5f43484f1188.svg');
}
.meeting-presentation-slides__slide-tooltip {
  margin-top: 0;
}
.meeting-presentation-sidebar-slides__slide__cover,
.meeting-presentation-sidebar-slides__slide__patient,
.meeting-presentation-sidebar-slides__slide__attachment,
.meeting-presentation-sidebar-slides__slide__attachment--empty,
.meeting-presentation-sidebar-slides__slide__attachment--dicom {
  flex-grow: 1;
  flex-shrink: 1;
}
.meeting-presentation-sidebar-slides__slide__cover,
.meeting-presentation-sidebar-slides__slide__patient {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.meeting-presentation-sidebar-slides__slide__cover {
  width: 100%;
}
.meeting-presentation-sidebar-slides__slide__cover__group {
  display: block;
  text-align: center;
}
.meeting-presentation-sidebar-slides__slide__cover__group .meeting-presentation-sidebar-slides__slide__cover__name {
  padding-bottom: 0.3125vw;
  font-size: 1.3em;
  line-height: 1.5em;
  font-weight: bold;
}
@media (max-width: 1600px) {
  .meeting-presentation-sidebar-slides__slide__cover__group .meeting-presentation-sidebar-slides__slide__cover__name {
    font-size: 1.17em;
    line-height: 1.35em;
  }
}
.meeting-presentation-sidebar-slides__slide__cover__group .meeting-presentation-sidebar-slides__slide__cover__date {
  font-size: 0.8em;
  line-height: 1.1em;
}
@media (max-width: 1600px) {
  .meeting-presentation-sidebar-slides__slide__cover__group .meeting-presentation-sidebar-slides__slide__cover__date {
    font-size: 0.72em;
    line-height: 0.99em;
  }
}
.meeting-presentation-sidebar-slides__slide__attachment, .meeting-presentation-sidebar-slides__slide__attachment--empty, .meeting-presentation-sidebar-slides__slide__attachment--dicom {
  display: flex;
  flex-direction: row;
  flex-basis: 100%;
  background-color: #ffffff;
  text-align: center;
}
.meeting-presentation-sidebar-slides__slide__attachment--empty {
  background-color: transparent;
}
.meeting-presentation-sidebar-slides__slide__attachment__image {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
}
.meeting-presentation-sidebar-slides__slide__attachment--dicom {
  background-color: black;
}
.meeting-presentation-sidebar-slides__slide__attachment--dicom-thumbnail {
  width: 100%;
  height: 100%;
}
.meeting-presentation-sidebar-slides__delete {
  position: absolute;
  right: 1.875vw;
  top: 0.9375vw;
}
.dia-drag-and-drop__action .meeting-presentation-sidebar-slides__delete {
  display: none;
}
.meeting-presentation-sidebar-slides__delete-btn {
  visibility: hidden;
}
.meeting-presentation-sidebar-slides__item:hover .meeting-presentation-sidebar-slides__delete-btn {
  visibility: visible;
}
.meeting-presentation-sidebar-slides__add {
  padding: 0.3125vw 1.25vw 0.3125vw 5vw;
}
.meeting-presentation-sidebar-slides__add-link {
  font-size: 14px;
  line-height: 1.3em;
  display: flex;
  height: 7.5vw;
  border: 1px dashed #a2aeba;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1600px) {
  .meeting-presentation-sidebar-slides__add-link {
    font-size: 12.6px;
    line-height: 1.17em;
  }
}
.meeting-presentation-sidebar-slides__add-link:hover {
  background: #202531;
}
app-meeting-presentation-slide, app-meeting-preparation-slide {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.meeting-presentation-slide__patient-tag {
  top: 0.625vw;
  right: 0.625vw;
  position: absolute;
}
.meeting-presentation-slide__slide, .meeting-presentation-slide__slide--cover, .meeting-preparation-slide__slide--cover, .meeting-preparation-slide__slide {
  flex-grow: 1;
  flex-shrink: 1;
}
.meeting-presentation-slide__slide--cover, .meeting-preparation-slide__slide--cover {
  flex-grow: 0;
  flex-shrink: 1;
}
.meeting-presentation-slide__slide--cover__headline, .meeting-presentation-slide__slide--cover .patient-summary__headline, .meeting-preparation-slide__slide--cover .patient-summary__headline {
  margin: 0;
  border: none;
}
.meeting-presentation-slide__slide--cover__title, .meeting-presentation-slide__slide--cover .patient-summary__title, .meeting-preparation-slide__slide--cover .patient-summary__title {
  font-size: 1.5em;
  line-height: 1.8em;
  text-transform: none;
}
@media (max-width: 1600px) {
  .meeting-presentation-slide__slide--cover__title, .meeting-presentation-slide__slide--cover .patient-summary__title, .meeting-preparation-slide__slide--cover .patient-summary__title {
    font-size: 1.35em;
    line-height: 1.62em;
  }
}
app-meeting-presentation {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: row;
  height: 100%;
}
app-meeting-presentation app-patient-staging, app-meeting-presentation app-patient-present-illness-history {
  margin-bottom: 0vw;
}
.meeting-presentation__sidebar {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  padding: 1.25vw 0vw 1.25vw 0vw;
  justify-content: space-between;
}
.meeting-presentation__workspace {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: row;
  padding: 1.25vw 1.25vw 1.25vw 0vw;
  position: relative;
  overflow: auto;
}
.meeting-presentation__content {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  display: grid;
  position: relative;
  background: #ffffff;
  overflow: auto;
}
.meeting-presentation__nav--prev[hidden],
.meeting-presentation__nav--next[hidden] {
  display: none;
}
/*@import 'meeting-patient-summary/meeting-patient-summary-component';*/
app-meeting-presentation-patient-cover-slide, app-meeting-preparation-patient-cover-slide {
  flex-grow: 0;
  flex-shrink: 1;
  font-size: 30px;
  line-height: 1.3em;
  background: #ffffff;
  overflow: auto;
  color: #5a6774;
}
@media (max-width: 1600px) {
  app-meeting-presentation-patient-cover-slide, app-meeting-preparation-patient-cover-slide {
    font-size: 27px;
    line-height: 1.17em;
  }
}
.meeting-presentation-patient-cover-slide__headline, .meeting-preparation-patient-cover-slide__headline {
  display: flex;
  flex-direction: row;
  padding: 3.125vw 3.125vw 1.5625vw 3.125vw;
  text-align: center;
  align-items: center;
  justify-content: left;
}
.meeting-presentation-patient-cover-slide__link {
  display: block;
}
.meeting-presentation-patient-cover-slide__patient, .meeting-preparation-patient-cover-slide__patient {
  text-align: left;
  word-break: break-all;
}
.meeting-presentation-patient-cover-slide__patient-name, .meeting-preparation-patient-cover-slide__patient-name {
  font-size: 1.7em;
  line-height: 1.6em;
  text-transform: none;
  margin-right: 47px;
}
@media (max-width: 1600px) {
  .meeting-presentation-patient-cover-slide__patient-name, .meeting-preparation-patient-cover-slide__patient-name {
    font-size: 1.53em;
    line-height: 1.44em;
  }
}
.meeting-presentation-patient-cover-slide__patient-detail, .meeting-preparation-patient-cover-slide__patient-detail {
  display: inline;
  color: #5a6774;
  margin-right: 47px;
}
.meeting-presentation-patient-cover-slide__pod, .meeting-preparation-patient-cover-slide__pod {
  padding: 0vw 3.125vw 1.875vw 3.125vw;
  font-size: 1.1em;
  line-height: 1.3em;
  text-align: left;
}
@media (max-width: 1600px) {
  .meeting-presentation-patient-cover-slide__pod, .meeting-preparation-patient-cover-slide__pod {
    font-size: 0.99em;
    line-height: 1.17em;
  }
}
.meeting-presentation-patient-cover-slide__pod-title, .meeting-preparation-patient-cover-slide__pod-title {
  font-size: 1.5em;
  line-height: 1.3em;
  text-transform: none;
}
@media (max-width: 1600px) {
  .meeting-presentation-patient-cover-slide__pod-title, .meeting-preparation-patient-cover-slide__pod-title {
    font-size: 1.35em;
    line-height: 1.17em;
  }
}
.meeting-presentation-patient-cover-slide__pod-description, .meeting-preparation-patient-cover-slide__pod-description {
  margin: 0.625vw 0vw 0vw 0vw;
  /*@extend .form-view-multiline;*/
  display: block;
  white-space: pre-wrap;
  text-align: justify;
}
.meeting-presentation-patient-cover-slide__cancer-info {
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0vw 3.125vw 0vw 3.125vw;
  border: solid #e8ecf0;
  border-width: 1px 0 0 0;
}
.meeting-presentation-patient-cover-slide__cancer-stage {
  flex-grow: 0;
  flex-shrink: 0;
  padding: 1.5625vw 1.5625vw 0vw 0vw;
  text-align: left;
  flex-basis: 50%;
}
.meeting-presentation-patient-cover-slide__cancer-stage .staging__title {
  font-size: 30px;
  line-height: 1.2em;
  text-transform: none;
}
@media (max-width: 1600px) {
  .meeting-presentation-patient-cover-slide__cancer-stage .staging__title {
    font-size: 27px;
    line-height: 1.08em;
  }
}
.meeting-presentation-patient-cover-slide__cancer-stage .staging__headline {
  margin: 0vw 0vw 0.625vw 0vw;
  border: none;
}
.meeting-presentation-patient-cover-slide__cancer-information {
  flex-grow: 0;
  flex-shrink: 0;
  padding: 1.5625vw 1.5625vw 0vw 0vw;
  text-align: left;
  flex-basis: 50%;
  position: relative;
}
.meeting-presentation-patient-cover-slide__cancer-info-title {
  margin: 0vw 0vw 0.625vw 0vw;
  text-transform: none;
  font-size: inherit;
}
.meeting-presentation-patient-cover-slide__cancer-info-label {
  font-size: 0.8em;
  line-height: 1.3em;
}
@media (max-width: 1600px) {
  .meeting-presentation-patient-cover-slide__cancer-info-label {
    font-size: 0.72em;
    line-height: 1.17em;
  }
}
.meeting-presentation-patient-cover-slide__cancer-info-label--tumor-type {
  white-space: pre-line !important;
}
.meeting-presentation-patient-cover-slide__cancer-info-description {
  font-size: 0.8em;
  line-height: 1.3em;
}
@media (max-width: 1600px) {
  .meeting-presentation-patient-cover-slide__cancer-info-description {
    font-size: 0.72em;
    line-height: 1.17em;
  }
}
.meeting-presentation-patient-cover-slide__patient-info {
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0vw 3.125vw 0vw 3.125vw;
  border: solid #e8ecf0;
  border-width: 1px 0 0 0;
  word-break: break-word;
  word-wrap: break-word;
}
.meeting-presentation-patient-cover-slide__patient-summary, .meeting-preparation-patient-cover-slide__patient-summary {
  flex-grow: 0;
  flex-shrink: 0;
  padding: 1.5625vw 0vw 3.125vw 0vw;
  text-align: left;
  flex-basis: 100%;
}
.meeting-presentation-patient-cover-slide__patient-summary .patient-summary__title, .meeting-preparation-patient-cover-slide__patient-summary .patient-summary__title {
  font-size: 30px;
  line-height: 1.2em;
  text-transform: none;
}
@media (max-width: 1600px) {
  .meeting-presentation-patient-cover-slide__patient-summary .patient-summary__title, .meeting-preparation-patient-cover-slide__patient-summary .patient-summary__title {
    font-size: 27px;
    line-height: 1.08em;
  }
}
.meeting-presentation-patient-cover-slide__patient-summary .patient-summary__view-value, .meeting-preparation-patient-cover-slide__patient-summary .patient-summary__view-value {
  font-size: 0.8em;
  line-height: 1.3em;
}
@media (max-width: 1600px) {
  .meeting-presentation-patient-cover-slide__patient-summary .patient-summary__view-value, .meeting-preparation-patient-cover-slide__patient-summary .patient-summary__view-value {
    font-size: 0.72em;
    line-height: 1.17em;
  }
}
.meeting-presentation-patient-cover-slide__patient-info-title, .meeting-preparation-patient-cover-slide__patient-info-title {
  margin: 0vw 0vw 0.3125vw 0vw;
  text-transform: none;
  font-size: inherit;
}
.meeting-presentation-patient-cover-slide__patient-info-description, .meeting-preparation-patient-cover-slide__patient-info-description {
  font-size: 0.8em;
  line-height: 1.3em;
}
@media (max-width: 1600px) {
  .meeting-presentation-patient-cover-slide__patient-info-description, .meeting-preparation-patient-cover-slide__patient-info-description {
    font-size: 0.72em;
    line-height: 1.17em;
  }
}
.no-permission {
  display: none;
}
.fullscreen, app-meeting-preparation {
  color: #a2aeba;
}
.fullscreen__head, .meeting-preparation__head {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.fullscreen__head__element, .meeting-preparation__presentation, .meeting-preparation__context {
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0.625vw 0vw 0.625vw 0vw;
}
.fullscreen__head__button, .meeting-preparation__back {
  flex-grow: 0;
  flex-shrink: 0;
  padding: 1.25vw 1.25vw 1.25vw 1.25vw;
}
.fullscreen__head__spacer, .meeting-preparation__spacer {
  flex-grow: 1;
  flex-shrink: 1;
}
.fullscreen__icon, .fullscreen-preview-component__annotations-button, app-fullscreen-preview .fullscreen-preview-component__icon-notes, app-fullscreen-preview .fullscreen-preview-component__icon-loader, app-fullscreen-preview .fullscreen-preview-component__icon-arrow-back, .meeting-preparation__back__link {
  display: block;
  width: 1.125vw;
  height: 1.125vw;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.fullscreen__icon--back, app-fullscreen-preview .fullscreen-preview-component__icon-arrow-back, .meeting-preparation__back__link {
  background-image: url('back-arrow-dark.931a6068e72d75ff.svg');
}
.fullscreen__icon--notes, app-fullscreen-preview .fullscreen-preview-component__icon-notes {
  background-image: url('icon-presentation-notes-light.a01fdd703b20ca56.svg');
}
.fullscreen__icon--annotation, .fullscreen-preview-component__annotations-button {
  background-image: url('annotation-white.6896a79cb48d45b1.svg');
}
app-meeting-presentation-slide, app-meeting-preparation-slide {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.meeting-presentation-slide__patient-tag {
  top: 0.625vw;
  right: 0.625vw;
  position: absolute;
}
.meeting-presentation-slide__slide, .meeting-presentation-slide__slide--cover, .meeting-preparation-slide__slide--cover, .meeting-preparation-slide__slide {
  flex-grow: 1;
  flex-shrink: 1;
}
.meeting-presentation-slide__slide--cover, .meeting-preparation-slide__slide--cover {
  flex-grow: 0;
  flex-shrink: 1;
}
.meeting-presentation-slide__slide--cover__headline, .meeting-presentation-slide__slide--cover .patient-summary__headline, .meeting-preparation-slide__slide--cover .patient-summary__headline {
  margin: 0;
  border: none;
}
.meeting-presentation-slide__slide--cover__title, .meeting-presentation-slide__slide--cover .patient-summary__title, .meeting-preparation-slide__slide--cover .patient-summary__title {
  font-size: 1.5em;
  line-height: 1.8em;
  text-transform: none;
}
@media (max-width: 1600px) {
  .meeting-presentation-slide__slide--cover__title, .meeting-presentation-slide__slide--cover .patient-summary__title, .meeting-preparation-slide__slide--cover .patient-summary__title {
    font-size: 1.35em;
    line-height: 1.62em;
  }
}
app-meeting-preparation-slide {
  padding: 0vw 1.875vw 1.875vw 1.875vw;
  flex-basis: 100%;
}
.meeting-preparation-slide__slide--cover {
  flex-grow: 1;
  flex-shrink: 1;
}
.meeting-preparation-slide__slide .biomarkers__title,
.meeting-preparation-slide__slide .genomic__title,
.meeting-preparation-slide__slide .genomics-alterations__title,
.meeting-preparation-slide__slide .medications__title,
.meeting-preparation-slide__slide .past-medical-history__title,
.meeting-preparation-slide__slide .patient-summary__title,
.meeting-preparation-slide__slide .physical-examination__title,
.meeting-preparation-slide__slide .present-illness-history__title,
.meeting-preparation-slide__slide .social-history__title,
.meeting-preparation-slide__slide .staging__title,
.meeting-preparation-slide__slide .treatment-history__title,
.meeting-preparation-slide__slide .tumor-information__title {
  font-size: 1em;
  line-height: 1.3em;
}
@media (max-width: 1600px) {
  .meeting-preparation-slide__slide .biomarkers__title,
.meeting-preparation-slide__slide .genomic__title,
.meeting-preparation-slide__slide .genomics-alterations__title,
.meeting-preparation-slide__slide .medications__title,
.meeting-preparation-slide__slide .past-medical-history__title,
.meeting-preparation-slide__slide .patient-summary__title,
.meeting-preparation-slide__slide .physical-examination__title,
.meeting-preparation-slide__slide .present-illness-history__title,
.meeting-preparation-slide__slide .social-history__title,
.meeting-preparation-slide__slide .staging__title,
.meeting-preparation-slide__slide .treatment-history__title,
.meeting-preparation-slide__slide .tumor-information__title {
    font-size: 0.9em;
    line-height: 1.17em;
  }
}
.meeting-preparation-slide__slide .biomarkers__entries,
.meeting-preparation-slide__slide .genomic__additional-findings-value,
.meeting-preparation-slide__slide .genomic__entries,
.meeting-preparation-slide__slide .medications__entries,
.meeting-preparation-slide__slide .patient-summary__view-value,
.meeting-preparation-slide__slide .physical-examination__entry-add,
.meeting-preparation-slide__slide .physical-examination__entry-view,
.meeting-preparation-slide__slide .present-illness-history__view-value,
.meeting-preparation-slide__slide .social-history__input,
.meeting-preparation-slide__slide .social-history__label,
.meeting-preparation-slide__slide .social-history__view-value,
.meeting-preparation-slide__slide .staging-view__outer,
.meeting-preparation-slide__slide .treatment-history__entries,
.meeting-preparation-slide__slide .treatment-history__view-value,
.meeting-preparation-slide__slide .tumor-information__label,
.meeting-preparation-slide__slide .tumor-information__value,
.meeting-preparation-slide__slide .tumor-information__view-value {
  font-size: 0.8em;
  line-height: 1.3em;
}
@media (max-width: 1600px) {
  .meeting-preparation-slide__slide .biomarkers__entries,
.meeting-preparation-slide__slide .genomic__additional-findings-value,
.meeting-preparation-slide__slide .genomic__entries,
.meeting-preparation-slide__slide .medications__entries,
.meeting-preparation-slide__slide .patient-summary__view-value,
.meeting-preparation-slide__slide .physical-examination__entry-add,
.meeting-preparation-slide__slide .physical-examination__entry-view,
.meeting-preparation-slide__slide .present-illness-history__view-value,
.meeting-preparation-slide__slide .social-history__input,
.meeting-preparation-slide__slide .social-history__label,
.meeting-preparation-slide__slide .social-history__view-value,
.meeting-preparation-slide__slide .staging-view__outer,
.meeting-preparation-slide__slide .treatment-history__entries,
.meeting-preparation-slide__slide .treatment-history__view-value,
.meeting-preparation-slide__slide .tumor-information__label,
.meeting-preparation-slide__slide .tumor-information__value,
.meeting-preparation-slide__slide .tumor-information__view-value {
    font-size: 0.72em;
    line-height: 1.17em;
  }
}
.meeting-preparation-slide__slide .staging__entry-name {
  width: 2.5vw;
  flex-grow: 0;
}
.meeting-preparation-slide__slide .staging__entry-property-label {
  width: 2vw;
}
.meeting-preparation-slide__slide .staging__entry-stage-input {
  flex-grow: 1;
}
.meeting-preparation-slide__slide .staging__entry-name-short ~ .staging__entry-stage-input {
  flex-basis: 10.625vw;
}
.meeting-preparation-slide__slide .physical-examination__entry-remove {
  right: 0;
}
app-meeting-preparation {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}
app-meeting-preparation input {
  line-height: inherit;
}
app-meeting-preparation .past-medical-history__entries {
  font-size: 0.8em;
  line-height: 1.3em;
}
@media (max-width: 1600px) {
  app-meeting-preparation .past-medical-history__entries {
    font-size: 0.72em;
    line-height: 1.17em;
  }
}
.meeting-preparation__head {
  flex-grow: 0;
  flex-shrink: 0;
}
.meeting-preparation__head__title {
  font-size: 22px;
  line-height: 1.3em;
  display: block;
  color: inherit;
}
@media (max-width: 1600px) {
  .meeting-preparation__head__title {
    font-size: 19.8px;
    line-height: 1.17em;
  }
}
.meeting-preparation__head__date {
  display: block;
}
.meeting-preparation__back__link {
  cursor: pointer;
}
.meeting-preparation__presentation__link {
  text-transform: uppercase;
  padding-right: 1.875vw;
}
.meeting-preparation__presentation__link, .meeting-preparation__presentation__link:link, .meeting-preparation__presentation__link:hover, .meeting-preparation__presentation__link:focus, .meeting-preparation__presentation__link:active {
  color: inherit;
}
.meeting-preparation__presentation__link:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background-image: url('icon-view-presentation-light.f96372cf78c9d3e6.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1em;
  vertical-align: bottom;
}
.meeting-preparation__main {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: row;
  height: 90%;
}
.meeting-preparation__sidebar {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  width: 20vw;
  background: #373f47;
  height: 100%;
  position: relative;
}
.meeting-preparation__sidebar__sidebar-slides {
  flex-grow: 1;
  flex-shrink: 1;
  z-index: 0;
  overflow-y: auto;
}
.meeting-preparation__sidebar__sidebar-slides .meeting-presentation-sidebar-slides__item.selected {
  background: #202531;
}
.meeting-preparation__sidebar__slide-creator {
  flex-grow: 0;
  flex-shrink: 0;
  background-color: #202531;
  z-index: 10;
}
.meeting-preparation__content {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  width: 80vw;
  flex-basis: 100%;
  overflow: auto;
  position: relative;
}
.meeting-preparation__page_number {
  margin-bottom: 1.875vw;
}
.meeting-preparation__error-message {
  margin-top: 0;
  text-align: left;
  font-size: 1em;
}
/*.meeting-preparation__type-input ng-select {
    @extend .dia-form-input-field;
}*/
app-attendee-search-multiselect .ng-dropdown-panel-items > div:not(:empty), app-attendee-search-multiselect .editable-dropdown__create-wrap > div:not(:empty), app-attendee-search-multiselect app-attendee-autoselect .ng-select__custom .attendee-autoselect__create-wrap > div:not(:empty), app-attendee-autoselect .ng-select__custom app-attendee-search-multiselect .attendee-autoselect__create-wrap > div:not(:empty), app-attendee-search-multiselect .autosuggest__create-wrap > div:not(:empty) {
  background: #ffffff;
  border: 1px solid #202531;
}
app-attendee-search-multiselect .ng-select-container.ng-has-value {
  overflow: visible;
}
app-attendee-search-multiselect .ng-select .ng-clear-wrapper {
  display: none;
}
app-attendee-search-multiselect .ng-select.invalid .attendee-search__item-deactivated {
  color: #ff5555;
}
app-attendee-search-multiselect .ng-value-container {
  align-items: center;
}
app-attendee-search-multiselect .ng-option {
  display: flex;
  flex-direction: row;
  padding: 0.375vw 0.625vw 0.375vw 0.625vw;
  color: #5a6774;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
}
app-attendee-search-multiselect .ng-arrow-wrapper,
app-attendee-search-multiselect .ng-spinner-loader {
  display: none;
}
app-attendee-search-multiselect .ng-select-multiple {
  padding: 0.3125vw;
}
app-attendee-search-multiselect .ng-select-multiple.ng-select .ng-select-container .ng-value-container .ng-input {
  width: 100%;
  margin: 0.3125vw;
  padding: 0.375vw 0vw 0.3125vw 0vw;
}
app-attendee-search-multiselect .ng-select-multiple.ng-select .ng-select-container .ng-value-container .ng-input input {
  cursor: pointer;
  color: #5a6774;
}
app-attendee-search-multiselect .ng-select-multiple .ng-has-value .ng-placeholder, app-attendee-search-multiselect .ng-select-multiple.ng-select-filtered .ng-placeholder {
  visibility: hidden;
  width: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}
app-attendee-search-multiselect .ng-select-multiple.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  padding: 5px;
}
app-attendee-search-multiselect .ng-select-multiple .ng-select-container .ng-value {
  margin: 0.125vw 0.125vw 0.125vw 0.125vw;
  padding: 0.1875vw 1.25vw 0.1875vw 0.25vw;
  position: relative;
  float: left;
  display: block;
  background: #e8ecf0;
  color: #5a6774;
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: break-all;
  line-height: 1.8em;
}
app-attendee-search-multiselect .ng-select-multiple .ng-select-container .ng-value .ng-value-icon {
  position: absolute;
  right: 0.1875vw;
  color: #a2aeba;
  font-size: 1.5vw;
}
app-attendee-search-multiselect .ng-select-multiple .ng-select-container .ng-value .ng-value-label {
  white-space: normal;
}
app-attendee-search-multiselect .attendee-search__item-deactivated {
  color: #a2aeba;
}
app-attendee-search-multiselect .attendee-search__option-suffix {
  text-indent: 0.3em;
}
app-attendee-search-multiselect .ng-dropdown-panel {
  margin-top: 0.3vw;
  left: -1px;
  right: -1px;
  width: auto;
  padding: 0;
  border: 0;
}
app-attendee-search-multiselect .ng-dropdown-panel .ng-dropdown-panel-items, app-attendee-search-multiselect .ng-dropdown-panel .editable-dropdown__create-wrap, app-attendee-search-multiselect .ng-dropdown-panel app-attendee-autoselect .ng-select__custom .attendee-autoselect__create-wrap, app-attendee-autoselect .ng-select__custom app-attendee-search-multiselect .ng-dropdown-panel .attendee-autoselect__create-wrap, app-attendee-search-multiselect .ng-dropdown-panel .autosuggest__create-wrap {
  top: 0;
  max-height: 25vw;
  overflow: auto;
}
app-attendee-search-multiselect .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.highlighted, app-attendee-search-multiselect .ng-dropdown-panel .editable-dropdown__create-wrap .ng-option.highlighted, app-attendee-search-multiselect .ng-dropdown-panel app-attendee-autoselect .ng-select__custom .attendee-autoselect__create-wrap .ng-option.highlighted, app-attendee-autoselect .ng-select__custom app-attendee-search-multiselect .ng-dropdown-panel .attendee-autoselect__create-wrap .ng-option.highlighted, app-attendee-search-multiselect .ng-dropdown-panel .autosuggest__create-wrap .ng-option.highlighted {
  font-weight: bold;
  text-decoration: none;
}
app-attendee-search-multiselect:not(.has-items).invalid.ng-select-opened .ng-select-container {
  border-bottom: 1px solid #202531;
}
app-attendee-search-multiselect .attendee-search__loader {
  padding: 6.25vw 6.25vw 6.25vw 6.25vw;
  display: block;
  width: 100%;
}
app-attendee-search-multiselect .attendee-search__options-empty {
  padding: 0.625vw 0.25vw 0.625vw 0.25vw;
  color: #a2aeba;
  font-style: italic;
  text-align: center;
}
app-attendee-search-multiselect .attendee-search__options-empty:before {
  width: 4.0625vw;
  height: 4.0625vw;
}
app-attendee-search-multiselect .attendee-search__input, app-attendee-search-multiselect .ng-value-container, app-attendee-search-multiselect input {
  color: inherit;
  display: block;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  text-align: inherit;
}
app-attendee-search-multiselect .tooltiptext {
  position: absolute;
  display: none;
  background-color: #ffffff;
  color: #5a6774;
  text-align: left;
  padding: 9px 9px 9px 9px;
  box-shadow: 0 2px 7px 1px #cad1d7;
  border: solid 1px #cad1d7;
  z-index: 1;
  width: 12.5vw;
}
app-attendee-search-multiselect .tooltiptext-specialty {
  display: block;
  font-size: 12px;
}
app-attendee-search-multiselect .ng-value-label:hover .tooltiptext {
  display: block;
}
app-attendee-search-multiselect .attendee-search__create-wrap {
  padding: 0.3125vw 0vw 0.3125vw 0vw;
  display: block;
  margin-top: -1px;
  border: 1px solid #202531;
}
app-attendee-search-multiselect .attendee-search__create {
  display: flex;
  justify-content: space-between;
}
app-attendee-search-multiselect .attendee-search__option-label {
  font-weight: 400;
}
app-attendee-search-multiselect .attendee-search__option-create {
  flex-grow: 0;
  flex-shrink: 0;
  color: #0066cc;
}
.attendee-search-multiselect__upsert-modal .dia-modal__content {
  width: 30%;
}
app-meeting-presentation-text-element, app-meeting-preparation-text-element {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  padding: 1.875vw 1.875vw 1.875vw 1.875vw;
  overflow: auto;
}
.meeting-presentation-text-element__content, .meeting-preparation-text-element__content {
  padding-top: 1.875vw;
  font-size: 1.5em;
  line-height: 1.5em;
}
@media (max-width: 1600px) {
  .meeting-presentation-text-element__content, .meeting-preparation-text-element__content {
    font-size: 1.35em;
    line-height: 1.35em;
  }
}
.meeting-presentation-text-element__title, .meeting-preparation-text-element__title {
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5em;
  line-height: 1.8em;
}
@media (max-width: 1600px) {
  .meeting-presentation-text-element__title, .meeting-preparation-text-element__title {
    font-size: 1.35em;
    line-height: 1.62em;
  }
}
.meeting-presentation-text-element__description, .meeting-preparation-text-element__description {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.2em;
  line-height: 1.5em;
}
@media (max-width: 1600px) {
  .meeting-presentation-text-element__description, .meeting-preparation-text-element__description {
    font-size: 1.08em;
    line-height: 1.35em;
  }
}
.meeting-presentation-text-element__title, .meeting-preparation-text-element__title,
.meeting-presentation-text-element__description,
.meeting-preparation-text-element__description {
  margin: 1.875vw 0vw 0vw 0vw;
}
.meeting-presentation-text-element__title:first-child, .meeting-preparation-text-element__title:first-child,
.meeting-presentation-text-element__description:first-child,
.meeting-preparation-text-element__description:first-child {
  margin-top: 0vw;
}
.meeting-presentation-text-element__description__label {
  white-space: pre-line;
  word-break: break-word;
  word-wrap: break-word;
}
app-meeting-presentation-text-only-slide, app-meeting-preparation-text-only-slide {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: row;
  padding: 1.875vw 1.875vw 1.875vw 1.875vw;
  position: relative;
  overflow: auto;
}
.meeting-presentation-text-only-slide__text-element, .meeting-preparation-attachment-and-text-slide__text-element, .meeting-preparation-text-only-slide__text-element {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
}
app-meeting-presentation-recommendation .recommendations__value-empty {
  padding: 0vw 1.25vw 0vw 1.25vw;
}
.disabled, .disabled-area, .meeting-point-of-discussion__add--disabled, .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .patient-event-links__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled, .physical-examination__add--disabled, .meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled, .tumor-information__add--disabled, .meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled, .medications__add--disabled, .meeting-preparation__sidebar__slide-creator.medications__add--disabled, .biomarkers__add--disabled, .meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled, .treatment-history__add--disabled, .meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled, .social-history__add--disabled, .meeting-preparation__sidebar__slide-creator.social-history__add--disabled, .past-medical-history__add--disabled, .meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled, .staging__add--disabled, .meeting-preparation__sidebar__slide-creator.staging__add--disabled, .patient-summary__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled, .meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled, .disabled-area:hover, .disabled-area:focus, .disabled-area:active, .patient-disabled-tooltip__label--disabled, .patient-disabled-tooltip__label--disabled:hover, .patient-disabled-tooltip__label--disabled:focus, .patient-disabled-tooltip__label--disabled:active, .cancer-info__actions__action--disabled, .cancer-info__actions__action--disabled:hover, .cancer-info__actions__action--disabled:focus, .cancer-info__actions__action--disabled:active, app-patient-card .patient-card__action-dropdown-element-delete-disabled, app-patient-card .patient-card__action-dropdown-element-delete-disabled:hover, app-patient-card .patient-card__action-dropdown-element-delete-disabled:focus, app-patient-card .patient-card__action-dropdown-element-delete-disabled:active, .patient-history__actions-action--disabled, .patient-history__actions-action--disabled:hover, .patient-history__actions-action--disabled:focus, .patient-history__actions-action--disabled:active, .meeting-preparation__sidebar__slide-creator.disabled, .meeting-preparation__sidebar__slide-creator.disabled-area, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .disabled:hover, .disabled:focus, .disabled:active {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.disabled-area, .meeting-point-of-discussion__add--disabled, .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .patient-event-links__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled, .physical-examination__add--disabled, .meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled, .tumor-information__add--disabled, .meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled, .medications__add--disabled, .meeting-preparation__sidebar__slide-creator.medications__add--disabled, .biomarkers__add--disabled, .meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled, .treatment-history__add--disabled, .meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled, .social-history__add--disabled, .meeting-preparation__sidebar__slide-creator.social-history__add--disabled, .past-medical-history__add--disabled, .meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled, .staging__add--disabled, .meeting-preparation__sidebar__slide-creator.staging__add--disabled, .patient-summary__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled, .meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled, .patient-disabled-tooltip__label--disabled, .cancer-info__actions__action--disabled, app-patient-card .patient-card__action-dropdown-element-delete-disabled, .patient-history__actions-action--disabled, .meeting-preparation__sidebar__slide-creator.disabled, .meeting-preparation__sidebar__slide-creator.disabled-area, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .disabled-area:hover, .disabled-area:focus, .disabled-area:active {
  display: block;
  opacity: 0.25;
}
app-meeting-preparation-slide-creator {
  transition: all 0.1s linear;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.meeting-preparation-slide-creator__options__headline {
  padding: 1.25vw 1.25vw 1.25vw 1.25vw;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.meeting-preparation-slide-creator__options {
  flex-grow: 0;
  flex-shrink: 0;
  overflow: hidden;
  max-height: 0;
}
.meeting-preparation-slide-creator__options.app-dropdown-menu__content {
  position: inherit;
  transform: inherit;
  transition-timing-function: linear;
  opacity: inherit;
}
.meeting-preparation-slide-creator__options.show {
  max-height: 100vh;
  transform: inherit;
}
.meeting-preparation-slide-creator__options__list {
  display: flex;
  flex-direction: row;
  margin: -0.625vw 0vw -0.625vw 0vw;
  padding: 0vw 0.625vw 0vw 0.625vw;
  flex-wrap: wrap;
  justify-content: center;
}
.meeting-preparation-slide-creator__options__item, .meeting-preparation-slide-creator__options__item--disabled {
  margin: 0vw 0vw 0vw 0vw;
  padding: 0.625vw 0.625vw 0.625vw 0.625vw;
  list-style: none;
  text-align: center;
}
.meeting-preparation-slide-creator__options__link, .meeting-preparation-slide-creator__options__link--one-attachment, .meeting-preparation-slide-creator__options__link--two-attachments, .meeting-preparation-slide-creator__options__link--attachment-and-text, .meeting-preparation-slide-creator__options__link--text-only {
  width: 7.5vw;
  height: 4.125vw;
  position: relative;
  display: block;
  background: #ffffff;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.meeting-preparation-slide-creator__options__link:after, .meeting-preparation-slide-creator__options__link--one-attachment:after, .meeting-preparation-slide-creator__options__link--two-attachments:after, .meeting-preparation-slide-creator__options__link--attachment-and-text:after, .meeting-preparation-slide-creator__options__link--text-only:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #373f47;
  opacity: 0;
}
.meeting-preparation-slide-creator__options__link:hover:after, .meeting-preparation-slide-creator__options__link--one-attachment:hover:after, .meeting-preparation-slide-creator__options__link--two-attachments:hover:after, .meeting-preparation-slide-creator__options__link--attachment-and-text:hover:after, .meeting-preparation-slide-creator__options__link--text-only:hover:after {
  opacity: 0.5;
}
.meeting-preparation-slide-creator__options__link--text-only {
  background-image: url('icon-slide-type-text-only.e89c07446354f300.svg');
}
.meeting-preparation-slide-creator__options__link--attachment-and-text {
  background-image: url('icon-slide-type-attachment-and-text.06dae11f25939571.svg');
}
.meeting-preparation-slide-creator__options__link--two-attachments {
  background-image: url('icon-slide-type-two-attachments.4db4f1ba501a210c.svg');
}
.meeting-preparation-slide-creator__options__link--one-attachment {
  background-image: url('icon-slide-type-one-attachment.90628c989392cb9c.svg');
}
.meeting-preparation-slide-creator__toggle {
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
}
.meeting-preparation-slide-creator__toggle__link {
  padding: 1.25vw 1.25vw 1.25vw 1.25vw;
  display: block;
}
.meeting-preparation-slide-creator__toggle__link:after {
  content: "";
  display: inline-block;
  width: 1.5vw;
  height: 1.5vw;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url('icon-slide-add.54ea07805f7a0744.svg');
}
.meeting-preparation-slide-creator__toggle__link:hover:after, .meeting-preparation-slide-creator__toggle.active .meeting-preparation-slide-creator__toggle__link:after {
  background-image: url('icon-slide-add-active.c39598b57801ad4b.svg');
}
app-meeting-presentation-text-only-slide, app-meeting-preparation-text-only-slide {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: row;
  padding: 1.875vw 1.875vw 1.875vw 1.875vw;
  position: relative;
  overflow: auto;
}
.meeting-presentation-text-only-slide__text-element, .meeting-preparation-attachment-and-text-slide__text-element, .meeting-preparation-text-only-slide__text-element {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
}
app-meeting-presentation-text-element, app-meeting-preparation-text-element {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  padding: 1.875vw 1.875vw 1.875vw 1.875vw;
  overflow: auto;
}
.meeting-presentation-text-element__content, .meeting-preparation-text-element__content {
  padding-top: 1.875vw;
  font-size: 1.5em;
  line-height: 1.5em;
}
@media (max-width: 1600px) {
  .meeting-presentation-text-element__content, .meeting-preparation-text-element__content {
    font-size: 1.35em;
    line-height: 1.35em;
  }
}
.meeting-presentation-text-element__title, .meeting-preparation-text-element__title {
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5em;
  line-height: 1.8em;
}
@media (max-width: 1600px) {
  .meeting-presentation-text-element__title, .meeting-preparation-text-element__title {
    font-size: 1.35em;
    line-height: 1.62em;
  }
}
.meeting-presentation-text-element__description, .meeting-preparation-text-element__description {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.2em;
  line-height: 1.5em;
}
@media (max-width: 1600px) {
  .meeting-presentation-text-element__description, .meeting-preparation-text-element__description {
    font-size: 1.08em;
    line-height: 1.35em;
  }
}
.meeting-presentation-text-element__title, .meeting-preparation-text-element__title,
.meeting-presentation-text-element__description,
.meeting-preparation-text-element__description {
  margin: 1.875vw 0vw 0vw 0vw;
}
.meeting-presentation-text-element__title:first-child, .meeting-preparation-text-element__title:first-child,
.meeting-presentation-text-element__description:first-child,
.meeting-preparation-text-element__description:first-child {
  margin-top: 0vw;
}
.meeting-presentation-text-element__description__label {
  white-space: pre-line;
  word-break: break-word;
  word-wrap: break-word;
}
.meeting-preparation-text-element__content {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  font-size: 1.5em;
  line-height: 1.8em;
  height: 100%;
}
@media (max-width: 1600px) {
  .meeting-preparation-text-element__content {
    font-size: 1.35em;
    line-height: 1.62em;
  }
}
.meeting-preparation-text-element__description {
  display: flex;
  flex-direction: column;
  max-height: 75%;
}
app-meeting-preparation-text-only-slide {
  position: relative;
  background: #ffffff;
}
app-meeting-presentation-two-attachments-slide, app-meeting-presentation-attachment-and-text-slide, app-meeting-preparation-attachment-and-text-slide, app-meeting-preparation-two-attachments-slide {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: row;
  position: relative;
  overflow: auto;
}
.meeting-presentation-two-attachments-slide__attachment-element, .meeting-preparation-attachment-and-text-slide__attachment-element, .meeting-preparation-two-attachments-slide__attachment-element {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  width: 50%;
}
.meeting-presentation-two-attachments-slide__patient-tag {
  top: 0.625vw;
  right: 0.625vw;
  position: absolute;
}
.meeting-presentation-two-attachments-slide__separator, .meeting-preparation-attachment-and-text-slide__separator, .meeting-preparation-two-attachments-slide__separator {
  border: 1px solid #202531;
}
app-meeting-presentation-text-only-slide, app-meeting-preparation-text-only-slide {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: row;
  padding: 1.875vw 1.875vw 1.875vw 1.875vw;
  position: relative;
  overflow: auto;
}
.meeting-presentation-text-only-slide__text-element, .meeting-preparation-attachment-and-text-slide__text-element, .meeting-preparation-text-only-slide__text-element {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
}
app-meeting-presentation-text-element, app-meeting-preparation-text-element {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  padding: 1.875vw 1.875vw 1.875vw 1.875vw;
  overflow: auto;
}
.meeting-presentation-text-element__content, .meeting-preparation-text-element__content {
  padding-top: 1.875vw;
  font-size: 1.5em;
  line-height: 1.5em;
}
@media (max-width: 1600px) {
  .meeting-presentation-text-element__content, .meeting-preparation-text-element__content {
    font-size: 1.35em;
    line-height: 1.35em;
  }
}
.meeting-presentation-text-element__title, .meeting-preparation-text-element__title {
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1.5em;
  line-height: 1.8em;
}
@media (max-width: 1600px) {
  .meeting-presentation-text-element__title, .meeting-preparation-text-element__title {
    font-size: 1.35em;
    line-height: 1.62em;
  }
}
.meeting-presentation-text-element__description, .meeting-preparation-text-element__description {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 1.2em;
  line-height: 1.5em;
}
@media (max-width: 1600px) {
  .meeting-presentation-text-element__description, .meeting-preparation-text-element__description {
    font-size: 1.08em;
    line-height: 1.35em;
  }
}
.meeting-presentation-text-element__title, .meeting-preparation-text-element__title,
.meeting-presentation-text-element__description,
.meeting-preparation-text-element__description {
  margin: 1.875vw 0vw 0vw 0vw;
}
.meeting-presentation-text-element__title:first-child, .meeting-preparation-text-element__title:first-child,
.meeting-presentation-text-element__description:first-child,
.meeting-preparation-text-element__description:first-child {
  margin-top: 0vw;
}
.meeting-presentation-text-element__description__label {
  white-space: pre-line;
  word-break: break-word;
  word-wrap: break-word;
}
.meeting-preparation-text-element__content {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  font-size: 1.5em;
  line-height: 1.8em;
  height: 100%;
}
@media (max-width: 1600px) {
  .meeting-preparation-text-element__content {
    font-size: 1.35em;
    line-height: 1.62em;
  }
}
.meeting-preparation-text-element__description {
  display: flex;
  flex-direction: column;
  max-height: 75%;
}
app-meeting-preparation-attachment-and-text-slide {
  position: relative;
  background: #ffffff;
}
app-meeting-preparation-attachment-and-text-slide .meeting-presentation-sidebar-slides__item.cdk-drag-placeholder {
  display: none;
}
.meeting-preparation-attachment-and-text-slide__attachment-drop .meeting-preparation-attachment-element__attachment, .meeting-preparation-attachment-and-text-slide__attachment-drop .meeting-preparation-attachment-element__attachment--empty,
.meeting-preparation-attachment-and-text-slide__attachment-drop .meeting-preparation-attachment-element__attachment--uploading {
  background: #0066cc;
}
.meeting-preparation-attachment-and-text-slide__attachment-drop .meeting-preparation-attachment-element__notes {
  display: none;
}
.meeting-preparation-attachment-and-text-slide__text-element {
  width: 50%;
}
app-meeting-presentation-attachment-and-text-slide {
  position: relative;
  background: #ffffff;
}
.meeting-presentation-attachment-and-text-slide__attachment-element {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  width: 50%;
}
.meeting-presentation-attachment-and-text-slide__text-element {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  width: 50%;
}
app-meeting-presentation-one-attachment-slide, app-meeting-preparation-one-attachment-slide {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: row;
  position: relative;
  overflow: auto;
}
.meeting-presentation-one-attachment-slide__attachment-element, .meeting-preparation-one-attachment-slide__attachment-element {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
}
app-meeting-presentation-attachment-element, app-meeting-preparation-attachment-element {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.meeting-presentation-attachment-element__attachment-title {
  cursor: default;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  margin-right: 16px;
  min-width: 8vw;
  max-width: 1000px;
}
.meeting-presentation-attachment-element__attachment-title--main {
  font-weight: bold;
  margin-left: 116px;
}
.meeting-presentation-attachment-element__heading {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  background-color: #202531;
  height: 75px;
}
.meeting-presentation-attachment-element__heading-title {
  flex-grow: 1;
  flex-shrink: 1;
  color: #a2aeba;
  white-space: nowrap;
  text-transform: none;
  font-size: 22px;
  line-height: 75px;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  display: contents;
}
.meeting-presentation-attachment-element__heading-right {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-basis: 225px;
  flex-shrink: 0;
  justify-content: flex-end;
}
.meeting-presentation-attachment-element__attachment, .meeting-preparation-attachment-element__attachment, .meeting-preparation-attachment-element__attachment--empty,
.meeting-preparation-attachment-element__attachment--uploading {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  background-color: #202531;
  align-items: stretch;
  justify-content: space-around;
  overflow: auto;
}
.meeting-presentation-attachment-element__attachment__file, .meeting-preparation-attachment-element__attachment__file {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: auto;
}
.meeting-presentation-attachment-element__attachment__image, .meeting-preparation-attachment-element__attachment__image {
  flex-grow: 1;
  flex-shrink: 1;
}
.meeting-presentation-attachment-element__attachment__pdf, .meeting-preparation-attachment-element__attachment__pdf {
  flex-grow: 0;
  flex-shrink: 0;
  width: 74%;
  margin: auto;
}
.meeting-presentation-attachment-element__notes, .meeting-preparation-attachment-element__notes {
  padding: 1.25vw 1.25vw 1.25vw 1.25vw;
  font-size: 1.5em;
  line-height: 1.3em;
  position: absolute;
  bottom: 0;
  background-color: rgba(232, 236, 240, 0.8);
  width: 100%;
  word-break: break-word;
  word-wrap: break-word;
}
@media (max-width: 1600px) {
  .meeting-presentation-attachment-element__notes, .meeting-preparation-attachment-element__notes {
    font-size: 1.35em;
    line-height: 1.17em;
  }
}
.meeting-presentation-attachment-element__notes.hidden, .hidden.meeting-preparation-attachment-element__notes {
  opacity: 0;
}
.meeting-presentation-attachment-element__notes-title, .meeting-preparation-attachment-element__notes-title,
.meeting-presentation-attachment-element__notes-comment,
.meeting-preparation-attachment-element__notes-comment {
  padding: 0.625vw 0vw 0.625vw 0vw;
  text-transform: none;
  font-size: 1.2em;
  line-height: 1.3em;
}
@media (max-width: 1600px) {
  .meeting-presentation-attachment-element__notes-title, .meeting-preparation-attachment-element__notes-title,
.meeting-presentation-attachment-element__notes-comment,
.meeting-preparation-attachment-element__notes-comment {
    font-size: 1.08em;
    line-height: 1.17em;
  }
}
.meeting-presentation-attachment-element__notes-comment, .meeting-preparation-attachment-element__notes-comment {
  height: 5em;
  display: block;
  overflow-y: auto;
}
.meeting-presentation-attachment-element__error, .meeting-preparation-attachment-element__error {
  flex-grow: 0;
  flex-shrink: 0;
  background-color: #ffffff;
}
.meeting-presentation-attachment-element__error:before, .meeting-preparation-attachment-element__error:before {
  background-image: url('attachment-element-placeholder.12520b555d2fcf17.svg');
  background-size: contain;
}
app-drawing {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.drawing__fill, .drawing__arrow-head, .drawing__select-fill, .drawing__select-fill-highlight, .drawing__select-box, .drawing__select-circle {
  transition: none;
  position: absolute;
  min-width: 1px;
  min-height: 1px;
  cursor: pointer;
}
.drawing__arrow-head {
  border: none;
  background-repeat: round;
  background-size: contain;
}
.drawing__background {
  width: 100%;
  height: 100%;
}
.drawing__background.active {
  cursor: crosshair;
}
.drawing__select-fill {
  opacity: 0.5;
}
.drawing__select-fill-highlight {
  opacity: 0.5;
}
.drawing__select-box {
  opacity: 0.5;
}
.drawing__select-circle {
  opacity: 0.5;
}
.drawing__edit {
  transition: none;
  position: absolute;
}
.drawing__edit-fill {
  border: dotted 1px #f1f1f1;
  cursor: move;
  width: 100%;
  height: 100%;
}
.drawing__edit-color-wrapper {
  position: absolute;
  right: -2.375vw;
  width: -moz-min-content;
  width: min-content;
  bottom: 0;
  background: #ffffff;
}
.drawing__edit-color-base, .drawing__edit-remove-icon, .drawing__edit-color-red, .drawing__edit-color-yellow, .drawing__edit-color-white, .drawing__edit-color-blue, .drawing__edit-color-black {
  position: static;
  position: initial;
  right: -2.375vw;
  width: 18px;
  height: 18px;
  margin-top: 0.2vw;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.2vw;
  margin-left: 0.2vw;
  border: 1px solid #000000;
}
.drawing__edit-remove-icon {
  background-image: url('masking-cross.72df7819b96fee35.svg');
  background-position: center;
  background-repeat: no-repeat;
  border-top: solid 2px #202531;
}
.drawing__edit-color-red {
  border-radius: 50%;
  background: #f00;
}
.drawing__edit-color-yellow {
  border-radius: 50%;
  background: #f90;
}
.drawing__edit-color-white {
  border-radius: 50%;
  background: #fff;
}
.drawing__edit-color-blue {
  border-radius: 50%;
  background: #10e2ff;
}
.drawing__edit-color-black {
  border-radius: 50%;
  background: #363b3f;
}
.drawing__edit-scale-rect, .drawing__edit-scale-top-left, .drawing__edit-scale-bottom-left, .drawing__edit-scale-top-right, .drawing__edit-scale-bottom-right {
  width: 0.9375vw;
  height: 0.9375vw;
  position: absolute;
  border: solid 1px #000000;
  background: #ffffff;
  opacity: 1;
}
.drawing__edit-scale-top-left {
  top: -0.625vw;
  left: -0.625vw;
  cursor: nwse-resize;
  opacity: 0.4;
}
.drawing__edit-scale-bottom-left {
  bottom: -0.625vw;
  left: -0.625vw;
  cursor: nesw-resize;
  opacity: 0.4;
}
.drawing__edit-scale-top-right {
  top: -0.625vw;
  right: -0.625vw;
  cursor: nesw-resize;
  opacity: 0.4;
}
.drawing__edit-scale-bottom-right {
  bottom: -0.625vw;
  right: -0.625vw;
  cursor: nwse-resize;
  opacity: 0.4;
}
.drawing__masking-tooltip, .fullscreen-preview-component__annotations-tooltip, .meeting-preparation-attachment-element__masking-tooltip {
  transition-property: none;
  width: 100%;
}
.drawing__masking-tooltip-container, app-fullscreen-preview .fullscreen-preview-component__annotations-tooltip-container, .meeting-preparation-attachment-element__masking-tooltip-container {
  position: absolute;
  bottom: 0;
  left: 50%;
}
.drawing__annotations-button-off, app-fullscreen-preview .fullscreen-preview-component__annotations-button-off, .meeting-preparation-attachment-element__annotations-button-off {
  position: fixed;
  z-index: 10000;
  top: 2.1875vw;
  left: 50%;
  width: 0;
}
.alert-active .drawing__annotations-button-off, .alert-active app-fullscreen-preview .fullscreen-preview-component__annotations-button-off, app-fullscreen-preview .alert-active .fullscreen-preview-component__annotations-button-off, .alert-active .meeting-preparation-attachment-element__annotations-button-off {
  top: 5vw;
}
.drawing__annotations-button-off__base, app-fullscreen-preview .fullscreen-preview-component__annotations-button-off__base, .meeting-preparation-attachment-element__annotations-button-off__base {
  white-space: nowrap;
  cursor: pointer;
  border-radius: 0.3125vw;
  padding: 0.6875vw 1.875vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.2em;
  background: #0066cc;
  color: #ffffff;
}
.meeting-preparation-attachment-element__attachment--empty,
.meeting-preparation-attachment-element__attachment--uploading {
  background-color: #d9e1e7;
}
.meeting-preparation-attachment-element__attachment__file {
  transition-property: none;
}
.meeting-preparation-attachment-element__attachment__file--empty,
.meeting-preparation-attachment-element__attachment__file--uploading {
  margin: 1.25vw 1.25vw 1.25vw 1.25vw;
  background-color: #ffffff;
}
.meeting-preparation-attachment-element__attachment__file-alt {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  background-color: #202531;
  overflow: auto;
}
.meeting-preparation-attachment-element__notes-comment {
  padding: 0;
}
.meeting-preparation-attachment-element__buttons {
  position: absolute;
  right: 0;
  top: 0.625vw;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.meeting-preparation-attachment-element__buttons > * {
  margin-top: 5px;
}
.meeting-preparation-attachment-element__annotations-button {
  height: 2.375vw;
  width: 2.375vw;
  background-size: 1.375vw 1.375vw;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  background-color: #373f47;
  background-image: url('annotation-white.6896a79cb48d45b1.svg');
  margin-right: 2vw;
  display: inline-block;
  position: relative;
}
.meeting-preparation-attachment-element__annotations-button:hover, .meeting-preparation-attachment-element__annotations-button.active {
  background-image: url('annotation-active.4e945046103ab8bc.svg');
}
.masking-active .meeting-preparation-attachment-element__annotations-button {
  display: none;
}
.meeting-preparation-attachment-element__annotations-button.loading {
  background: none;
  pointer-events: none;
}
.meeting-preparation-attachment-element__annotations-button .masking-loader .dia-loader__spinner, .meeting-preparation-attachment-element__annotations-button .masking-loader .dia-loader__spinner--dark {
  transform: scale(0.65);
}
.meeting-preparation-attachment-element__annotations-button div {
  margin-top: dia-rwd-padding(3.2);
}
.meeting-preparation-attachment-element__notes-button {
  height: 2.375vw;
  width: 2.375vw;
  background-size: 1.375vw 1.375vw;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  background-color: #373f47;
  background-image: url('icon-presentation-notes-white.db73a08aeae72bd8.svg');
  margin-right: 2vw;
  display: inline-block;
  position: relative;
}
.meeting-preparation-attachment-element__notes-button:hover, .meeting-preparation-attachment-element__notes-button.active {
  background-image: url('icon-presentation-notes-active.4bc26024a7384cf9.svg');
}
.meeting-preparation-attachment-element__loader {
  position: absolute;
  top: 0;
}
.meeting-preparation-attachment-element__notes-loader {
  position: absolute;
  top: 0;
  left: 0;
}
app-meeting-preparation-one-attachment-slide .meeting-presentation-sidebar-slides__item.cdk-drag-placeholder {
  display: none;
}
.meeting-preparation-one-attachment-slide__attachment-drop .meeting-preparation-attachment-element__attachment, .meeting-preparation-one-attachment-slide__attachment-drop .meeting-preparation-attachment-element__attachment--empty,
.meeting-preparation-one-attachment-slide__attachment-drop .meeting-preparation-attachment-element__attachment--uploading {
  background: #0066cc;
}
.meeting-preparation-one-attachment-slide__attachment-drop .meeting-preparation-attachment-element__notes {
  display: none;
}
app-meeting-presentation-broken-attachment {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
}
app-meeting-presentation-broken-attachment .meeting-presentation-sidebar-slides__file-unavailable-icon {
  background: url('broken.63dd22b8569059b7.svg') no-repeat top center;
  width: 3.125vw;
  height: 3.125vw;
  background-size: contain;
  margin-left: 5px;
}
app-meeting-presentation-broken-attachment .meeting-presentation-broken-attachment__file-unavailable-container {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  padding: 1.25vw 1.25vw 1.25vw 1.25vw;
  position: relative;
  overflow: auto;
  align-items: center;
  justify-content: center;
  align-self: center;
  color: #d0011b;
}
app-meeting-presentation-broken-attachment .meeting-presentation-broken-attachment__file-unavailable-container .meeting-presentation-broken-attachment__file-unavailable-icon {
  background: url('broken.63dd22b8569059b7.svg') no-repeat top center;
  width: 9.375vw;
  height: 9.375vw;
  background-size: contain;
  margin-left: 5px;
}
app-patient-summary {
  display: block;
  position: relative;
}
.disabled, .disabled-area, .meeting-point-of-discussion__add--disabled, .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .patient-event-links__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled, .physical-examination__add--disabled, .meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled, .tumor-information__add--disabled, .meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled, .medications__add--disabled, .meeting-preparation__sidebar__slide-creator.medications__add--disabled, .biomarkers__add--disabled, .meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled, .treatment-history__add--disabled, .meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled, .social-history__add--disabled, .meeting-preparation__sidebar__slide-creator.social-history__add--disabled, .past-medical-history__add--disabled, .meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled, .staging__add--disabled, .meeting-preparation__sidebar__slide-creator.staging__add--disabled, .patient-summary__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled, .disabled-area:hover, .disabled-area:focus, .disabled-area:active, .patient-disabled-tooltip__label--disabled, .patient-disabled-tooltip__label--disabled:hover, .patient-disabled-tooltip__label--disabled:focus, .patient-disabled-tooltip__label--disabled:active, .cancer-info__actions__action--disabled, .cancer-info__actions__action--disabled:hover, .cancer-info__actions__action--disabled:focus, .cancer-info__actions__action--disabled:active, app-patient-card .patient-card__action-dropdown-element-delete-disabled, app-patient-card .patient-card__action-dropdown-element-delete-disabled:hover, app-patient-card .patient-card__action-dropdown-element-delete-disabled:focus, app-patient-card .patient-card__action-dropdown-element-delete-disabled:active, .patient-history__actions-action--disabled, .patient-history__actions-action--disabled:hover, .patient-history__actions-action--disabled:focus, .patient-history__actions-action--disabled:active, .meeting-preparation__sidebar__slide-creator.disabled, .meeting-preparation__sidebar__slide-creator.disabled-area, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation-slide-creator__options__item--disabled:hover, .meeting-preparation-slide-creator__options__item--disabled:focus, .meeting-preparation-slide-creator__options__item--disabled:active, .meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled, .disabled:hover, .disabled:focus, .disabled:active {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.disabled-area, .meeting-point-of-discussion__add--disabled, .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .patient-event-links__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled, .physical-examination__add--disabled, .meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled, .tumor-information__add--disabled, .meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled, .medications__add--disabled, .meeting-preparation__sidebar__slide-creator.medications__add--disabled, .biomarkers__add--disabled, .meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled, .treatment-history__add--disabled, .meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled, .social-history__add--disabled, .meeting-preparation__sidebar__slide-creator.social-history__add--disabled, .past-medical-history__add--disabled, .meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled, .staging__add--disabled, .meeting-preparation__sidebar__slide-creator.staging__add--disabled, .patient-summary__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled, .patient-disabled-tooltip__label--disabled, .cancer-info__actions__action--disabled, app-patient-card .patient-card__action-dropdown-element-delete-disabled, .patient-history__actions-action--disabled, .meeting-preparation__sidebar__slide-creator.disabled, .meeting-preparation__sidebar__slide-creator.disabled-area, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled, .disabled-area:hover, .disabled-area:focus, .disabled-area:active {
  display: block;
  opacity: 0.25;
}
.genomics__pin-button, .genomics-alterations__pin-button, .patient-event-links__pin-button, .physical-examination__pin-button, .tumor-information__pin-button, .medications__pin-button, .biomarkers__pin-button, .treatment-history__pin-button, .social-history__pin-button, .past-medical-history__pin-button, .staging__pin-button, .patient-summary__pin-button, .present-illness-history__pin-button {
  justify-content: right;
  align-self: right;
  margin-left: auto;
  width: 1.375vw;
  height: 1.375vw;
}
.genomics__pin-button .pin-button__icon, .genomics-alterations__pin-button .pin-button__icon, .patient-event-links__pin-button .pin-button__icon, .physical-examination__pin-button .pin-button__icon, .tumor-information__pin-button .pin-button__icon, .medications__pin-button .pin-button__icon, .biomarkers__pin-button .pin-button__icon, .treatment-history__pin-button .pin-button__icon, .social-history__pin-button .pin-button__icon, .past-medical-history__pin-button .pin-button__icon, .staging__pin-button .pin-button__icon, .patient-summary__pin-button .pin-button__icon, .present-illness-history__pin-button .pin-button__icon {
  background-size: 0.9375vw;
}
.genomics__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .genomics-alterations__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .patient-event-links__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .physical-examination__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .tumor-information__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .medications__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .biomarkers__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .treatment-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .social-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .past-medical-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .staging__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .patient-summary__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .present-illness-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover {
  background-image: url('pin-disabled-hover.3bdcca6a1e8dce46.svg');
}
.patient-summary__headline {
  border: solid #cad1d7;
  border-width: 0 0 1px;
  display: flex;
}
.patient-summary__info {
  padding: 0.0625vw 0.0625vw 0.0625vw 0.0625vw;
}
.patient-summary__view-value {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.patient-summary__add__tooltipped {
  display: inline-flex;
}
.patient-summary__input {
  max-height: none;
}
.patient-summary__input .dia-textbox__input {
  overflow-y: scroll;
  max-height: none;
  height: auto;
}
.patient-summary-ai-generated__headline {
  border: solid #cad1d7;
  border-width: 0 0 1px;
  display: flex;
  margin-bottom: 0px;
}
.patient-summary-ai-generated__subheading {
  border: solid #cad1d7;
  border-width: 0 0 1px;
  display: flex;
  margin-top: 15px;
  padding-bottom: 10px;
}
.patient-summary-ai-generated__info {
  padding: 0.0625vw 0.0625vw 0.0625vw 0.0625vw;
}
.patient-summary-ai-generated__summary {
  height: 85vh;
}
.patient-summary-ai-generated__summary-error {
  height: 35%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.patient-summary-ai-generated__summary-form-group {
  display: flex;
}
.patient-summary-ai-generated__summary-edit-group {
  flex-basis: 40%;
  height: 85vh;
  display: flex;
  flex-flow: column;
}
.patient-summary-ai-generated__summary-edit-group app-patient-summary-ai-rating {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
}
.patient-summary-ai-generated__summary-generated-progress {
  height: 35%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.patient-summary-ai-generated__summary-generated-progress-loader {
  max-height: 50px;
  height: 50px;
  position: static;
  position: initial;
  display: inline-block;
}
.patient-summary-ai-generated__summary-generated-progress.partial {
  display: inline;
  display: initial;
  overflow: scroll;
}
.patient-summary-ai-generated__summary-generated-progress-summary {
  white-space: pre-line;
  font-size: 16px;
}
.patient-summary-ai-generated__summary-generated-progress-summary-container {
  font-size: 0;
}
.patient-summary-ai-generated__summary-generated-progress-summary.pretype {
  color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  background: linear-gradient(-90deg, #00000C 5px, rgba(0, 0, 0, 0) 0) 10px 0, linear-gradient(#00000C 0 0) 0 0;
  background-size: 0 200%;
  background-clip: padding-box, text;
  background-repeat: no-repeat;
}
.patient-summary-ai-generated__summary-generated-progress-summary.type {
  background-size: calc(var(--n) * 1ch) 200%;
  animation: blink 0.5s infinite steps(1), type calc(var(--n) * 10ms) steps(var(--n)) forwards;
}
@keyframes type {
  from {
    background-size: 0 200%;
  }
}
@keyframes blink {
  50% {
    background-position: 0 -100%, 0 0;
  }
}
.patient-summary-ai-generated__summary-generated-progress-text {
  padding: 15px;
}
.patient-summary-ai-generated__summary-generated-text {
  overflow-y: scroll;
  flex-grow: 1;
  flex-shrink: 1;
  height: 35%;
  max-height: 35%;
  padding: 0 5px 0 5px;
}
.patient-summary-ai-generated__summary-generated-footer {
  border: solid #cad1d7;
  border-width: 1px 0 0 0;
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 0 0 0;
}
.patient-summary-ai-generated__summary-generated-footer app-patient-summary-ai-history {
  margin-left: auto;
}
.patient-summary-ai-generated__summary-generated-regenerate {
  padding-right: 5px;
}
.patient-summary-ai-generated__summary-generated-reference-tooltip .dia-tooltip-content {
  white-space: pre-wrap;
}
.patient-summary-ai-generated__summary-generated-error {
  max-height: 35%;
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.patient-summary-ai-generated__summary-generated-error-actions {
  display: flex;
  flex-flow: row;
}
.patient-summary-ai-generated__summary-edit {
  max-height: none;
  flex-grow: 1;
  flex-shrink: 1;
}
.patient-summary-ai-generated__summary-edit-subheading {
  border: solid #cad1d7;
  border-width: 0 0 1px 0;
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 0 15px 0;
}
.patient-summary-ai-generated__summary-edit > div {
  display: flex;
  flex-basis: 100%;
}
.patient-summary-ai-generated__summary-edit .dia-textbox__input {
  overflow-y: scroll;
  height: 100%;
  max-height: none;
}
.patient-summary-ai-generated__references {
  flex-grow: 1;
  max-width: 60%;
  max-height: 85vh;
}
.patient-summary-ai-generated__references dia-tab {
  position: relative;
}
.patient-summary-ai-generated__references dia-tab .dia-tab-pane {
  overflow-y: auto;
  height: calc(85vh - 68px);
}
.patient-summary-ai-generated__action {
  display: block;
}
.patient-summary-ai-generated__action--hidden {
  visibility: hidden;
}
.patient-summary-ai-generated__modal .dia-modal__content {
  min-width: 95vw;
  min-height: 95vh;
  padding: 1.5vh 1.5vw 1.5vh 1.5vw;
}
.patient-summary-ai-generated__modal .dia-modal__base {
  padding: 2.5vh 2.5vw 2.5vh 2.5vw;
}
.patient-summary-ai-generated__modal .dia-form-buttons, .patient-summary-ai-generated__modal .meeting-move__buttons, .patient-summary-ai-generated__modal .patient-upsert__buttons, .patient-summary-ai-generated__modal .meeting-patient-add__buttons, .patient-summary-ai-generated__modal .patient-export__buttons {
  margin: 0 0;
}
.patient-summary-ai-generated__warning {
  background-image: url('warning-yellow.31c9c9a9e1b61e44.svg');
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
.patient-summary-ai-generated__warning-text {
  padding: 15px;
}
.patient-summary-ai-generated__disclaimer-tooltip {
  position: relative;
  text-decoration: underline;
  cursor: pointer;
}
.patient-summary-ai-references__reference-tabs {
  height: 100%;
}
.patient-summary-ai-references__reference-tabs .dia-tabs__item {
  display: none;
}
.patient-summary-ai-references__reference-tabs .dia-tabs__item.active {
  display: grid;
  border-top: none;
}
.patient-summary-ai-references__reference-tabs .dia-tabs__item.active a {
  justify-self: center;
  color: inherit;
}
.patient-summary-ai-references__reference-tab {
  position: relative;
}
.patient-summary-ai-references__reference-tab .dia-tab-pane {
  overflow-y: auto;
  height: 100%;
}
.patient-summary-ai-references__reference-error {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.patient-summary-ai-references__warning {
  background-image: url('warning-yellow.31c9c9a9e1b61e44.svg');
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
.patient-summary-ai-references__warning-text {
  padding: 15px;
}
.patient-summary-ai-rating__actions-section {
  margin-right: 0.75vw;
  border-right: 1px solid #5a6774;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
}
.patient-summary-ai-rating__actions-section-wrapper {
  display: table-cell;
  position: relative;
}
.patient-summary-ai-rating__actions-section-wrapper:hover .patient-summary-ai-rating__actions-dropdown-content {
  display: inherit;
}
.patient-summary-ai-rating__actions-dropdown {
  display: flex;
}
.patient-summary-ai-rating__actions-dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 6vw;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.patient-summary-ai-rating__actions-dropdown-content .patient-summary-ai-rating__actions-dropdown-item {
  color: #191919;
  padding: 5px 12px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  cursor: pointer;
  width: 100%;
}
.patient-summary-ai-rating__actions-dropdown-content .patient-summary-ai-rating__actions-dropdown-item:hover {
  background-color: #e8ecf0;
}
.patient-summary-ai-rating__actions-icon {
  width: 1.5em;
  height: 1.5em;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1vw;
  float: right;
  background-image: url('expand_more.a08255ee9863cd0c.png');
  cursor: pointer;
}
.patient-summary-ai-rating-item {
  display: flex;
}
.patient-summary-ai-rating-item__label {
  padding-right: 5px;
  cursor: default;
}
.patient-summary-ai-rating-item__star {
  background-image: url('star-outlined.5f04fb0282a9fc85.svg');
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.patient-summary-ai-rating-item__star--active {
  background-image: url('star-filled.c13c2c8dfb9b1897.svg');
}
.patient-summary-ai-rating-item__star--disabled {
  cursor: default;
}
.patient-summary-ai-history__actions-section {
  margin-right: 0.75vw;
  border-right: 1px solid #5a6774;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
}
.patient-summary-ai-history__actions-section-wrapper {
  display: table-cell;
  position: relative;
}
.patient-summary-ai-history__actions-section-wrapper:hover .patient-summary-ai-history__actions-dropdown-content {
  display: inherit;
}
.patient-summary-ai-history__actions-dropdown {
  display: flex;
  margin-right: 1vw;
}
.patient-summary-ai-history__actions-dropdown-item--active {
  background-color: #4fbcff;
}
.patient-summary-ai-history__actions-dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 6vw;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  max-height: 46vh;
  overflow-y: auto;
}
.patient-summary-ai-history__actions-dropdown-content .patient-summary-ai-history__actions-dropdown-item {
  color: #191919;
  padding: 5px 8px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  cursor: pointer;
  width: 100%;
}
.patient-summary-ai-history__actions-dropdown-content .patient-summary-ai-history__actions-dropdown-item:hover {
  background-color: #e8ecf0;
}
.patient-summary-ai-history__actions-icon {
  width: 1.5em;
  height: 1.5em;
  background-size: contain;
  background-repeat: no-repeat;
  float: right;
  background-image: url('expand_more.a08255ee9863cd0c.png');
  cursor: pointer;
}
app-patient-staging {
  position: relative;
  display: block;
}
.disabled, .disabled-area, .meeting-point-of-discussion__add--disabled, .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .patient-event-links__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled, .physical-examination__add--disabled, .meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled, .tumor-information__add--disabled, .meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled, .medications__add--disabled, .meeting-preparation__sidebar__slide-creator.medications__add--disabled, .biomarkers__add--disabled, .meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled, .treatment-history__add--disabled, .meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled, .social-history__add--disabled, .meeting-preparation__sidebar__slide-creator.social-history__add--disabled, .past-medical-history__add--disabled, .meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled, .staging__add--disabled, .meeting-preparation__sidebar__slide-creator.staging__add--disabled, .disabled-area:hover, .disabled-area:focus, .disabled-area:active, .patient-disabled-tooltip__label--disabled, .patient-disabled-tooltip__label--disabled:hover, .patient-disabled-tooltip__label--disabled:focus, .patient-disabled-tooltip__label--disabled:active, .cancer-info__actions__action--disabled, .cancer-info__actions__action--disabled:hover, .cancer-info__actions__action--disabled:focus, .cancer-info__actions__action--disabled:active, app-patient-card .patient-card__action-dropdown-element-delete-disabled, app-patient-card .patient-card__action-dropdown-element-delete-disabled:hover, app-patient-card .patient-card__action-dropdown-element-delete-disabled:focus, app-patient-card .patient-card__action-dropdown-element-delete-disabled:active, .patient-history__actions-action--disabled, .patient-history__actions-action--disabled:hover, .patient-history__actions-action--disabled:focus, .patient-history__actions-action--disabled:active, .meeting-preparation__sidebar__slide-creator.disabled, .meeting-preparation__sidebar__slide-creator.disabled-area, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation-slide-creator__options__item--disabled:hover, .meeting-preparation-slide-creator__options__item--disabled:focus, .meeting-preparation-slide-creator__options__item--disabled:active, .meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled, .patient-summary__add--disabled, .patient-summary__add--disabled:hover, .patient-summary__add--disabled:focus, .patient-summary__add--disabled:active, .meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled, .disabled:hover, .disabled:focus, .disabled:active {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.disabled-area, .meeting-point-of-discussion__add--disabled, .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .patient-event-links__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled, .physical-examination__add--disabled, .meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled, .tumor-information__add--disabled, .meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled, .medications__add--disabled, .meeting-preparation__sidebar__slide-creator.medications__add--disabled, .biomarkers__add--disabled, .meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled, .treatment-history__add--disabled, .meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled, .social-history__add--disabled, .meeting-preparation__sidebar__slide-creator.social-history__add--disabled, .past-medical-history__add--disabled, .meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled, .staging__add--disabled, .meeting-preparation__sidebar__slide-creator.staging__add--disabled, .patient-disabled-tooltip__label--disabled, .cancer-info__actions__action--disabled, app-patient-card .patient-card__action-dropdown-element-delete-disabled, .patient-history__actions-action--disabled, .meeting-preparation__sidebar__slide-creator.disabled, .meeting-preparation__sidebar__slide-creator.disabled-area, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled, .patient-summary__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled, .disabled-area:hover, .disabled-area:focus, .disabled-area:active {
  display: block;
  opacity: 0.25;
}
.genomics__pin-button, .genomics-alterations__pin-button, .patient-event-links__pin-button, .physical-examination__pin-button, .tumor-information__pin-button, .medications__pin-button, .biomarkers__pin-button, .treatment-history__pin-button, .social-history__pin-button, .past-medical-history__pin-button, .staging__pin-button, .present-illness-history__pin-button, .patient-summary__pin-button {
  justify-content: right;
  align-self: right;
  margin-left: auto;
  width: 1.375vw;
  height: 1.375vw;
}
.genomics__pin-button .pin-button__icon, .genomics-alterations__pin-button .pin-button__icon, .patient-event-links__pin-button .pin-button__icon, .physical-examination__pin-button .pin-button__icon, .tumor-information__pin-button .pin-button__icon, .medications__pin-button .pin-button__icon, .biomarkers__pin-button .pin-button__icon, .treatment-history__pin-button .pin-button__icon, .social-history__pin-button .pin-button__icon, .past-medical-history__pin-button .pin-button__icon, .staging__pin-button .pin-button__icon, .present-illness-history__pin-button .pin-button__icon, .patient-summary__pin-button .pin-button__icon {
  background-size: 0.9375vw;
}
.genomics__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .genomics-alterations__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .patient-event-links__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .physical-examination__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .tumor-information__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .medications__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .biomarkers__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .treatment-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .social-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .past-medical-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .staging__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .present-illness-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .patient-summary__pin-button .pin-button__not-pinned.pin-button__color-dark:hover {
  background-image: url('pin-disabled-hover.3bdcca6a1e8dce46.svg');
}
app-patient-staging-view {
  margin-bottom: 0vw;
  display: block;
  margin: 0;
}
app-patient-staging-view .staging__entry-property-wrapper {
  height: -moz-max-content;
  height: max-content;
}
.staging__headline {
  border: solid #cad1d7;
  border-width: 0 0 1px;
  display: flex;
}
.staging__view {
  margin-bottom: 0.4vw;
}
/*.staging__add__tooltipped {
    display: inline-flex;
}*/
.active .staging__add,
.active .staging__entry-add {
  color: #0066cc;
}
.staging__entry-outer {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.3125vw;
  width: 102%;
}
.staging__entry-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.staging__entries-headline {
  margin-bottom: 0.3125vw;
  border: solid #cad1d7;
  border-width: 0 0 1px;
  display: flex;
}
.staging__entry-property-outer, .staging__entry-prefix-outer {
  flex-grow: 1;
  flex-shrink: 0;
  margin: 0vw 0.3125vw 0vw 0vw;
}
.staging__entry-prefix-outer {
  flex-grow: 1;
  flex-basis: 2.5vw;
  max-width: 3.15vw;
  position: relative;
}
.staging__entry-prefix-outer-two-rows {
  padding-bottom: 0.3125vw;
}
.staging__entry-prefix-outer .ng-select__custom,
.staging__entry-prefix-outer .ng-select-container {
  line-height: inherit;
  height: 100%;
}
.staging__entry-property-outer {
  flex-basis: 4.6875vw;
  max-width: 5vw;
  position: relative;
}
.staging__entry-name-short ~ .staging__entry-property-outer {
  flex-basis: 4.6875vw;
}
.staging__entry-property-outer .ng-input {
  padding-left: 0.1875vw;
}
.staging__fixed-prefix {
  pointer-events: none;
}
.staging__fixed-prefix .ng-select__custom .ng-select-container {
  background-color: #e8ecf0;
}
.ng-invalid .staging__fixed-prefix .ng-select__custom .ng-select-container {
  background-color: #e8ecf0;
}
.staging__entry-property-wrapper {
  display: flex;
  flex-direction: row;
  border: 1px solid #cad1d7;
}
.staging__entry-property-wrapper.invalid {
  border-color: #ff5555;
}
.staging__entry-name {
  padding: 0.625vw 0.3125vw 0.625vw 0.3125vw;
  align-self: flex-start;
  min-width: 5vw;
  border: 1px solid #cad1d7;
  border-left: none;
  background-color: #e8ecf0;
}
.staging__entry-name.staging__entry-name-short {
  margin: 0vw 0.625vw 0vw 0vw;
  min-width: 1.875vw;
  line-height: 1.3em;
}
.staging__header {
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0.625vw 0.1875vw 0.625vw 0.1875vw;
  align-self: flex-start;
  line-height: 1.3em;
  text-transform: uppercase;
  background-color: #e8ecf0;
}
.staging__header--stage {
  flex-basis: 6.25vw;
  margin: 0;
}
.staging_entry-text {
  color: #5a6774;
}
.staging__entry-property-label {
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0.625vw 0vw 0.625vw 0vw;
  width: 1.5625vw;
  background-color: #e8ecf0;
  text-align: center;
  color: #5a6774;
}
.staging__entry-property-input {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
}
.staging__entry-property-input .dia-textbox__input {
  flex-grow: 1;
  flex-shrink: 1;
  padding-left: 0.3125vw;
  padding-right: 0.3125vw;
  border-width: 0px;
  line-height: inherit;
}
.staging__entry-stage-input {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 5vw;
  min-width: 0;
  max-width: 7vw;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  padding-right: 0.3125vw;
}
.staging__entry-stage-input .ng-select__custom,
.staging__entry-stage-input .ng-select-container {
  line-height: inherit;
  height: 100%;
}
.staging__entry-name-short ~ .staging__entry-stage-input {
  flex-basis: 8.125vw;
}
.staging__entry-stage-date {
  padding: 0;
  flex-grow: 1;
  flex-shrink: 0;
  word-wrap: break-word;
  position: relative;
}
.staging__entry-date-selector .dia-date-selector__input {
  padding-right: 1.125vw;
  min-width: 6.5vw;
  width: 100%;
}
.staging__stage-input {
  flex-basis: inherit;
}
.staging__autosuggest-modal .dia-modal .dia-modal__content, .staging__autosuggest-modal .dia-modal-minimised .dia-modal__content {
  max-width: 25vw;
}
.staging__entry-prefix-outer-for-ie .ng-select .ng-select-container {
  padding: 0.3125vw 0.1vw 0.3125vw 0.3vw;
}
app-patient-last-update-tooltip {
  height: 1.24vw;
}
.patient-last-update__info {
  width: 1.24vw;
  height: 1.24vw;
}
.patient-last-update__info .info__body {
  width: inherit;
  height: inherit;
}
.patient-last-update__info .info__icon {
  background-size: 80%;
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
}
.patient-last-update__tooltip-title, .staging-last-update-tooltip__history-title {
  text-transform: uppercase;
}
.patient-last-update__tooltip-label, .staging-last-update-tooltip__history-label {
  font-style: italic;
  white-space: nowrap;
  display: block;
}
.patient-last-update__tooltip-label-error, .entry-patient-last-update__tooltip-label-error {
  font-style: normal;
  white-space: nowrap;
}
.patient-last-update__tooltip-message, .entry-patient-last-update__tooltip-message {
  padding-right: 0.625vw;
  padding-left: 1.6875vw;
  padding-top: 0.125vw;
  display: block;
}
.patient-last-update__error-icon, .entry-patient-last-update__error-icon {
  height: 2em;
  width: 2em;
  display: block;
  background: transparent 5% 5% no-repeat;
  float: left;
  background-image: url('warning-yellow.31c9c9a9e1b61e44.svg');
}
.staging-last-update-tooltip__modified-item span {
  font-size: 13px;
  line-height: 1.3em;
  font-weight: 100;
}
@media (max-width: 1600px) {
  .staging-last-update-tooltip__modified-item span {
    font-size: 11.7px;
    line-height: 1.17em;
  }
}
.staging-last-update-tooltip__history-values {
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 600;
  color: #373f47;
  white-space: nowrap;
}
@media (max-width: 1600px) {
  .staging-last-update-tooltip__history-values {
    font-size: 13.5px;
    line-height: 1.17em;
  }
}
.staging-last-update-tooltip__history-value {
  white-space: nowrap;
}
.staging-last-update-tooltip__history-group {
  margin-top: 0.625vw;
}
app-patient-past-medical-history {
  display: block;
  position: relative;
}
.disabled, .disabled-area, .meeting-point-of-discussion__add--disabled, .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .patient-event-links__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled, .physical-examination__add--disabled, .meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled, .tumor-information__add--disabled, .meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled, .medications__add--disabled, .meeting-preparation__sidebar__slide-creator.medications__add--disabled, .biomarkers__add--disabled, .meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled, .treatment-history__add--disabled, .meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled, .social-history__add--disabled, .meeting-preparation__sidebar__slide-creator.social-history__add--disabled, .past-medical-history__add--disabled, .meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled, .disabled-area:hover, .disabled-area:focus, .disabled-area:active, .patient-disabled-tooltip__label--disabled, .patient-disabled-tooltip__label--disabled:hover, .patient-disabled-tooltip__label--disabled:focus, .patient-disabled-tooltip__label--disabled:active, .cancer-info__actions__action--disabled, .cancer-info__actions__action--disabled:hover, .cancer-info__actions__action--disabled:focus, .cancer-info__actions__action--disabled:active, app-patient-card .patient-card__action-dropdown-element-delete-disabled, app-patient-card .patient-card__action-dropdown-element-delete-disabled:hover, app-patient-card .patient-card__action-dropdown-element-delete-disabled:focus, app-patient-card .patient-card__action-dropdown-element-delete-disabled:active, .patient-history__actions-action--disabled, .patient-history__actions-action--disabled:hover, .patient-history__actions-action--disabled:focus, .patient-history__actions-action--disabled:active, .meeting-preparation__sidebar__slide-creator.disabled, .meeting-preparation__sidebar__slide-creator.disabled-area, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation-slide-creator__options__item--disabled:hover, .meeting-preparation-slide-creator__options__item--disabled:focus, .meeting-preparation-slide-creator__options__item--disabled:active, .meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled, .patient-summary__add--disabled, .patient-summary__add--disabled:hover, .patient-summary__add--disabled:focus, .patient-summary__add--disabled:active, .meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled, .staging__add--disabled, .staging__add--disabled:hover, .staging__add--disabled:focus, .staging__add--disabled:active, .meeting-preparation__sidebar__slide-creator.staging__add--disabled, .disabled:hover, .disabled:focus, .disabled:active {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.disabled-area, .meeting-point-of-discussion__add--disabled, .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .patient-event-links__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled, .physical-examination__add--disabled, .meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled, .tumor-information__add--disabled, .meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled, .medications__add--disabled, .meeting-preparation__sidebar__slide-creator.medications__add--disabled, .biomarkers__add--disabled, .meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled, .treatment-history__add--disabled, .meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled, .social-history__add--disabled, .meeting-preparation__sidebar__slide-creator.social-history__add--disabled, .past-medical-history__add--disabled, .meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled, .patient-disabled-tooltip__label--disabled, .cancer-info__actions__action--disabled, app-patient-card .patient-card__action-dropdown-element-delete-disabled, .patient-history__actions-action--disabled, .meeting-preparation__sidebar__slide-creator.disabled, .meeting-preparation__sidebar__slide-creator.disabled-area, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled, .patient-summary__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled, .staging__add--disabled, .meeting-preparation__sidebar__slide-creator.staging__add--disabled, .disabled-area:hover, .disabled-area:focus, .disabled-area:active {
  display: block;
  opacity: 0.25;
}
.genomics__pin-button, .genomics-alterations__pin-button, .patient-event-links__pin-button, .physical-examination__pin-button, .tumor-information__pin-button, .medications__pin-button, .biomarkers__pin-button, .treatment-history__pin-button, .social-history__pin-button, .past-medical-history__pin-button, .present-illness-history__pin-button, .patient-summary__pin-button, .staging__pin-button {
  justify-content: right;
  align-self: right;
  margin-left: auto;
  width: 1.375vw;
  height: 1.375vw;
}
.genomics__pin-button .pin-button__icon, .genomics-alterations__pin-button .pin-button__icon, .patient-event-links__pin-button .pin-button__icon, .physical-examination__pin-button .pin-button__icon, .tumor-information__pin-button .pin-button__icon, .medications__pin-button .pin-button__icon, .biomarkers__pin-button .pin-button__icon, .treatment-history__pin-button .pin-button__icon, .social-history__pin-button .pin-button__icon, .past-medical-history__pin-button .pin-button__icon, .present-illness-history__pin-button .pin-button__icon, .patient-summary__pin-button .pin-button__icon, .staging__pin-button .pin-button__icon {
  background-size: 0.9375vw;
}
.genomics__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .genomics-alterations__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .patient-event-links__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .physical-examination__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .tumor-information__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .medications__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .biomarkers__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .treatment-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .social-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .past-medical-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .present-illness-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .patient-summary__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .staging__pin-button .pin-button__not-pinned.pin-button__color-dark:hover {
  background-image: url('pin-disabled-hover.3bdcca6a1e8dce46.svg');
}
app-patient-past-medical-history-view {
  display: block;
}
.past-medical-history__headline {
  border: solid #cad1d7;
  border-width: 0 0 1px;
  display: flex;
}
.past-medical-history__entry, .past-medical-history__entry--edit {
  display: flex;
  flex-direction: row;
  margin-bottom: 0vw;
}
.past-medical-history__entry--edit {
  position: relative;
}
.past-medical-history__entry-cells {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0vw -0.3125vw 0vw -0.3125vw;
  width: 100%;
}
.past-medical-history__entry-title,
.past-medical-history__entry-description {
  word-wrap: break-word;
}
.past-medical-history__entry-title {
  width: 25%;
}
.past-medical-history__entry-description {
  width: 75%;
}
.past-medical-history__add__tooltipped {
  align-self: flex-start;
}
app-meeting-presentation-pinned-data-slide {
  padding: 4.9375vw 8.625vw 0vw 8.625vw;
  font-size: 1.875em;
  line-height: 1.3em;
  background: #ffffff;
  overflow: auto;
  display: block;
  position: relative;
  color: #373f47;
  /* known bug for Firefox, IE with overflow: scroll and padding */
}
@media (max-width: 1600px) {
  app-meeting-presentation-pinned-data-slide {
    font-size: 1.6875em;
    line-height: 1.17em;
  }
}
app-meeting-presentation-pinned-data-slide:after {
  content: "";
  display: block;
  padding: 0vw 0vw 4.9375vw 0vw;
}
app-meeting-presentation-pinned-data-slide .patient-summary__title,
app-meeting-presentation-pinned-data-slide .present-illness-history__title,
app-meeting-presentation-pinned-data-slide .treatment-history__title,
app-meeting-presentation-pinned-data-slide .physical-examination__title,
app-meeting-presentation-pinned-data-slide .past-medical-history__title,
app-meeting-presentation-pinned-data-slide .staging__title,
app-meeting-presentation-pinned-data-slide .genomics__title,
app-meeting-presentation-pinned-data-slide .tumor-information__title,
app-meeting-presentation-pinned-data-slide .social-history__title,
app-meeting-presentation-pinned-data-slide .genomics-alterations__title {
  font-size: 2em;
  line-height: 1.3em;
  text-transform: none;
}
@media (max-width: 1600px) {
  app-meeting-presentation-pinned-data-slide .patient-summary__title,
app-meeting-presentation-pinned-data-slide .present-illness-history__title,
app-meeting-presentation-pinned-data-slide .treatment-history__title,
app-meeting-presentation-pinned-data-slide .physical-examination__title,
app-meeting-presentation-pinned-data-slide .past-medical-history__title,
app-meeting-presentation-pinned-data-slide .staging__title,
app-meeting-presentation-pinned-data-slide .genomics__title,
app-meeting-presentation-pinned-data-slide .tumor-information__title,
app-meeting-presentation-pinned-data-slide .social-history__title,
app-meeting-presentation-pinned-data-slide .genomics-alterations__title {
    font-size: 1.8em;
    line-height: 1.17em;
  }
}
app-meeting-presentation-pinned-data-slide .patient-summary__info,
app-meeting-presentation-pinned-data-slide .present-illness-history__info,
app-meeting-presentation-pinned-data-slide .treatment-history__info {
  display: none;
}
app-meeting-presentation-pinned-data-slide .patient-summary__headline,
app-meeting-presentation-pinned-data-slide .present-illness-history__headline,
app-meeting-presentation-pinned-data-slide .treatment-history__headline,
app-meeting-presentation-pinned-data-slide .physical-examination__headline,
app-meeting-presentation-pinned-data-slide .past-medical-history__headline,
app-meeting-presentation-pinned-data-slide .staging__headline,
app-meeting-presentation-pinned-data-slide .tumor-information__headline,
app-meeting-presentation-pinned-data-slide .genomics__headline,
app-meeting-presentation-pinned-data-slide .genomic__headline,
app-meeting-presentation-pinned-data-slide .genomics-alterations__headline,
app-meeting-presentation-pinned-data-slide .biomarkers__headline,
app-meeting-presentation-pinned-data-slide .social-history__headline,
app-meeting-presentation-pinned-data-slide .medications__headline {
  border: none;
}
app-meeting-presentation-pinned-data-slide .patient-summary__view-value,
app-meeting-presentation-pinned-data-slide .present-illness-history__view-value,
app-meeting-presentation-pinned-data-slide .treatment-history__view-value,
app-meeting-presentation-pinned-data-slide .physical-examination__entry-view,
app-meeting-presentation-pinned-data-slide .social-history__label,
app-meeting-presentation-pinned-data-slide .social-history__view-value {
  font-size: 1.3em;
  line-height: 1.3em;
}
@media (max-width: 1600px) {
  app-meeting-presentation-pinned-data-slide .patient-summary__view-value,
app-meeting-presentation-pinned-data-slide .present-illness-history__view-value,
app-meeting-presentation-pinned-data-slide .treatment-history__view-value,
app-meeting-presentation-pinned-data-slide .physical-examination__entry-view,
app-meeting-presentation-pinned-data-slide .social-history__label,
app-meeting-presentation-pinned-data-slide .social-history__view-value {
    font-size: 1.17em;
    line-height: 1.17em;
  }
}
app-meeting-presentation-pinned-data-slide .physical-examination__entry-date {
  width: 20%;
}
app-meeting-presentation-pinned-data-slide .biomarkers__title,
app-meeting-presentation-pinned-data-slide .patient-event-links__meeting-title,
app-meeting-presentation-pinned-data-slide .medications__title {
  font-size: 2em;
  line-height: 1.3em;
  text-transform: none;
}
@media (max-width: 1600px) {
  app-meeting-presentation-pinned-data-slide .biomarkers__title,
app-meeting-presentation-pinned-data-slide .patient-event-links__meeting-title,
app-meeting-presentation-pinned-data-slide .medications__title {
    font-size: 1.8em;
    line-height: 1.17em;
  }
}
app-meeting-presentation-pinned-data-slide .biomarkers__info,
app-meeting-presentation-pinned-data-slide .genomic__info {
  display: none;
}
app-meeting-presentation-pinned-data-slide .staging__view {
  font-size: 1.3em;
  line-height: 1.3em;
}
@media (max-width: 1600px) {
  app-meeting-presentation-pinned-data-slide .staging__view {
    font-size: 1.17em;
    line-height: 1.17em;
  }
}
app-meeting-presentation-pinned-data-slide .staging-view__label {
  width: 5.1875vw;
  margin: 0.5vw 0.5vw 0.5vw 0.5vw;
}
app-meeting-presentation-pinned-data-slide .staging-view__label:first-child {
  flex-basis: 10vw;
}
app-meeting-presentation-pinned-data-slide .staging-view__heading-box {
  margin: 0.375vw 0.375vw 0.375vw 0.375vw;
}
app-meeting-presentation-pinned-data-slide .staging-view__heading-box:first-child {
  flex-basis: 10vw;
}
app-meeting-presentation-pinned-data-slide .staging-view__box {
  margin: 0.375vw 0.375vw 0.375vw 0.375vw;
}
app-meeting-presentation-pinned-data-slide .staging-view__transparent, app-meeting-presentation-pinned-data-slide app-cancer-info-staging .staging-view__heading-stage, app-cancer-info-staging app-meeting-presentation-pinned-data-slide .staging-view__heading-stage {
  margin: 0.375vw 0.375vw 0.375vw 0.375vw;
}
app-meeting-presentation-pinned-data-slide:not(.meeting-preparation-slide__slide) .staging__entry-outer {
  width: 71%;
}
app-meeting-presentation-pinned-data-slide .social-history__contact-add {
  font-size: 0.8em;
  line-height: 1.3em;
}
@media (max-width: 1600px) {
  app-meeting-presentation-pinned-data-slide .social-history__contact-add {
    font-size: 0.72em;
    line-height: 1.17em;
  }
}
app-meeting-presentation-pinned-data-slide .genomic__entry-add {
  font-size: 20px;
}
app-meeting-presentation-pinned-data-slide .genomic__entries .genomic__headline, app-meeting-presentation-pinned-data-slide .genomic__additional-findings .genomic__headline {
  color: #000;
  border: solid #cad1d7;
  border-width: 0 0 1px 0;
}
app-meeting-presentation-pinned-data-slide .genomic__entries .genomic__subtitle, app-meeting-presentation-pinned-data-slide .genomic__additional-findings .genomic__subtitle {
  font-size: 18px;
}
app-meeting-presentation-pinned-data-slide .patient-event-links__headline {
  margin: 0;
  border: none;
}
.meeting-presentation-pinned-data-slide__patient-treatment-history {
  position: relative;
  display: block;
}
app-meeting-presentation-slide-comment {
  position: relative;
  display: block;
}
.meeting-presentation-slide-comment__title {
  font-size: 1em;
  line-height: 1.3em;
  text-transform: none;
}
@media (max-width: 1600px) {
  .meeting-presentation-slide-comment__title {
    font-size: 0.9em;
    line-height: 1.17em;
  }
}
.meeting-preparation-slide-comment__input {
  font-size: 0.8em;
  line-height: 1.3em;
}
@media (max-width: 1600px) {
  .meeting-preparation-slide-comment__input {
    font-size: 0.72em;
    line-height: 1.17em;
  }
}
.meeting-recommendation__recommendations .recommendations__entry, .meeting-recommendation__recommendations.recommendations__entry,
.meeting-recommendation__drag-container .recommendations__entry,
.meeting-recommendation__drag-container.recommendations__entry,
.cdk-drag-preview .recommendations__entry,
.cdk-drag-preview.recommendations__entry {
  padding-right: 0.625vw;
}
.cdk-drag-preview .recommendations__entry-actions {
  display: flex;
}
.recommendations__entry-action-drag {
  opacity: 0;
}
.cdk-drag:hover .recommendations__entry-action-drag, .cdk-drag-preview .recommendations__entry-action-drag {
  opacity: 1;
}
.meeting-recommendation__recommendations .recommendations__value-empty {
  margin-top: 0.625vw;
  display: block;
}
.meeting-recommendation__recommendations .recommendations__entry-description-edit {
  padding: 0vw 0.9375vw 0vw 0.3125vw;
  width: 90%;
}
.meeting-recommendation__recommendations:not(.read-only) .recommendations__entry:hover .recommendations__entry-description {
  width: 65%;
}
.meeting-recommendation__recommendations .recommendations__entry + .recommendations__addition {
  border-top: 1px solid #cad1d7;
  padding-top: 0.6em;
}
.meeting-recommendation__recommendations .recommendations__entry:last-child {
  padding-bottom: 0;
}
.meeting-recommendation__guidelines,
.meeting-recommendation__attendees,
.meeting-recommendation__stage,
.meeting-recommendation__recommendations,
.meeting-recommendation__treatment-guidelines,
.meeting-recommendation__clinical-trials,
.meeting-recommendation__case-classification,
.meeting-recommendation__additonal-info,
.meeting-recommendation__point-of-discussion,
.meeting-recommendation__conference-activities {
  padding: 0vw 0.625vw 0.625vw 0.625vw;
  margin-bottom: 1.875vw;
}
app-meeting-recommendation .default-attendees-edit__header {
  padding: 0vw 0.625vw 0vw 0.625vw;
}
app-meeting-recommendation .dia-tabs__item {
  padding-left: 2.25em;
  padding-right: 2.25em;
}
.meeting-recommendation__attendees {
  padding-bottom: 0;
}
.meeting-recommendation__stage .staging__entry-name-short {
  min-width: 1.25vw;
}
.meeting-recommendation__stage .staging__entry-outer {
  background: #ffffff;
}
.meeting-recommendation__save {
  margin: 0vw 0.625vw 0vw 0.625vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.meeting-recommendation__patient-tag .patient-tag {
  padding-left: 0;
  padding-top: 0;
}
.meeting-recommendation-tab .dia-tab-pane {
  overflow-y: auto;
  height: calc(100vh - 11em);
}
app-recommendations {
  position: relative;
}
app-recommendations {
  display: block;
}
.recommendations__entry {
  width: 100%;
}
.recommendations__addition {
  margin-top: 0vw;
}
.recommendations__entry-cells {
  margin-bottom: 0;
  width: 102%;
}
.recommendations__entry-index,
.recommendations__entry-description,
.recommendations__entry-description-edit {
  padding: 0.625vw 0.3125vw 0.625vw 0.3125vw;
}
.recommendations__entry-index {
  width: 1.5vw;
  color: #5a6774;
}
.recommendations__entry-empty .recommendations__entry-index {
  color: #a2aeba;
}
.recommendations__entry-view {
  padding: 0.625vw 0vw 0.625vw 0vw;
}
.recommendations__entry-view,
.recommendations__entry-cells .recommendations__entry-description-edit {
  width: 95%;
}
.recommendations__entry-text {
  transition: none;
  word-wrap: break-word;
}
.recommendations__entry-text__head {
  font-weight: bold;
}
.recommendations__entry-text__description {
  color: #5a6774;
}
.recommendations__entry-cells .recommendations__entry-description-edit {
  padding: 0vw 0.3125vw 0vw 0vw;
}
.recommendations__category {
  margin-bottom: 0.625vw;
  margin-top: 0.625vw;
  display: block;
  width: 98%;
}
.recommendations__category-remove {
  right: 0.78125vw;
}
.recommendations__entry-actions {
  font-size: 16px;
  line-height: 1.3em;
  margin-bottom: -1vw;
  display: none;
  float: right;
  align-items: center;
  justify-content: flex-end;
  width: 25%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 1600px) {
  .recommendations__entry-actions {
    font-size: 14.4px;
    line-height: 1.17em;
  }
}
.recommendations__entry:hover .recommendations__entry-actions {
  display: flex;
}
.cdk-drag-preview .recommendations__entry-action {
  display: none;
}
.active .recommendations__entry-add {
  color: #0066cc;
}
.recommendations__input {
  margin-bottom: 0.625vw;
  border-color: #cad1d7;
  width: 98%;
}
.recommendations__add--tooltipped {
  display: inline-flex;
}
.treatment-guidelines__entries {
  margin-bottom: 0.625vw;
}
.treatment-guidelines__value {
  word-wrap: break-word;
}
.treatment-guidelines__add__tooltipped {
  display: inline-flex;
}
app-treatment-guidelines {
  position: relative;
  display: block;
}
app-media-image, app-media-thumbnail {
  display: flex;
  flex-direction: column;
  display: inline-flex;
  justify-content: space-around;
  flex-basis: 100%;
  height: 100%;
}
app-media-image canvas, app-media-thumbnail canvas {
  transition: none;
}
.media-image__image, .media-image__image--as-background, .media-image__image--as-background-pdf-icon, .media-thumbnail__image--as-background-pdf-icon, .media-thumbnail__image, .media-thumbnail__image--as-background {
  flex-grow: 0;
  flex-shrink: 1;
  align-self: center;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.media-image__image--as-background, .media-image__image--as-background-pdf-icon, .media-thumbnail__image--as-background-pdf-icon, .media-thumbnail__image--as-background {
  flex-grow: 1;
  flex-shrink: 1;
  align-self: stretch;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.media-image__image--as-background-pdf-icon, .media-thumbnail__image--as-background-pdf-icon {
  background-image: url('pdf-thumbnail.9c1dd73e5e21f7b2.svg');
}
.media-image__loader, .media-thumbnail__loader {
  top: 0;
  position: absolute;
}
.media-image__canvas-container {
  position: relative;
  margin: auto;
}
.media-image__canvas {
  width: 100%;
  height: 100%;
}
app-media-pdf {
  display: flex;
  flex-direction: column;
  display: inline-flex;
  justify-content: space-around;
  flex-basis: 100%;
}
.media-pdf__pdf {
  flex-grow: 1;
  flex-shrink: 1;
}
.media-pdf__loader {
  flex-grow: 0;
  flex-shrink: 1;
}
app-pdf-view {
  display: flex;
  flex-direction: column;
}
.pdf-view-viewport {
  position: relative;
}
.pdf-view-canvas {
  margin: 0vw 0vw 1.25vw 0vw;
  display: block;
  max-width: 100%;
}
app-patient-social-history {
  position: relative;
  display: block;
}
.disabled, .disabled-area, .meeting-point-of-discussion__add--disabled, .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .patient-event-links__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled, .physical-examination__add--disabled, .meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled, .tumor-information__add--disabled, .meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled, .medications__add--disabled, .meeting-preparation__sidebar__slide-creator.medications__add--disabled, .biomarkers__add--disabled, .meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled, .treatment-history__add--disabled, .meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled, .social-history__add--disabled, .meeting-preparation__sidebar__slide-creator.social-history__add--disabled, .disabled-area:hover, .disabled-area:focus, .disabled-area:active, .patient-disabled-tooltip__label--disabled, .patient-disabled-tooltip__label--disabled:hover, .patient-disabled-tooltip__label--disabled:focus, .patient-disabled-tooltip__label--disabled:active, .cancer-info__actions__action--disabled, .cancer-info__actions__action--disabled:hover, .cancer-info__actions__action--disabled:focus, .cancer-info__actions__action--disabled:active, app-patient-card .patient-card__action-dropdown-element-delete-disabled, app-patient-card .patient-card__action-dropdown-element-delete-disabled:hover, app-patient-card .patient-card__action-dropdown-element-delete-disabled:focus, app-patient-card .patient-card__action-dropdown-element-delete-disabled:active, .patient-history__actions-action--disabled, .patient-history__actions-action--disabled:hover, .patient-history__actions-action--disabled:focus, .patient-history__actions-action--disabled:active, .meeting-preparation__sidebar__slide-creator.disabled, .meeting-preparation__sidebar__slide-creator.disabled-area, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation-slide-creator__options__item--disabled:hover, .meeting-preparation-slide-creator__options__item--disabled:focus, .meeting-preparation-slide-creator__options__item--disabled:active, .meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled, .patient-summary__add--disabled, .patient-summary__add--disabled:hover, .patient-summary__add--disabled:focus, .patient-summary__add--disabled:active, .meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled, .staging__add--disabled, .staging__add--disabled:hover, .staging__add--disabled:focus, .staging__add--disabled:active, .meeting-preparation__sidebar__slide-creator.staging__add--disabled, .past-medical-history__add--disabled, .past-medical-history__add--disabled:hover, .past-medical-history__add--disabled:focus, .past-medical-history__add--disabled:active, .meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled, .disabled:hover, .disabled:focus, .disabled:active {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.disabled-area, .meeting-point-of-discussion__add--disabled, .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .patient-event-links__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled, .physical-examination__add--disabled, .meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled, .tumor-information__add--disabled, .meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled, .medications__add--disabled, .meeting-preparation__sidebar__slide-creator.medications__add--disabled, .biomarkers__add--disabled, .meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled, .treatment-history__add--disabled, .meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled, .social-history__add--disabled, .meeting-preparation__sidebar__slide-creator.social-history__add--disabled, .patient-disabled-tooltip__label--disabled, .cancer-info__actions__action--disabled, app-patient-card .patient-card__action-dropdown-element-delete-disabled, .patient-history__actions-action--disabled, .meeting-preparation__sidebar__slide-creator.disabled, .meeting-preparation__sidebar__slide-creator.disabled-area, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled, .patient-summary__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled, .staging__add--disabled, .meeting-preparation__sidebar__slide-creator.staging__add--disabled, .past-medical-history__add--disabled, .meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled, .disabled-area:hover, .disabled-area:focus, .disabled-area:active {
  display: block;
  opacity: 0.25;
}
/** TODOs move to dia */
.dia-list__item, .dia-double-input-list__item, .dia-labeled-list__item--form, .tumor-information__param--form, .social-history__param--form, .dia-labeled-list__item, .tumor-information__param, .social-history__param, .meeting-presentation-patient-cover-slide__cancer-info-item, .meeting-preparation-patient-cover-slide__cancer-info-item {
  display: flex;
  flex-direction: row;
}
.dia-list__key, .dia-double-input-list__key, .dia-labeled-list__label, .tumor-information__label,
.tumor-information__label.input-label, .social-history__label,
.social-history__label.input-label, .meeting-presentation-patient-cover-slide__cancer-info-label, .meeting-preparation-patient-cover-slide__cancer-info-label {
  flex-grow: 0;
  flex-shrink: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dia-list__value, .dia-double-input-list__value, .dia-labeled-list__value, .tumor-information__value, .tumor-information__view-value, .social-history__value, .social-history__view-value, .meeting-presentation-patient-cover-slide__cancer-info-description, .meeting-preparation-patient-cover-slide__cancer-info-description {
  flex-grow: 1;
  flex-shrink: 1;
}
.dia-labeled-list {
  margin: -0.3125vw 0vw -0.3125vw 0vw;
}
.dia-labeled-list__item, .tumor-information__param, .social-history__param, .meeting-presentation-patient-cover-slide__cancer-info-item, .meeting-preparation-patient-cover-slide__cancer-info-item {
  padding: 0vw 0.3125vw 0vw 0.3125vw;
  margin: 0.3125vw -0.3125vw 0.3125vw -0.3125vw;
}
.dia-labeled-list__item--hover {
  background: #e8ecf0;
}
.dia-labeled-list__label, .tumor-information__label,
.tumor-information__label.input-label, .social-history__label,
.social-history__label.input-label, .meeting-presentation-patient-cover-slide__cancer-info-label, .meeting-preparation-patient-cover-slide__cancer-info-label {
  margin: 0vw 0.625vw 0vw 0vw;
  flex-basis: calc(34% - 0.625vw);
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
}
.dia-labeled-list__value, .tumor-information__value, .tumor-information__view-value, .social-history__value, .social-history__view-value, .meeting-presentation-patient-cover-slide__cancer-info-description, .meeting-preparation-patient-cover-slide__cancer-info-description {
  width: 66%;
}
.dia-labeled-list--form {
  margin: -0.3125vw 0vw -0.3125vw 0vw;
}
.dia-labeled-list__item--form, .tumor-information__param--form, .social-history__param--form {
  margin-bottom: 1.25vw;
}
.dia-double-input-list__key {
  flex-basis: 24%;
  margin-right: 10px;
}
.genomics__pin-button, .genomics-alterations__pin-button, .patient-event-links__pin-button, .physical-examination__pin-button, .tumor-information__pin-button, .medications__pin-button, .biomarkers__pin-button, .treatment-history__pin-button, .social-history__pin-button, .present-illness-history__pin-button, .patient-summary__pin-button, .staging__pin-button, .past-medical-history__pin-button {
  justify-content: right;
  align-self: right;
  margin-left: auto;
  width: 1.375vw;
  height: 1.375vw;
}
.genomics__pin-button .pin-button__icon, .genomics-alterations__pin-button .pin-button__icon, .patient-event-links__pin-button .pin-button__icon, .physical-examination__pin-button .pin-button__icon, .tumor-information__pin-button .pin-button__icon, .medications__pin-button .pin-button__icon, .biomarkers__pin-button .pin-button__icon, .treatment-history__pin-button .pin-button__icon, .social-history__pin-button .pin-button__icon, .present-illness-history__pin-button .pin-button__icon, .patient-summary__pin-button .pin-button__icon, .staging__pin-button .pin-button__icon, .past-medical-history__pin-button .pin-button__icon {
  background-size: 0.9375vw;
}
.genomics__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .genomics-alterations__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .patient-event-links__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .physical-examination__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .tumor-information__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .medications__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .biomarkers__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .treatment-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .social-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .present-illness-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .patient-summary__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .staging__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .past-medical-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover {
  background-image: url('pin-disabled-hover.3bdcca6a1e8dce46.svg');
}
.social-history__headline {
  display: flex;
  flex-direction: row;
}
.social-history__list-item {
  margin: 0.3125vw 0vw 0vw 0vw;
  display: block;
}
.social-history__list-item:first-child {
  margin-top: 0.3125vw;
}
.social-history__label,
.social-history__label.input-label {
  color: #373f47;
}
.social-history__value, .social-history__view-value {
  color: #5a6774;
}
.social-history__field {
  position: relative;
}
.social-history__addition {
  margin: -0.625vw 0vw 0vw 0vw;
}
.social-history__addition__tooltipped {
  display: inline-flex;
}
.social-history__input {
  display: block;
}
.social-history__input .ng-select__custom .ng-dropdown-panel-items, .social-history__input .ng-select__custom .editable-dropdown__create-wrap, .social-history__input app-attendee-autoselect .ng-select__custom .attendee-autoselect__create-wrap, app-attendee-autoselect .social-history__input .ng-select__custom .attendee-autoselect__create-wrap, .social-history__input .ng-select__custom .autosuggest__create-wrap {
  max-height: 200px;
}
.social-history__empty {
  display: block;
}
.social-history__add {
  display: block;
}
app-drawing {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.drawing__fill, .drawing__arrow-head, .drawing__select-fill, .drawing__select-fill-highlight, .drawing__select-box, .drawing__select-circle {
  transition: none;
  position: absolute;
  min-width: 1px;
  min-height: 1px;
  cursor: pointer;
}
.drawing__arrow-head {
  border: none;
  background-repeat: round;
  background-size: contain;
}
.drawing__background {
  width: 100%;
  height: 100%;
}
.drawing__background.active {
  cursor: crosshair;
}
.drawing__select-fill {
  opacity: 0.5;
}
.drawing__select-fill-highlight {
  opacity: 0.5;
}
.drawing__select-box {
  opacity: 0.5;
}
.drawing__select-circle {
  opacity: 0.5;
}
.drawing__edit {
  transition: none;
  position: absolute;
}
.drawing__edit-fill {
  border: dotted 1px #f1f1f1;
  cursor: move;
  width: 100%;
  height: 100%;
}
.drawing__edit-color-wrapper {
  position: absolute;
  right: -2.375vw;
  width: -moz-min-content;
  width: min-content;
  bottom: 0;
  background: #ffffff;
}
.drawing__edit-color-base, .drawing__edit-remove-icon, .drawing__edit-color-red, .drawing__edit-color-yellow, .drawing__edit-color-white, .drawing__edit-color-blue, .drawing__edit-color-black {
  position: static;
  position: initial;
  right: -2.375vw;
  width: 18px;
  height: 18px;
  margin-top: 0.2vw;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.2vw;
  margin-left: 0.2vw;
  border: 1px solid #000000;
}
.drawing__edit-remove-icon {
  background-image: url('masking-cross.72df7819b96fee35.svg');
  background-position: center;
  background-repeat: no-repeat;
  border-top: solid 2px #202531;
}
.drawing__edit-color-red {
  border-radius: 50%;
  background: #f00;
}
.drawing__edit-color-yellow {
  border-radius: 50%;
  background: #f90;
}
.drawing__edit-color-white {
  border-radius: 50%;
  background: #fff;
}
.drawing__edit-color-blue {
  border-radius: 50%;
  background: #10e2ff;
}
.drawing__edit-color-black {
  border-radius: 50%;
  background: #363b3f;
}
.drawing__edit-scale-rect, .drawing__edit-scale-top-left, .drawing__edit-scale-bottom-left, .drawing__edit-scale-top-right, .drawing__edit-scale-bottom-right {
  width: 0.9375vw;
  height: 0.9375vw;
  position: absolute;
  border: solid 1px #000000;
  background: #ffffff;
  opacity: 1;
}
.drawing__edit-scale-top-left {
  top: -0.625vw;
  left: -0.625vw;
  cursor: nwse-resize;
  opacity: 0.4;
}
.drawing__edit-scale-bottom-left {
  bottom: -0.625vw;
  left: -0.625vw;
  cursor: nesw-resize;
  opacity: 0.4;
}
.drawing__edit-scale-top-right {
  top: -0.625vw;
  right: -0.625vw;
  cursor: nesw-resize;
  opacity: 0.4;
}
.drawing__edit-scale-bottom-right {
  bottom: -0.625vw;
  right: -0.625vw;
  cursor: nwse-resize;
  opacity: 0.4;
}
.drawing__masking-tooltip, .fullscreen-preview-component__annotations-tooltip, .meeting-preparation-attachment-element__masking-tooltip {
  transition-property: none;
  width: 100%;
}
.drawing__masking-tooltip-container, app-fullscreen-preview .fullscreen-preview-component__annotations-tooltip-container, .meeting-preparation-attachment-element__masking-tooltip-container {
  position: absolute;
  bottom: 0;
  left: 50%;
}
.drawing__annotations-button-off, app-fullscreen-preview .fullscreen-preview-component__annotations-button-off, .meeting-preparation-attachment-element__annotations-button-off {
  position: fixed;
  z-index: 10000;
  top: 2.1875vw;
  left: 50%;
  width: 0;
}
.alert-active .drawing__annotations-button-off, .alert-active app-fullscreen-preview .fullscreen-preview-component__annotations-button-off, app-fullscreen-preview .alert-active .fullscreen-preview-component__annotations-button-off, .alert-active .meeting-preparation-attachment-element__annotations-button-off {
  top: 5vw;
}
.drawing__annotations-button-off__base, app-fullscreen-preview .fullscreen-preview-component__annotations-button-off__base, .meeting-preparation-attachment-element__annotations-button-off__base {
  white-space: nowrap;
  cursor: pointer;
  border-radius: 0.3125vw;
  padding: 0.6875vw 1.875vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.2em;
  background: #0066cc;
  color: #ffffff;
}
.disabled, .disabled-area, .meeting-point-of-discussion__add--disabled, .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .patient-event-links__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled, .physical-examination__add--disabled, .meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled, .tumor-information__add--disabled, .meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled, .medications__add--disabled, .meeting-preparation__sidebar__slide-creator.medications__add--disabled, .biomarkers__add--disabled, .meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled, .treatment-history__add--disabled, .meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled, .disabled-area:hover, .disabled-area:focus, .disabled-area:active, .patient-disabled-tooltip__label--disabled, .patient-disabled-tooltip__label--disabled:hover, .patient-disabled-tooltip__label--disabled:focus, .patient-disabled-tooltip__label--disabled:active, .cancer-info__actions__action--disabled, .cancer-info__actions__action--disabled:hover, .cancer-info__actions__action--disabled:focus, .cancer-info__actions__action--disabled:active, app-patient-card .patient-card__action-dropdown-element-delete-disabled, app-patient-card .patient-card__action-dropdown-element-delete-disabled:hover, app-patient-card .patient-card__action-dropdown-element-delete-disabled:focus, app-patient-card .patient-card__action-dropdown-element-delete-disabled:active, .patient-history__actions-action--disabled, .patient-history__actions-action--disabled:hover, .patient-history__actions-action--disabled:focus, .patient-history__actions-action--disabled:active, .meeting-preparation__sidebar__slide-creator.disabled, .meeting-preparation__sidebar__slide-creator.disabled-area, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation-slide-creator__options__item--disabled:hover, .meeting-preparation-slide-creator__options__item--disabled:focus, .meeting-preparation-slide-creator__options__item--disabled:active, .meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled, .patient-summary__add--disabled, .patient-summary__add--disabled:hover, .patient-summary__add--disabled:focus, .patient-summary__add--disabled:active, .meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled, .staging__add--disabled, .staging__add--disabled:hover, .staging__add--disabled:focus, .staging__add--disabled:active, .meeting-preparation__sidebar__slide-creator.staging__add--disabled, .past-medical-history__add--disabled, .past-medical-history__add--disabled:hover, .past-medical-history__add--disabled:focus, .past-medical-history__add--disabled:active, .meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled, .social-history__add--disabled, .social-history__add--disabled:hover, .social-history__add--disabled:focus, .social-history__add--disabled:active, .meeting-preparation__sidebar__slide-creator.social-history__add--disabled, .disabled:hover, .disabled:focus, .disabled:active {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.disabled-area, .meeting-point-of-discussion__add--disabled, .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .patient-event-links__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled, .physical-examination__add--disabled, .meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled, .tumor-information__add--disabled, .meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled, .medications__add--disabled, .meeting-preparation__sidebar__slide-creator.medications__add--disabled, .biomarkers__add--disabled, .meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled, .treatment-history__add--disabled, .meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled, .patient-disabled-tooltip__label--disabled, .cancer-info__actions__action--disabled, app-patient-card .patient-card__action-dropdown-element-delete-disabled, .patient-history__actions-action--disabled, .meeting-preparation__sidebar__slide-creator.disabled, .meeting-preparation__sidebar__slide-creator.disabled-area, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled, .patient-summary__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled, .staging__add--disabled, .meeting-preparation__sidebar__slide-creator.staging__add--disabled, .past-medical-history__add--disabled, .meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled, .social-history__add--disabled, .meeting-preparation__sidebar__slide-creator.social-history__add--disabled, .disabled-area:hover, .disabled-area:focus, .disabled-area:active {
  display: block;
  opacity: 0.25;
}
app-treatment-history {
  display: block;
  position: relative;
}
.treatment-history__add__tooltipped {
  display: inline-flex;
}
.genomics__pin-button, .genomics-alterations__pin-button, .patient-event-links__pin-button, .physical-examination__pin-button, .tumor-information__pin-button, .medications__pin-button, .biomarkers__pin-button, .treatment-history__pin-button, .present-illness-history__pin-button, .patient-summary__pin-button, .staging__pin-button, .past-medical-history__pin-button, .social-history__pin-button {
  justify-content: right;
  align-self: right;
  margin-left: auto;
  width: 1.375vw;
  height: 1.375vw;
}
.genomics__pin-button .pin-button__icon, .genomics-alterations__pin-button .pin-button__icon, .patient-event-links__pin-button .pin-button__icon, .physical-examination__pin-button .pin-button__icon, .tumor-information__pin-button .pin-button__icon, .medications__pin-button .pin-button__icon, .biomarkers__pin-button .pin-button__icon, .treatment-history__pin-button .pin-button__icon, .present-illness-history__pin-button .pin-button__icon, .patient-summary__pin-button .pin-button__icon, .staging__pin-button .pin-button__icon, .past-medical-history__pin-button .pin-button__icon, .social-history__pin-button .pin-button__icon {
  background-size: 0.9375vw;
}
.genomics__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .genomics-alterations__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .patient-event-links__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .physical-examination__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .tumor-information__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .medications__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .biomarkers__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .treatment-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .present-illness-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .patient-summary__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .staging__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .past-medical-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .social-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover {
  background-image: url('pin-disabled-hover.3bdcca6a1e8dce46.svg');
}
.treatment-history__headline {
  display: flex;
}
.treatment-history__value, .treatment-history__view-value {
  padding: 0.625vw 0vw 0.625vw 0vw;
  white-space: pre-wrap;
  display: inline-block;
  line-height: 1.15em;
}
.genomics__pin-button, .genomics-alterations__pin-button, .patient-event-links__pin-button, .physical-examination__pin-button, .tumor-information__pin-button, .medications__pin-button, .biomarkers__pin-button, .present-illness-history__pin-button, .patient-summary__pin-button, .staging__pin-button, .past-medical-history__pin-button, .social-history__pin-button, .treatment-history__pin-button {
  justify-content: right;
  align-self: right;
  margin-left: auto;
  width: 1.375vw;
  height: 1.375vw;
}
.genomics__pin-button .pin-button__icon, .genomics-alterations__pin-button .pin-button__icon, .patient-event-links__pin-button .pin-button__icon, .physical-examination__pin-button .pin-button__icon, .tumor-information__pin-button .pin-button__icon, .medications__pin-button .pin-button__icon, .biomarkers__pin-button .pin-button__icon, .present-illness-history__pin-button .pin-button__icon, .patient-summary__pin-button .pin-button__icon, .staging__pin-button .pin-button__icon, .past-medical-history__pin-button .pin-button__icon, .social-history__pin-button .pin-button__icon, .treatment-history__pin-button .pin-button__icon {
  background-size: 0.9375vw;
}
.genomics__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .genomics-alterations__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .patient-event-links__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .physical-examination__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .tumor-information__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .medications__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .biomarkers__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .present-illness-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .patient-summary__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .staging__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .past-medical-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .social-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .treatment-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover {
  background-image: url('pin-disabled-hover.3bdcca6a1e8dce46.svg');
}
.treatment-history__headline {
  display: flex;
}
.treatment-history__value, .treatment-history__view-value {
  padding: 0.625vw 0vw 0.625vw 0vw;
  white-space: pre-wrap;
  display: inline-block;
  line-height: 1.15em;
}
.blocked-data-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blocked-data-tooltip__element {
  padding: 0.5vw 1vw 0.5vw 0.75vw;
  margin: 0vw 0vw 0vw 1.25vw;
  pointer-events: none;
  z-index: 9;
  position: fixed;
  transform: translateY(-50%);
  font-size: 0.75vw;
  white-space: nowrap;
  background-color: #e8ecf0;
}
.edit-view .blocked-data-tooltip__element {
  display: inline-block;
}
.blocked-data-tooltip__element:before {
  margin: 0vw 0.375vw 0vw 0vw;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.25vw;
  height: 1.25vw;
  background-image: url('not-allowed-disabled.c578180fe9021ffa.svg');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.blocked-data-tooltip__element:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-0.4375vw, -0.5vw);
  border-style: solid;
  border-width: 0.5vw 0.625vw 0.5vw 0;
  border-color: transparent #e8ecf0 transparent transparent;
}
.blocked-data-tooltip--left .blocked-data-tooltip__element {
  margin: 0vw 0vw 0vw -1.25vw;
  transform: translate(-100%, -50%);
}
.blocked-data-tooltip--left .blocked-data-tooltip__element:after {
  right: 0;
  left: auto;
  transform: translate(0.4375vw, -0.5vw);
  border-width: 0.5vw 0 0.5vw 0.625vw;
  border-color: transparent transparent transparent #e8ecf0;
}
.blocked-data-tooltip__element[hidden] {
  display: none;
}
.blocked-data-tooltip-container, .treatment-history__entry, .treatment-history__input {
  position: relative;
}
.treatment-history__view-value {
  word-wrap: break-word;
  display: block;
  color: #5a6774;
}
.treatment-history__input {
  display: block;
}
.treatment-history__input textarea {
  line-height: 1.3em;
}
.blocked-data-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blocked-data-tooltip__element {
  padding: 0.5vw 1vw 0.5vw 0.75vw;
  margin: 0vw 0vw 0vw 1.25vw;
  pointer-events: none;
  z-index: 9;
  position: fixed;
  transform: translateY(-50%);
  font-size: 0.75vw;
  white-space: nowrap;
  background-color: #e8ecf0;
}
.edit-view .blocked-data-tooltip__element {
  display: inline-block;
}
.blocked-data-tooltip__element:before {
  margin: 0vw 0.375vw 0vw 0vw;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.25vw;
  height: 1.25vw;
  background-image: url('not-allowed-disabled.c578180fe9021ffa.svg');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.blocked-data-tooltip__element:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-0.4375vw, -0.5vw);
  border-style: solid;
  border-width: 0.5vw 0.625vw 0.5vw 0;
  border-color: transparent #e8ecf0 transparent transparent;
}
.blocked-data-tooltip--left .blocked-data-tooltip__element {
  margin: 0vw 0vw 0vw -1.25vw;
  transform: translate(-100%, -50%);
}
.blocked-data-tooltip--left .blocked-data-tooltip__element:after {
  right: 0;
  left: auto;
  transform: translate(0.4375vw, -0.5vw);
  border-width: 0.5vw 0 0.5vw 0.625vw;
  border-color: transparent transparent transparent #e8ecf0;
}
.blocked-data-tooltip__element[hidden] {
  display: none;
}
.blocked-data-tooltip-container, .treatment-history__entry, .treatment-history__input {
  position: relative;
}
.treatment-history__entries-headline {
  border: solid #cad1d7;
  border-width: 0 0 1px;
}
.treatment-history__headers {
  margin: 0vw -0.3125vw 0vw -0.3125vw;
  width: 100%;
}
.treatment-history__header-date,
.treatment-history__header-therapy,
.treatment-history__header-description,
.treatment-history__header-outcome,
.treatment-history__header-responsible {
  padding: 0.3125vw 0.125vw 0.3125vw 0.25vw;
  flex-basis: 7vw;
  min-width: 4vw;
}
.treatment-history__entry-compact .treatment-history__header-date,
.treatment-history__entry-compact .treatment-history__header-therapy,
.treatment-history__entry-compact .treatment-history__header-description,
.treatment-history__entry-compact .treatment-history__header-outcome,
.treatment-history__entry-compact .treatment-history__header-responsible {
  white-space: normal;
  white-space: initial;
  text-overflow: initial;
}
@media not print {
  .treatment-history__header-date,
.treatment-history__header-therapy,
.treatment-history__header-description,
.treatment-history__header-outcome,
.treatment-history__header-responsible {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: -0.8px;
  }
}
.treatment-history__entry {
  word-wrap: break-word;
  flex-direction: column;
  margin-bottom: 0.375vw;
}
.treatment-history__entry-label {
  margin: 0vw -0.3125vw 0vw -0.3125vw;
  width: 100%;
}
.treatment-history__entry-label:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: solid 1px #cad1d7;
  position: absolute;
  bottom: 0;
  margin-left: 0.3125vw;
}
.treatment-history__entry-date, .treatment-history__entry-therapy, .treatment-history__entry-responsible, .treatment-history__entry-outcome, .treatment-history__entry-description {
  word-break: break-word;
  position: relative;
  flex-basis: 7vw;
  min-width: 4vw;
}
.treatment-history__entry-separator {
  float: left;
  padding-right: 0.25vw;
}
.treatment-history__entry-date,
.treatment-history__header-date {
  flex-basis: 4vw;
  min-width: 3vw;
}
.treatment-history__entries-edit .treatment-history__entry-date,
.treatment-history__entries-edit .treatment-history__header-date {
  flex-basis: 7vw;
  min-width: 4vw;
}
.treatment-history__entries-compact .treatment-history__entry-date,
.treatment-history__entries-compact .treatment-history__header-date {
  flex-basis: 7vw;
}
.treatment-history__delete-disabled {
  display: none;
}
.treatment-history__input {
  height: 100%;
}
app-patient-biomarkers {
  display: block;
  position: relative;
}
.disabled, .disabled-area, .meeting-point-of-discussion__add--disabled, .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .patient-event-links__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled, .physical-examination__add--disabled, .meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled, .tumor-information__add--disabled, .meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled, .medications__add--disabled, .meeting-preparation__sidebar__slide-creator.medications__add--disabled, .biomarkers__add--disabled, .meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled, .disabled-area:hover, .meeting-point-of-discussion__add--disabled:hover, .patient-event-links__add--disabled:hover, .physical-examination__add--disabled:hover, .tumor-information__add--disabled:hover, .medications__add--disabled:hover, .biomarkers__add--disabled:hover, .disabled-area:focus, .meeting-point-of-discussion__add--disabled:focus, .patient-event-links__add--disabled:focus, .physical-examination__add--disabled:focus, .tumor-information__add--disabled:focus, .medications__add--disabled:focus, .biomarkers__add--disabled:focus, .disabled-area:active, .meeting-point-of-discussion__add--disabled:active, .patient-event-links__add--disabled:active, .physical-examination__add--disabled:active, .tumor-information__add--disabled:active, .medications__add--disabled:active, .biomarkers__add--disabled:active, .patient-disabled-tooltip__label--disabled, .patient-disabled-tooltip__label--disabled:hover, .patient-disabled-tooltip__label--disabled:focus, .patient-disabled-tooltip__label--disabled:active, .cancer-info__actions__action--disabled, .cancer-info__actions__action--disabled:hover, .cancer-info__actions__action--disabled:focus, .cancer-info__actions__action--disabled:active, app-patient-card .patient-card__action-dropdown-element-delete-disabled, app-patient-card .patient-card__action-dropdown-element-delete-disabled:hover, app-patient-card .patient-card__action-dropdown-element-delete-disabled:focus, app-patient-card .patient-card__action-dropdown-element-delete-disabled:active, .patient-history__actions-action--disabled, .patient-history__actions-action--disabled:hover, .patient-history__actions-action--disabled:focus, .patient-history__actions-action--disabled:active, .meeting-preparation__sidebar__slide-creator.disabled, .meeting-preparation__sidebar__slide-creator.disabled-area, .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled, .meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled, .meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled, .meeting-preparation__sidebar__slide-creator.medications__add--disabled, .meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .meeting-preparation__sidebar__slide-creator.disabled:hover, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled:hover, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled:hover, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:hover, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled:hover, .meeting-preparation__sidebar__slide-creator.disabled:focus, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled:focus, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled:focus, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:focus, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled:focus, .meeting-preparation__sidebar__slide-creator.disabled:active, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled:active, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled:active, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:active, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled:active, .meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation-slide-creator__options__item--disabled:hover, .meeting-preparation-slide-creator__options__item--disabled:focus, .meeting-preparation-slide-creator__options__item--disabled:active, .meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled, .patient-summary__add--disabled, .patient-summary__add--disabled:hover, .patient-summary__add--disabled:focus, .patient-summary__add--disabled:active, .meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled, .staging__add--disabled, .staging__add--disabled:hover, .staging__add--disabled:focus, .staging__add--disabled:active, .meeting-preparation__sidebar__slide-creator.staging__add--disabled, .past-medical-history__add--disabled, .past-medical-history__add--disabled:hover, .past-medical-history__add--disabled:focus, .past-medical-history__add--disabled:active, .meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled, .social-history__add--disabled, .social-history__add--disabled:hover, .social-history__add--disabled:focus, .social-history__add--disabled:active, .meeting-preparation__sidebar__slide-creator.social-history__add--disabled, .treatment-history__add--disabled, .treatment-history__add--disabled:hover, .treatment-history__add--disabled:focus, .treatment-history__add--disabled:active, .meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled, .disabled:hover, .disabled-area:hover, .meeting-point-of-discussion__add--disabled:hover, .patient-event-links__add--disabled:hover, .physical-examination__add--disabled:hover, .tumor-information__add--disabled:hover, .medications__add--disabled:hover, .biomarkers__add--disabled:hover, .patient-disabled-tooltip__label--disabled:hover, .cancer-info__actions__action--disabled:hover, app-patient-card .patient-card__action-dropdown-element-delete-disabled:hover, .patient-history__actions-action--disabled:hover, .meeting-preparation-slide-creator__options__item--disabled:hover, .patient-summary__add--disabled:hover, .staging__add--disabled:hover, .past-medical-history__add--disabled:hover, .social-history__add--disabled:hover, .treatment-history__add--disabled:hover, .disabled:focus, .disabled-area:focus, .meeting-point-of-discussion__add--disabled:focus, .patient-event-links__add--disabled:focus, .physical-examination__add--disabled:focus, .tumor-information__add--disabled:focus, .medications__add--disabled:focus, .biomarkers__add--disabled:focus, .patient-disabled-tooltip__label--disabled:focus, .cancer-info__actions__action--disabled:focus, app-patient-card .patient-card__action-dropdown-element-delete-disabled:focus, .patient-history__actions-action--disabled:focus, .meeting-preparation-slide-creator__options__item--disabled:focus, .patient-summary__add--disabled:focus, .staging__add--disabled:focus, .past-medical-history__add--disabled:focus, .social-history__add--disabled:focus, .treatment-history__add--disabled:focus, .disabled:active, .disabled-area:active, .meeting-point-of-discussion__add--disabled:active, .patient-event-links__add--disabled:active, .physical-examination__add--disabled:active, .tumor-information__add--disabled:active, .medications__add--disabled:active, .biomarkers__add--disabled:active, .patient-disabled-tooltip__label--disabled:active, .cancer-info__actions__action--disabled:active, app-patient-card .patient-card__action-dropdown-element-delete-disabled:active, .patient-history__actions-action--disabled:active, .meeting-preparation-slide-creator__options__item--disabled:active, .patient-summary__add--disabled:active, .staging__add--disabled:active, .past-medical-history__add--disabled:active, .social-history__add--disabled:active, .treatment-history__add--disabled:active {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.disabled-area, .meeting-point-of-discussion__add--disabled, .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .patient-event-links__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled, .physical-examination__add--disabled, .meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled, .tumor-information__add--disabled, .meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled, .medications__add--disabled, .meeting-preparation__sidebar__slide-creator.medications__add--disabled, .biomarkers__add--disabled, .meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled, .patient-disabled-tooltip__label--disabled, .cancer-info__actions__action--disabled, app-patient-card .patient-card__action-dropdown-element-delete-disabled, .patient-history__actions-action--disabled, .meeting-preparation__sidebar__slide-creator.disabled, .meeting-preparation__sidebar__slide-creator.disabled-area, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled, .patient-summary__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled, .staging__add--disabled, .meeting-preparation__sidebar__slide-creator.staging__add--disabled, .past-medical-history__add--disabled, .meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled, .social-history__add--disabled, .meeting-preparation__sidebar__slide-creator.social-history__add--disabled, .treatment-history__add--disabled, .meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled, .disabled-area:hover, .disabled-area:focus, .disabled-area:active {
  display: block;
  opacity: 0.25;
}
.genomics__pin-button, .genomics-alterations__pin-button, .patient-event-links__pin-button, .physical-examination__pin-button, .tumor-information__pin-button, .medications__pin-button, .biomarkers__pin-button, .present-illness-history__pin-button, .patient-summary__pin-button, .staging__pin-button, .past-medical-history__pin-button, .social-history__pin-button, .treatment-history__pin-button {
  justify-content: right;
  align-self: right;
  margin-left: auto;
  width: 1.375vw;
  height: 1.375vw;
}
.genomics__pin-button .pin-button__icon, .genomics-alterations__pin-button .pin-button__icon, .patient-event-links__pin-button .pin-button__icon, .physical-examination__pin-button .pin-button__icon, .tumor-information__pin-button .pin-button__icon, .medications__pin-button .pin-button__icon, .biomarkers__pin-button .pin-button__icon, .present-illness-history__pin-button .pin-button__icon, .patient-summary__pin-button .pin-button__icon, .staging__pin-button .pin-button__icon, .past-medical-history__pin-button .pin-button__icon, .social-history__pin-button .pin-button__icon, .treatment-history__pin-button .pin-button__icon {
  background-size: 0.9375vw;
}
.genomics__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .genomics-alterations__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .patient-event-links__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .physical-examination__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .tumor-information__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .medications__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .biomarkers__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .present-illness-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .patient-summary__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .staging__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .past-medical-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .social-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .treatment-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover {
  background-image: url('pin-disabled-hover.3bdcca6a1e8dce46.svg');
}
app-patient-biomarkers {
  display: block;
}
.biomarkers__headline {
  display: flex;
  flex-direction: row;
  border: solid #cad1d7;
  border-width: 0 0 1px;
}
.biomarkers__entries-headline {
  margin-bottom: 0.625vw;
  border: solid #cad1d7;
  border-width: 0 0 1px;
}
.biomarkers__headers {
  margin: 0vw -0.3125vw 0vw -0.3125vw;
}
@media not print {
  .biomarkers__header-type,
.biomarkers__header-result,
.biomarkers__header-measurement,
.biomarkers__header-date {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.biomarkers__entry, .biomarkers__entry--edit {
  display: flex;
  flex-direction: row;
  margin-bottom: 0vw;
}
.biomarkers__entry-cells,
.biomarkers__entry-label,
.biomarkers__entry-label-colored {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0vw -0.3125vw 0vw -0.3125vw;
  width: 100%;
}
.biomarkers__entry-label-colored {
  padding: 0.3125vw 0vw 0.3125vw 0vw;
  background-color: #e8ecf0;
}
.biomarkers__textbox {
  width: 100%;
}
.biomarkers__entry--edit {
  position: relative;
}
.biomarkers__entry-type,
.biomarkers__entry-result,
.biomarkers__entry-measurement,
.biomarkers__entry-date {
  padding: 0vw 0.3125vw 0vw 0.3125vw;
  word-wrap: break-word;
}
.biomarkers__header-type,
.biomarkers__entry-type,
.biomarkers__header-result,
.biomarkers__entry-result,
.biomarkers__header-measurement,
.biomarkers__entry-measurement {
  width: 23.3333333333%;
}
.biomarkers__header-date,
.biomarkers__entry-date {
  width: 30%;
}
.biomarkers__add__tooltipped {
  display: inline-flex;
}
app-patient-medications {
  position: relative;
  display: block;
}
.genomics__pin-button, .genomics-alterations__pin-button, .patient-event-links__pin-button, .physical-examination__pin-button, .tumor-information__pin-button, .medications__pin-button, .present-illness-history__pin-button, .patient-summary__pin-button, .staging__pin-button, .past-medical-history__pin-button, .social-history__pin-button, .treatment-history__pin-button, .biomarkers__pin-button {
  justify-content: right;
  align-self: right;
  margin-left: auto;
  width: 1.375vw;
  height: 1.375vw;
}
.genomics__pin-button .pin-button__icon, .genomics-alterations__pin-button .pin-button__icon, .patient-event-links__pin-button .pin-button__icon, .physical-examination__pin-button .pin-button__icon, .tumor-information__pin-button .pin-button__icon, .medications__pin-button .pin-button__icon, .present-illness-history__pin-button .pin-button__icon, .patient-summary__pin-button .pin-button__icon, .staging__pin-button .pin-button__icon, .past-medical-history__pin-button .pin-button__icon, .social-history__pin-button .pin-button__icon, .treatment-history__pin-button .pin-button__icon, .biomarkers__pin-button .pin-button__icon {
  background-size: 0.9375vw;
}
.genomics__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .genomics-alterations__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .patient-event-links__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .physical-examination__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .tumor-information__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .medications__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .present-illness-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .patient-summary__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .staging__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .past-medical-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .social-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .treatment-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .biomarkers__pin-button .pin-button__not-pinned.pin-button__color-dark:hover {
  background-image: url('pin-disabled-hover.3bdcca6a1e8dce46.svg');
}
app-patient-medications-view {
  display: block;
}
.medications__headline {
  display: flex;
}
.medications__value {
  width: 100%;
}
.medications__entry--edit {
  position: relative;
}
.medications__entry-cells {
  width: 100%;
  word-wrap: break-word;
}
.medications__entry-name {
  width: 50%;
}
.medications__entry-dosage {
  width: 50%;
}
.medications__addition__tooltipped {
  display: inline-flex;
}
.medications__add__tooltipped {
  align-self: flex-start;
}
app-patient-tumor-information {
  position: relative;
  display: block;
}
.disabled, .disabled-area, .meeting-point-of-discussion__add--disabled, .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .patient-event-links__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled, .physical-examination__add--disabled, .meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled, .tumor-information__add--disabled, .meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled, .disabled-area:hover, .meeting-point-of-discussion__add--disabled:hover, .patient-event-links__add--disabled:hover, .physical-examination__add--disabled:hover, .tumor-information__add--disabled:hover, .disabled-area:focus, .meeting-point-of-discussion__add--disabled:focus, .patient-event-links__add--disabled:focus, .physical-examination__add--disabled:focus, .tumor-information__add--disabled:focus, .disabled-area:active, .meeting-point-of-discussion__add--disabled:active, .patient-event-links__add--disabled:active, .physical-examination__add--disabled:active, .tumor-information__add--disabled:active, .patient-disabled-tooltip__label--disabled, .patient-disabled-tooltip__label--disabled:hover, .patient-disabled-tooltip__label--disabled:focus, .patient-disabled-tooltip__label--disabled:active, .cancer-info__actions__action--disabled, .cancer-info__actions__action--disabled:hover, .cancer-info__actions__action--disabled:focus, .cancer-info__actions__action--disabled:active, app-patient-card .patient-card__action-dropdown-element-delete-disabled, app-patient-card .patient-card__action-dropdown-element-delete-disabled:hover, app-patient-card .patient-card__action-dropdown-element-delete-disabled:focus, app-patient-card .patient-card__action-dropdown-element-delete-disabled:active, .patient-history__actions-action--disabled, .patient-history__actions-action--disabled:hover, .patient-history__actions-action--disabled:focus, .patient-history__actions-action--disabled:active, .meeting-preparation__sidebar__slide-creator.disabled, .meeting-preparation__sidebar__slide-creator.disabled-area, .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled, .meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled, .meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .meeting-preparation__sidebar__slide-creator.disabled:hover, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled:hover, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled:hover, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:hover, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled:hover, .meeting-preparation__sidebar__slide-creator.disabled:focus, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled:focus, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled:focus, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:focus, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled:focus, .meeting-preparation__sidebar__slide-creator.disabled:active, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled:active, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled:active, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:active, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled:active, .meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation-slide-creator__options__item--disabled:hover, .meeting-preparation-slide-creator__options__item--disabled:focus, .meeting-preparation-slide-creator__options__item--disabled:active, .meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled, .patient-summary__add--disabled, .patient-summary__add--disabled:hover, .patient-summary__add--disabled:focus, .patient-summary__add--disabled:active, .meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled, .staging__add--disabled, .staging__add--disabled:hover, .staging__add--disabled:focus, .staging__add--disabled:active, .meeting-preparation__sidebar__slide-creator.staging__add--disabled, .past-medical-history__add--disabled, .past-medical-history__add--disabled:hover, .past-medical-history__add--disabled:focus, .past-medical-history__add--disabled:active, .meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled, .social-history__add--disabled, .social-history__add--disabled:hover, .social-history__add--disabled:focus, .social-history__add--disabled:active, .meeting-preparation__sidebar__slide-creator.social-history__add--disabled, .treatment-history__add--disabled, .treatment-history__add--disabled:hover, .treatment-history__add--disabled:focus, .treatment-history__add--disabled:active, .meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled, .biomarkers__add--disabled, .biomarkers__add--disabled:hover, .biomarkers__add--disabled:focus, .biomarkers__add--disabled:active, .meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled, .medications__add--disabled, .medications__add--disabled:hover, .medications__add--disabled:focus, .medications__add--disabled:active, .meeting-preparation__sidebar__slide-creator.medications__add--disabled, .disabled:hover, .disabled-area:hover, .meeting-point-of-discussion__add--disabled:hover, .patient-event-links__add--disabled:hover, .physical-examination__add--disabled:hover, .tumor-information__add--disabled:hover, .patient-disabled-tooltip__label--disabled:hover, .cancer-info__actions__action--disabled:hover, app-patient-card .patient-card__action-dropdown-element-delete-disabled:hover, .patient-history__actions-action--disabled:hover, .meeting-preparation-slide-creator__options__item--disabled:hover, .patient-summary__add--disabled:hover, .staging__add--disabled:hover, .past-medical-history__add--disabled:hover, .social-history__add--disabled:hover, .treatment-history__add--disabled:hover, .biomarkers__add--disabled:hover, .medications__add--disabled:hover, .disabled:focus, .disabled-area:focus, .meeting-point-of-discussion__add--disabled:focus, .patient-event-links__add--disabled:focus, .physical-examination__add--disabled:focus, .tumor-information__add--disabled:focus, .patient-disabled-tooltip__label--disabled:focus, .cancer-info__actions__action--disabled:focus, app-patient-card .patient-card__action-dropdown-element-delete-disabled:focus, .patient-history__actions-action--disabled:focus, .meeting-preparation-slide-creator__options__item--disabled:focus, .patient-summary__add--disabled:focus, .staging__add--disabled:focus, .past-medical-history__add--disabled:focus, .social-history__add--disabled:focus, .treatment-history__add--disabled:focus, .biomarkers__add--disabled:focus, .medications__add--disabled:focus, .disabled:active, .disabled-area:active, .meeting-point-of-discussion__add--disabled:active, .patient-event-links__add--disabled:active, .physical-examination__add--disabled:active, .tumor-information__add--disabled:active, .patient-disabled-tooltip__label--disabled:active, .cancer-info__actions__action--disabled:active, app-patient-card .patient-card__action-dropdown-element-delete-disabled:active, .patient-history__actions-action--disabled:active, .meeting-preparation-slide-creator__options__item--disabled:active, .patient-summary__add--disabled:active, .staging__add--disabled:active, .past-medical-history__add--disabled:active, .social-history__add--disabled:active, .treatment-history__add--disabled:active, .biomarkers__add--disabled:active, .medications__add--disabled:active {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.disabled-area, .meeting-point-of-discussion__add--disabled, .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .patient-event-links__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled, .physical-examination__add--disabled, .meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled, .tumor-information__add--disabled, .meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled, .patient-disabled-tooltip__label--disabled, .cancer-info__actions__action--disabled, app-patient-card .patient-card__action-dropdown-element-delete-disabled, .patient-history__actions-action--disabled, .meeting-preparation__sidebar__slide-creator.disabled, .meeting-preparation__sidebar__slide-creator.disabled-area, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled, .patient-summary__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled, .staging__add--disabled, .meeting-preparation__sidebar__slide-creator.staging__add--disabled, .past-medical-history__add--disabled, .meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled, .social-history__add--disabled, .meeting-preparation__sidebar__slide-creator.social-history__add--disabled, .treatment-history__add--disabled, .meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled, .biomarkers__add--disabled, .meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled, .medications__add--disabled, .meeting-preparation__sidebar__slide-creator.medications__add--disabled, .disabled-area:hover, .disabled-area:focus, .disabled-area:active {
  display: block;
  opacity: 0.25;
}
/** TODOs move to dia */
.dia-list__item, .dia-labeled-list__item, .tumor-information__param, .meeting-presentation-patient-cover-slide__cancer-info-item, .meeting-preparation-patient-cover-slide__cancer-info-item, .dia-labeled-list__item--form, .tumor-information__param--form, .dia-double-input-list__item, .social-history__param, .social-history__param--form {
  display: flex;
  flex-direction: row;
}
.dia-list__key, .dia-labeled-list__label, .tumor-information__label,
.tumor-information__label.input-label, .meeting-presentation-patient-cover-slide__cancer-info-label, .meeting-preparation-patient-cover-slide__cancer-info-label, .dia-double-input-list__key, .social-history__label,
.social-history__label.input-label {
  flex-grow: 0;
  flex-shrink: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dia-list__value, .dia-labeled-list__value, .tumor-information__value, .tumor-information__view-value, .meeting-presentation-patient-cover-slide__cancer-info-description, .meeting-preparation-patient-cover-slide__cancer-info-description, .dia-double-input-list__value, .social-history__value, .social-history__view-value {
  flex-grow: 1;
  flex-shrink: 1;
}
.dia-labeled-list {
  margin: -0.3125vw 0vw -0.3125vw 0vw;
}
.dia-labeled-list__item, .tumor-information__param, .meeting-presentation-patient-cover-slide__cancer-info-item, .meeting-preparation-patient-cover-slide__cancer-info-item, .social-history__param {
  padding: 0vw 0.3125vw 0vw 0.3125vw;
  margin: 0.3125vw -0.3125vw 0.3125vw -0.3125vw;
}
.dia-labeled-list__item--hover {
  background: #e8ecf0;
}
.dia-labeled-list__label, .tumor-information__label,
.tumor-information__label.input-label, .meeting-presentation-patient-cover-slide__cancer-info-label, .meeting-preparation-patient-cover-slide__cancer-info-label, .social-history__label,
.social-history__label.input-label {
  margin: 0vw 0.625vw 0vw 0vw;
  flex-basis: calc(34% - 0.625vw);
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
}
.dia-labeled-list__value, .tumor-information__value, .tumor-information__view-value, .meeting-presentation-patient-cover-slide__cancer-info-description, .meeting-preparation-patient-cover-slide__cancer-info-description, .social-history__value, .social-history__view-value {
  width: 66%;
}
.dia-labeled-list--form {
  margin: -0.3125vw 0vw -0.3125vw 0vw;
}
.dia-labeled-list__item--form, .tumor-information__param--form, .social-history__param--form {
  margin-bottom: 1.25vw;
}
.dia-double-input-list__key {
  flex-basis: 24%;
  margin-right: 10px;
}
.genomics__pin-button, .genomics-alterations__pin-button, .patient-event-links__pin-button, .physical-examination__pin-button, .tumor-information__pin-button, .present-illness-history__pin-button, .patient-summary__pin-button, .staging__pin-button, .past-medical-history__pin-button, .social-history__pin-button, .treatment-history__pin-button, .biomarkers__pin-button, .medications__pin-button {
  justify-content: right;
  align-self: right;
  margin-left: auto;
  width: 1.375vw;
  height: 1.375vw;
}
.genomics__pin-button .pin-button__icon, .genomics-alterations__pin-button .pin-button__icon, .patient-event-links__pin-button .pin-button__icon, .physical-examination__pin-button .pin-button__icon, .tumor-information__pin-button .pin-button__icon, .present-illness-history__pin-button .pin-button__icon, .patient-summary__pin-button .pin-button__icon, .staging__pin-button .pin-button__icon, .past-medical-history__pin-button .pin-button__icon, .social-history__pin-button .pin-button__icon, .treatment-history__pin-button .pin-button__icon, .biomarkers__pin-button .pin-button__icon, .medications__pin-button .pin-button__icon {
  background-size: 0.9375vw;
}
.genomics__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .genomics-alterations__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .patient-event-links__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .physical-examination__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .tumor-information__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .present-illness-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .patient-summary__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .staging__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .past-medical-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .social-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .treatment-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .biomarkers__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .medications__pin-button .pin-button__not-pinned.pin-button__color-dark:hover {
  background-image: url('pin-disabled-hover.3bdcca6a1e8dce46.svg');
}
app-tumor-information {
  display: block;
}
.tumor-information__headline {
  display: flex;
  flex-direction: row;
}
.tumor-information__entries {
  margin-top: 0.3125vw;
}
.tumor-information__label,
.tumor-information__label.input-label {
  margin: 0.3125vw 0vw 0vw 0vw;
  color: #373f47;
}
.tumor-information__label--tumor-type {
  white-space: pre-line;
}
.tumor-information__value, .tumor-information__view-value {
  color: #5a6774;
}
.tumor-information__list-item {
  margin: 0.3125vw 0vw 0vw 0vw;
  display: block;
}
.tumor-information__list-item:first-child {
  margin-top: 0.3125vw;
}
.tumor-information__other-name,
.tumor-information__location-name {
  font-weight: 600;
}
.tumor-information__other-description,
.tumor-information__location-description {
  word-wrap: break-word;
}
.tumor-information__field {
  position: relative;
}
.tumor-information__input {
  display: block;
}
.tumor-information__addition {
  margin: -0.625vw 0vw 0vw 0vw;
}
.tumor-information__other-add {
  display: block;
}
.tumor-information__add__tooltipped {
  display: inline-flex;
}
.tumor-information__add {
  display: block;
}
app-patient-physical-examination {
  display: block;
  position: relative;
}
.disabled, .disabled-area, .meeting-point-of-discussion__add--disabled, .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .patient-event-links__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled, .physical-examination__add--disabled, .meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled, .disabled-area:hover, .meeting-point-of-discussion__add--disabled:hover, .patient-event-links__add--disabled:hover, .physical-examination__add--disabled:hover, .disabled-area:focus, .meeting-point-of-discussion__add--disabled:focus, .patient-event-links__add--disabled:focus, .physical-examination__add--disabled:focus, .disabled-area:active, .meeting-point-of-discussion__add--disabled:active, .patient-event-links__add--disabled:active, .physical-examination__add--disabled:active, .patient-disabled-tooltip__label--disabled, .patient-disabled-tooltip__label--disabled:hover, .patient-disabled-tooltip__label--disabled:focus, .patient-disabled-tooltip__label--disabled:active, .cancer-info__actions__action--disabled, .cancer-info__actions__action--disabled:hover, .cancer-info__actions__action--disabled:focus, .cancer-info__actions__action--disabled:active, app-patient-card .patient-card__action-dropdown-element-delete-disabled, app-patient-card .patient-card__action-dropdown-element-delete-disabled:hover, app-patient-card .patient-card__action-dropdown-element-delete-disabled:focus, app-patient-card .patient-card__action-dropdown-element-delete-disabled:active, .patient-history__actions-action--disabled, .patient-history__actions-action--disabled:hover, .patient-history__actions-action--disabled:focus, .patient-history__actions-action--disabled:active, .meeting-preparation__sidebar__slide-creator.disabled, .meeting-preparation__sidebar__slide-creator.disabled-area, .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled, .meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .meeting-preparation__sidebar__slide-creator.disabled:hover, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled:hover, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled:hover, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:hover, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled:hover, .meeting-preparation__sidebar__slide-creator.disabled:focus, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled:focus, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled:focus, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:focus, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled:focus, .meeting-preparation__sidebar__slide-creator.disabled:active, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled:active, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled:active, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:active, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled:active, .meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation-slide-creator__options__item--disabled:hover, .meeting-preparation-slide-creator__options__item--disabled:focus, .meeting-preparation-slide-creator__options__item--disabled:active, .meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled, .patient-summary__add--disabled, .patient-summary__add--disabled:hover, .patient-summary__add--disabled:focus, .patient-summary__add--disabled:active, .meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled, .staging__add--disabled, .staging__add--disabled:hover, .staging__add--disabled:focus, .staging__add--disabled:active, .meeting-preparation__sidebar__slide-creator.staging__add--disabled, .past-medical-history__add--disabled, .past-medical-history__add--disabled:hover, .past-medical-history__add--disabled:focus, .past-medical-history__add--disabled:active, .meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled, .social-history__add--disabled, .social-history__add--disabled:hover, .social-history__add--disabled:focus, .social-history__add--disabled:active, .meeting-preparation__sidebar__slide-creator.social-history__add--disabled, .treatment-history__add--disabled, .treatment-history__add--disabled:hover, .treatment-history__add--disabled:focus, .treatment-history__add--disabled:active, .meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled, .biomarkers__add--disabled, .biomarkers__add--disabled:hover, .biomarkers__add--disabled:focus, .biomarkers__add--disabled:active, .meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled, .medications__add--disabled, .medications__add--disabled:hover, .medications__add--disabled:focus, .medications__add--disabled:active, .meeting-preparation__sidebar__slide-creator.medications__add--disabled, .tumor-information__add--disabled, .tumor-information__add--disabled:hover, .tumor-information__add--disabled:focus, .tumor-information__add--disabled:active, .meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled, .disabled:hover, .disabled-area:hover, .meeting-point-of-discussion__add--disabled:hover, .patient-event-links__add--disabled:hover, .physical-examination__add--disabled:hover, .patient-disabled-tooltip__label--disabled:hover, .cancer-info__actions__action--disabled:hover, app-patient-card .patient-card__action-dropdown-element-delete-disabled:hover, .patient-history__actions-action--disabled:hover, .meeting-preparation-slide-creator__options__item--disabled:hover, .patient-summary__add--disabled:hover, .staging__add--disabled:hover, .past-medical-history__add--disabled:hover, .social-history__add--disabled:hover, .treatment-history__add--disabled:hover, .biomarkers__add--disabled:hover, .medications__add--disabled:hover, .tumor-information__add--disabled:hover, .disabled:focus, .disabled-area:focus, .meeting-point-of-discussion__add--disabled:focus, .patient-event-links__add--disabled:focus, .physical-examination__add--disabled:focus, .patient-disabled-tooltip__label--disabled:focus, .cancer-info__actions__action--disabled:focus, app-patient-card .patient-card__action-dropdown-element-delete-disabled:focus, .patient-history__actions-action--disabled:focus, .meeting-preparation-slide-creator__options__item--disabled:focus, .patient-summary__add--disabled:focus, .staging__add--disabled:focus, .past-medical-history__add--disabled:focus, .social-history__add--disabled:focus, .treatment-history__add--disabled:focus, .biomarkers__add--disabled:focus, .medications__add--disabled:focus, .tumor-information__add--disabled:focus, .disabled:active, .disabled-area:active, .meeting-point-of-discussion__add--disabled:active, .patient-event-links__add--disabled:active, .physical-examination__add--disabled:active, .patient-disabled-tooltip__label--disabled:active, .cancer-info__actions__action--disabled:active, app-patient-card .patient-card__action-dropdown-element-delete-disabled:active, .patient-history__actions-action--disabled:active, .meeting-preparation-slide-creator__options__item--disabled:active, .patient-summary__add--disabled:active, .staging__add--disabled:active, .past-medical-history__add--disabled:active, .social-history__add--disabled:active, .treatment-history__add--disabled:active, .biomarkers__add--disabled:active, .medications__add--disabled:active, .tumor-information__add--disabled:active {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.disabled-area, .meeting-point-of-discussion__add--disabled, .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .patient-event-links__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled, .physical-examination__add--disabled, .meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled, .patient-disabled-tooltip__label--disabled, .cancer-info__actions__action--disabled, app-patient-card .patient-card__action-dropdown-element-delete-disabled, .patient-history__actions-action--disabled, .meeting-preparation__sidebar__slide-creator.disabled, .meeting-preparation__sidebar__slide-creator.disabled-area, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled, .patient-summary__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled, .staging__add--disabled, .meeting-preparation__sidebar__slide-creator.staging__add--disabled, .past-medical-history__add--disabled, .meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled, .social-history__add--disabled, .meeting-preparation__sidebar__slide-creator.social-history__add--disabled, .treatment-history__add--disabled, .meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled, .biomarkers__add--disabled, .meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled, .medications__add--disabled, .meeting-preparation__sidebar__slide-creator.medications__add--disabled, .tumor-information__add--disabled, .meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled, .disabled-area:hover, .disabled-area:focus, .disabled-area:active {
  display: block;
  opacity: 0.25;
}
.genomics__pin-button, .genomics-alterations__pin-button, .patient-event-links__pin-button, .physical-examination__pin-button, .present-illness-history__pin-button, .patient-summary__pin-button, .staging__pin-button, .past-medical-history__pin-button, .social-history__pin-button, .treatment-history__pin-button, .biomarkers__pin-button, .medications__pin-button, .tumor-information__pin-button {
  justify-content: right;
  align-self: right;
  margin-left: auto;
  width: 1.375vw;
  height: 1.375vw;
}
.genomics__pin-button .pin-button__icon, .genomics-alterations__pin-button .pin-button__icon, .patient-event-links__pin-button .pin-button__icon, .physical-examination__pin-button .pin-button__icon, .present-illness-history__pin-button .pin-button__icon, .patient-summary__pin-button .pin-button__icon, .staging__pin-button .pin-button__icon, .past-medical-history__pin-button .pin-button__icon, .social-history__pin-button .pin-button__icon, .treatment-history__pin-button .pin-button__icon, .biomarkers__pin-button .pin-button__icon, .medications__pin-button .pin-button__icon, .tumor-information__pin-button .pin-button__icon {
  background-size: 0.9375vw;
}
.genomics__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .genomics-alterations__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .patient-event-links__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .physical-examination__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .present-illness-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .patient-summary__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .staging__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .past-medical-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .social-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .treatment-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .biomarkers__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .medications__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .tumor-information__pin-button .pin-button__not-pinned.pin-button__color-dark:hover {
  background-image: url('pin-disabled-hover.3bdcca6a1e8dce46.svg');
}
app-patient-last-update-tooltip {
  height: 1.24vw;
}
.patient-last-update__info {
  width: 1.24vw;
  height: 1.24vw;
}
.patient-last-update__info .info__body {
  width: inherit;
  height: inherit;
}
.patient-last-update__info .info__icon {
  background-size: 80%;
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
}
.patient-last-update__tooltip-title, .staging-last-update-tooltip__history-title {
  text-transform: uppercase;
}
.patient-last-update__tooltip-label, .staging-last-update-tooltip__history-label {
  font-style: italic;
  white-space: nowrap;
  display: block;
}
.patient-last-update__tooltip-label-error, .entry-patient-last-update__tooltip-label-error {
  font-style: normal;
  white-space: nowrap;
}
.patient-last-update__tooltip-message, .entry-patient-last-update__tooltip-message {
  padding-right: 0.625vw;
  padding-left: 1.6875vw;
  padding-top: 0.125vw;
  display: block;
}
.patient-last-update__error-icon, .entry-patient-last-update__error-icon {
  height: 2em;
  width: 2em;
  display: block;
  background: transparent 5% 5% no-repeat;
  float: left;
  background-image: url('warning-yellow.31c9c9a9e1b61e44.svg');
}
app-patient-physical-examination {
  display: block;
}
app-patient-physical-examination .physical-examination__input {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
}
app-patient-physical-examination .dia-date-selector__input {
  width: 100%;
}
.physical-examination__headline {
  display: flex;
  flex-direction: row;
  border: solid #cad1d7;
  border-width: 0 0 1px;
}
.physical-examination__entries-headline {
  margin-bottom: 0.3125vw;
  border: solid #cad1d7;
  border-width: 0 0 1px;
}
.physical-examination__entry {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.3125vw;
}
.physical-examination__entry-cells,
.physical-examination__entry-label {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0vw -0.3125vw 0vw -0.3125vw;
  width: 100%;
}
.physical-examination__entry--edit {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.3125vw;
  position: relative;
}
.physical-examination__entry-title,
.physical-examination__entry-value {
  word-wrap: break-word;
  display: flex;
  align-items: center;
}
.physical-examination__entry-value,
.physical-examination__entry-description {
  width: 50%;
  word-break: break-word;
}
.physical-examination__entry-title {
  width: 35%;
  word-break: break-word;
}
.physical-examination__entry-date {
  word-wrap: break-word;
  max-width: 35%;
  display: flex;
  align-items: center;
}
.physical-examination__entry-date .date-selector__input {
  padding: 0.625vw 0.625vw 0.625vw 0.625vw;
  line-height: normal;
  line-height: initial;
}
.physical-examination__entry-view .physical-examination__entry-date {
  width: 25%;
}
.physical-examination__input {
  width: 100%;
}
.physical-examination__add__tooltipped {
  display: inline-flex;
}
.physical-examination__tooltip-entry {
  margin: 0.625vw 0vw 0.625vw 0vw;
}
.physical-examination__tooltip-entry + .physical-examination__tooltip-entry {
  margin-top: 0.9375vw;
}
.physical-examination__tooltip-value {
  font-size: 16px;
  line-height: 1.3em;
  display: block;
  font-weight: bold;
  color: #373f47;
}
@media (max-width: 1600px) {
  .physical-examination__tooltip-value {
    font-size: 14.4px;
    line-height: 1.17em;
  }
}
/*.physical-examination__value {
    @include dia-font-size($presentation-small-font-size, $STD-LINE-HEIGHT);
}*/
.patient-attributes-textbox__input-sequence {
  align-items: start;
}
.patient-attributes-textbox__input {
  max-width: 4.5em;
}
.patient-attributes-textbox__input input {
  width: 3.5em;
}
.patient-attributes-dropdown__input {
  width: 5em;
}
.patient-attributes-textbox__input-sequence {
  align-items: start;
}
.patient-attributes-textbox__input {
  max-width: 4.5em;
}
.patient-attributes-textbox__input input {
  width: 3.5em;
}
.patient-attributes-dropdown__input {
  width: 5em;
}
.patient-attributes-textbox__input-sequence {
  align-items: start;
}
.patient-attributes-textbox__input {
  max-width: 4.5em;
}
.patient-attributes-textbox__input input {
  width: 3.5em;
}
.patient-attributes-dropdown__input {
  width: 5em;
}
.patient-attributes-textbox__input-sequence {
  align-items: start;
}
.patient-attributes-textbox__input {
  max-width: 4.5em;
}
.patient-attributes-textbox__input input {
  width: 3.5em;
}
.patient-attributes-dropdown__input {
  width: 5em;
}
.patient-attributes-textbox__input-sequence {
  align-items: start;
}
.patient-attributes-textbox__input {
  max-width: 4.5em;
}
.patient-attributes-textbox__input input {
  width: 3.5em;
}
.patient-attributes-dropdown__input {
  width: 5em;
}
.patient-attributes-textbox__input-sequence {
  align-items: start;
}
.patient-attributes-textbox__input {
  max-width: 4.5em;
}
.patient-attributes-textbox__input input {
  width: 3.5em;
}
.patient-attributes-dropdown__input {
  width: 5em;
}
app-patient-clinical-trials {
  position: relative;
  display: block;
}
clinical-trials {
  display: block;
}
.clinical-trials__headline {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.clinical-trials__switch-view {
  margin-bottom: 0.3125vw;
  font-weight: bold;
}
.clinical-trials__switch {
  display: flex;
}
.clinical-trials__switch-item label {
  margin-bottom: 0;
}
.clinical-trials__match {
  margin-bottom: 0.625vw;
}
.clinical-trials__match-title {
  margin-bottom: 0.125vw;
  font-weight: bold;
}
.clinical-trials__match-entry {
  display: flex;
  flex-direction: row;
  margin: 0.625vw 0vw 0.625vw 0vw;
}
.clinical-trials__match-checkbox {
  flex-grow: 0;
  flex-shrink: 0;
  width: 0.875vw;
  height: 0.875vw;
  margin: 0.0625vw 0.625vw 0vw 0vw;
}
.clinical-trials__match-input {
  margin-top: 0.3125vw;
}
.clinical-trials__match-entry-column {
  flex-grow: 1;
  flex-shrink: 1;
}
app-patient-event-links {
  display: block;
  position: relative;
}
app-patient-event-links-view {
  display: block;
}
app-patient-event-links-view .patient-event-links__headline {
  display: flex;
  position: relative;
}
app-patient-event-links-view .patient-event-links__title {
  font-size: 1.2em;
  line-height: 1.3em;
  line-height: 1.5em;
  text-transform: inherit;
}
@media (max-width: 1600px) {
  app-patient-event-links-view .patient-event-links__title {
    font-size: 1.08em;
    line-height: 1.17em;
  }
}
app-patient-event-links-view .patient-event-links__meeting-headline {
  padding: 0vw 0vw 1.875vw 0vw;
}
app-patient-event-links-view .patient-event-links__meeting-description {
  padding: 0.625vw 0vw 0vw 0vw;
  color: #5a6774;
}
app-patient-event-links-view .patient-event-links__list {
  padding: 5px 0 0 0;
}
app-patient-event-links-view .patient-event-links__list-item {
  line-height: 16px;
}
app-patient-event-links-view .patient-event-links__list-item.hoverable .patient-event-links__edit {
  border: none;
}
app-patient-event-links-view .patient-event-links__edit {
  padding: 0.625vw 0vw 0.625vw 0vw;
  margin: 0vw 0vw 0vw 0vw;
  display: flex;
}
app-patient-event-links-view .patient-event-links__edition-form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
app-patient-event-links-view .patient-event-links__link-input-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
app-patient-event-links-view .patient-event-links__link-title {
  margin: 0.3125vw 0.625vw 0.3125vw 0vw;
  color: #373f47;
  min-width: 16%;
}
app-patient-event-links-view .patient-event-links__link-value {
  margin: 0.3125vw 0.625vw 0.3125vw 0vw;
  width: 84%;
}
app-patient-event-links-view .patient-event-links__action {
  display: flex;
}
.patient-event-links__show {
  padding: 0.8125vw 0vw 0.8125vw 0vw;
  margin: 0vw 0vw 0vw 0vw;
  display: flex;
  justify-content: space-between;
}
.patient-event-links__show .patient-event-links__link {
  white-space: nowrap;
  text-decoration: underline;
}
.patient-event-links__show:hover {
  border-width: 0 0 1px 0;
}
.meeting-presentation-pinned-data-slide__patient-event-links .patient-event-links__title {
  text-transform: none;
  text-transform: initial;
}
app-patient-event-links-view {
  display: block;
}
app-patient-event-links-view .patient-event-links__headline {
  display: flex;
  position: relative;
}
app-patient-event-links-view .patient-event-links__title {
  font-size: 1.2em;
  line-height: 1.3em;
  line-height: 1.5em;
  text-transform: inherit;
}
@media (max-width: 1600px) {
  app-patient-event-links-view .patient-event-links__title {
    font-size: 1.08em;
    line-height: 1.17em;
  }
}
app-patient-event-links-view .patient-event-links__meeting-headline {
  padding: 0vw 0vw 1.875vw 0vw;
}
app-patient-event-links-view .patient-event-links__meeting-description {
  padding: 0.625vw 0vw 0vw 0vw;
  color: #5a6774;
}
app-patient-event-links-view .patient-event-links__list {
  padding: 5px 0 0 0;
}
app-patient-event-links-view .patient-event-links__list-item {
  line-height: 16px;
}
app-patient-event-links-view .patient-event-links__list-item.hoverable .patient-event-links__edit {
  border: none;
}
app-patient-event-links-view .patient-event-links__edit {
  padding: 0.625vw 0vw 0.625vw 0vw;
  margin: 0vw 0vw 0vw 0vw;
  display: flex;
}
app-patient-event-links-view .patient-event-links__edition-form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
app-patient-event-links-view .patient-event-links__link-input-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
app-patient-event-links-view .patient-event-links__link-title {
  margin: 0.3125vw 0.625vw 0.3125vw 0vw;
  color: #373f47;
  min-width: 16%;
}
app-patient-event-links-view .patient-event-links__link-value {
  margin: 0.3125vw 0.625vw 0.3125vw 0vw;
  width: 84%;
}
app-patient-event-links-view .patient-event-links__action {
  display: flex;
}
.patient-event-links__show {
  padding: 0.8125vw 0vw 0.8125vw 0vw;
  margin: 0vw 0vw 0vw 0vw;
  display: flex;
  justify-content: space-between;
}
.patient-event-links__show .patient-event-links__link {
  white-space: nowrap;
  text-decoration: underline;
}
.patient-event-links__show:hover {
  border-width: 0 0 1px 0;
}
.meeting-presentation-pinned-data-slide__patient-event-links .patient-event-links__title {
  text-transform: none;
  text-transform: initial;
}
.meeting-presentation-patient-attachment-slide__pacs_links-container {
  overflow: visible;
}
.meeting-presentation-patient-attachment-slide__pacs_links-container app-patient-event-links {
  display: block;
  max-height: 100px;
  overflow: auto;
  margin-bottom: 0.625vw;
}
.patient-event-links__actions {
  display: flex;
  justify-content: flex-end;
  width: 30%;
  opacity: 0;
  pointer-events: none;
}
.patient-event-links__list-item:hover .patient-event-links__actions {
  opacity: 1;
  pointer-events: inherit;
}
.patient-event-links__action-update,
.patient-event-links__action-delete {
  padding-left: 0.625vw;
}
.patient-event-attachment-links__container .patient-event-links__list-item {
  position: relative;
}
.patient-event-attachment-links__container .patient-event-links__list-item:hover .patient-event-links__link, .patient-event-attachment-links__container .patient-event-links__list-item.active-link .patient-event-links__link {
  background-color: #d8e8f7;
}
.patient-event-attachment-links__container .patient-event-links__list {
  margin-bottom: 0;
  padding-bottom: 5px;
  cursor: pointer;
  background: #ffffff;
}
.patient-event-attachment-links__container .patient-event-links__list .patient-event-links__show {
  padding: 0.3125vw 0.3125vw 0.3125vw 0.3125vw;
  border: 0;
  justify-content: flex-start;
}
.patient-event-attachment-links__container .patient-event-links__list .patient-event-links__link {
  padding: 0vw 0.625vw 0vw 0.625vw;
  text-decoration: none;
  color: #0066cc;
}
.patient-event-attachment-links__container .patient-event-links__actions {
  width: auto;
  box-shadow: 0 0 5px 1px;
  font-size: 0.8em;
  padding: 0.4375vw 0.9375vw 0.4375vw 0.3125vw;
  margin: -5px 5px;
}
.patient-event-attachment-links__container .patient-event-links__edit {
  position: fixed;
  top: 45vh;
  left: 45vw;
  background-color: #ffffff;
  border: solid 1px #373f47;
  padding: 20px;
  display: block;
  min-width: 25vw;
  z-index: 100;
  right: 50%;
}
.patient-event-attachment-links__container .patient-event-links__edit[hidden] {
  display: none;
}
.patient-event-attachment-links__container .patient-event-links__edit .patient-event-links__link-value {
  width: 100%;
}
.patient-event-attachment-links__container .patient-event-links__edit .patient-event-links__link-title {
  font-weight: 700;
}
.patient-event-attachment-links__container .patient-event-links__edit .patient-event-links__link-input-row {
  display: block;
}
.patient-event-attachment-links__container .patient-event-links__edit .patient-event-links__action {
  justify-content: normal;
  flex-flow: row-reverse;
}
.patient-event-attachment-links__container .patient-event-links__edit .patient-event-links__button-cancel {
  margin-right: 0.3125vw;
}
.disabled, .disabled-area, .meeting-point-of-discussion__add--disabled, .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .patient-event-links__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled, .disabled-area:hover, .meeting-point-of-discussion__add--disabled:hover, .patient-event-links__add--disabled:hover, .disabled-area:focus, .meeting-point-of-discussion__add--disabled:focus, .patient-event-links__add--disabled:focus, .disabled-area:active, .meeting-point-of-discussion__add--disabled:active, .patient-event-links__add--disabled:active, .patient-disabled-tooltip__label--disabled, .patient-disabled-tooltip__label--disabled:hover, .patient-disabled-tooltip__label--disabled:focus, .patient-disabled-tooltip__label--disabled:active, .cancer-info__actions__action--disabled, .cancer-info__actions__action--disabled:hover, .cancer-info__actions__action--disabled:focus, .cancer-info__actions__action--disabled:active, app-patient-card .patient-card__action-dropdown-element-delete-disabled, app-patient-card .patient-card__action-dropdown-element-delete-disabled:hover, app-patient-card .patient-card__action-dropdown-element-delete-disabled:focus, app-patient-card .patient-card__action-dropdown-element-delete-disabled:active, .patient-history__actions-action--disabled, .patient-history__actions-action--disabled:hover, .patient-history__actions-action--disabled:focus, .patient-history__actions-action--disabled:active, .meeting-preparation__sidebar__slide-creator.disabled, .meeting-preparation__sidebar__slide-creator.disabled-area, .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .meeting-preparation__sidebar__slide-creator.disabled:hover, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled:hover, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled:hover, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:hover, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled:hover, .meeting-preparation__sidebar__slide-creator.disabled:focus, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled:focus, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled:focus, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:focus, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled:focus, .meeting-preparation__sidebar__slide-creator.disabled:active, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled:active, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled:active, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:active, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled:active, .meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation-slide-creator__options__item--disabled:hover, .meeting-preparation-slide-creator__options__item--disabled:focus, .meeting-preparation-slide-creator__options__item--disabled:active, .meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled, .patient-summary__add--disabled, .patient-summary__add--disabled:hover, .patient-summary__add--disabled:focus, .patient-summary__add--disabled:active, .meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled, .staging__add--disabled, .staging__add--disabled:hover, .staging__add--disabled:focus, .staging__add--disabled:active, .meeting-preparation__sidebar__slide-creator.staging__add--disabled, .past-medical-history__add--disabled, .past-medical-history__add--disabled:hover, .past-medical-history__add--disabled:focus, .past-medical-history__add--disabled:active, .meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled, .social-history__add--disabled, .social-history__add--disabled:hover, .social-history__add--disabled:focus, .social-history__add--disabled:active, .meeting-preparation__sidebar__slide-creator.social-history__add--disabled, .treatment-history__add--disabled, .treatment-history__add--disabled:hover, .treatment-history__add--disabled:focus, .treatment-history__add--disabled:active, .meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled, .biomarkers__add--disabled, .biomarkers__add--disabled:hover, .biomarkers__add--disabled:focus, .biomarkers__add--disabled:active, .meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled, .medications__add--disabled, .medications__add--disabled:hover, .medications__add--disabled:focus, .medications__add--disabled:active, .meeting-preparation__sidebar__slide-creator.medications__add--disabled, .tumor-information__add--disabled, .tumor-information__add--disabled:hover, .tumor-information__add--disabled:focus, .tumor-information__add--disabled:active, .meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled, .physical-examination__add--disabled, .physical-examination__add--disabled:hover, .physical-examination__add--disabled:focus, .physical-examination__add--disabled:active, .meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled, .disabled:hover, .disabled-area:hover, .meeting-point-of-discussion__add--disabled:hover, .patient-event-links__add--disabled:hover, .patient-disabled-tooltip__label--disabled:hover, .cancer-info__actions__action--disabled:hover, app-patient-card .patient-card__action-dropdown-element-delete-disabled:hover, .patient-history__actions-action--disabled:hover, .meeting-preparation-slide-creator__options__item--disabled:hover, .patient-summary__add--disabled:hover, .staging__add--disabled:hover, .past-medical-history__add--disabled:hover, .social-history__add--disabled:hover, .treatment-history__add--disabled:hover, .biomarkers__add--disabled:hover, .medications__add--disabled:hover, .tumor-information__add--disabled:hover, .physical-examination__add--disabled:hover, .disabled:focus, .disabled-area:focus, .meeting-point-of-discussion__add--disabled:focus, .patient-event-links__add--disabled:focus, .patient-disabled-tooltip__label--disabled:focus, .cancer-info__actions__action--disabled:focus, app-patient-card .patient-card__action-dropdown-element-delete-disabled:focus, .patient-history__actions-action--disabled:focus, .meeting-preparation-slide-creator__options__item--disabled:focus, .patient-summary__add--disabled:focus, .staging__add--disabled:focus, .past-medical-history__add--disabled:focus, .social-history__add--disabled:focus, .treatment-history__add--disabled:focus, .biomarkers__add--disabled:focus, .medications__add--disabled:focus, .tumor-information__add--disabled:focus, .physical-examination__add--disabled:focus, .disabled:active, .disabled-area:active, .meeting-point-of-discussion__add--disabled:active, .patient-event-links__add--disabled:active, .patient-disabled-tooltip__label--disabled:active, .cancer-info__actions__action--disabled:active, app-patient-card .patient-card__action-dropdown-element-delete-disabled:active, .patient-history__actions-action--disabled:active, .meeting-preparation-slide-creator__options__item--disabled:active, .patient-summary__add--disabled:active, .staging__add--disabled:active, .past-medical-history__add--disabled:active, .social-history__add--disabled:active, .treatment-history__add--disabled:active, .biomarkers__add--disabled:active, .medications__add--disabled:active, .tumor-information__add--disabled:active, .physical-examination__add--disabled:active {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.disabled-area, .meeting-point-of-discussion__add--disabled, .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .patient-event-links__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled, .patient-disabled-tooltip__label--disabled, .cancer-info__actions__action--disabled, app-patient-card .patient-card__action-dropdown-element-delete-disabled, .patient-history__actions-action--disabled, .meeting-preparation__sidebar__slide-creator.disabled, .meeting-preparation__sidebar__slide-creator.disabled-area, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled, .patient-summary__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled, .staging__add--disabled, .meeting-preparation__sidebar__slide-creator.staging__add--disabled, .past-medical-history__add--disabled, .meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled, .social-history__add--disabled, .meeting-preparation__sidebar__slide-creator.social-history__add--disabled, .treatment-history__add--disabled, .meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled, .biomarkers__add--disabled, .meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled, .medications__add--disabled, .meeting-preparation__sidebar__slide-creator.medications__add--disabled, .tumor-information__add--disabled, .meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled, .physical-examination__add--disabled, .meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled, .disabled-area:hover, .disabled-area:focus, .disabled-area:active {
  display: block;
  opacity: 0.25;
}
.genomics__pin-button, .genomics-alterations__pin-button, .patient-event-links__pin-button, .present-illness-history__pin-button, .patient-summary__pin-button, .staging__pin-button, .past-medical-history__pin-button, .social-history__pin-button, .treatment-history__pin-button, .biomarkers__pin-button, .medications__pin-button, .tumor-information__pin-button, .physical-examination__pin-button {
  justify-content: right;
  align-self: right;
  margin-left: auto;
  width: 1.375vw;
  height: 1.375vw;
}
.genomics__pin-button .pin-button__icon, .genomics-alterations__pin-button .pin-button__icon, .patient-event-links__pin-button .pin-button__icon, .present-illness-history__pin-button .pin-button__icon, .patient-summary__pin-button .pin-button__icon, .staging__pin-button .pin-button__icon, .past-medical-history__pin-button .pin-button__icon, .social-history__pin-button .pin-button__icon, .treatment-history__pin-button .pin-button__icon, .biomarkers__pin-button .pin-button__icon, .medications__pin-button .pin-button__icon, .tumor-information__pin-button .pin-button__icon, .physical-examination__pin-button .pin-button__icon {
  background-size: 0.9375vw;
}
.genomics__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .genomics-alterations__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .patient-event-links__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .present-illness-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .patient-summary__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .staging__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .past-medical-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .social-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .treatment-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .biomarkers__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .medications__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .tumor-information__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .physical-examination__pin-button .pin-button__not-pinned.pin-button__color-dark:hover {
  background-image: url('pin-disabled-hover.3bdcca6a1e8dce46.svg');
}
app-patient-event-timeline-links-view {
  width: 100%;
}
.patient-event-timeline-links__headline {
  display: flex;
  position: relative;
}
.patient-event-links__creation-form {
  display: flex;
  padding: 0.3125vw 0vw 0vw 0vw;
}
.patient-event-links__link-btn {
  margin-top: 2.1875vw;
  align-self: flex-start;
}
.patient-event-links__link-btn .dia-btn[type=default] {
  padding: 0.65625vw 1.25vw 0.65625vw 1.25vw;
  line-height: normal;
  line-height: initial;
}
.patient-event-links__list-view {
  margin-bottom: 0.5vw;
}
.patient-event-links__list {
  padding: 5px 0 0 0;
}
.patient-event-links__list-item {
  line-height: 16px;
}
.patient-event-links__list-item.hoverable .patient-event-links__edit {
  border: none;
}
.patient-event-links__list-item a {
  cursor: pointer;
}
.patient-event-links__edition-form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.patient-event-links__link-input-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.patient-event-links__link-creation {
  width: 50%;
}
.patient-event-links__link-creation:not(:first-child) {
  margin: 0vw 0vw 0vw 0.3125vw;
}
.patient-event-links__link-creation .patient-event-links__link-value {
  padding: 1.875vw 0vw 0vw 0vw;
  width: 100%;
}
.patient-event-links__link-title {
  margin: 0.3125vw 0.625vw 0.3125vw 0vw;
  color: #373f47;
  min-width: 16%;
}
.patient-event-links__link-title-create {
  position: absolute;
  font-weight: bold;
}
.patient-event-links__link-value {
  margin: 0.3125vw 0.625vw 0.3125vw 0vw;
  width: 84%;
}
.patient-event-links__action {
  display: flex;
}
.patient-event-links__action-apply {
  padding: 0.625vw 0vw 0.625vw 0vw;
  min-width: 80px;
  text-align: center;
}
.patient-event-links__edit {
  padding: 0.625vw 0vw 0.625vw 0vw;
  margin: 0vw 0vw 0vw 0vw;
  display: flex;
}
.patient-event-links__show {
  padding: 0.8125vw 0vw 0.8125vw 0vw;
  margin: 0vw 0vw 0vw 0vw;
  border-color: #e8ecf0;
  display: flex;
  justify-content: space-between;
}
.patient-event-links__show .patient-event-links__link {
  color: #5a6774;
  white-space: nowrap;
  text-decoration: underline;
}
.patient-event-links__show:hover {
  border-width: 0 0 1px 0;
  border-color: #373f47;
}
.patient-event-links__actions {
  display: flex;
  justify-content: flex-end;
  width: 30%;
  opacity: 0;
  pointer-events: none;
}
.patient-event-links__list-item:hover .patient-event-links__actions {
  opacity: 1;
  pointer-events: inherit;
}
.patient-event-links__action-update, .patient-event-links__action-delete {
  padding-left: 0.625vw;
}
.patient-event-links__modal-message {
  padding-bottom: 1.25vw;
}
.patient-event-links__modal-checkbox-message {
  cursor: pointer;
}
.patient-event-links__modal-checkbox {
  pointer-events: none;
  vertical-align: top;
  margin-right: 0.3125vw;
}
.patient-event-links__modal-footer {
  display: flex;
  flex-direction: row;
  margin: 1.875vw 0vw 0vw 0vw;
  justify-content: flex-end;
}
.patient-event-links__modal-cancel-btn {
  margin-right: 0.9375vw;
}
.patient-event-links__modal-btn .btn {
  min-width: 100px;
  text-align: center;
}
.patient-event-links__pin-button-tooltipped {
  margin-left: auto;
  width: 1.375vw;
  height: 1.375vw;
}
.patient-event-modal-links__container .patient-event-links__list-item {
  position: relative;
}
.patient-event-modal-links__container .patient-event-links__list-item:hover .patient-event-links__link, .patient-event-modal-links__container .patient-event-links__list-item.active-link .patient-event-links__link {
  background-color: #d8e8f7;
}
.patient-event-modal-links__container .patient-event-links__list {
  margin-bottom: 0.5vw;
  cursor: pointer;
  background: #ffffff;
}
.patient-event-modal-links__container .patient-event-links__list .patient-event-links__show {
  padding: 0.3125vw 0.3125vw 0.3125vw 0.3125vw;
  border: 0;
  justify-content: flex-start;
}
.patient-event-modal-links__container .patient-event-links__list .patient-event-links__link {
  padding: 0vw 0.625vw 0vw 0.625vw;
  text-decoration: none;
  color: #0066cc;
}
.patient-event-modal-links__container .patient-event-links__actions {
  width: auto;
  box-shadow: 0 0 5px 1px;
  font-size: 0.8em;
  padding: 0.3125vw 0.9375vw 0.3125vw 0.3125vw;
  margin: -5px 5px;
}
.patient-event-modal-links__container .patient-event-links__edit {
  position: absolute;
  background-color: #ffffff;
  border: solid 1px #373f47;
  padding: 20px;
  display: block;
  min-width: 25vw;
  z-index: 100;
  right: 50%;
}
.patient-event-modal-links__container .patient-event-links__edit .patient-event-links__link-value {
  width: 100%;
}
.patient-event-modal-links__container .patient-event-links__edit .patient-event-links__link-title {
  font-weight: 700;
}
.patient-event-modal-links__container .patient-event-links__edit .patient-event-links__link-input-row {
  display: block;
}
.patient-event-modal-links__container .patient-event-links__edit .patient-event-links__action {
  justify-content: normal;
  flex-flow: row-reverse;
}
.patient-event-modal-links__container .patient-event-links__edit .patient-event-links__button-cancel {
  margin-right: 0.3125vw;
}
.patient-event-links__add__tooltipped {
  display: inline-flex;
}
.ng-select__container {
  position: relative;
  height: auto;
}
.ng-select__custom.ng-select {
  padding: 0;
}
.ng-select__custom.ng-select:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.ng-select__custom.ng-select:disabled .ng-placeholder, .ng-select__custom.ng-select.disabled .ng-placeholder, .ng-select__custom.ng-select.disabled-area .ng-placeholder, .ng-select__custom.ng-select.meeting-point-of-discussion__add--disabled .ng-placeholder, .ng-select__custom.ng-select.patient-disabled-tooltip__label--disabled .ng-placeholder, .ng-select__custom.ng-select.cancer-info__actions__action--disabled .ng-placeholder, app-patient-card .ng-select__custom.ng-select.patient-card__action-dropdown-element-delete-disabled .ng-placeholder, .ng-select__custom.ng-select.patient-history__actions-action--disabled .ng-placeholder, .ng-select__custom.ng-select.meeting-preparation-slide-creator__options__item--disabled .ng-placeholder, .ng-select__custom.ng-select.patient-summary__add--disabled .ng-placeholder, .ng-select__custom.ng-select.staging__add--disabled .ng-placeholder, .ng-select__custom.ng-select.past-medical-history__add--disabled .ng-placeholder, .ng-select__custom.ng-select.social-history__add--disabled .ng-placeholder, .ng-select__custom.ng-select.treatment-history__add--disabled .ng-placeholder, .ng-select__custom.ng-select.biomarkers__add--disabled .ng-placeholder, .ng-select__custom.ng-select.medications__add--disabled .ng-placeholder, .ng-select__custom.ng-select.tumor-information__add--disabled .ng-placeholder, .ng-select__custom.ng-select.physical-examination__add--disabled .ng-placeholder, .ng-select__custom.ng-select.patient-event-links__add--disabled .ng-placeholder, .ng-select__custom.ng-select.ng-select-disabled .ng-placeholder {
  position: relative;
}
.ng-select__custom.ng-select .ng-has-value .ng-placeholder {
  display: none;
}
.ng-select__custom.ng-select.ng-select-filtered .ng-placeholder {
  visibility: hidden;
  width: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}
.ng-select__custom.ng-select .ng-value {
  border-top: solid 1px transparent; /* NTB-38792: fix jumping label when focus on control */
  padding: 0.3vw 0; /* NTB-38792: fix jumping label when focus on control */
  height: auto;
  width: 100%;
}
.ng-select__custom.ng-select .ng-value:before {
  content: ".";
  visibility: hidden;
  display: inline-block;
  clear: both;
  width: 0;
}
.ng-select__custom.ng-select .ng-select-container {
  padding: 0.3125vw 0.875vw 0.3125vw 0.625vw;
  font-size: 1em;
  height: 100%;
  line-height: 1.3em;
}
.ng-select__custom.ng-select .ng-select-container .ng-value-container {
  align-items: center;
  justify-content: flex-start;
  transition: none;
}
.ng-select__custom.ng-select .ng-placeholder {
  padding: 0.3125vw 0vw 0.3125vw 0vw;
  line-height: 1.3em;
  position: relative;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.ng-select__custom.ng-select .ng-placeholder:before {
  content: ".";
  visibility: hidden;
  display: inline-block;
  clear: both;
  width: 0;
}
.ng-select__custom.ng-select .ng-arrow-wrapper {
  right: 0.5vw;
}
.ng-select__custom.ng-select .ng-spinner-loader {
  display: none;
}
.ng-select__custom.bordered-options .ng-option {
  padding: 0;
}
.ng-select__custom.bordered-options .ng-option:not(:last-child) {
  border-bottom: 1px solid #cad1d7;
}
.ng-select__custom.bordered-options .no-options {
  padding: 0.3125vw 0.625vw 0.3125vw 0.625vw;
  color: #a2aeba;
  font-style: italic;
}
.ng-select__custom.ng-select__disable-arrow .ng-arrow-wrapper {
  display: none;
}
.ng-select__custom .ng-value-icon {
  display: none;
}
.ng-select__custom .ng-input {
  padding: 0.3125vw 0.875vw 0.3125vw 0.625vw;
  top: 0;
  height: 100%;
  transition: none;
}
.ng-select__custom .ng-input input {
  height: 100%;
  padding: 0;
  font-family: inherit;
  color: inherit;
  line-height: 1.3em;
}
.ng-select__custom .ng-option {
  display: flex;
  flex-direction: row;
  padding: 0.3125vw 0.625vw 0.3125vw 0.625vw;
  color: #5a6774;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
}
.ng-select__custom .ng-option .disabled, .ng-select__custom .ng-option .disabled-area, .ng-select__custom .ng-option .meeting-point-of-discussion__add--disabled, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .ng-select__custom .ng-option .disabled-area:hover, .ng-select__custom .ng-option .meeting-point-of-discussion__add--disabled:hover, .ng-select__custom .ng-option .disabled-area:focus, .ng-select__custom .ng-option .meeting-point-of-discussion__add--disabled:focus, .ng-select__custom .ng-option .disabled-area:active, .ng-select__custom .ng-option .meeting-point-of-discussion__add--disabled:active, .ng-select__custom .ng-option .patient-disabled-tooltip__label--disabled, .ng-select__custom .ng-option .patient-disabled-tooltip__label--disabled:hover, .ng-select__custom .ng-option .patient-disabled-tooltip__label--disabled:focus, .ng-select__custom .ng-option .patient-disabled-tooltip__label--disabled:active, .ng-select__custom .ng-option .cancer-info__actions__action--disabled, .ng-select__custom .ng-option .cancer-info__actions__action--disabled:hover, .ng-select__custom .ng-option .cancer-info__actions__action--disabled:focus, .ng-select__custom .ng-option .cancer-info__actions__action--disabled:active, .ng-select__custom .ng-option app-patient-card .patient-card__action-dropdown-element-delete-disabled, app-patient-card .ng-select__custom .ng-option .patient-card__action-dropdown-element-delete-disabled, .ng-select__custom .ng-option app-patient-card .patient-card__action-dropdown-element-delete-disabled:hover, app-patient-card .ng-select__custom .ng-option .patient-card__action-dropdown-element-delete-disabled:hover, .ng-select__custom .ng-option app-patient-card .patient-card__action-dropdown-element-delete-disabled:focus, app-patient-card .ng-select__custom .ng-option .patient-card__action-dropdown-element-delete-disabled:focus, .ng-select__custom .ng-option app-patient-card .patient-card__action-dropdown-element-delete-disabled:active, app-patient-card .ng-select__custom .ng-option .patient-card__action-dropdown-element-delete-disabled:active, .ng-select__custom .ng-option .patient-history__actions-action--disabled, .ng-select__custom .ng-option .patient-history__actions-action--disabled:hover, .ng-select__custom .ng-option .patient-history__actions-action--disabled:focus, .ng-select__custom .ng-option .patient-history__actions-action--disabled:active, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.disabled, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.disabled-area, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, .ng-select__custom .ng-option app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, app-patient-card .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.disabled:hover, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled:hover, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled:hover, .ng-select__custom .ng-option app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:hover, app-patient-card .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:hover, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled:hover, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.disabled:focus, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled:focus, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled:focus, .ng-select__custom .ng-option app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:focus, app-patient-card .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:focus, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled:focus, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.disabled:active, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled:active, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled:active, .ng-select__custom .ng-option app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:active, app-patient-card .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:active, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled:active, .ng-select__custom .ng-option .meeting-preparation-slide-creator__options__item--disabled, .ng-select__custom .ng-option .meeting-preparation-slide-creator__options__item--disabled:hover, .ng-select__custom .ng-option .meeting-preparation-slide-creator__options__item--disabled:focus, .ng-select__custom .ng-option .meeting-preparation-slide-creator__options__item--disabled:active, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled, .ng-select__custom .ng-option .patient-summary__add--disabled, .ng-select__custom .ng-option .patient-summary__add--disabled:hover, .ng-select__custom .ng-option .patient-summary__add--disabled:focus, .ng-select__custom .ng-option .patient-summary__add--disabled:active, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled, .ng-select__custom .ng-option .staging__add--disabled, .ng-select__custom .ng-option .staging__add--disabled:hover, .ng-select__custom .ng-option .staging__add--disabled:focus, .ng-select__custom .ng-option .staging__add--disabled:active, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.staging__add--disabled, .ng-select__custom .ng-option .past-medical-history__add--disabled, .ng-select__custom .ng-option .past-medical-history__add--disabled:hover, .ng-select__custom .ng-option .past-medical-history__add--disabled:focus, .ng-select__custom .ng-option .past-medical-history__add--disabled:active, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled, .ng-select__custom .ng-option .social-history__add--disabled, .ng-select__custom .ng-option .social-history__add--disabled:hover, .ng-select__custom .ng-option .social-history__add--disabled:focus, .ng-select__custom .ng-option .social-history__add--disabled:active, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.social-history__add--disabled, .ng-select__custom .ng-option .treatment-history__add--disabled, .ng-select__custom .ng-option .treatment-history__add--disabled:hover, .ng-select__custom .ng-option .treatment-history__add--disabled:focus, .ng-select__custom .ng-option .treatment-history__add--disabled:active, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled, .ng-select__custom .ng-option .biomarkers__add--disabled, .ng-select__custom .ng-option .biomarkers__add--disabled:hover, .ng-select__custom .ng-option .biomarkers__add--disabled:focus, .ng-select__custom .ng-option .biomarkers__add--disabled:active, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled, .ng-select__custom .ng-option .medications__add--disabled, .ng-select__custom .ng-option .medications__add--disabled:hover, .ng-select__custom .ng-option .medications__add--disabled:focus, .ng-select__custom .ng-option .medications__add--disabled:active, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.medications__add--disabled, .ng-select__custom .ng-option .tumor-information__add--disabled, .ng-select__custom .ng-option .tumor-information__add--disabled:hover, .ng-select__custom .ng-option .tumor-information__add--disabled:focus, .ng-select__custom .ng-option .tumor-information__add--disabled:active, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled, .ng-select__custom .ng-option .physical-examination__add--disabled, .ng-select__custom .ng-option .physical-examination__add--disabled:hover, .ng-select__custom .ng-option .physical-examination__add--disabled:focus, .ng-select__custom .ng-option .physical-examination__add--disabled:active, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled, .ng-select__custom .ng-option .patient-event-links__add--disabled, .ng-select__custom .ng-option .patient-event-links__add--disabled:hover, .ng-select__custom .ng-option .patient-event-links__add--disabled:focus, .ng-select__custom .ng-option .patient-event-links__add--disabled:active, .ng-select__custom .ng-option .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled {
  background-color: #e8ecf0;
  color: #a2aeba;
}
.ng-select__custom .ng-option span {
  white-space: normal;
  white-space: initial;
}
.ng-select__custom .ng-dropdown-panel {
  transition: all 0.1s linear;
  padding: 0;
  left: 0;
  top: 100%;
  overflow: hidden;
  background: #ffffff;
  min-width: 12.5vw;
  border-top: 1px solid #373f47;
  z-index: 1000;
  margin-top: -1px;
}
.ng-select__custom .ng-dropdown-panel-items, .ng-select__custom .editable-dropdown__create-wrap, app-attendee-autoselect .ng-select__custom .attendee-autoselect__create-wrap, .ng-select__custom .autosuggest__create-wrap {
  padding: 0.625vw 0vw 0.625vw 0vw;
  top: 0;
  max-height: 25vw;
  border-right: 1px solid #373f47;
  border-left: 1px solid #373f47;
  border-bottom: 1px solid #373f47;
  overflow: auto;
}
.ng-select__custom .ng-dropdown-panel-items .ng-option:first-child > div, .ng-select__custom .editable-dropdown__create-wrap .ng-option:first-child > div, app-attendee-autoselect .ng-select__custom .attendee-autoselect__create-wrap .ng-option:first-child > div, .ng-select__custom .autosuggest__create-wrap .ng-option:first-child > div {
  border-top: 0;
}
.ng-select__custom .ng-dropdown-panel-items .ng-option .highlighted, .ng-select__custom .editable-dropdown__create-wrap .ng-option .highlighted, app-attendee-autoselect .ng-select__custom .attendee-autoselect__create-wrap .ng-option .highlighted, .ng-select__custom .autosuggest__create-wrap .ng-option .highlighted {
  font-weight: bold;
  text-decoration: none;
}
.ng-select__custom.ng-select-multiple.ng-select__chips .ng-select-container .ng-value {
  margin: 0.125vw 0.125vw 0.125vw 0.125vw;
  padding: 0.1875vw 1.25vw 0.1875vw 0.375vw;
  position: relative;
  float: left;
  display: block;
  background: #e8ecf0;
  color: #5a6774;
  width: auto;
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: break-all;
}
.ng-select__custom.ng-select-multiple.ng-select__chips .ng-select-container .ng-value .ng-value-icon {
  position: absolute;
  right: 0.1875vw;
  color: #a2aeba;
  font-size: 1.5vw;
  display: inline;
  display: initial;
}
.ng-select__custom.ng-select-multiple.ng-select__chips .ng-select-container .ng-value .ng-value-label {
  white-space: normal;
}
.ng-select__custom.hide-dropdown-items .ng-dropdown-panel {
  display: none;
}
app-terminology-autoselect .ng-select__custom .ng-dropdown-panel {
  min-width: 8.5vw;
}
app-terminology-autoselect .terminology__entry-error-message {
  margin-bottom: 0.5vw;
}
app-terminology-autoselect.stage__terminology .ng-dropdown-panel {
  margin-top: 0;
}
app-terminology-autoselect.stage__terminology .ng-select.ng-select-single .ng-select-container {
  border: none;
}
app-terminology-autoselect .terminology-autoselect-error {
  padding: 0.625vw 0.3125vw 0.625vw 0.3125vw;
  font-size: 12px;
  line-height: 1.3em;
  color: #ff5555;
  text-align: center;
  border: none;
}
@media (max-width: 1600px) {
  app-terminology-autoselect .terminology-autoselect-error {
    font-size: 10.8px;
    line-height: 1.17em;
  }
}
app-terminology-autoselect .terminology-autoselect__dictionaries-list {
  padding: 0.3125vw 0.625vw 0.3125vw 0.625vw;
  font-size: 12px;
  line-height: 1.3em;
  background: #e8ecf0;
  font-weight: 600;
  border: solid 1px #202531;
  border-top: none;
  margin-bottom: 0;
}
@media (max-width: 1600px) {
  app-terminology-autoselect .terminology-autoselect__dictionaries-list {
    font-size: 10.8px;
    line-height: 1.17em;
  }
}
.terminology-autoselect--drawer-active app-terminology-autoselect .terminology-autoselect__dictionaries-list {
  border-bottom: none;
}
app-terminology-autoselect .terminology-autoselect-loader {
  padding: 6.25vw 0vw 6.25vw 0vw;
  border: none;
}
app-terminology-autoselect .terminology-autoselect-no-results {
  padding: 0.3125vw 0.625vw 0.3125vw 0.625vw;
  display: block;
  font-size: 16px;
  border: solid 1px #202531;
  border-top: 0;
}
app-terminology-autoselect .ng-select.ng-select-single .ng-select-container {
  display: inline-grid;
  line-height: 1.3em;
}
app-terminology-autoselect .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-value {
  text-overflow: initial;
}
app-terminology-autoselect .ng-select__custom.ng-select {
  width: 100%;
}
app-terminology-autoselect .ng-select__custom.ng-select.hide-dropdown-button .ng-arrow-wrapper {
  display: none;
}
app-terminology-autoselect .ng-select__custom.ng-select .ng-control {
  padding: 0.3125vw 0.625vw 0.3125vw 0.625vw;
}
app-terminology-autoselect .ng-select__custom.ng-select.termiminology--hide-dropdown-items .ng-dropdown-panel-items, app-terminology-autoselect .ng-select__custom.ng-select.termiminology--hide-dropdown-items .editable-dropdown__create-wrap, app-terminology-autoselect app-attendee-autoselect .ng-select__custom.ng-select.termiminology--hide-dropdown-items .attendee-autoselect__create-wrap, app-attendee-autoselect app-terminology-autoselect .ng-select__custom.ng-select.termiminology--hide-dropdown-items .attendee-autoselect__create-wrap, app-terminology-autoselect .ng-select__custom.ng-select.termiminology--hide-dropdown-items .autosuggest__create-wrap {
  display: none;
}
app-terminology-autoselect .ng-select__custom.ng-select .ng-dropdown-panel .ng-dropdown-panel-items, app-terminology-autoselect .ng-select__custom.ng-select .ng-dropdown-panel .editable-dropdown__create-wrap, app-terminology-autoselect app-attendee-autoselect .ng-select__custom.ng-select .ng-dropdown-panel .attendee-autoselect__create-wrap, app-attendee-autoselect app-terminology-autoselect .ng-select__custom.ng-select .ng-dropdown-panel .attendee-autoselect__create-wrap, app-terminology-autoselect .ng-select__custom.ng-select .ng-dropdown-panel .autosuggest__create-wrap {
  padding: 0;
}
@media screen and (max-width: 786px) {
  app-terminology-autoselect .ng-select__custom.ng-select .ng-dropdown-panel .ng-dropdown-panel-items, app-terminology-autoselect .ng-select__custom.ng-select .ng-dropdown-panel .editable-dropdown__create-wrap, app-terminology-autoselect app-attendee-autoselect .ng-select__custom.ng-select .ng-dropdown-panel .attendee-autoselect__create-wrap, app-attendee-autoselect app-terminology-autoselect .ng-select__custom.ng-select .ng-dropdown-panel .attendee-autoselect__create-wrap, app-terminology-autoselect .ng-select__custom.ng-select .ng-dropdown-panel .autosuggest__create-wrap {
    max-height: 12em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  app-terminology-autoselect .ng-select__custom.ng-select .ng-dropdown-panel .ng-dropdown-panel-items, app-terminology-autoselect .ng-select__custom.ng-select .ng-dropdown-panel .editable-dropdown__create-wrap, app-terminology-autoselect app-attendee-autoselect .ng-select__custom.ng-select .ng-dropdown-panel .attendee-autoselect__create-wrap, app-attendee-autoselect app-terminology-autoselect .ng-select__custom.ng-select .ng-dropdown-panel .attendee-autoselect__create-wrap, app-terminology-autoselect .ng-select__custom.ng-select .ng-dropdown-panel .autosuggest__create-wrap {
    max-height: 13em;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  app-terminology-autoselect .ng-select__custom.ng-select .ng-dropdown-panel .ng-dropdown-panel-items, app-terminology-autoselect .ng-select__custom.ng-select .ng-dropdown-panel .editable-dropdown__create-wrap, app-terminology-autoselect app-attendee-autoselect .ng-select__custom.ng-select .ng-dropdown-panel .attendee-autoselect__create-wrap, app-attendee-autoselect app-terminology-autoselect .ng-select__custom.ng-select .ng-dropdown-panel .attendee-autoselect__create-wrap, app-terminology-autoselect .ng-select__custom.ng-select .ng-dropdown-panel .autosuggest__create-wrap {
    max-height: 14em;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  app-terminology-autoselect .ng-select__custom.ng-select .ng-dropdown-panel .ng-dropdown-panel-items, app-terminology-autoselect .ng-select__custom.ng-select .ng-dropdown-panel .editable-dropdown__create-wrap, app-terminology-autoselect app-attendee-autoselect .ng-select__custom.ng-select .ng-dropdown-panel .attendee-autoselect__create-wrap, app-attendee-autoselect app-terminology-autoselect .ng-select__custom.ng-select .ng-dropdown-panel .attendee-autoselect__create-wrap, app-terminology-autoselect .ng-select__custom.ng-select .ng-dropdown-panel .autosuggest__create-wrap {
    max-height: 15em;
  }
}
@media screen and (min-width: 1600px) {
  app-terminology-autoselect .ng-select__custom.ng-select .ng-dropdown-panel .ng-dropdown-panel-items, app-terminology-autoselect .ng-select__custom.ng-select .ng-dropdown-panel .editable-dropdown__create-wrap, app-terminology-autoselect app-attendee-autoselect .ng-select__custom.ng-select .ng-dropdown-panel .attendee-autoselect__create-wrap, app-attendee-autoselect app-terminology-autoselect .ng-select__custom.ng-select .ng-dropdown-panel .attendee-autoselect__create-wrap, app-terminology-autoselect .ng-select__custom.ng-select .ng-dropdown-panel .autosuggest__create-wrap {
    max-height: 380px;
  }
}
app-cds-app-plugin {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
}
app-cds-app-plugin .app-plugin__iframe {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}
app-cds-app-plugin .app-plugin__error {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
}
app-cds-app-plugin .app-plugin__error:before {
  background-image: url('icon-error-generic.abef5ad116b7ac68.svg');
}
app-cds-app-plugin .app-plugin__error__headline {
  font-size: 1.5em;
  line-height: 1.8em;
  margin: 0;
  font-style: normal;
  text-transform: none;
}
@media (max-width: 1600px) {
  app-cds-app-plugin .app-plugin__error__headline {
    font-size: 1.35em;
    line-height: 1.62em;
  }
}
app-cds-app-plugin .app-plugin__error__caption {
  margin: 0;
}
.genomics__pin-button, .genomics-alterations__pin-button, .present-illness-history__pin-button, .patient-summary__pin-button, .staging__pin-button, .past-medical-history__pin-button, .social-history__pin-button, .treatment-history__pin-button, .biomarkers__pin-button, .medications__pin-button, .tumor-information__pin-button, .physical-examination__pin-button, .patient-event-links__pin-button {
  justify-content: right;
  align-self: right;
  margin-left: auto;
  width: 1.375vw;
  height: 1.375vw;
}
.genomics__pin-button .pin-button__icon, .genomics-alterations__pin-button .pin-button__icon, .present-illness-history__pin-button .pin-button__icon, .patient-summary__pin-button .pin-button__icon, .staging__pin-button .pin-button__icon, .past-medical-history__pin-button .pin-button__icon, .social-history__pin-button .pin-button__icon, .treatment-history__pin-button .pin-button__icon, .biomarkers__pin-button .pin-button__icon, .medications__pin-button .pin-button__icon, .tumor-information__pin-button .pin-button__icon, .physical-examination__pin-button .pin-button__icon, .patient-event-links__pin-button .pin-button__icon {
  background-size: 0.9375vw;
}
.genomics__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .genomics-alterations__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .present-illness-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .patient-summary__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .staging__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .past-medical-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .social-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .treatment-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .biomarkers__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .medications__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .tumor-information__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .physical-examination__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .patient-event-links__pin-button .pin-button__not-pinned.pin-button__color-dark:hover {
  background-image: url('pin-disabled-hover.3bdcca6a1e8dce46.svg');
}
app-genomics-alterations {
  width: 100%;
  display: block;
}
app-genomics-alterations.is-highlighted .genomics-alterations__fmi-wrapper {
  background: #f9e5ea;
}
.genomics-alterations__headline {
  display: flex;
}
.genomics-alterations__element-name {
  text-transform: uppercase;
}
.genomics-alterations__entries {
  margin-bottom: 0.625vw;
  width: 100%;
}
.genomics-alterations__entries--disabled {
  margin-bottom: 0.625vw;
  border: COLOR_PRIMARY_7BORDERGREY solid 1px;
  color: COLOR_PRIMARY_7BORDERGREY;
}
.genomics-alterations__entry-input-message {
  text-align: right;
}
.genomics-history__input {
  display: inline-block;
  word-break: break-word;
}
.additional-info_text {
  word-wrap: break-word;
}
.add-info-disabled .genomics-app .trigger-edit {
  opacity: 0.25;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
app-staging-value {
  display: block;
  margin-bottom: 0.4vw;
}
.staging-value-stage, .staging-value-date {
  display: inline-block;
}
.staging-value-prefix {
  font-weight: 700;
  padding: 0 0.5vw 0 0;
}
app-popup.pin-button__popup {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  z-index: 2;
  transition-property: none;
}
app-popup.pin-button__popup.modal {
  z-index: 10000;
}
app-popup.pin-button__popup.right-aligned {
  margin-left: -20vw;
}
app-popup.pin-button__popup:focus {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
app-popup .pin-button__popup-static-element-base, app-popup .pin-button__popup-footer, app-popup .pin-button__popup-header {
  flex-grow: 0;
  flex-shrink: 0;
}
app-popup .pin-button__popup-header {
  display: flex;
  height: 2.5vw;
  flex-basis: 2.5vw;
}
app-popup .pin-button__popup-header-popup-visible {
  border-bottom: 1px solid #cad1d7;
  transition: border-bottom 0s linear;
}
app-popup .pin-button__popup-header-title {
  background-color: #ffffff;
  flex-grow: 1;
  line-height: 2.5vw;
  vertical-align: middle;
  color: #5a6774;
  padding-left: 2.5vw;
}
app-popup .pin-button__popup-meeting-list-container {
  background-color: #ffffff;
  width: 20vw;
  overflow-y: auto;
}
app-popup .pin-button__popup-meeting-list {
  max-height: 21vw;
  overflow: auto;
  list-style-type: none;
}
app-popup .pin-button__popup-meeting-container-base, app-popup .pin-button__popup-meeting-container-pinned, app-popup .pin-button__popup-meeting-container {
  cursor: pointer;
  display: flex;
}
app-popup .pin-button__popup-meeting-container-base:not(:last-child), app-popup .pin-button__popup-meeting-container-pinned:not(:last-child), app-popup .pin-button__popup-meeting-container:not(:last-child) {
  border-bottom: 1px solid #cad1d7;
}
app-popup .pin-button__popup-meeting-container:hover {
  background-color: #e8ecf0;
}
app-popup .pin-button__popup-meeting-container-pinned {
  background-color: #e8ecf0;
}
app-popup .pin-button__popup-meeting-checkbox {
  width: 1.5vw;
  height: 1.5vw;
  margin: 1.25vw 0.625vw 1.25vw 0.4375vw;
}
app-popup .pin-button__popup-meeting-info {
  padding: 0.9375vw 0vw 0.9375vw 0vw;
}
app-popup .pin-button__popup-meeting-name {
  word-break: break-word;
  font-weight: 600;
  color: #373f47;
}
app-popup .pin-button__popup-meeting-time {
  font-size: 0.8em;
  color: #5a6774;
}
app-popup .pin-button__popup-footer {
  border-top: 1px solid #cad1d7;
  background-color: #ffffff;
  display: flex;
  justify-content: flex-end;
  flex-basis: 3.5vw;
}
app-popup .pin-button__popup-section-hidden {
  display: none;
}
app-popup .pin-button__popup-button-base, app-popup .pin-button__popup-cancel-button, app-popup .pin-button__popup-pin-button {
  margin: 0.625vw 0.625vw 0.625vw 0vw;
}
app-pin-button .pin-button__container {
  z-index: 2;
  position: relative;
  height: inherit;
  width: inherit;
}
app-pin-button .pin-button__right-aligned popup-placeholder {
  float: right;
}
app-pin-button .pin-button__container-popup-visible {
  pointer-events: inherit;
  z-index: 3;
}
app-pin-button .pin-button__icon {
  pointer-events: inherit;
  width: 100%;
  height: 100%;
}
app-pin-button .pin-button__icon.loading {
  display: none;
}
app-pin-button .pin-button__multiple-pin-indicator, app-pin-button .pin-button__multiple-pin-indicator-dark, app-pin-button .pin-button__multiple-pin-indicator-light {
  position: absolute;
  right: calc((100% - 1.375vw) / 2 - 0.125vw);
  bottom: calc((100% - 1.375vw) / 2 - 0.125vw);
  height: 0.8125vw;
  width: 0.8125vw;
  font-size: 0.6875vw;
  border-radius: 0.8125vw;
  text-align: center;
  line-height: 0.8125vw;
  font-weight: bold;
}
app-pin-button .pin-button__multiple-pin-indicator-light {
  background-color: #373f47;
  color: #ffffff;
}
app-pin-button .pin-button__multiple-pin-indicator-dark {
  background-color: #ffffff;
  color: #373f47;
}
.active app-pin-button .pin-button__multiple-pin-indicator-dark {
  background-color: #373f47;
  color: #ffffff;
}
app-pin-button .pin-button__base, app-pin-button .pin-button__pinned-button, app-pin-button .pin-button__not-pinned {
  background-size: 1.375vw 1.375vw;
  background-repeat: no-repeat;
  background-position: center;
  z-index: inherit;
  cursor: pointer;
  position: relative;
}
app-pin-button .pin-loader .dia-loader__spinner, app-pin-button .pin-loader .dia-loader__spinner--dark {
  transform: scale(0.65);
}
app-pin-button .pin-loader__light .dia-loader__spinner, app-pin-button .pin-loader__light .dia-loader__spinner--dark {
  background-color: #ffffff;
}
app-pin-button .pin-button__color-light {
  background-color: #ffffff;
}
app-pin-button .pin-button__color-light.active {
  background-color: transparent;
}
app-pin-button .pin-button__color-dark {
  background-color: transparent;
}
app-pin-button .pin-button__color-dark.active {
  background-color: #ffffff;
}
app-pin-button .pin-button__not-pinned {
  background-image: url('pin-disabled.cd566fc581e2651d.svg');
}
app-pin-button .pin-button__not-pinned.pin-button__color-light:hover {
  background-image: url('pin-disabled-hover.3bdcca6a1e8dce46.svg');
}
app-pin-button .pin-button__not-pinned.pin-button__color-dark:hover {
  background-image: url('pin-disabled-hover-light.e7819a0833fc6dac.svg');
}
app-pin-button .pin-button__not-pinned.pin-button__color-dark.active {
  background-image: url('pin-disabled-hover.3bdcca6a1e8dce46.svg');
}
app-pin-button .pin-button__pinned-button {
  background-image: url('pin-active.6ee5516915f31faf.svg');
  opacity: 1;
}
app-pin-button .pin-button__pinned {
  opacity: 1;
}
app-pin-button .pin-button__popup-container {
  max-height: inherit;
  display: flex;
  flex-direction: column;
}
app-pin-button .pin-button__tooltip-container {
  position: relative;
  margin: 0 50% 0 50%;
}
app-pin-button .pin-button__tooltip {
  transition-property: none;
  width: 100%;
}
app-pin-button .pin-button__tooltip.modal {
  z-index: 10000;
}
app-pin-button .pin-button__success-popup-container {
  float: right;
}
app-pin-button .pin-button__success-popup {
  transition-property: none;
  z-index: 3;
  pointer-events: none;
}
app-pin-button .pin-button__pin-success-text-container {
  height: 2.375vw;
  line-height: 2.375vw;
  background-color: #ffffff;
  padding: 0vw 0.625vw 0vw 0.625vw;
  color: #a2aeba;
}
app-pin-button .pin-button__pin-success-text {
  font-style: italic;
  white-space: nowrap;
}
app-popup.attachment-preview-button__popup {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  z-index: 3;
  transition-property: none;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}
app-popup .attachment-preview-button__popup-header {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
app-popup .attachment-preview-button__popup-close-button {
  background-image: url('close-off.c6e98bde8e5dfc49.svg');
  margin: 0.625vw 0.625vw 0.625vw 0.625vw;
  display: block;
  height: 2em;
  width: 2em;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 75%;
  cursor: pointer;
  border: none;
}
app-popup .attachment-preview-button__popup-close-button:hover {
  background-image: url('close-on.743ad1c3b9febcfd.svg');
}
app-popup .attachment-preview-button__popup-container {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: row;
  margin: 0vw 1.5vw 1.5vw 1.5vw;
  position: relative;
  min-width: 19.875vw;
  min-height: 18.375vw;
}
app-attachment-preview-button popup-placeholder {
  float: right;
}
app-attachment-preview-button .attachment-preview-button__container {
  z-index: 3;
  position: relative;
  height: inherit;
  width: inherit;
}
app-attachment-preview-button .attachment-preview-button__container-popup-visible {
  pointer-events: inherit;
  z-index: 3;
}
app-attachment-preview-button .attachment-preview-button__icon {
  background-image: url('zoom-in-off.fe010a2a7dd0b759.svg');
  position: relative;
  z-index: inherit;
  background-size: 1.375vw 1.375vw;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  pointer-events: inherit;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border: none;
}
app-attachment-preview-button .attachment-preview-button__icon:hover {
  background-image: url('zoom-in-on.1370b6269111db73.svg');
}
app-attachment-preview-button .attachment-preview-button__icon.active {
  background-image: url('zoom-in-on.1370b6269111db73.svg');
}
app-attachment-preview-button .attachment-preview-button__tooltip {
  position: relative;
  margin: 0 50% 0 50%;
  transition-property: none;
  width: 100%;
}
.disabled, .disabled-area, .meeting-point-of-discussion__add--disabled, .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .disabled-area:hover, .meeting-point-of-discussion__add--disabled:hover, .disabled-area:focus, .meeting-point-of-discussion__add--disabled:focus, .disabled-area:active, .meeting-point-of-discussion__add--disabled:active, .patient-disabled-tooltip__label--disabled, .patient-disabled-tooltip__label--disabled:hover, .patient-disabled-tooltip__label--disabled:focus, .patient-disabled-tooltip__label--disabled:active, .cancer-info__actions__action--disabled, .cancer-info__actions__action--disabled:hover, .cancer-info__actions__action--disabled:focus, .cancer-info__actions__action--disabled:active, app-patient-card .patient-card__action-dropdown-element-delete-disabled, app-patient-card .patient-card__action-dropdown-element-delete-disabled:hover, app-patient-card .patient-card__action-dropdown-element-delete-disabled:focus, app-patient-card .patient-card__action-dropdown-element-delete-disabled:active, .patient-history__actions-action--disabled, .patient-history__actions-action--disabled:hover, .patient-history__actions-action--disabled:focus, .patient-history__actions-action--disabled:active, .meeting-preparation__sidebar__slide-creator.disabled, .meeting-preparation__sidebar__slide-creator.disabled-area, .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .meeting-preparation__sidebar__slide-creator.disabled:hover, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled:hover, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled:hover, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:hover, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled:hover, .meeting-preparation__sidebar__slide-creator.disabled:focus, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled:focus, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled:focus, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:focus, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled:focus, .meeting-preparation__sidebar__slide-creator.disabled:active, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled:active, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled:active, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:active, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled:active, .meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation-slide-creator__options__item--disabled:hover, .meeting-preparation-slide-creator__options__item--disabled:focus, .meeting-preparation-slide-creator__options__item--disabled:active, .meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled, .patient-summary__add--disabled, .patient-summary__add--disabled:hover, .patient-summary__add--disabled:focus, .patient-summary__add--disabled:active, .meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled, .staging__add--disabled, .staging__add--disabled:hover, .staging__add--disabled:focus, .staging__add--disabled:active, .meeting-preparation__sidebar__slide-creator.staging__add--disabled, .past-medical-history__add--disabled, .past-medical-history__add--disabled:hover, .past-medical-history__add--disabled:focus, .past-medical-history__add--disabled:active, .meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled, .social-history__add--disabled, .social-history__add--disabled:hover, .social-history__add--disabled:focus, .social-history__add--disabled:active, .meeting-preparation__sidebar__slide-creator.social-history__add--disabled, .treatment-history__add--disabled, .treatment-history__add--disabled:hover, .treatment-history__add--disabled:focus, .treatment-history__add--disabled:active, .meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled, .biomarkers__add--disabled, .biomarkers__add--disabled:hover, .biomarkers__add--disabled:focus, .biomarkers__add--disabled:active, .meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled, .medications__add--disabled, .medications__add--disabled:hover, .medications__add--disabled:focus, .medications__add--disabled:active, .meeting-preparation__sidebar__slide-creator.medications__add--disabled, .tumor-information__add--disabled, .tumor-information__add--disabled:hover, .tumor-information__add--disabled:focus, .tumor-information__add--disabled:active, .meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled, .physical-examination__add--disabled, .physical-examination__add--disabled:hover, .physical-examination__add--disabled:focus, .physical-examination__add--disabled:active, .meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled, .patient-event-links__add--disabled, .patient-event-links__add--disabled:hover, .patient-event-links__add--disabled:focus, .patient-event-links__add--disabled:active, .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled, .disabled:hover, .disabled-area:hover, .meeting-point-of-discussion__add--disabled:hover, .patient-disabled-tooltip__label--disabled:hover, .cancer-info__actions__action--disabled:hover, app-patient-card .patient-card__action-dropdown-element-delete-disabled:hover, .patient-history__actions-action--disabled:hover, .meeting-preparation-slide-creator__options__item--disabled:hover, .patient-summary__add--disabled:hover, .staging__add--disabled:hover, .past-medical-history__add--disabled:hover, .social-history__add--disabled:hover, .treatment-history__add--disabled:hover, .biomarkers__add--disabled:hover, .medications__add--disabled:hover, .tumor-information__add--disabled:hover, .physical-examination__add--disabled:hover, .patient-event-links__add--disabled:hover, .disabled:focus, .disabled-area:focus, .meeting-point-of-discussion__add--disabled:focus, .patient-disabled-tooltip__label--disabled:focus, .cancer-info__actions__action--disabled:focus, app-patient-card .patient-card__action-dropdown-element-delete-disabled:focus, .patient-history__actions-action--disabled:focus, .meeting-preparation-slide-creator__options__item--disabled:focus, .patient-summary__add--disabled:focus, .staging__add--disabled:focus, .past-medical-history__add--disabled:focus, .social-history__add--disabled:focus, .treatment-history__add--disabled:focus, .biomarkers__add--disabled:focus, .medications__add--disabled:focus, .tumor-information__add--disabled:focus, .physical-examination__add--disabled:focus, .patient-event-links__add--disabled:focus, .disabled:active, .disabled-area:active, .meeting-point-of-discussion__add--disabled:active, .patient-disabled-tooltip__label--disabled:active, .cancer-info__actions__action--disabled:active, app-patient-card .patient-card__action-dropdown-element-delete-disabled:active, .patient-history__actions-action--disabled:active, .meeting-preparation-slide-creator__options__item--disabled:active, .patient-summary__add--disabled:active, .staging__add--disabled:active, .past-medical-history__add--disabled:active, .social-history__add--disabled:active, .treatment-history__add--disabled:active, .biomarkers__add--disabled:active, .medications__add--disabled:active, .tumor-information__add--disabled:active, .physical-examination__add--disabled:active, .patient-event-links__add--disabled:active {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.disabled-area, .meeting-point-of-discussion__add--disabled, .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .patient-disabled-tooltip__label--disabled, .cancer-info__actions__action--disabled, app-patient-card .patient-card__action-dropdown-element-delete-disabled, .patient-history__actions-action--disabled, .meeting-preparation__sidebar__slide-creator.disabled, .meeting-preparation__sidebar__slide-creator.disabled-area, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled, .patient-summary__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled, .staging__add--disabled, .meeting-preparation__sidebar__slide-creator.staging__add--disabled, .past-medical-history__add--disabled, .meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled, .social-history__add--disabled, .meeting-preparation__sidebar__slide-creator.social-history__add--disabled, .treatment-history__add--disabled, .meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled, .biomarkers__add--disabled, .meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled, .medications__add--disabled, .meeting-preparation__sidebar__slide-creator.medications__add--disabled, .tumor-information__add--disabled, .meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled, .physical-examination__add--disabled, .meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled, .patient-event-links__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled, .disabled-area:hover, .disabled-area:focus, .disabled-area:active {
  display: block;
  opacity: 0.25;
}
app-patient-event {
  display: block;
  position: relative;
  z-index: 0;
  flex-shrink: 0;
}
app-patient-event-links {
  width: 100%;
}
.patient-event__actions {
  padding-top: 0;
  display: flex;
  justify-content: flex-end;
}
.patient-event__actions .dia-btn[type=default] {
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
}
.patient-event__actions .dia-btn[type=default].dia-btn--disabled {
  color: #a2aeba;
  text-decoration: none;
  cursor: not-allowed;
}
.patient-event__actions-action,
.patient-event__actions__action {
  margin: 0 0 0 10px;
  white-space: nowrap;
}
.patient-event__actions-action-move {
  margin: 0;
}
.patient-event__actions-action-tooltipped,
.patient-event__actions__action__tooltipped {
  display: inline-flex;
}
@media print {
  .patient-event__form, .patient-event__placeholder {
    display: none;
  }
}
.patient-event__group, .patient-event__second-group {
  position: relative;
  flex-grow: 0;
}
.patient-event__second-group {
  padding-top: 1.13vw;
}
.patient-event__fields {
  justify-content: space-between;
}
.patient-event__date .date-selector__input {
  width: 100%;
}
.patient-event__title {
  max-width: 75%;
  word-break: break-word;
  position: relative;
}
.patient-event__headline {
  padding: 0vw 0.0625vw 0.625vw 0.3125vw;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.patient-event__title-view, .patient-event__section-title {
  flex-grow: 0;
  flex-shrink: 1;
  font-size: 1.5em;
  line-height: 1.3em;
  color: #373f47;
  font-weight: 600;
  word-break: break-all;
}
@media (max-width: 1600px) {
  .patient-event__title-view, .patient-event__section-title {
    font-size: 1.35em;
    line-height: 1.17em;
  }
}
.patient-event__info {
  margin-left: 0.9375vw;
}
.patient-event__date,
.patient-event__category {
  position: relative;
  width: 25%;
}
.patient-event__attachment {
  width: 50%;
}
.patient-event__description {
  width: 100%;
}
.patient-event__main-input {
  margin-bottom: 0.625vw;
  font-size: 1.2em;
  line-height: 1.2em;
}
@media (max-width: 1600px) {
  .patient-event__main-input {
    font-size: 1.08em;
    line-height: 1.08em;
  }
}
.patient-event__input-import {
  width: 100%;
}
.patient-event__featured-pdf {
  margin: 1.25vw 1.25vw 1.25vw 1.25vw;
}
.patient-event__featured-pdf-container {
  overflow: auto;
  width: 100%;
  background-color: #e8ecf0;
}
.patient-event__pinned-dicom-study,
.patient-event__upload-dicom-study {
  width: 100%;
  margin-top: 2.5vw;
  margin-bottom: 2.5vw;
}
.patient-event__pinned-dicom-study .dia-alert-toast,
.patient-event__upload-dicom-study .dia-alert-toast {
  margin-top: 3.125vw;
}
app-patient-event .genomic__info {
  display: none;
}
.patient-event__section-title {
  margin: 0vw 0vw 1.25vw 0vw;
  text-transform: uppercase;
}
.patient-event__category .input {
  padding: 0.625vw 0.625vw 0.625vw 0.625vw;
}
.patient-event__print {
  display: none;
}
@media print {
  .patient-event__print {
    display: block;
  }
}
.patient-event__print-container {
  padding: 0 0 14px;
  font-size: 14px;
}
.patient-event__print-text, .patient-event__print-content, .patient-event__print {
  font-size: 16px;
  line-height: 18px;
  padding: 4px 0;
  color: #5a6774;
}
.patient-event__print-apps-wrapper {
  page-break-inside: avoid;
  padding: 0;
  display: block;
  margin-top: 20px;
}
.patient-event__print-apps-wrapper-flex {
  overflow-x: hidden !important;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}
.patient-event__print-main-heading {
  font-size: 20px;
  text-transform: none;
  font-weight: 500;
  margin-bottom: 20px;
}
.patient-event__print-main-heading--underlined {
  border-bottom: 2.5px solid #cad1d7;
}
.patient-event__section {
  page-break-inside: avoid;
  margin-bottom: 20px;
  color: #5a6774;
}
.patient-event__section--boxed {
  background: rgba(216, 216, 216, 0.3);
  border: 1px solid rgba(216, 216, 216, 0.3);
  box-sizing: border-box;
  padding: 20px 16px;
  -webkit-print-color-adjust: exact;
}
.patient-event__section .biomarkers__headline, .patient-event__section .biomarkers__entries-headline, .patient-event__section .genomics-alterations__headline, .patient-event__section .treatment-history__headline,
.patient-event__section .treatment-history__entries-headline, .patient-event__section .present-illness-history__headline, .patient-event__section .social-history__headline, .patient-event__section .physical-examination__headline,
.patient-event__section .past-medical-history__headline, .patient-event__section .medications__headline, .patient-event__section .patient-summary__headline, .patient-event__section .patient-event-timeline-links__headline,
.patient-event__section .attendees-view__headline {
  border: none;
  margin: 0;
  padding: 0;
}
.patient-event__section .biomarkers__title, .patient-event__section .genomics-alterations__title, .patient-event__section .treatment-history__title, .patient-event__section .present-illness-history__title,
.patient-event__section .social-history__title, .patient-event__section .physical-examination__title, .patient-event__section .past-medical-history__title, .patient-event__section .medications__title, .patient-event__section .patient-summary__title,
.patient-event__section .patient-event-timeline-links__title, .patient-event__section .attendees-view__title {
  width: 100%;
  line-height: 1.62em;
  display: block;
}
.patient-event__section .biomarkers__headers, .patient-event__section .treatment-history__headers {
  margin: 0;
  color: #373f47;
}
.patient-event__section .biomarkers__headers div, .patient-event__section .treatment-history__headers div {
  padding: 0;
  text-transform: none;
}
.patient-event__section .meeting-patient-attachments__headline {
  display: none;
}
.patient-event__section .treatment-history__view-value {
  padding-top: 0px;
  line-height: 1.7em;
}
.patient-event__section .genomics-app {
  font-size: 14px;
}
.patient-event__section .genomics-app .report-header .report-header-container .label {
  text-transform: none;
}
.patient-event__section .genomics-app .patient-genomics__cell {
  white-space: normal;
}
.patient-event__section .social-history__label {
  text-transform: none;
}
.patient-event__section .short-text__body {
  font-size: 10px;
  white-space: normal;
  text-overflow: initial;
}
.patient-event__section .patient-case-classification__title,
.patient-event__section .conference-activities__title,
.patient-event__section .attendees-view__title,
.patient-event__section .additional-notes__title {
  text-transform: none;
}
.patient-event__section .conference-activities__list-item-label, .patient-event__section .conference-activities__list-item-value {
  display: inline-block;
  vertical-align: top;
}
.patient-event__section .conference-activities__list-item-label--title, .patient-event__section .conference-activities__list-item-value--title {
  display: none;
}
.patient-event__section .conference-activities__list-item-label {
  font-weight: 700;
  width: 21.33%;
}
.patient-event__section .conference-activities__list-item-value {
  color: #5a6774;
  width: 12%;
}
.patient-event__section .patient-case-classification__content {
  max-width: 50%;
}
.patient-event__section .patient-case-classification__view-label {
  font-weight: 700;
}
.patient-event__section .patient-case-classification__view-value {
  color: #5a6774;
}
.patient-event__section .patient-case-classification__section-border {
  border-bottom: 0;
}
.patient-event__patient-info-heading {
  font-size: 20px;
  color: #373f47;
  font-weight: bold;
  margin-right: 25px;
}
.patient-event__heading, .patient-event__section .biomarkers__title, .patient-event__section .genomics-alterations__title, .patient-event__section .treatment-history__title, .patient-event__section .present-illness-history__title,
.patient-event__section .social-history__title, .patient-event__section .physical-examination__title, .patient-event__section .past-medical-history__title, .patient-event__section .medications__title, .patient-event__section .patient-summary__title,
.patient-event__section .patient-event-timeline-links__title, .patient-event__section .attendees-view__title, .patient-event__section .patient-case-classification__headline,
.patient-event__section .conference-activities__headline,
.patient-event__section .attendees-view__headline,
.patient-event__section .additional-notes__headline {
  font-size: 16px;
  border-bottom: 1px solid #cad1d7;
  text-transform: none;
  margin-bottom: 1em;
  line-height: 1.62em;
}
.patient-event__patient-info {
  font-size: 16px;
  margin-right: 25px;
}
.patient-event__row {
  display: flex;
  margin-bottom: 0.7em;
}
.patient-event__row-title {
  font-weight: bold;
  color: #373f47;
  min-width: 30%;
}
.patient-event__row-value {
  display: block;
  max-width: 70%;
}
.patient-event__column {
  width: 50%;
}
.patient-event__emphasis {
  font-weight: bold;
}
.patient-event__no-data-message {
  color: #a2aeba;
  font-style: italic;
}
.print-header,
.print-footer {
  height: 20px;
  position: fixed;
  left: 0.5cm;
  right: 0.5cm;
  display: flex;
  font-size: 10px;
  font-weight: 500;
  color: #373f47;
}
.print-footer-space,
.print-header-space {
  height: 20px;
}
.print-header {
  top: 0;
  align-items: flex-start;
}
.print-footer {
  bottom: 0;
  align-items: flex-end;
  justify-content: space-between;
}
.page-break {
  page-break-inside: avoid;
  min-height: calc(100vh - 40px - 1cm);
}
.print-layout-wrapper {
  width: 100%;
}
.hide-print-header {
  position: relative;
  overflow-y: visible;
}
.hide-print-header:before {
  content: "";
  height: 50px;
  background-color: white;
  position: absolute;
  width: 100%;
  top: -50px;
  z-index: 1;
}
@page {
  margin-right: 0.5cm;
  margin-left: 0.5cm;
}
.patient-event__date-view,
.patient-event__description-view {
  padding-left: 0.3125vw;
  color: #5a6774;
  word-break: break-word;
}
.patient-event__description-view {
  padding-bottom: 1.25vw;
}
.patient-event__featured-preview {
  width: 100%;
  margin-bottom: 1.875vw;
}
.patient-event__date .dia-date-selector__input {
  line-height: inherit;
}
.patient-event__date-title,
.patient-event__category-title,
.patient-event__timeline-title,
.patient-event__attachment-title {
  display: block;
  padding-bottom: 10px;
  font-weight: bold;
  color: #5a6774;
}
.patient-event__button-type {
  margin-bottom: 3vw;
}
.patient-event__category-import,
.patient-event__attachment-import,
.patient-event__title-import {
  position: relative;
}
.patient-event__category-import .input {
  padding: 0.625vw 0.625vw 0.625vw 0.625vw;
}
.patient-event__attachment-import,
.patient-event__date {
  width: 33%;
}
.patient-event__button-message {
  margin: 1.25vw 1.25vw 1.25vw 1.25vw;
  padding: 1vw 1vw 1vw 1vw;
  border-radius: 5px;
  border: 1px solid #5a6774;
}
.patient-event__title {
  max-width: 100%;
  width: 100%;
}
.patient-event__group, .patient-event__second-group {
  margin-bottom: 0.3125vw;
}
.patient-event__main-input {
  font-size: inherit;
}
.patient-event__fields--flex-start {
  justify-content: start;
}
app-patient-meeting-timeline-event .patient-summary__headline {
  border: none;
}
.patient-event__first-column, .patient-event__second-column {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
  max-width: 50%;
  margin: 0;
}
.patient-event__form:not(.edit-view) .patient-event__first-column, .patient-event__form:not(.edit-view) .patient-event__second-column, .patient-event__placeholder:not(.edit-view) .patient-event__first-column, .patient-event__placeholder:not(.edit-view) .patient-event__second-column {
  overflow: hidden;
}
.patient-event__second-column {
  margin: 0 0 0 1em;
}
.patient-event__patient-summary app-patient-summary,
.patient-event__patient-summary app-tumor-information,
.patient-event__patient-summary app-patient-biomarkers,
.patient-event__tumor-information app-patient-summary,
.patient-event__tumor-information app-tumor-information,
.patient-event__tumor-information app-patient-biomarkers,
.patient-event__patient-biomarkers app-patient-summary,
.patient-event__patient-biomarkers app-tumor-information,
.patient-event__patient-biomarkers app-patient-biomarkers {
  margin: 0;
}
.patient-event__patient-summary .patient-summary__headline,
.patient-event__patient-summary .tumor-information__headline,
.patient-event__patient-summary .patient-biomarkers__headline,
.patient-event__tumor-information .patient-summary__headline,
.patient-event__tumor-information .tumor-information__headline,
.patient-event__tumor-information .patient-biomarkers__headline,
.patient-event__patient-biomarkers .patient-summary__headline,
.patient-event__patient-biomarkers .tumor-information__headline,
.patient-event__patient-biomarkers .patient-biomarkers__headline {
  margin: 0;
  padding: 0;
}
.patient-event__treatment-history {
  width: 100%;
}
.patient-event__recommendations,
.patient-event__tumor-information,
.patient-event__guidelines,
.patient-event__physical-examination,
.patient-event__patient-biomarkers,
.patient-event__present-illness-history,
.patient-event__past-medical-history,
.patient-event__clinical-trials {
  display: block;
  margin: 0vw 0vw 1.875vw 0vw;
}
.patient-event__stage,
.patient-event__patient-summary {
  display: block;
}
.patient-event__additonal-info .patient-event__additonal-conference-notes {
  display: block;
  margin: 0vw 0vw 1.25vw 0vw;
}
.patient-event__fullscreen-modal-read-only .fullscreen-preview-component__heading {
  background: #0066cc;
}
.patient-event__fullscreen-modal-read-only .fullscreen-preview-component__parent-title {
  color: #ffffff;
}
.patient-event__fullscreen-modal-read-only .fullscreen-preview-component__icon-arrow-back {
  background-image: url('back-arrow-bright.89080783fdafe958.svg');
}
.patient-event__actions-print {
  position: relative;
  display: inline-flex;
  align-items: inherit;
}
.patient-event__actions-print.in-progress, .patient-event__actions-print.in-progress:hover {
  cursor: not-allowed;
  text-decoration: none;
  color: #a2aeba;
  font-style: italic;
}
.patient-event__actions-print .patient-event__actions-loader {
  margin-top: -0.9375vw;
  position: absolute;
  top: 8px;
  width: 1.25vw;
  height: 1.25vw;
  right: 0;
}
.patient-event__headline {
  padding: 0 0 0.6875vw 0;
}
.patient-event__headline-tenant-link {
  position: relative;
  height: 0.8em;
  vertical-align: middle;
  display: inline-block;
}
.patient-event__headline-tenant-link-icon {
  display: block;
  margin-left: 0.5vw;
  width: 0.7em;
  height: 0.7em;
  -webkit-mask-image: url('link.dccb45d84c05a836.svg');
  -webkit-mask-size: cover;
  mask-image: url('link.dccb45d84c05a836.svg');
  mask-size: cover;
  background-color: #373f47;
  text-indent: -999em;
}
.patient-event__headline:hover .patient-event__headline-tenant-link-icon {
  background-color: #0066cc;
}
dia-modal.modal-fullscreen .dia-modal__base {
  padding: 0vw 0vw 0vw 0vw;
  width: 100vw;
  height: 100vh;
}
dia-modal.modal-fullscreen .dia-modal__base .dia-modal__content {
  padding: 0vw 0vw 0vw 0vw;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
dia-modal.modal-fullscreen .dia-modal__base .dia-modal__transclude {
  width: 100%;
  height: 100%;
}
.patient-event__actions-print.is-open {
  padding: 0.5vw 0.5vw 0.5vw 0.5vw;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0 0 0.25vw 0 rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.patient-event__actions-print.in-progress {
  padding-right: 22px;
}
.confirmation-dialog-message {
  padding-bottom: 1vw;
}
.patient-event__actions-section {
  margin-right: 0.75vw;
  border-right: 1px solid #5a6774;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
}
.patient-event__actions-section-wrapper {
  display: table-cell;
  position: relative;
}
.patient-event__actions-section-wrapper:hover .dropdown-content, .patient-event__actions-section-wrapper:hover .dropdown-content__patient-list {
  display: inherit;
}
.patient-event__actions-icon {
  width: 1.5em;
  height: 1.5em;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1vw;
  float: right;
  background-image: url('expand_more.a08255ee9863cd0c.png');
  cursor: pointer;
}
.patient-event__actions-emr {
  margin-left: 0.5vw;
}
.patient-event__actions-type {
  margin: 0;
}
.patient-event__actions-type--simple {
  margin-right: 0.5vw;
}
.patient-event__actions-type--tooltipped {
  display: flex;
}
.patient-event__actions-type--disabled {
  margin-right: 0.5vw;
  pointer-events: none;
  color: #5a6774;
}
.patient-event__actions-type--cancel {
  margin-right: 0.5vw;
  text-transform: uppercase;
  font-weight: 600;
}
.patient-event__actions-dropdown {
  color: #0066cc;
  border: none;
  background: none;
  cursor: pointer;
}
.dropdown-content, .dropdown-content__patient-list {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 6vw;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-content div, .dropdown-content__patient-list div {
  color: #191919;
  padding: 12px 16px;
  display: block;
  text-transform: capitalize;
  font-weight: 400;
  cursor: pointer;
  font-size: 16px;
  width: 100%;
}
.dropdown-content div:hover, .dropdown-content__patient-list div:hover {
  background-color: #e8ecf0;
}
.dropdown-content__patient-list {
  margin-top: 3vh;
  max-height: 22vh;
  overflow-y: overlay;
  overflow-x: hidden;
  min-width: 8vw;
  max-width: 10vw;
  overflow-wrap: break-word;
}
.tooltipped-icon, .meeting-patient-attachments__pin-button-tooltipped, .upload-featured-attachment__pin-button-tooltipped, .upload-featured-attachment__functions-delete-tooltipped {
  height: 2.375vw;
  width: 2.375vw;
  z-index: 10;
}
.upload-featured-attachment__container {
  width: 100%;
  position: relative;
  background-color: #e8ecf0;
  height: 50vh;
  background-image: url('pdf-thumbnail.9c1dd73e5e21f7b2.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 50%;
}
.loader-overlay .upload-featured-attachment__container {
  background-color: #e8ecf0;
}
.upload-featured-attachment__no-featured {
  display: block;
}
.upload-featured-attachment__no-featured-title {
  padding: 0.625vw 0vw 0.625vw 0vw;
  color: #a2aeba;
  font-style: italic;
}
.upload-featured-attachment__no-featured-title .action {
  color: #0066cc;
}
.upload-featured-attachment__no-featured-preloader {
  width: 100%;
  background-color: #e8ecf0;
}
.upload-featured-attachment__no-featured-tooltipped {
  display: inline-flex;
}
.upload-featured-attachment__progress-bar {
  position: absolute;
  top: 50%;
  left: 35%;
  right: 35%;
}
.upload-featured-attachment__file-input {
  display: none;
}
.upload-featured-attachment__featured-pdf {
  padding: 1.25vw 1.25vw 1.25vw 1.25vw;
  height: 50vh;
}
.upload-featured-attachment__featured-pdf-container {
  overflow: hidden;
  width: 100%;
  cursor: pointer;
}
.upload-featured-attachment__actions-buttons-container {
  top: 1.5625vw;
  right: 1.5625vw;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: absolute;
  z-index: 10;
}
.upload-featured-attachment__pin-button {
  height: 2.375vw;
  width: 2.375vw;
}
.fullscreen, app-meeting-preparation {
  color: #a2aeba;
}
.fullscreen__head, .meeting-preparation__head {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.fullscreen__head__element, .meeting-preparation__context, .meeting-preparation__presentation {
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0.625vw 0vw 0.625vw 0vw;
}
.fullscreen__head__button, .meeting-preparation__back {
  flex-grow: 0;
  flex-shrink: 0;
  padding: 1.25vw 1.25vw 1.25vw 1.25vw;
}
.fullscreen__head__spacer, .meeting-preparation__spacer {
  flex-grow: 1;
  flex-shrink: 1;
}
.fullscreen__icon, .fullscreen-preview-component__annotations-button, app-fullscreen-preview .fullscreen-preview-component__icon-notes, app-fullscreen-preview .fullscreen-preview-component__icon-loader, app-fullscreen-preview .fullscreen-preview-component__icon-arrow-back, .meeting-preparation__back__link {
  display: block;
  width: 1.125vw;
  height: 1.125vw;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.fullscreen__icon--back, app-fullscreen-preview .fullscreen-preview-component__icon-arrow-back, .meeting-preparation__back__link {
  background-image: url('back-arrow-dark.931a6068e72d75ff.svg');
}
.fullscreen__icon--notes, app-fullscreen-preview .fullscreen-preview-component__icon-notes {
  background-image: url('icon-presentation-notes-light.a01fdd703b20ca56.svg');
}
.fullscreen__icon--annotation, .fullscreen-preview-component__annotations-button {
  background-image: url('annotation-white.6896a79cb48d45b1.svg');
}
.nav-arrow, .nav-arrow--prev, app-fullscreen-preview .fullscreen-preview-component__nav-button-container-prev, .nav-arrow--next, app-fullscreen-preview .fullscreen-preview-component__nav-button-container-next, .meeting-presentation__nav--prev, .meeting-presentation__nav--next {
  display: flex;
  flex-direction: row;
  padding: 1.875vw 1.875vw 1.875vw 1.875vw;
  position: absolute;
  top: 50%;
  width: 4vw;
  height: 4vw;
}
.nav-arrow--prev, app-fullscreen-preview .fullscreen-preview-component__nav-button-container-prev, .meeting-presentation__nav--prev {
  left: 2.625vw;
}
.nav-arrow--next, app-fullscreen-preview .fullscreen-preview-component__nav-button-container-next, .meeting-presentation__nav--next {
  right: 2.625vw;
}
.nav-arrow__icon, .nav-arrow__icon--prev, app-fullscreen-preview .fullscreen-preview-component__button-prev, .nav-arrow__icon--next, app-fullscreen-preview .fullscreen-preview-component__button-next, .meeting-presentation__nav__icon--prev, .meeting-presentation__nav__icon--next {
  position: absolute;
  top: -50%;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.nav-arrow__icon--prev, app-fullscreen-preview .fullscreen-preview-component__button-prev, .meeting-presentation__nav__icon--prev {
  background-image: url('icon-presentation-prev.30d5652f5b31ef43.svg');
  background-size: 4vw 4vw;
}
.nav-arrow__icon--prev:hover, app-fullscreen-preview .fullscreen-preview-component__button-prev:hover, .meeting-presentation__nav__icon--prev:hover {
  background-image: url('icon-presentation-prev--active.3ed2ac31a0edd012.svg');
}
.nav-arrow__icon--next, app-fullscreen-preview .fullscreen-preview-component__button-next, .meeting-presentation__nav__icon--next {
  background-image: url('icon-presentation-next.1be1f8cd3d469c67.svg');
  background-size: 4vw 4vw;
}
.nav-arrow__icon--next:hover, app-fullscreen-preview .fullscreen-preview-component__button-next:hover, .meeting-presentation__nav__icon--next:hover {
  background-image: url('icon-presentation-next--active.a89448a2d5ad9ec3.svg');
}
app-fullscreen-preview {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
app-fullscreen-preview .fullscreen-preview-component__attachment-title {
  cursor: default;
  overflow: hidden;
  text-overflow: ellipsis;
  display: table-row;
  margin-right: 16px;
  min-width: 8vw;
  max-width: 1000px;
}
app-fullscreen-preview .fullscreen-preview-component__attachment-title--main {
  font-weight: bold;
}
app-fullscreen-preview .fullscreen-preview-component__attachment-title--meeting-title {
  cursor: pointer;
}
app-fullscreen-preview .fullscreen-preview-component__heading {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  background-color: #202531;
  height: 75px;
}
app-fullscreen-preview .fullscreen-preview-component__heading-left {
  flex-grow: 0;
  flex-shrink: 0;
  cursor: pointer;
  display: flex;
}
app-fullscreen-preview .fullscreen-preview-component__heading-right {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-basis: 225px;
  flex-shrink: 0;
  margin-left: auto;
  float: right;
}
app-fullscreen-preview .fullscreen-preview-component__heading-title {
  flex-grow: 1;
  flex-shrink: 1;
  color: #a2aeba;
  white-space: nowrap;
  text-transform: none;
  font-size: 22px;
  line-height: 75px;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  display: contents;
}
app-fullscreen-preview .fullscreen-preview-component__content {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: auto;
  text-align: center;
  background-color: #202531;
}
app-fullscreen-preview .fullscreen-preview-component__content:hover .fullscreen-preview-component__nav-button-container-prev,
app-fullscreen-preview .fullscreen-preview-component__content:hover .fullscreen-preview-component__nav-button-container-next {
  opacity: 1;
}
app-fullscreen-preview .fullscreen-preview-component__icon-arrow-back {
  float: left;
  width: 18px;
  height: 18px;
  margin: 28.5px 30px 28.5px 30px;
}
app-fullscreen-preview .fullscreen-preview-component__icon-loader {
  width: 18px;
  height: 18px;
  margin: 28.5px 30px 28.5px 30px;
}
app-fullscreen-preview .fullscreen-preview-component__nav-button-container-prev,
app-fullscreen-preview .fullscreen-preview-component__nav-button-container-next {
  opacity: 0;
}
app-fullscreen-preview .fullscreen-preview-component__nav-button-container-prev {
  z-index: 1;
}
app-fullscreen-preview .fullscreen-preview-component__nav-button-container-next {
  z-index: 1;
}
app-fullscreen-preview .fullscreen-preview-component__button-prev {
  cursor: pointer;
}
app-fullscreen-preview .fullscreen-preview-component__button-next {
  cursor: pointer;
}
app-fullscreen-preview .fullscreen-preview-component__attachment {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  overflow: auto;
  max-height: 100%;
}
app-fullscreen-preview .fullscreen-preview-component__attachment__pdf {
  width: 70%;
  margin: auto;
}
app-fullscreen-preview .fullscreen-preview-component__attachment__image,
app-fullscreen-preview .fullscreen-preview-component__attachment__slide {
  flex-grow: 1;
  flex-shrink: 1;
}
app-fullscreen-preview .fullscreen-preview-component__icon-notes {
  width: 18px;
  height: 18px;
  margin: 28.5px 30px 28.5px 30px;
  cursor: pointer;
}
app-fullscreen-preview .fullscreen-preview-component__icon-notes:hover, app-fullscreen-preview .fullscreen-preview-component__icon-notes.active {
  background-image: url('icon-presentation-notes-on.fa15e336bc808009.svg');
}
app-fullscreen-preview .fullscreen-preview-component__pin-button {
  width: 75px;
  height: 75px;
}
app-fullscreen-preview .fullscreen-preview-component__pin-button .pin-button__pinned-button {
  background-image: url('pin-fullscreen-active.e757f4d8779d6692.svg');
}
app-fullscreen-preview .fullscreen-preview-component__annotations {
  padding: 1.1875vw 1.5625vw 1.1875vw 1.5625vw;
  background-color: rgba(232, 236, 240, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
}
app-fullscreen-preview .fullscreen-preview-component__annotations-actions {
  float: right;
  margin: 0vw 0vw 0.625vw 0vw;
}
app-fullscreen-preview .fullscreen-preview-component__annotations-actions-action {
  margin: 0vw 0vw 0vw 0.625vw;
}
app-fullscreen-preview .fullscreen-preview-component__annotations-view {
  font-size: 1.1em;
  line-height: 1.3em;
  word-break: break-word;
  word-wrap: break-word;
}
@media (max-width: 1600px) {
  app-fullscreen-preview .fullscreen-preview-component__annotations-view {
    font-size: 0.99em;
    line-height: 1.17em;
  }
}
app-fullscreen-preview .fullscreen-preview-component__annotations-view-title {
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: bold;
  margin: 0vw 0vw 1.25vw 0vw;
}
@media (max-width: 1600px) {
  app-fullscreen-preview .fullscreen-preview-component__annotations-view-title {
    font-size: 0.99em;
    line-height: 1.17em;
  }
}
app-fullscreen-preview .fullscreen-preview-component__annotations-view-comment {
  font-size: 1.1em;
  line-height: 1.3em;
  max-height: 5em;
  overflow-y: scroll;
}
@media (max-width: 1600px) {
  app-fullscreen-preview .fullscreen-preview-component__annotations-view-comment {
    font-size: 0.99em;
    line-height: 1.17em;
  }
}
app-fullscreen-preview .fullscreen-preview-component__annotations-edit {
  font-size: 1.1em;
  line-height: 1.3em;
}
@media (max-width: 1600px) {
  app-fullscreen-preview .fullscreen-preview-component__annotations-edit {
    font-size: 0.99em;
    line-height: 1.17em;
  }
}
app-fullscreen-preview .annotations-loader .dia-loader__spinner, app-fullscreen-preview .annotations-loader .dia-loader__spinner--dark {
  transform: scale(0.65);
}
.fullscreen-preview-component__annotations-tooltip {
  z-index: 10001;
}
.fullscreen-preview-component__annotations-edit-title {
  margin: 0vw 0vw 0.625vw 0vw;
}
.fullscreen-preview-component__annotations-edit-title .dia-textbox__input {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.3em;
}
@media (max-width: 1600px) {
  .fullscreen-preview-component__annotations-edit-title .dia-textbox__input {
    font-size: 1.08em;
    line-height: 1.17em;
  }
}
.fullscreen-preview-component__annotations-edit-title .dia-textbox__input::-moz-placeholder {
  font-weight: normal;
}
.fullscreen-preview-component__annotations-edit-title .dia-textbox__input:-ms-input-placeholder {
  font-weight: normal;
}
.fullscreen-preview-component__annotations-edit-title .dia-textbox__input::placeholder {
  font-weight: normal;
}
.fullscreen-preview-component__annotations-edit-comment .dia-textbox__input {
  font-size: 1.2em;
  line-height: 1.3em;
}
@media (max-width: 1600px) {
  .fullscreen-preview-component__annotations-edit-comment .dia-textbox__input {
    font-size: 1.08em;
    line-height: 1.17em;
  }
}
.fullscreen-preview-component__annotations-button {
  width: 75px;
  height: 75px;
  background-size: 1.375vw 1.375vw;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  position: relative;
}
.fullscreen-preview-component__annotations-button:hover, .fullscreen-preview-component__annotations-button.active {
  background-image: url('annotation-active.4e945046103ab8bc.svg');
}
.fullscreen-preview-component__annotations-button.loading {
  background: none;
  pointer-events: none;
}
.annotations-dropdown-wrapper {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 11vw;
  right: 0vw;
  overflow: auto;
  z-index: 1;
}
.annotations-dropdown-wrapper div {
  color: #191919;
  padding: 0.2vw 0.2vw 0.2vw 0.2vw;
  text-decoration: none;
  display: block;
}
.annotations-dropdown-wrapper div:hover {
  background-color: #cad1d7;
}
.annotations-dropdown-wrapper__active {
  display: inline-grid;
  margin-top: 100%;
}
.annotations-dropdown-content__icon {
  margin-right: 1vw;
  width: 1.25vw;
  height: 1.25vw;
  background-size: contain;
  background-repeat: no-repeat;
  float: left;
  cursor: pointer;
}
.annotations-dropdown-content__icon--arrow {
  background-image: url('arrow-icon.b082f6fb782890b4.svg');
}
.annotations-dropdown-content__icon--box {
  background-image: url('box-icon.525aadaeccba5c46.svg');
}
.annotations-dropdown-content__icon--circle {
  background-image: url('circle-icon.47263baad14159fd.svg');
}
.annotations-dropdown-content__icon--highlight {
  background-image: url('highlight-icon.be80c834d936047a.svg');
}
.annotations-dropdown-content__icon--mask {
  background-image: url('mask-icon.b459d4a949190f44.svg');
}
.annotations-dropdown-content__label {
  cursor: pointer;
}
.annotations-dropdown-content-active {
  background-color: #cad1d7;
}
.attachments__container, .meeting-patient-attachments__container, .upload-attachments__container {
  display: flex;
  flex-wrap: wrap;
}
.attachments__thumbnail-container, .meeting-patient-attachments__thumbnail-container, .upload-attachments__thumbnail-container, .attachments__thumbnail-container-empty, .meeting-patient-attachments__thumbnail-container-empty, .upload-attachments__thumbnail-container-empty {
  height: 11.25vw;
  position: relative;
  background-color: #e8ecf0;
}
.attachments__small .attachments__thumbnail-container, .attachments__small .meeting-patient-attachments__thumbnail-container, .attachments__small .upload-attachments__thumbnail-container, .attachments__small .attachments__thumbnail-container-empty, .attachments__small .meeting-patient-attachments__thumbnail-container-empty, .attachments__small .upload-attachments__thumbnail-container-empty {
  height: 9.375vw;
}
.attachments__thumbnail-container-empty, .meeting-patient-attachments__thumbnail-container-empty, .upload-attachments__thumbnail-container-empty {
  border-color: #cad1d7;
  border-style: solid;
  border-width: 1px 1px 0;
}
.attachments__thumbnail-outer, .meeting-patient-attachments__thumbnail-outer, .upload-attachments__thumbnail-outer {
  margin: 0vw 1.25vw 0.625vw 0vw;
  width: 11.25vw;
}
.attachments__small .attachments__thumbnail-outer, .attachments__small .meeting-patient-attachments__thumbnail-outer, .attachments__small .upload-attachments__thumbnail-outer {
  width: 9.375vw;
}
.attachments__pdf-thumbnail, .upload-attachments__pdf-thumbnail {
  background-image: url('pdf-thumbnail.9c1dd73e5e21f7b2.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.attachments__thumbnail, .meeting-patient-attachments__icon, .meeting-patient-attachments__thumbnail, .upload-attachments__thumbnail {
  height: 11.25vw;
  width: 11.25vw;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
}
.attachments__small .attachments__thumbnail, .attachments__small .meeting-patient-attachments__icon, .attachments__small .meeting-patient-attachments__thumbnail, .attachments__small .upload-attachments__thumbnail {
  width: 9.375vw;
  height: 9.375vw;
}
app-upload-attachments {
  width: 100%;
}
.upload-attachments__headline {
  position: relative;
}
.upload-attachments__thumbnail-title-edit {
  display: block;
}
.upload-attachments__thumbnail-title-view {
  padding: 0.625vw 0.625vw 0.625vw 0.625vw;
  display: block;
}
.upload-attachments__thumbnail-title-edit .dia-textbox__input {
  padding-bottom: 1.125vw;
  height: 100%;
}
.upload-attachments__upload, .upload-attachments__upload-full, .upload-attachments__upload-fill {
  flex-grow: 2;
  height: 100%;
}
.upload-attachments__upload-fill {
  display: inline-block;
}
.upload-attachments__upload-full {
  width: 100%;
}
.upload-attachments__input-file-drop {
  height: calc(11.25vw + 4.375vw);
}
.attachments__small .upload-attachments__input-file-drop {
  height: calc(9.375vw + 4.375vw);
}
.upload-attachments__progress-bar {
  position: absolute;
  top: 80px;
  bottom: 80px;
  left: 37px;
  right: 37px;
}
.upload-attachments__actions-buttons-container {
  top: 0.125vw;
  right: 0.125vw;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: absolute;
  z-index: 10;
}
.upload-attachments__delete-button--tooltiped, .upload-attachments__pin-button-tooltipped, .upload-attachments__pin-button, .upload-attachments__attachment-preview-button {
  height: 2.375vw;
  width: 2.375vw;
}
.upload-attachments .attachment-pin-button__success-popup .popup-content.active {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  margin-left: -2.375vw;
  padding-left: 2.375vw;
}
.upload-attachments__select-checkbox {
  width: 1.5vw;
  height: 1.5vw;
  left: 0.3125vw;
  bottom: 0.3125vw;
  position: absolute;
}
.upload-attachments__multiselect {
  position: absolute;
  right: 0;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.upload-attachments__multiselect-label {
  color: #a2aeba;
  padding-right: 0.625vw;
}
.upload-attachments__multiselect-button, .meeting-patient-attachments__multiselect-button-off, .meeting-patient-attachments__unblur-button-off, .meeting-patient-attachments__multiselect-button-on, .meeting-patient-attachments__unblur-button-on, .upload-attachments__multiselect-button-off, .upload-attachments__multiselect-button-on {
  width: 1.25vw;
  height: 0.625vw;
  background-repeat: no-repeat;
  background-size: contain;
}
.upload-attachments__multiselect-button-on {
  background-image: url('toggle-on.b8656d248f6289a8.svg');
}
.upload-attachments__multiselect-button-off {
  background-image: url('toggle-off.47a62ea572eba906.svg');
}
.upload-attachments__multiselect-container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.625vw;
}
.upload-attachments__multiselect-selectall-container {
  display: flex;
  align-items: center;
}
.upload-attachments__multiselect-selectall-checkbox {
  width: 1.5vw;
  height: 1.5vw;
  margin-right: 0.625vw;
}
.upload-attachments__multiselect-action-container {
  display: flex;
  text-align: right;
}
.upload-attachments__multiselect-pin-button {
  text-align: right;
  height: 2.375vw;
  width: 2.375vw;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .patient-disabled-tooltip__label--disabled .upload-featured-attachment__pin-button, .patient-disabled-tooltip__label--disabled__multiselect-delete-button, .patient-disabled-tooltip__label--disabled__pin-button, .patient-disabled-tooltip__label--disabled__attachment-preview-button {
    opacity: 0.25;
  }
}
.pin-modal__modal div.dia-modal__content {
  width: auto;
  min-width: 30%;
}
.pin-modal__popup-meeting-info span {
  display: block;
}
.pin-modal__popup-static-element-base, .pin-modal__popup-footer, .pin-modal__popup-header {
  flex-grow: 0;
  flex-shrink: 0;
}
.pin-modal__popup-container {
  max-height: inherit;
  display: flex;
  flex-direction: column;
}
.pin-modal__popup-header {
  border-bottom: 1px solid #cad1d7;
}
.pin-modal__popup-header-title {
  font-size: 1.5em;
  line-height: 1.3em;
  color: #373f47;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 1600px) {
  .pin-modal__popup-header-title {
    font-size: 1.35em;
    line-height: 1.17em;
  }
}
.pin-modal__popup-header-description {
  background-color: #ffffff;
  flex-grow: 1;
  line-height: 2.5vw;
  vertical-align: middle;
  color: #5a6774;
}
.pin-modal__popup-meeting-list-container {
  background-color: #ffffff;
  overflow-y: auto;
  min-height: 2em;
}
.pin-modal__meeting-list {
  min-height: 40px;
}
.pin-modal__popup-meeting-container-base, .pin-modal__popup-meeting-container-pinned, .pin-modal__popup-meeting-container {
  cursor: pointer;
  display: flex;
}
.pin-modal__popup-meeting-container-base:not(:last-child), .pin-modal__popup-meeting-container-pinned:not(:last-child), .pin-modal__popup-meeting-container:not(:last-child) {
  border-bottom: 1px solid #cad1d7;
}
.pin-modal__popup-meeting-container:hover {
  background-color: #e8ecf0;
}
.pin-modal__popup-meeting-container-pinned {
  background-color: #e8ecf0;
}
.pin-modal__popup-meeting-checkbox {
  width: 1.5vw;
  height: 1.5vw;
  margin: 1.25vw 0.625vw 1.25vw 0.4375vw;
}
.pin-modal__popup-meeting-info {
  padding: 0.9375vw 0vw 0.9375vw 0vw;
}
.pin-modal__popup-meeting-name {
  font-weight: 600;
  color: #373f47;
}
.pin-modal__popup-meeting-time {
  font-size: 0.8em;
  color: #5a6774;
}
.pin-modal__popup-footer {
  border-top: 1px solid #cad1d7;
  background-color: #ffffff;
  display: flex;
  justify-content: flex-end;
  flex-basis: 3.5vw;
}
.pin-modal__popup-button-base, .pin-modal__popup-cancel-button, .pin-modal__popup-pin-button {
  margin: 0.625vw 0.625vw 0.625vw 0vw;
}
.disabled, .disabled-area, .meeting-point-of-discussion__add--disabled, .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .disabled-area:hover, .meeting-point-of-discussion__add--disabled:hover, .disabled-area:focus, .meeting-point-of-discussion__add--disabled:focus, .disabled-area:active, .meeting-point-of-discussion__add--disabled:active, .patient-disabled-tooltip__label--disabled, .patient-disabled-tooltip__label--disabled:hover, .patient-disabled-tooltip__label--disabled:focus, .patient-disabled-tooltip__label--disabled:active, .cancer-info__actions__action--disabled, .cancer-info__actions__action--disabled:hover, .cancer-info__actions__action--disabled:focus, .cancer-info__actions__action--disabled:active, app-patient-card .patient-card__action-dropdown-element-delete-disabled, app-patient-card .patient-card__action-dropdown-element-delete-disabled:hover, app-patient-card .patient-card__action-dropdown-element-delete-disabled:focus, app-patient-card .patient-card__action-dropdown-element-delete-disabled:active, .patient-history__actions-action--disabled, .patient-history__actions-action--disabled:hover, .patient-history__actions-action--disabled:focus, .patient-history__actions-action--disabled:active, .meeting-preparation__sidebar__slide-creator.disabled, .meeting-preparation__sidebar__slide-creator.disabled-area, .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .meeting-preparation__sidebar__slide-creator.disabled:hover, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled:hover, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled:hover, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:hover, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled:hover, .meeting-preparation__sidebar__slide-creator.disabled:focus, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled:focus, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled:focus, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:focus, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled:focus, .meeting-preparation__sidebar__slide-creator.disabled:active, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled:active, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled:active, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:active, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled:active, .meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation-slide-creator__options__item--disabled:hover, .meeting-preparation-slide-creator__options__item--disabled:focus, .meeting-preparation-slide-creator__options__item--disabled:active, .meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled, .patient-summary__add--disabled, .patient-summary__add--disabled:hover, .patient-summary__add--disabled:focus, .patient-summary__add--disabled:active, .meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled, .staging__add--disabled, .staging__add--disabled:hover, .staging__add--disabled:focus, .staging__add--disabled:active, .meeting-preparation__sidebar__slide-creator.staging__add--disabled, .past-medical-history__add--disabled, .past-medical-history__add--disabled:hover, .past-medical-history__add--disabled:focus, .past-medical-history__add--disabled:active, .meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled, .social-history__add--disabled, .social-history__add--disabled:hover, .social-history__add--disabled:focus, .social-history__add--disabled:active, .meeting-preparation__sidebar__slide-creator.social-history__add--disabled, .treatment-history__add--disabled, .treatment-history__add--disabled:hover, .treatment-history__add--disabled:focus, .treatment-history__add--disabled:active, .meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled, .biomarkers__add--disabled, .biomarkers__add--disabled:hover, .biomarkers__add--disabled:focus, .biomarkers__add--disabled:active, .meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled, .medications__add--disabled, .medications__add--disabled:hover, .medications__add--disabled:focus, .medications__add--disabled:active, .meeting-preparation__sidebar__slide-creator.medications__add--disabled, .tumor-information__add--disabled, .tumor-information__add--disabled:hover, .tumor-information__add--disabled:focus, .tumor-information__add--disabled:active, .meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled, .physical-examination__add--disabled, .physical-examination__add--disabled:hover, .physical-examination__add--disabled:focus, .physical-examination__add--disabled:active, .meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled, .patient-event-links__add--disabled, .patient-event-links__add--disabled:hover, .patient-event-links__add--disabled:focus, .patient-event-links__add--disabled:active, .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled, .disabled:hover, .disabled-area:hover, .meeting-point-of-discussion__add--disabled:hover, .patient-disabled-tooltip__label--disabled:hover, .cancer-info__actions__action--disabled:hover, app-patient-card .patient-card__action-dropdown-element-delete-disabled:hover, .patient-history__actions-action--disabled:hover, .meeting-preparation-slide-creator__options__item--disabled:hover, .patient-summary__add--disabled:hover, .staging__add--disabled:hover, .past-medical-history__add--disabled:hover, .social-history__add--disabled:hover, .treatment-history__add--disabled:hover, .biomarkers__add--disabled:hover, .medications__add--disabled:hover, .tumor-information__add--disabled:hover, .physical-examination__add--disabled:hover, .patient-event-links__add--disabled:hover, .disabled:focus, .disabled-area:focus, .meeting-point-of-discussion__add--disabled:focus, .patient-disabled-tooltip__label--disabled:focus, .cancer-info__actions__action--disabled:focus, app-patient-card .patient-card__action-dropdown-element-delete-disabled:focus, .patient-history__actions-action--disabled:focus, .meeting-preparation-slide-creator__options__item--disabled:focus, .patient-summary__add--disabled:focus, .staging__add--disabled:focus, .past-medical-history__add--disabled:focus, .social-history__add--disabled:focus, .treatment-history__add--disabled:focus, .biomarkers__add--disabled:focus, .medications__add--disabled:focus, .tumor-information__add--disabled:focus, .physical-examination__add--disabled:focus, .patient-event-links__add--disabled:focus, .disabled:active, .disabled-area:active, .meeting-point-of-discussion__add--disabled:active, .patient-disabled-tooltip__label--disabled:active, .cancer-info__actions__action--disabled:active, app-patient-card .patient-card__action-dropdown-element-delete-disabled:active, .patient-history__actions-action--disabled:active, .meeting-preparation-slide-creator__options__item--disabled:active, .patient-summary__add--disabled:active, .staging__add--disabled:active, .past-medical-history__add--disabled:active, .social-history__add--disabled:active, .treatment-history__add--disabled:active, .biomarkers__add--disabled:active, .medications__add--disabled:active, .tumor-information__add--disabled:active, .physical-examination__add--disabled:active, .patient-event-links__add--disabled:active {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.disabled-area, .meeting-point-of-discussion__add--disabled, .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .patient-disabled-tooltip__label--disabled, .cancer-info__actions__action--disabled, app-patient-card .patient-card__action-dropdown-element-delete-disabled, .patient-history__actions-action--disabled, .meeting-preparation__sidebar__slide-creator.disabled, .meeting-preparation__sidebar__slide-creator.disabled-area, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled, .patient-summary__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled, .staging__add--disabled, .meeting-preparation__sidebar__slide-creator.staging__add--disabled, .past-medical-history__add--disabled, .meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled, .social-history__add--disabled, .meeting-preparation__sidebar__slide-creator.social-history__add--disabled, .treatment-history__add--disabled, .meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled, .biomarkers__add--disabled, .meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled, .medications__add--disabled, .meeting-preparation__sidebar__slide-creator.medications__add--disabled, .tumor-information__add--disabled, .meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled, .physical-examination__add--disabled, .meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled, .patient-event-links__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled, .disabled-area:hover, .disabled-area:focus, .disabled-area:active {
  display: block;
  opacity: 0.25;
}
.genomics__pin-button, .present-illness-history__pin-button, .patient-summary__pin-button, .staging__pin-button, .past-medical-history__pin-button, .social-history__pin-button, .treatment-history__pin-button, .biomarkers__pin-button, .medications__pin-button, .tumor-information__pin-button, .physical-examination__pin-button, .patient-event-links__pin-button, .genomics-alterations__pin-button {
  justify-content: right;
  align-self: right;
  margin-left: auto;
  width: 1.375vw;
  height: 1.375vw;
}
.genomics__pin-button .pin-button__icon, .present-illness-history__pin-button .pin-button__icon, .patient-summary__pin-button .pin-button__icon, .staging__pin-button .pin-button__icon, .past-medical-history__pin-button .pin-button__icon, .social-history__pin-button .pin-button__icon, .treatment-history__pin-button .pin-button__icon, .biomarkers__pin-button .pin-button__icon, .medications__pin-button .pin-button__icon, .tumor-information__pin-button .pin-button__icon, .physical-examination__pin-button .pin-button__icon, .patient-event-links__pin-button .pin-button__icon, .genomics-alterations__pin-button .pin-button__icon {
  background-size: 0.9375vw;
}
.genomics__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .present-illness-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .patient-summary__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .staging__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .past-medical-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .social-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .treatment-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .biomarkers__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .medications__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .tumor-information__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .physical-examination__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .patient-event-links__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .genomics-alterations__pin-button .pin-button__not-pinned.pin-button__color-dark:hover {
  background-image: url('pin-disabled-hover.3bdcca6a1e8dce46.svg');
}
app-meeting-point-of-discussion {
  display: block;
  position: relative;
}
.meeting-point-of-discussion__headline {
  border: solid #cad1d7;
  border-width: 0 0 1px;
  display: flex;
}
.meeting-point-of-discussion__add__tooltipped {
  display: block;
}
.meeting-point-of-discussion__add__tooltipped.visible {
  display: inline-flex;
}
.meeting-point-of-discussion__view {
  word-wrap: break-word;
}
.meeting-point-of-discussion__label-column {
  font-size: 1em;
  line-height: 1.3em;
}
.meeting-point-of-discussion__value {
  margin: 0.75vw 0vw 0vw 0vw;
}
.meeting-point-of-discussion__autoselect {
  width: 18.125vw;
  display: block;
}
.meeting-point-of-discussion__input {
  margin: 1.25vw 0vw 0vw 0vw;
  display: block;
}
.meeting-point-of-discussion__row {
  display: flex;
  margin: 0.75vw 0vw 0vw 0vw;
}
.meeting-point-of-discussion__column {
  flex-basis: 48%;
  flex-shrink: 0;
  flex-grow: 1;
  min-width: 0;
  margin: 0vw 0.5vw 0vw 0vw;
}
.meeting-point-of-discussion__column:last-child {
  margin: 0vw 0vw 0vw 0vw;
}
.attachments__container, .meeting-patient-attachments__container, .upload-attachments__container {
  display: flex;
  flex-wrap: wrap;
}
.attachments__thumbnail-container, .meeting-patient-attachments__thumbnail-container, .attachments__thumbnail-container-empty, .meeting-patient-attachments__thumbnail-container-empty, .upload-attachments__thumbnail-container, .upload-attachments__thumbnail-container-empty {
  height: 11.25vw;
  position: relative;
  background-color: #e8ecf0;
}
.attachments__small .attachments__thumbnail-container, .attachments__small .meeting-patient-attachments__thumbnail-container, .attachments__small .attachments__thumbnail-container-empty, .attachments__small .meeting-patient-attachments__thumbnail-container-empty, .attachments__small .upload-attachments__thumbnail-container, .attachments__small .upload-attachments__thumbnail-container-empty {
  height: 9.375vw;
}
.attachments__thumbnail-container-empty, .meeting-patient-attachments__thumbnail-container-empty, .upload-attachments__thumbnail-container-empty {
  border-color: #cad1d7;
  border-style: solid;
  border-width: 1px 1px 0;
}
.attachments__thumbnail-outer, .meeting-patient-attachments__thumbnail-outer, .upload-attachments__thumbnail-outer {
  margin: 0vw 1.25vw 0.625vw 0vw;
  width: 11.25vw;
}
.attachments__small .attachments__thumbnail-outer, .attachments__small .meeting-patient-attachments__thumbnail-outer, .attachments__small .upload-attachments__thumbnail-outer {
  width: 9.375vw;
}
.attachments__pdf-thumbnail, .upload-attachments__pdf-thumbnail {
  background-image: url('pdf-thumbnail.9c1dd73e5e21f7b2.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.attachments__thumbnail, .meeting-patient-attachments__icon, .meeting-patient-attachments__thumbnail, .upload-attachments__thumbnail {
  height: 11.25vw;
  width: 11.25vw;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
}
.attachments__small .attachments__thumbnail, .attachments__small .meeting-patient-attachments__icon, .attachments__small .meeting-patient-attachments__thumbnail, .attachments__small .upload-attachments__thumbnail {
  width: 9.375vw;
  height: 9.375vw;
}
app-meeting-patient-attachments {
  display: block;
  width: 100%;
}
.meeting-patient-attachments__headline {
  display: flex;
  justify-content: space-between;
}
.meeting-patient-attachments__alert {
  font-size: 14px;
  line-height: 1.3em;
  padding: 0.75vw 1.125vw 0.75vw 2.75vw;
  position: relative;
  width: 100%;
  background-color: rgba(204, 0, 51, 0.1);
  color: #cc0033;
  margin-bottom: 1.0625vw;
  border: solid 1px #cc0033;
  border-radius: 3px;
}
@media (max-width: 1600px) {
  .meeting-patient-attachments__alert {
    font-size: 12.6px;
    line-height: 1.17em;
  }
}
.meeting-patient-attachments__alert:before {
  content: "";
  background: url('broken.63dd22b8569059b7.svg') top center/100% 100% no-repeat;
  position: absolute;
  top: 50%;
  left: 0.625vw;
  width: 1.4375vw;
  height: 1.25vw;
  margin-top: -0.625vw;
}
.meeting-patient-attachments__pinned-from {
  display: block;
  color: #a2aeba;
  font-style: italic;
}
.meeting-patient-attachments__file-unavailable {
  display: flex;
  align-items: center;
  font-weight: bold;
  min-height: 1.25vw;
  padding-top: 0.3125vw;
  color: #cc0033;
}
.meeting-patient-attachments__file-unavailable-icon {
  background: url('broken.63dd22b8569059b7.svg') no-repeat top center;
  width: 0.9375vw;
  height: 0.875vw;
  background-size: contain;
  margin-left: 5px;
}
.meeting-patient-attachments__thumbnail {
  border: solid 1px #cad1d7;
}
.meeting-patient-attachments__thumbnail-title {
  font-weight: bold;
  display: block;
  min-height: 1.25vw;
  padding-top: 0.3125vw;
  border: solid 1px #cad1d7;
}
.meeting-patient-attachments__thumbnail-container--error {
  border: 1px solid #cc0033;
}
.meeting-patient-attachments__icon {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 70%;
}
.meeting-patient-attachments__icon.cds-app-publications {
  background-image: url('symbol-slide-type-cds-app-publications.f3ea82a0b4f54136.svg');
}
.meeting-patient-attachments__icon.cds-app-clinical-trial-match {
  background-image: url('symbol-slide-type-cds-app-clinical-trial-match.744e8ba60230e281.svg');
}
.meeting-patient-attachments__icon.cds-app-guidelines {
  background-image: url('symbol-slide-type-cds-app-guidelines.79ea5f43484f1188.svg');
}
.meeting-patient-attachments__pin-button {
  height: 2.375vw;
  width: 2.375vw;
}
.meeting-patient-attachments__actions-buttons-container {
  top: 0.1875vw;
  right: 0.1875vw;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: absolute;
  z-index: 10;
}
.meeting-patient-attachments__unblur, .meeting-patient-attachments__multiselect {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin-left: 1.25vw;
}
.meeting-patient-attachments__unblur-label, .meeting-patient-attachments__multiselect-label {
  color: #a2aeba;
  padding-right: 0.625vw;
}
.meeting-patient-attachments__unblur-button, .meeting-patient-attachments__multiselect-button {
  width: 1.25vw;
  height: 0.625vw;
  background-repeat: no-repeat;
  background-size: contain;
}
.meeting-patient-attachments__unblur-button-on {
  background-image: url('toggle-on.b8656d248f6289a8.svg');
}
.meeting-patient-attachments__multiselect-button-on {
  background-image: url('toggle-on.b8656d248f6289a8.svg');
}
.meeting-patient-attachments__unblur-button-off {
  background-image: url('toggle-off.47a62ea572eba906.svg');
}
.meeting-patient-attachments__multiselect-button-off {
  background-image: url('toggle-off.47a62ea572eba906.svg');
}
.meeting-patient-attachments__multiselect-container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.625vw;
}
.meeting-patient-attachments__multiselect-selectall-container {
  display: flex;
  align-items: center;
}
.meeting-patient-attachments__multiselect-selectall-checkbox {
  width: 1.5vw;
  height: 1.5vw;
  margin-right: 0.625vw;
}
.meeting-patient-attachments__select-checkbox {
  width: 1.5vw;
  height: 1.5vw;
  left: 0.3125vw;
  bottom: 0.3125vw;
  position: absolute;
}
.meeting-patient-attachments__multiselect-action-container {
  display: flex;
  text-align: right;
}
.meeting-patient-attachments__multiselect-pin-button {
  text-align: right;
  height: 2.375vw;
  width: 2.375vw;
}
app-send-emr-report {
  position: relative;
}
app-send-emr-report .send-emr-report__loader {
  position: absolute;
  top: 54%;
  left: 0;
  margin-top: -1.25vw;
  width: 1.25vw;
  height: 1.25vw;
}
app-send-emr-report .send-emr-report__loader .dia-loader__spinner:after, app-send-emr-report .send-emr-report__loader .dia-loader__spinner--dark:after {
  width: 1.125vw;
  height: 1.125vw;
}
.active a.send-emr-report__btn--sent {
  color: #a2aeba;
}
.active a.send-emr-report__btn--error {
  color: #0066cc;
}
.active a.send-emr-report__btn--in-progress {
  cursor: not-allowed;
  text-decoration: none;
  color: #a2aeba;
  font-style: italic;
}
.send-emr-report__btn {
  margin: 0 10px 10px 0;
  white-space: nowrap;
  position: relative;
}
.send-emr-report__btn--success, .send-emr-report__btn--sent, .send-emr-report__btn--error {
  padding-left: 1.25vw;
  background: no-repeat left/contain;
}
@media (max-width: 1300px) {
  .send-emr-report__btn--success, .send-emr-report__btn--sent, .send-emr-report__btn--error {
    padding-left: 1.875vw;
  }
}
.send-emr-report__btn--success {
  background-image: url('success.d0c0a02798296f26.svg');
}
.send-emr-report__btn--error {
  background-image: url('fail.f16ca9b6b27f62b9.svg');
  font-style: normal;
}
.send-emr-report__btn--sent, .send-emr-report__btn--sent:hover {
  background-image: url('info-gray.cb240af5d171b7e3.svg');
  pointer-events: none;
  text-decoration: none !important;
  color: #a2aeba;
}
.send-emr-report__btn--in-progress, .send-emr-report__btn--in-progress:hover {
  cursor: not-allowed;
  text-decoration: none;
  color: #a2aeba;
  font-style: italic;
  pointer-events: none;
  text-decoration: none;
  left: auto;
  padding-left: 1.875vw;
}
.active .send-emr-report__btn--disabled {
  color: #a2aeba;
}
.send-emr-report__tooltip {
  white-space: nowrap;
}
.send-emr-report__tooltip p {
  margin: 0.5vw 0;
}
.language-action-elements {
  list-style-type: none;
  cursor: default;
}
.language-action-elements__item-radio label {
  vertical-align: text-bottom;
  margin-left: 10px;
}
.language-action-elements__item-radio input {
  margin-right: 10px;
}
.attachments__container, .upload-attachments__container, .meeting-patient-attachments__container {
  display: flex;
  flex-wrap: wrap;
}
.attachments__thumbnail-container, .attachments__thumbnail-container-empty, .upload-attachments__thumbnail-container, .upload-attachments__thumbnail-container-empty, .meeting-patient-attachments__thumbnail-container, .meeting-patient-attachments__thumbnail-container-empty {
  height: 11.25vw;
  position: relative;
  background-color: #e8ecf0;
}
.attachments__small .attachments__thumbnail-container, .attachments__small .attachments__thumbnail-container-empty, .attachments__small .upload-attachments__thumbnail-container, .attachments__small .upload-attachments__thumbnail-container-empty, .attachments__small .meeting-patient-attachments__thumbnail-container, .attachments__small .meeting-patient-attachments__thumbnail-container-empty {
  height: 9.375vw;
}
.attachments__thumbnail-container-empty, .upload-attachments__thumbnail-container-empty, .meeting-patient-attachments__thumbnail-container-empty {
  border-color: #cad1d7;
  border-style: solid;
  border-width: 1px 1px 0;
}
.attachments__thumbnail-outer, .upload-attachments__thumbnail-outer, .meeting-patient-attachments__thumbnail-outer {
  margin: 0vw 1.25vw 0.625vw 0vw;
  width: 11.25vw;
}
.attachments__small .attachments__thumbnail-outer, .attachments__small .upload-attachments__thumbnail-outer, .attachments__small .meeting-patient-attachments__thumbnail-outer {
  width: 9.375vw;
}
.attachments__pdf-thumbnail, .upload-attachments__pdf-thumbnail {
  background-image: url('pdf-thumbnail.9c1dd73e5e21f7b2.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
.attachments__thumbnail, .upload-attachments__thumbnail, .meeting-patient-attachments__thumbnail, .meeting-patient-attachments__icon {
  height: 11.25vw;
  width: 11.25vw;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
}
.attachments__small .attachments__thumbnail, .attachments__small .upload-attachments__thumbnail, .attachments__small .meeting-patient-attachments__thumbnail, .attachments__small .meeting-patient-attachments__icon {
  width: 9.375vw;
  height: 9.375vw;
}
app-meeting-info {
  display: block;
  position: relative;
}
.meeting-info__title {
  display: block;
  margin-bottom: 0.0625vw;
}
.meeting-info__column {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
  overflow: auto;
  padding-bottom: 0.75vw;
}
.meeting-info__label {
  font-weight: bold;
  display: block;
}
.meeting-info__value {
  display: inline-block;
  color: #5a6774;
  padding-bottom: 0.5vw;
}
.meeting-info__location {
  word-break: break-all;
}
.meeting-info__attendee {
  margin-top: 0.3125vw;
}
.meeting-info__attendee:after {
  content: ", ";
}
.meeting-info__attendee:last-child:after {
  content: "";
}
.meeting-info__textbox {
  display: block;
}
.additional-conference-notes__empty {
  color: #5a6774;
  word-wrap: break-word;
  margin: 0vw 0vw 1.25vw 0vw;
}
.additional-conference-notes__input {
  border-color: #cad1d7;
}
app-home {
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
}
.home-loader {
  flex-grow: 0;
  flex-shrink: 0;
  align-self: center;
}
.home__error {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  background: #fff;
  justify-content: center;
}
.home__error:before {
  background-image: url('icon-error-generic.abef5ad116b7ac68.svg');
  background-size: cover;
}
.home__error__headline {
  font-size: 1.5em;
  line-height: 1.8em;
  margin: 0;
  font-style: normal;
  text-transform: none;
}
@media (max-width: 1600px) {
  .home__error__headline {
    font-size: 1.35em;
    line-height: 1.62em;
  }
}
.home__error__caption {
  margin: 0;
}
app-ods-patient-summary .patient-summary-iframe {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
  height: 100vh;
}
app-ods-patient-summary .patient-summary-error {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
}
app-ods-patient-summary .patient-summary-error:before {
  background-image: url('icon-error-generic.abef5ad116b7ac68.svg');
}
app-ods-patient-summary .patient-summary-error__headline {
  font-size: 1.5em;
  line-height: 1.8em;
  margin: 0;
  font-style: normal;
  text-transform: none;
}
@media (max-width: 1600px) {
  app-ods-patient-summary .patient-summary-error__headline {
    font-size: 1.35em;
    line-height: 1.62em;
  }
}
app-ods-patient-summary .patient-summary-error__caption {
  margin: 0;
}
app-ods-analytics .operational-analytics-iframe {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
  height: 90vh;
}
app-ods-analytics .operational-analytics-error {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
}
app-ods-analytics .operational-analytics-error:before {
  background-image: url('icon-error-generic.abef5ad116b7ac68.svg');
}
app-ods-analytics .operational-analytics-error__headline {
  font-size: 1.5em;
  line-height: 1.8em;
  margin: 0;
  font-style: normal;
  text-transform: none;
}
@media (max-width: 1600px) {
  app-ods-analytics .operational-analytics-error__headline {
    font-size: 1.35em;
    line-height: 1.62em;
  }
}
app-ods-analytics .operational-analytics-error__caption {
  margin: 0;
}
app-patient-case-classification {
  display: block;
  position: relative;
}
.disabled, .disabled-area, .disabled-area:hover, .disabled-area:focus, .disabled-area:active, .patient-disabled-tooltip__label--disabled, .patient-disabled-tooltip__label--disabled:hover, .patient-disabled-tooltip__label--disabled:focus, .patient-disabled-tooltip__label--disabled:active, .cancer-info__actions__action--disabled, .cancer-info__actions__action--disabled:hover, .cancer-info__actions__action--disabled:focus, .cancer-info__actions__action--disabled:active, app-patient-card .patient-card__action-dropdown-element-delete-disabled, app-patient-card .patient-card__action-dropdown-element-delete-disabled:hover, app-patient-card .patient-card__action-dropdown-element-delete-disabled:focus, app-patient-card .patient-card__action-dropdown-element-delete-disabled:active, .patient-history__actions-action--disabled, .patient-history__actions-action--disabled:hover, .patient-history__actions-action--disabled:focus, .patient-history__actions-action--disabled:active, .meeting-preparation__sidebar__slide-creator.disabled, .meeting-preparation__sidebar__slide-creator.disabled-area, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .meeting-preparation__sidebar__slide-creator.disabled:hover, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled:hover, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled:hover, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:hover, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled:hover, .meeting-preparation__sidebar__slide-creator.disabled:focus, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled:focus, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled:focus, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:focus, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled:focus, .meeting-preparation__sidebar__slide-creator.disabled:active, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled:active, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled:active, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:active, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled:active, .meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation-slide-creator__options__item--disabled:hover, .meeting-preparation-slide-creator__options__item--disabled:focus, .meeting-preparation-slide-creator__options__item--disabled:active, .meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled, .patient-summary__add--disabled, .patient-summary__add--disabled:hover, .patient-summary__add--disabled:focus, .patient-summary__add--disabled:active, .meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled, .staging__add--disabled, .staging__add--disabled:hover, .staging__add--disabled:focus, .staging__add--disabled:active, .meeting-preparation__sidebar__slide-creator.staging__add--disabled, .past-medical-history__add--disabled, .past-medical-history__add--disabled:hover, .past-medical-history__add--disabled:focus, .past-medical-history__add--disabled:active, .meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled, .social-history__add--disabled, .social-history__add--disabled:hover, .social-history__add--disabled:focus, .social-history__add--disabled:active, .meeting-preparation__sidebar__slide-creator.social-history__add--disabled, .treatment-history__add--disabled, .treatment-history__add--disabled:hover, .treatment-history__add--disabled:focus, .treatment-history__add--disabled:active, .meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled, .biomarkers__add--disabled, .biomarkers__add--disabled:hover, .biomarkers__add--disabled:focus, .biomarkers__add--disabled:active, .meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled, .medications__add--disabled, .medications__add--disabled:hover, .medications__add--disabled:focus, .medications__add--disabled:active, .meeting-preparation__sidebar__slide-creator.medications__add--disabled, .tumor-information__add--disabled, .tumor-information__add--disabled:hover, .tumor-information__add--disabled:focus, .tumor-information__add--disabled:active, .meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled, .physical-examination__add--disabled, .physical-examination__add--disabled:hover, .physical-examination__add--disabled:focus, .physical-examination__add--disabled:active, .meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled, .patient-event-links__add--disabled, .patient-event-links__add--disabled:hover, .patient-event-links__add--disabled:focus, .patient-event-links__add--disabled:active, .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled, .meeting-point-of-discussion__add--disabled, .meeting-point-of-discussion__add--disabled:hover, .meeting-point-of-discussion__add--disabled:focus, .meeting-point-of-discussion__add--disabled:active, .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .disabled:hover, .disabled-area:hover, .disabled-area:hover, .disabled-area:hover:focus, .disabled-area:hover:active, .patient-disabled-tooltip__label--disabled:hover, .patient-disabled-tooltip__label--disabled:hover, .patient-disabled-tooltip__label--disabled:hover:focus, .patient-disabled-tooltip__label--disabled:hover:active, .cancer-info__actions__action--disabled:hover, .cancer-info__actions__action--disabled:hover, .cancer-info__actions__action--disabled:hover:focus, .cancer-info__actions__action--disabled:hover:active, app-patient-card .patient-card__action-dropdown-element-delete-disabled:hover, app-patient-card .patient-card__action-dropdown-element-delete-disabled:hover, app-patient-card .patient-card__action-dropdown-element-delete-disabled:hover:focus, app-patient-card .patient-card__action-dropdown-element-delete-disabled:hover:active, .patient-history__actions-action--disabled:hover, .patient-history__actions-action--disabled:hover, .patient-history__actions-action--disabled:hover:focus, .patient-history__actions-action--disabled:hover:active, .meeting-preparation__sidebar__slide-creator.disabled:hover, .meeting-preparation__sidebar__slide-creator.disabled-area:hover, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled:hover, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled:hover, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:hover, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled:hover, .meeting-preparation__sidebar__slide-creator.disabled:hover, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled:hover, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled:hover, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:hover, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled:hover, .meeting-preparation__sidebar__slide-creator.disabled:hover:focus, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled:hover:focus, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled:hover:focus, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:hover:focus, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled:hover:focus, .meeting-preparation__sidebar__slide-creator.disabled:hover:active, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled:hover:active, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled:hover:active, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:hover:active, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled:hover:active, .meeting-preparation-slide-creator__options__item--disabled:hover, .meeting-preparation-slide-creator__options__item--disabled:hover, .meeting-preparation-slide-creator__options__item--disabled:hover:focus, .meeting-preparation-slide-creator__options__item--disabled:hover:active, .meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled:hover, .patient-summary__add--disabled:hover, .patient-summary__add--disabled:hover, .patient-summary__add--disabled:hover:focus, .patient-summary__add--disabled:hover:active, .meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled:hover, .staging__add--disabled:hover, .staging__add--disabled:hover, .staging__add--disabled:hover:focus, .staging__add--disabled:hover:active, .meeting-preparation__sidebar__slide-creator.staging__add--disabled:hover, .past-medical-history__add--disabled:hover, .past-medical-history__add--disabled:hover, .past-medical-history__add--disabled:hover:focus, .past-medical-history__add--disabled:hover:active, .meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled:hover, .social-history__add--disabled:hover, .social-history__add--disabled:hover, .social-history__add--disabled:hover:focus, .social-history__add--disabled:hover:active, .meeting-preparation__sidebar__slide-creator.social-history__add--disabled:hover, .treatment-history__add--disabled:hover, .treatment-history__add--disabled:hover, .treatment-history__add--disabled:hover:focus, .treatment-history__add--disabled:hover:active, .meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled:hover, .biomarkers__add--disabled:hover, .biomarkers__add--disabled:hover, .biomarkers__add--disabled:hover:focus, .biomarkers__add--disabled:hover:active, .meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled:hover, .medications__add--disabled:hover, .medications__add--disabled:hover, .medications__add--disabled:hover:focus, .medications__add--disabled:hover:active, .meeting-preparation__sidebar__slide-creator.medications__add--disabled:hover, .tumor-information__add--disabled:hover, .tumor-information__add--disabled:hover, .tumor-information__add--disabled:hover:focus, .tumor-information__add--disabled:hover:active, .meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled:hover, .physical-examination__add--disabled:hover, .physical-examination__add--disabled:hover, .physical-examination__add--disabled:hover:focus, .physical-examination__add--disabled:hover:active, .meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled:hover, .patient-event-links__add--disabled:hover, .patient-event-links__add--disabled:hover, .patient-event-links__add--disabled:hover:focus, .patient-event-links__add--disabled:hover:active, .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled:hover, .meeting-point-of-discussion__add--disabled:hover, .meeting-point-of-discussion__add--disabled:hover, .meeting-point-of-discussion__add--disabled:hover:focus, .meeting-point-of-discussion__add--disabled:hover:active, .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled:hover, .disabled:focus, .disabled-area:focus, .disabled-area:focus:hover, .disabled-area:focus, .disabled-area:focus:active, .patient-disabled-tooltip__label--disabled:focus, .patient-disabled-tooltip__label--disabled:focus:hover, .patient-disabled-tooltip__label--disabled:focus, .patient-disabled-tooltip__label--disabled:focus:active, .cancer-info__actions__action--disabled:focus, .cancer-info__actions__action--disabled:focus:hover, .cancer-info__actions__action--disabled:focus, .cancer-info__actions__action--disabled:focus:active, app-patient-card .patient-card__action-dropdown-element-delete-disabled:focus, app-patient-card .patient-card__action-dropdown-element-delete-disabled:focus:hover, app-patient-card .patient-card__action-dropdown-element-delete-disabled:focus, app-patient-card .patient-card__action-dropdown-element-delete-disabled:focus:active, .patient-history__actions-action--disabled:focus, .patient-history__actions-action--disabled:focus:hover, .patient-history__actions-action--disabled:focus, .patient-history__actions-action--disabled:focus:active, .meeting-preparation__sidebar__slide-creator.disabled:focus, .meeting-preparation__sidebar__slide-creator.disabled-area:focus, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled:focus, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled:focus, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:focus, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled:focus, .meeting-preparation__sidebar__slide-creator.disabled:focus:hover, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled:focus:hover, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled:focus:hover, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:focus:hover, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled:focus:hover, .meeting-preparation__sidebar__slide-creator.disabled:focus, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled:focus, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled:focus, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:focus, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled:focus, .meeting-preparation__sidebar__slide-creator.disabled:focus:active, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled:focus:active, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled:focus:active, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:focus:active, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled:focus:active, .meeting-preparation-slide-creator__options__item--disabled:focus, .meeting-preparation-slide-creator__options__item--disabled:focus:hover, .meeting-preparation-slide-creator__options__item--disabled:focus, .meeting-preparation-slide-creator__options__item--disabled:focus:active, .meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled:focus, .patient-summary__add--disabled:focus, .patient-summary__add--disabled:focus:hover, .patient-summary__add--disabled:focus, .patient-summary__add--disabled:focus:active, .meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled:focus, .staging__add--disabled:focus, .staging__add--disabled:focus:hover, .staging__add--disabled:focus, .staging__add--disabled:focus:active, .meeting-preparation__sidebar__slide-creator.staging__add--disabled:focus, .past-medical-history__add--disabled:focus, .past-medical-history__add--disabled:focus:hover, .past-medical-history__add--disabled:focus, .past-medical-history__add--disabled:focus:active, .meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled:focus, .social-history__add--disabled:focus, .social-history__add--disabled:focus:hover, .social-history__add--disabled:focus, .social-history__add--disabled:focus:active, .meeting-preparation__sidebar__slide-creator.social-history__add--disabled:focus, .treatment-history__add--disabled:focus, .treatment-history__add--disabled:focus:hover, .treatment-history__add--disabled:focus, .treatment-history__add--disabled:focus:active, .meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled:focus, .biomarkers__add--disabled:focus, .biomarkers__add--disabled:focus:hover, .biomarkers__add--disabled:focus, .biomarkers__add--disabled:focus:active, .meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled:focus, .medications__add--disabled:focus, .medications__add--disabled:focus:hover, .medications__add--disabled:focus, .medications__add--disabled:focus:active, .meeting-preparation__sidebar__slide-creator.medications__add--disabled:focus, .tumor-information__add--disabled:focus, .tumor-information__add--disabled:focus:hover, .tumor-information__add--disabled:focus, .tumor-information__add--disabled:focus:active, .meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled:focus, .physical-examination__add--disabled:focus, .physical-examination__add--disabled:focus:hover, .physical-examination__add--disabled:focus, .physical-examination__add--disabled:focus:active, .meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled:focus, .patient-event-links__add--disabled:focus, .patient-event-links__add--disabled:focus:hover, .patient-event-links__add--disabled:focus, .patient-event-links__add--disabled:focus:active, .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled:focus, .meeting-point-of-discussion__add--disabled:focus, .meeting-point-of-discussion__add--disabled:focus:hover, .meeting-point-of-discussion__add--disabled:focus, .meeting-point-of-discussion__add--disabled:focus:active, .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled:focus, .disabled:active, .disabled-area:active, .disabled-area:active:hover, .disabled-area:active:focus, .disabled-area:active, .patient-disabled-tooltip__label--disabled:active, .patient-disabled-tooltip__label--disabled:active:hover, .patient-disabled-tooltip__label--disabled:active:focus, .patient-disabled-tooltip__label--disabled:active, .cancer-info__actions__action--disabled:active, .cancer-info__actions__action--disabled:active:hover, .cancer-info__actions__action--disabled:active:focus, .cancer-info__actions__action--disabled:active, app-patient-card .patient-card__action-dropdown-element-delete-disabled:active, app-patient-card .patient-card__action-dropdown-element-delete-disabled:active:hover, app-patient-card .patient-card__action-dropdown-element-delete-disabled:active:focus, app-patient-card .patient-card__action-dropdown-element-delete-disabled:active, .patient-history__actions-action--disabled:active, .patient-history__actions-action--disabled:active:hover, .patient-history__actions-action--disabled:active:focus, .patient-history__actions-action--disabled:active, .meeting-preparation__sidebar__slide-creator.disabled:active, .meeting-preparation__sidebar__slide-creator.disabled-area:active, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled:active, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled:active, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:active, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled:active, .meeting-preparation__sidebar__slide-creator.disabled:active:hover, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled:active:hover, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled:active:hover, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:active:hover, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled:active:hover, .meeting-preparation__sidebar__slide-creator.disabled:active:focus, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled:active:focus, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled:active:focus, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:active:focus, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled:active:focus, .meeting-preparation__sidebar__slide-creator.disabled:active, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled:active, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled:active, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled:active, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled:active, .meeting-preparation-slide-creator__options__item--disabled:active, .meeting-preparation-slide-creator__options__item--disabled:active:hover, .meeting-preparation-slide-creator__options__item--disabled:active:focus, .meeting-preparation-slide-creator__options__item--disabled:active, .meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled:active, .patient-summary__add--disabled:active, .patient-summary__add--disabled:active:hover, .patient-summary__add--disabled:active:focus, .patient-summary__add--disabled:active, .meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled:active, .staging__add--disabled:active, .staging__add--disabled:active:hover, .staging__add--disabled:active:focus, .staging__add--disabled:active, .meeting-preparation__sidebar__slide-creator.staging__add--disabled:active, .past-medical-history__add--disabled:active, .past-medical-history__add--disabled:active:hover, .past-medical-history__add--disabled:active:focus, .past-medical-history__add--disabled:active, .meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled:active, .social-history__add--disabled:active, .social-history__add--disabled:active:hover, .social-history__add--disabled:active:focus, .social-history__add--disabled:active, .meeting-preparation__sidebar__slide-creator.social-history__add--disabled:active, .treatment-history__add--disabled:active, .treatment-history__add--disabled:active:hover, .treatment-history__add--disabled:active:focus, .treatment-history__add--disabled:active, .meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled:active, .biomarkers__add--disabled:active, .biomarkers__add--disabled:active:hover, .biomarkers__add--disabled:active:focus, .biomarkers__add--disabled:active, .meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled:active, .medications__add--disabled:active, .medications__add--disabled:active:hover, .medications__add--disabled:active:focus, .medications__add--disabled:active, .meeting-preparation__sidebar__slide-creator.medications__add--disabled:active, .tumor-information__add--disabled:active, .tumor-information__add--disabled:active:hover, .tumor-information__add--disabled:active:focus, .tumor-information__add--disabled:active, .meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled:active, .physical-examination__add--disabled:active, .physical-examination__add--disabled:active:hover, .physical-examination__add--disabled:active:focus, .physical-examination__add--disabled:active, .meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled:active, .patient-event-links__add--disabled:active, .patient-event-links__add--disabled:active:hover, .patient-event-links__add--disabled:active:focus, .patient-event-links__add--disabled:active, .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled:active, .meeting-point-of-discussion__add--disabled:active, .meeting-point-of-discussion__add--disabled:active:hover, .meeting-point-of-discussion__add--disabled:active:focus, .meeting-point-of-discussion__add--disabled:active, .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled:active {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.disabled-area, .patient-disabled-tooltip__label--disabled, .cancer-info__actions__action--disabled, app-patient-card .patient-card__action-dropdown-element-delete-disabled, .patient-history__actions-action--disabled, .meeting-preparation__sidebar__slide-creator.disabled, .meeting-preparation__sidebar__slide-creator.disabled-area, .meeting-preparation__sidebar__slide-creator.patient-disabled-tooltip__label--disabled, .meeting-preparation__sidebar__slide-creator.cancer-info__actions__action--disabled, app-patient-card .meeting-preparation__sidebar__slide-creator.patient-card__action-dropdown-element-delete-disabled, .meeting-preparation__sidebar__slide-creator.patient-history__actions-action--disabled, .meeting-preparation-slide-creator__options__item--disabled, .meeting-preparation__sidebar__slide-creator.meeting-preparation-slide-creator__options__item--disabled, .patient-summary__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-summary__add--disabled, .staging__add--disabled, .meeting-preparation__sidebar__slide-creator.staging__add--disabled, .past-medical-history__add--disabled, .meeting-preparation__sidebar__slide-creator.past-medical-history__add--disabled, .social-history__add--disabled, .meeting-preparation__sidebar__slide-creator.social-history__add--disabled, .treatment-history__add--disabled, .meeting-preparation__sidebar__slide-creator.treatment-history__add--disabled, .biomarkers__add--disabled, .meeting-preparation__sidebar__slide-creator.biomarkers__add--disabled, .medications__add--disabled, .meeting-preparation__sidebar__slide-creator.medications__add--disabled, .tumor-information__add--disabled, .meeting-preparation__sidebar__slide-creator.tumor-information__add--disabled, .physical-examination__add--disabled, .meeting-preparation__sidebar__slide-creator.physical-examination__add--disabled, .patient-event-links__add--disabled, .meeting-preparation__sidebar__slide-creator.patient-event-links__add--disabled, .meeting-point-of-discussion__add--disabled, .meeting-preparation__sidebar__slide-creator.meeting-point-of-discussion__add--disabled, .disabled-area:hover, .disabled-area:focus, .disabled-area:active {
  display: block;
  opacity: 0.25;
}
.genomics__pin-button, .present-illness-history__pin-button, .patient-summary__pin-button, .staging__pin-button, .past-medical-history__pin-button, .social-history__pin-button, .treatment-history__pin-button, .biomarkers__pin-button, .medications__pin-button, .tumor-information__pin-button, .physical-examination__pin-button, .patient-event-links__pin-button, .genomics-alterations__pin-button {
  justify-content: right;
  align-self: right;
  margin-left: auto;
  width: 1.375vw;
  height: 1.375vw;
}
.genomics__pin-button .pin-button__icon, .present-illness-history__pin-button .pin-button__icon, .patient-summary__pin-button .pin-button__icon, .staging__pin-button .pin-button__icon, .past-medical-history__pin-button .pin-button__icon, .social-history__pin-button .pin-button__icon, .treatment-history__pin-button .pin-button__icon, .biomarkers__pin-button .pin-button__icon, .medications__pin-button .pin-button__icon, .tumor-information__pin-button .pin-button__icon, .physical-examination__pin-button .pin-button__icon, .patient-event-links__pin-button .pin-button__icon, .genomics-alterations__pin-button .pin-button__icon {
  background-size: 0.9375vw;
}
.genomics__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .present-illness-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .patient-summary__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .staging__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .past-medical-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .social-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .treatment-history__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .biomarkers__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .medications__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .tumor-information__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .physical-examination__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .patient-event-links__pin-button .pin-button__not-pinned.pin-button__color-dark:hover, .genomics-alterations__pin-button .pin-button__not-pinned.pin-button__color-dark:hover {
  background-image: url('pin-disabled-hover.3bdcca6a1e8dce46.svg');
}
.patient-case-classification__section, .patient-case-classification__section-last {
  display: flex;
  justify-content: space-between;
  margin: 0.625vw 0vw 0.625vw 0vw;
}
.patient-case-classification__section-last {
  margin: 0vw 0vw 0vw 0vw;
}
.patient-case-classification__input {
  vertical-align: text-bottom;
}
.patient-case-classification__button {
  flex: 1;
}
.patient-case-classification__button-middle {
  flex: 1.1;
}
.patient-case-classification__button .radio-value {
  margin: 0;
}
app-conference-activities {
  display: block;
  position: relative;
}
.conference-activities__list {
  margin-top: 0;
}
.conference-activities__item-input {
  padding-top: 2px;
  display: inline-block;
}
.conference-activities__item-input .radio-value {
  margin: 0;
}
.conference-activities__item-input .radio-value input {
  margin-top: 0;
}
.conference-activities__list-item-label, .conference-activities__list-item-value {
  margin: 0.25vw 0vw 0.25vw 0vw;
  display: inline-block;
  color: #5a6774;
}
.conference-activities__list-item-label--title, .conference-activities__list-item-value--title {
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 700;
  vertical-align: top;
  color: #373f47;
}
@media (max-width: 1600px) {
  .conference-activities__list-item-label--title, .conference-activities__list-item-value--title {
    font-size: 14.4px;
    line-height: 1.17em;
  }
}
.conference-activities__list-item-label {
  width: calc(100% - 70px);
}
.conference-activities__list-item-value {
  width: 70px;
  text-align: center;
}
.conference-activities__entry-header:first-child {
  width: 65%;
}
.conference-activities__entry-header-hidden {
  visibility: hidden;
}
.conference-activities__entry-header-hidden:first-child {
  width: 65%;
}
.conference-activities__entry-item {
  padding: 0.3125vw 0.3125vw 0.3125vw 0.3125vw;
}
.conference-activities__entry-item:first-child {
  width: 65%;
}
.conference-activities__entry-cells {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0vw -0.3125vw 0vw -0.3125vw;
  width: 100%;
}
.conference-activities__entry {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.3125vw;
}
app-attendees-default {
  margin-bottom: 1vw;
  display: block;
  position: relative;
}
.default-attendees-edit__specialty, .default-attendees-edit__label {
  padding: 0.7vw 0.7vw 0.7vw 0.7vw;
  vertical-align: top;
}
.default-attendees-edit__specialty:before {
  content: "-";
  text-indent: -0.7vw;
  display: inline-block;
}
.default-attendees-edit__item {
  padding: 0.2vw 0vw 0.2vw 0vw;
}
.default-attendees-edit__header {
  margin: 0vw 0vw 0.7vw 0vw;
}
.default-attendees-edit__header-label {
  padding: 0.7vw 0.7vw 0.7vw 0.7vw;
  vertical-align: top;
  font-size: 1em;
}
app-attendees-view {
  display: block;
  position: relative;
  margin-bottom: 0;
}
.attendees-view__apply {
  float: right;
}
a.attendees-view__apply {
  color: #0066cc;
}
app-attendees-additional-navify-edit {
  display: block;
  position: relative;
}
.additional-navify-attendees-edit__content {
  border: 1px solid #202531;
  border-radius: 5px;
  padding: 0.4em;
  margin-top: 1.4em;
}
.additional-navify-invities-edit__content {
  padding: 0 0 10px;
}
.additional-navify-invities-edit__specialty, .additional-navify-invities-edit__label {
  padding: 0.7vw 0.7vw 0.7vw 0.7vw;
  vertical-align: top;
}
.additional-navify-invities-edit__specialty:before {
  content: "-";
  text-indent: -0.7vw;
  display: inline-block;
}
.additional-navify-invities-edit__item {
  padding: 0.2vw 0vw 0.2vw 0vw;
}
.additional-navify-attendees-edit__autossugest {
  border: none;
}
.additional-navify-attendees-edit__autossugest ng-select {
  border: none;
}
.additional-navify-attendees-edit__autossugest label {
  width: 11.5em;
  text-align: center;
  margin: -1.4em 0 0;
  background-color: #fff;
  font-size: 0.8em;
  padding: 0;
}
.additional-navify-attendees-edit__autossugest .ng-value {
  border-radius: 30px;
}
.additional-navify-attendees-edit__autossugest .ng-value-label {
  padding-left: 10px;
  padding-right: 5px;
}
.additional-navify-attendees-edit__autossugest .ng-value-icon {
  padding-right: 5px;
}
.additional-navify-attendees-edit__autossugest .ng-select-multiple.ng-select .ng-select-container .ng-value-container .ng-input {
  flex: 1;
  min-width: 3vw;
}
.meeting-move__field {
  width: 100%;
}
.meeting-move__buttons {
  clear: both;
  padding-top: 1.25vw;
}
.meeting-move__panel-left, .meeting-move__panel-right {
  width: 50%;
}
.meeting-move__panel-left {
  float: left;
  padding-right: 1.5625vw;
}
.meeting-move__panel-right {
  float: right;
  padding-left: 1.5625vw;
}
.meeting-move__suggested-meetings-label {
  font-weight: bold;
}
app-suggested-meetings .suggested-meetings__meetings-box {
  margin-top: 0.625vw;
  border: 1px solid #cad1d7;
}
app-suggested-meetings .suggested-meetings__meetings-box .error {
  margin: 1.25vw 0.625vw 1.25vw 0.625vw;
}
app-suggested-meetings .suggested-meetings__suggested-meeting {
  padding: 0.625vw 0vw 0.625vw 0vw;
  cursor: pointer;
}
app-suggested-meetings .suggested-meetings__suggested-meeting:not(:last-child) {
  border-bottom: 1px solid #cad1d7;
}
app-suggested-meetings .suggested-meetings__suggested-meeting.selected {
  background-color: #e8ecf0;
}
app-suggested-meetings .suggested-meetings__empty-meetings {
  margin: 1.25vw 0.625vw 1.25vw 0.625vw;
  font-style: italic;
  color: #cad1d7;
}
app-suggested-meetings .suggested-meetings__loader {
  margin: 0.9375vw 0.9375vw 0.9375vw 0.9375vw;
  display: block;
}
app-batch-patient-case-report {
  display: block;
}
.batch-patient-case-report {
  position: relative;
}
.batch-patient-case-report__actions {
  position: absolute;
  right: 1.875vw;
  top: 0.9375vw;
}
.batch-patient-case-report__actions-action {
  padding-left: 0.625vw;
}
.batch-patient-case-report__actions-action--disabled {
  padding: 0vw 0vw 0vw 0.625vw;
  color: #a2aeba;
  cursor: not-allowed;
  font-weight: bold;
  text-transform: uppercase;
  pointer-events: none;
}
.batch-patient-case-report__actions-action--active {
  padding: 0vw 0vw 0vw 0.625vw;
  color: #0066cc;
  text-transform: uppercase;
  font-weight: bold;
}
.select-report-template-dialog .dia-modal__content {
  width: 31.25vw;
}
app-batch-patient-case-report-view {
  display: block;
  width: 100%;
}
.border-bottom, .genomics-biomarkers__header, .genomics-biomarkers-view:not(:last-child), .genomics-reports-view__report-entry:not(:last-child), .genomics-reports-edit__report-entry:not(:last-child), .genomics-reports--non-editable-entries, .genomics-reports-view:not(:last-child), .batch-patient-case-report-view__header, .meeting-patient-list-view__header {
  border: solid #cad1d7;
  border-width: 0 0 1px;
}
.flex-vertical-align, .batch-patient-case-report-view-item__cell-actions-item-drag, .batch-patient-case-report-view-item__cell-actions-item, .batch-patient-case-report-view-item__cell-recommendations {
  display: flex;
  flex-direction: column;
}
.flex-horizontal-align, .batch-patient-case-report-view-item__cell-actions {
  display: flex;
  flex-direction: row;
}
.batch-patient-case-report-view__wrapper {
  min-height: 29.875vw;
  position: relative;
}
.batch-patient-case-report-view__header-select {
  text-align: center;
  flex-basis: 5%;
}
.batch-patient-case-report-view__header-order {
  text-align: center;
  flex-basis: 5%;
}
.batch-patient-case-report-view__header-patient-data {
  flex-basis: 13%;
}
.batch-patient-case-report-view__header-requested-by {
  flex-basis: 11%;
}
.batch-patient-case-report-view__header-point-of-discussion {
  flex-basis: 13%;
}
.batch-patient-case-report-view__header-tumor-information {
  flex-basis: 15%;
}
.batch-patient-case-report-view__header-stage {
  flex-basis: 18%;
}
.batch-patient-case-report-view__header-recommendations {
  flex-basis: 12%;
}
.batch-patient-case-report-view__header-actions {
  flex-basis: 12%;
}
.batch-patient-case-report-view__header .dia-table__head-cell, .batch-patient-case-report-view__header .patient-list-view__title-header, .batch-patient-case-report-view__header .patient-list-view__param-header, .batch-patient-case-report-view__header .task-status__title-header, .batch-patient-case-report-view__header .task-status__param-header, .batch-patient-case-report-view__header .about-microservices-version__title-header, .batch-patient-case-report-view__header .treatment-history__header-date,
.batch-patient-case-report-view__header .treatment-history__header-therapy,
.batch-patient-case-report-view__header .treatment-history__header-description,
.batch-patient-case-report-view__header .treatment-history__header-outcome,
.batch-patient-case-report-view__header .treatment-history__header-responsible, .batch-patient-case-report-view__header .biomarkers__header-type,
.batch-patient-case-report-view__header .biomarkers__header-result,
.batch-patient-case-report-view__header .biomarkers__header-measurement,
.batch-patient-case-report-view__header .biomarkers__header-date, .batch-patient-case-report-view__header .conference-activities__entry-header, .batch-patient-case-report-view__header .conference-activities__entry-header-hidden {
  flex-grow: 0;
}
.batch-patient-case-report-view__cell-point-of-discussion-additional-notes {
  white-space: pre-wrap;
}
.batch-patient-case-report-view-item {
  width: 100%;
  position: relative;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  word-break: break-word;
  word-wrap: break-word;
}
.batch-patient-case-report-view-item__row {
  padding: 0;
}
.batch-patient-case-report-view-item__row .dia-table__cell, .batch-patient-case-report-view-item__row .import-patient-timeline-event__form-field, .batch-patient-case-report-view-item__row .patient-list-view__title, .batch-patient-case-report-view-item__row .patient-list-view__action, .batch-patient-case-report-view-item__row .patient-list-view__param, .batch-patient-case-report-view-item__row .task-status__title, .batch-patient-case-report-view-item__row .task-status__param, .batch-patient-case-report-view-item__row .about-microservices-version__title, .batch-patient-case-report-view-item__row .staging__entry-stage-date, .batch-patient-case-report-view-item__row .past-medical-history__entry-title,
.batch-patient-case-report-view-item__row .past-medical-history__entry-description, .batch-patient-case-report-view-item__row .recommendations__entry-index,
.batch-patient-case-report-view-item__row .recommendations__entry-description,
.batch-patient-case-report-view-item__row .recommendations__entry-description-edit, .batch-patient-case-report-view-item__row .treatment-history__entry-date, .batch-patient-case-report-view-item__row .treatment-history__entry-therapy, .batch-patient-case-report-view-item__row .treatment-history__entry-responsible, .batch-patient-case-report-view-item__row .treatment-history__entry-outcome, .batch-patient-case-report-view-item__row .treatment-history__entry-description, .batch-patient-case-report-view-item__row .biomarkers__entry-type,
.batch-patient-case-report-view-item__row .biomarkers__entry-result,
.batch-patient-case-report-view-item__row .biomarkers__entry-measurement,
.batch-patient-case-report-view-item__row .biomarkers__entry-date, .batch-patient-case-report-view-item__row .medications__entry-name,
.batch-patient-case-report-view-item__row .medications__entry-dosage, .batch-patient-case-report-view-item__row .physical-examination__entry-title,
.batch-patient-case-report-view-item__row .physical-examination__entry-value, .batch-patient-case-report-view-item__row .physical-examination__entry-date, .batch-patient-case-report-view-item__row .genomics-alterations__entry-input-message, .batch-patient-case-report-view-item__row .genomics-alterations__entry-input, .batch-patient-case-report-view-item__row .genomics-history__input, .batch-patient-case-report-view-item__row .patient-event__actions, .batch-patient-case-report-view-item__row .patient-event__title,
.batch-patient-case-report-view-item__row .patient-event__date,
.batch-patient-case-report-view-item__row .patient-event__category,
.batch-patient-case-report-view-item__row .patient-event__attachment,
.batch-patient-case-report-view-item__row .patient-event__description, .batch-patient-case-report-view-item__row .patient-event__category-import,
.batch-patient-case-report-view-item__row .patient-event__attachment-import,
.batch-patient-case-report-view-item__row .patient-event__title-import, .batch-patient-case-report-view-item__row .conference-activities__entry-item {
  flex-grow: 0;
}
.batch-patient-case-report-view-item__cell-select {
  text-align: center;
  flex-basis: 5%;
}
.batch-patient-case-report-view-item__cell-order {
  text-align: center;
  flex-basis: 5%;
}
.batch-patient-case-report-view-item__cell-patient-data {
  flex-basis: 13%;
}
.batch-patient-case-report-view-item__cell-requested-by {
  flex-basis: 11%;
}
.batch-patient-case-report-view-item__cell-point-of-discussion {
  flex-basis: 13%;
}
.batch-patient-case-report-view-item__cell-tumor-information {
  flex-basis: 15%;
}
.batch-patient-case-report-view-item__cell-stage {
  flex-basis: 18%;
}
.batch-patient-case-report-view-item__cell-recommendations {
  flex-basis: 12%;
}
.batch-patient-case-report-view-item__cell-recommendations-active {
  opacity: 1;
}
.batch-patient-case-report-view-item__cell-recommendations-inactive {
  cursor: default;
}
.batch-patient-case-report-view-item__cell-actions {
  flex-basis: 12%;
  align-items: flex-start;
}
.dia-drag-and-drop__moving-item .batch-patient-case-report-view-item__cell-actions-item {
  display: none;
}
.batch-patient-case-report-view-item__cell-actions-item-drag {
  align-items: flex-start;
  padding: 0;
}
.cdk-drag-preview .batch-patient-case-report-view-item__cell-actions-item-drag {
  opacity: 1;
}
.batch-patient-case-report-view-item__icon {
  margin-right: 0.2vw;
  width: 1em;
  height: 1em;
  background-size: contain;
  background-repeat: no-repeat;
  float: left;
}
.batch-patient-case-report-view-item__icon--info {
  background-image: url('not-allowed-disabled.c578180fe9021ffa.svg');
}
.batch-patient-case-report-view-item__block-info {
  margin-top: 0.3vw;
  width: 80%;
}
.batch-patient-case-report-view-item__block-text {
  font-style: italic;
}
.batch-patient-case-report-view-item__tooltip {
  position: relative;
}
.batch-patient-case-report-dialog__main-content {
  max-height: 70vh;
  overflow: auto;
}
.batch-patient-case-report-dialog__data-caption, .batch-patient-case-report-dialog__footer-message {
  color: #5a6774;
}
.batch-patient-case-report-dialog__message-error {
  display: inline-block;
}
.batch-patient-case-report-dialog__image-button-minimize {
  padding-left: 1.78125vw;
  float: right;
  border: none;
  background-color: transparent;
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('minimize-icon.b3244cce22c05625.svg');
  color: #5a6774;
  cursor: pointer;
}
.batch-patient-case-report-dialog__image-button-maximize {
  padding-left: 1.78125vw;
  float: right;
  border: none;
  background-color: transparent;
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('maximize-icon.95268b4e5ad012cd.svg');
  color: #5a6774;
  cursor: pointer;
}
.batch-patient-case-report-dialog__minimized-content-status-message {
  text-align: left;
  color: #202531;
  font-weight: bold;
  font-size: 16px;
}
.batch-patient-case-report-dialog__icon {
  margin-right: 1vw;
  width: 1.5vw;
  height: 1.5vw;
  background-size: contain;
  background-repeat: no-repeat;
  float: left;
}
.batch-patient-case-report-dialog__icon--success {
  background-image: url('system-icon-filled-icons-alert-icon-positive.d340da70481a0a6d.svg');
}
.batch-patient-case-report-dialog__icon--warning {
  background-image: url('warning-yellow.31c9c9a9e1b61e44.svg');
}
.batch-patient-case-report-dialog__icon--failed {
  background-image: url('system-icon-filled-icons-alert-icon-error.6bb88bd4fbf00bbe.svg');
}
.batch-patient-case-report-dialog__icon--loading {
  height: auto;
  width: auto;
}
.batch-patient-case-report-dialog__data {
  border-collapse: collapse;
  width: 100%;
}
.batch-patient-case-report-dialog__data-minimised-row-icon {
  width: 10%;
  padding-right: 1vw;
}
.batch-patient-case-report-dialog__data-minimised-row-mesage {
  width: 80%;
}
.batch-patient-case-report-dialog__data-minimised-row-button {
  width: 10%;
}
.batch-patient-case-report-dialog__data-caption {
  margin-bottom: 1vw;
  text-align: left;
}
.batch-patient-case-report-dialog__data-row {
  border-bottom: 1px solid #cad1d7;
}
.batch-patient-case-report-dialog__data-footer {
  padding: 1vw 0vw 1vw 3.625vw;
}
.batch-patient-case-report-dialog__data-column-patient {
  padding: 1vw 0vw 1vw 3.625vw;
  width: 60%;
}
.batch-patient-case-report-dialog__data-column-status {
  padding: 1vw 0vw 1vw 0vw;
  display: flex;
  align-items: center;
}
.batch-patient-case-report-dialog__data-column-patient, .batch-patient-case-report-dialog__data-column-status {
  text-align: left;
  color: #5a6774;
}
.static-page-content__section-consent-header {
  display: flex;
}
.static-page-content__section-consent-header-title {
  display: inline-block;
  padding-right: 1vw;
}
.static-page-content__section-consent-header-switch {
  padding-top: 1.25vw;
}
.cookies-consent-tracking__button-confirm {
  float: right;
}
.cookies-consent-tracking__checkbox-text {
  display: inline-block;
}
.cookies-consent-tracking__checkbox-text-primary {
  margin-right: 0.625vw;
  display: inline-block;
  font-weight: bold;
}
.cookies-consent-tracking__footer {
  margin-top: 1.625vw;
}
.cookies-consent-tracking__footer-checkbox {
  float: left;
  display: flex;
}
.cookies-consent-tracking__switch {
  display: inline-block;
}
.import-patient-timeline-event__form {
  margin-bottom: 1vw;
  position: relative;
  flex-grow: 0;
}
.import-patient-timeline-event__form-fields {
  justify-content: space-between;
}
.import-patient-timeline-event__form-field--test-vendors {
  width: 52%;
}
.import-patient-timeline-event__form-field--report-id {
  width: 42%;
  padding-right: 0vw;
}
.import-patient-timeline-event__form-field--import-button {
  display: flex;
  flex-direction: column;
  padding-left: 0vw;
}
.import-patient-timeline-event__form-field--import-button .dia-btn[type=default] {
  padding: 0.625vw 1.25vw 0.625vw 1.25vw;
}
.import-patient-timeline-event__import-button-spacer {
  margin-bottom: 0.625vw;
}
.meeting-patient-list-report-preview__content {
  max-height: 65vh;
}
.meeting-patient-list-report-preview__loader {
  height: 65vh;
}
.select-report-template-dialog-landscape .dia-modal__content {
  max-width: 65vw;
}
.genomics {
  display: block;
  position: relative;
}
.genomics--loader-overlay-mode {
  position: static;
  position: initial;
}
.genomics__headline {
  display: flex;
}
.genomics-reports-view:not(:last-child) {
  margin-bottom: 0.625vw;
}
.genomics-reports__message {
  min-height: 1.875vw;
}
.genomics-reports-header, .genomics-reports-view-header, .genomics-reports-edit-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 1.25vw;
}
.genomics-reports-header__entry {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 2.5vw;
}
.genomics-reports-header__entry--report-vendor {
  width: 26%;
}
.genomics-reports-header__entry--report-number {
  width: 45%;
}
.genomics-reports-header__entry-label {
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  margin-right: 0.3125vw;
}
.genomics-reports-header__entry-label--column {
  padding-bottom: 0.625vw;
}
.genomics-reports-header__entry-label--additional-notes {
  padding-bottom: 0.3125vw;
}
.genomics-reports-header__entry-value {
  display: inline-block;
  position: inherit;
}
.genomics-reports-header__entry-value--report-vendor {
  text-transform: uppercase;
}
.genomics-reports-header__entry-value--additional-notes {
  white-space: break-spaces;
}
.genomics-reports-header__entry .dia-form-input-validation, .genomics-reports-header__entry .dia-form-input-validation--common, .genomics-reports-header__entry .editable-dropdown__error-message, .genomics-reports-header__entry .editable-dropdown-edit__error-message,
.genomics-reports-header__entry .editable-dropdown-delete__error-message, .genomics-reports-header__entry .autosuggest__error-message, .genomics-reports-header__entry .autosuggest-edit__error-message,
.genomics-reports-header__entry .autosuggest-delete__error-message, .genomics-reports-header__entry .patient-upsert__error-message, .genomics-reports-header__entry .meeting-upsert__error-message, .genomics-reports-header__entry .meeting-patient-add__error-message, .genomics-reports-header__entry .meeting-preparation__error-message, .genomics-reports-header__entry app-attendee-search-multiselect .attendee-search-multiselect_invalid, app-attendee-search-multiselect .genomics-reports-header__entry .attendee-search-multiselect_invalid, .genomics-reports-header__entry .past-medical-history__invalid, .genomics-reports-header__entry .treatment-history__invalid, .genomics-reports-header__entry .biomarkers__invalid, .genomics-reports-header__entry .medications__invalid, .genomics-reports-header__entry .physical-examination__invalid, .genomics-reports-header__entry .patient-event-links__link-invalid, .genomics-reports-header__entry .patient-event__invalid, .genomics-reports-header__entry .fullscreen-preview-component__annotations-edit-error-message {
  position: absolute;
}
.genomics-reports-header__entry--column {
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
}
.genomics-reports--non-editable-entries {
  margin-bottom: 0.625vw;
  position: relative;
}
.genomics-reports-no-location-message {
  margin-bottom: 0.9375vw;
  padding: 0.625vw 0.625vw 0.625vw 0.625vw;
  display: flex;
  align-items: center;
  color: #0066cc;
  background-color: rgba(0, 102, 204, 0.2);
}
.genomics-reports-no-location-message__icon {
  margin-right: 0.625vw;
  width: 1.25vw;
  height: 1.25vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('info-blue.873b639fea6116fb.svg');
}
.border-bottom, .genomics-biomarkers__header, .genomics-biomarkers-view:not(:last-child), .genomics-reports-view__report-entry:not(:last-child), .genomics-reports-edit__report-entry:not(:last-child), .meeting-patient-list-view__header, .batch-patient-case-report-view__header, .genomics-reports-view:not(:last-child), .genomics-reports--non-editable-entries {
  border-bottom: 1px solid #cad1d7;
}
.genomics-reports-edit__report-entries {
  margin-bottom: 0.625vw;
}
.genomics-reports-edit__report-entry:not(:last-child) {
  padding-bottom: 0.9375vw;
  margin-bottom: 0.9375vw;
}
.genomics-reports-edit-entry-remove {
  position: relative;
}
.genomics-reports-edit-entry-remove__action {
  top: 0.625vw;
  right: calc((-1.5625vw - 1em) / 2);
}
.genomics-reports-edit__report-entry {
  margin: -0.3125vw -1.5625vw 0.9375vw -0.3125vw;
  padding: 0.3125vw 1.5625vw 0.3125vw 0.3125vw;
}
.genomics-reports-edit__report-entry:hover {
  background: #e8ecf0;
}
.genomics-reports-edit__form-actions {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0.625vw;
}
.genomics-reports-edit__form-field--full-width {
  width: 100%;
}
.border-bottom, .genomics-biomarkers__header, .genomics-biomarkers-view:not(:last-child), .genomics-reports-view__report-entry:not(:last-child), .meeting-patient-list-view__header, .batch-patient-case-report-view__header, .genomics-reports-view:not(:last-child), .genomics-reports--non-editable-entries, .genomics-reports-edit__report-entry:not(:last-child) {
  border-bottom: 1px solid #cad1d7;
}
.genomics-reports-view__report-entries {
  margin-bottom: 0.625vw;
}
.genomics-reports-view__report-entry:not(:last-child) {
  padding-bottom: 0.9375vw;
  margin-bottom: 0.9375vw;
}
.genomics-reports-view__additional-notes {
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}
.genomics-reports-view-header {
  position: relative;
}
.border-bottom, .genomics-biomarkers__header, .genomics-biomarkers-view:not(:last-child), .meeting-patient-list-view__header, .batch-patient-case-report-view__header, .genomics-reports-view:not(:last-child), .genomics-reports--non-editable-entries, .genomics-reports-edit__report-entry:not(:last-child), .genomics-reports-view__report-entry:not(:last-child) {
  border-bottom: 1px solid #cad1d7;
}
.genomics-biomarkers-view:not(:last-child) {
  margin-bottom: 0.625vw;
}
.genomics-biomarkers__header {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.3125vw;
}
.genomics-biomarkers__header-cell {
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
}
.genomics-biomarkers__header, .genomics-biomarkers__entry, .genomics-biomarkers__entry-colored {
  display: flex;
  flex-direction: row;
  padding: 0.3125vw 0vw 0.3125vw 0vw;
}
.genomics-biomarkers__header-cell:not(:last-child), .genomics-biomarkers__entry-cell:not(:last-child) {
  padding-right: 0.625vw;
}
.genomics-biomarkers__entries {
  position: relative;
}
.genomics-biomarkers__entry-cell {
  word-wrap: break-word;
  word-break: break-word;
}
.genomics-biomarkers__entry-colored {
  background-color: #e8ecf0;
}
.genomics-biomarkers__toggle-visibility-actions {
  display: flex;
  justify-content: center;
  padding: 0.625vw 0.625vw 0.625vw 0.625vw;
  width: 100%;
}
.genomics-biomarkers--alteration {
  flex-basis: 20%;
}
.genomics-biomarkers--result {
  flex-basis: 17%;
  max-width: 17%;
}
.genomics-biomarkers--measurement {
  flex-basis: 13%;
}
.genomics-biomarkers--clinical-implication-significance {
  flex-basis: 34%;
}
.genomics-biomarkers--clinical-implication-therapy {
  flex-basis: 16%;
}
.border-bottom, .meeting-patient-list-view__header, .batch-patient-case-report-view__header, .genomics-reports-view:not(:last-child), .genomics-reports--non-editable-entries, .genomics-reports-edit__report-entry:not(:last-child), .genomics-reports-view__report-entry:not(:last-child), .genomics-biomarkers-view:not(:last-child), .genomics-biomarkers__header {
  border-bottom: 1px solid #cad1d7;
}
.genomics-biomarkers-edit {
  margin-bottom: 0.625vw;
}
.genomics-biomarkers-edit-clinical-implication {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
  width: 100%;
}
.genomics-biomarkers-edit-clinical-implication-entries {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.genomics-biomarkers-edit-clinical-implication-entry {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
  margin-bottom: 0.3125vw;
}
.genomics-biomarkers-edit-clinical-implication-entry__significance {
  display: flex;
  flex-direction: column;
  flex-basis: 68%;
  justify-content: space-between;
  height: 100%;
  padding-right: 0.625vw;
}
.genomics-biomarkers-edit-clinical-implication-entry__therapy-entries {
  flex-basis: 32%;
}
.genomics-biomarkers-edit-clinical-implication-entry__therapy-entry {
  position: relative;
  padding-bottom: 0.625vw;
}
.genomics-biomarkers-edit__entry-cell-therapy-entries {
  margin-bottom: 0.3125vw;
}
.genomics-biomarkers-edit__form-actions {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.625vw;
  width: 100%;
}
.genomics-biomarkers-edit__form-field--full-width {
  width: 100%;
}
.genomics-biomarkers-edit-entry-remove {
  position: relative;
}
.genomics-biomarkers-edit-entry-remove__action {
  top: calc(50% - 0.4em);
  right: calc((-1.5625vw - 1em) / 2);
}
.genomics-biomarkers-edit__biomarker-entry:hover {
  background: #e8ecf0;
}
.genomics-biomarkers-edit__biomarker-entry {
  position: relative;
  margin: 0vw -1.5625vw 0vw -0.3125vw;
  padding: 0.3125vw 1.5625vw 0.3125vw 0.3125vw;
}
.genomics-biomarkers-view {
  margin-bottom: 0.625vw;
}
.genomics-biomarkers-view__entry-clinical-implication-entries {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
  width: 100%;
}
.genomics-biomarkers-view__entry-clinical-implication-entry {
  display: flex;
  width: 100%;
}
.genomics-biomarkers-view__entry-clinical-implication-entry:not(:last-child) {
  margin-bottom: 0.3125vw;
}
.genomics-biomarkers-view__entry-clinical-implication-entry-significance {
  flex-basis: 68%;
  padding-right: 0.3125vw;
}
.genomics-biomarkers-view__entry-clinical-implication-entry-therapy-entries {
  flex-basis: 32%;
}
