/* All scss files used in shared AppComponent.tsx */
/* DEDALUS COLORS COMING FROM THE STYLE GUIDE */
header {
  height: 42px;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex: 0 0 auto;
  flex-flow: row nowrap;
  justify-content: flex-start;
  /* DEDALUS COLORS COMING FROM THE STYLE GUIDE */
  /* DEDALUS COLORS COMING FROM THE STYLE GUIDE */
  /* DEDALUS COLORS COMING FROM THE STYLE GUIDE */
  /* DEDALUS COLORS COMING FROM THE STYLE GUIDE */
}
header #news-menu {
  display: flex;
  flex-flow: row nowrap;
  position: relative;
  height: 100%;
  width: 42px;
  background-image: url("../img/icons/icnInfoWhite.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: auto 16px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
header #news-menu.maintenance {
  background-color: #9a3033;
}
header #news-menu.maintenance:hover {
  background-image: url("../img/icons/icnInfoWhite.png");
  background-color: #c1383c;
}
header #news-menu:hover {
  background-image: url("../img/icons/icnInfoGreen.png");
}
header #news-menu:hover div#news-items {
  display: flex;
}
header #news-menu.active {
  cursor: default;
}
header #news-menu div#nr-of-news {
  display: block;
  font-weight: 700;
  color: #FFF;
  font-size: 0.7rem;
  text-align: center;
  width: 14px;
  height: 14px;
  background-color: #1f2c36;
  float: left;
  margin-top: 10px;
  margin-left: 24px;
  line-height: 14px;
  border-radius: 50%;
}
header #news-menu div#nr-of-news.active {
  background-color: red;
}
header #news-menu div#news-items {
  display: none;
  position: absolute;
  top: 38px;
  right: -140px;
  width: 400px;
  flex-flow: column nowrap;
  z-index: 2;
  overflow: hidden;
  background-color: #2c363d;
  border-radius: 4px;
  border: 1px solid #384751;
}
header #news-menu div#news-items > div.news-item {
  flex: 1 0 auto;
  border-bottom: 1px solid #384751;
}
header #news-menu div#news-items > div.news-item:last-of-type {
  border-bottom: 0;
}
header #news-menu div#news-items > div.news-item.maintenance > a {
  font-weight: bold;
  background-color: #9a3033;
}
header #news-menu div#news-items > div.news-item.maintenance > a:hover {
  background-color: #c1383c;
}
header #news-menu div#news-items > div.news-item.maintenance > a span {
  font-weight: normal;
}
header #news-menu div#news-items > div.news-item > a {
  background-color: #2c363d;
  color: #fff;
  font-size: 1rem;
  width: 100%;
  height: auto;
  float: right;
  line-height: 18px;
  text-align: left;
  padding: 10px 10px 10px 34px;
  background-image: url("../img/icons/icnInfoWhite.png");
  background-repeat: no-repeat;
  background-size: auto 16px;
  background-position: 15px center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
header #news-menu div#news-items > div.news-item > a:hover {
  text-decoration: none;
  background-color: #384751;
}
header #language-selector {
  display: flex;
  flex-flow: row nowrap;
  width: 42px;
  position: relative;
  height: 100%;
}
header #language-selector:hover div#current-language {
  color: #48baaf;
}
header #language-selector:hover div#possible-languages {
  display: flex;
}
header #language-selector div#current-language {
  text-align: center;
  width: 100%;
  font-weight: bold;
  line-height: 1.2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}
header #language-selector div#possible-languages {
  position: absolute;
  top: 38px;
  background-color: #2c363d;
  border: 1px solid #384751;
  left: -18px;
  width: 70px;
  border-radius: 4px;
  flex-flow: row wrap;
  display: none;
  z-index: 2;
}
header #language-selector div#possible-languages div {
  flex-basis: 50%;
  border-radius: 3px;
  line-height: 28px;
  text-align: center;
  font-weight: bold;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
header #language-selector div#possible-languages div:hover {
  cursor: pointer;
  background-color: #0e544d;
}
header #environment-selector {
  display: flex;
  flex-flow: row nowrap;
  position: relative;
  height: 100%;
  width: 80px;
}
header #environment-selector:hover div.selected {
  color: #48baaf;
}
header #environment-selector:hover div.other-environments {
  display: flex;
}
header #environment-selector div.selected {
  height: 42px;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1rem;
  width: 100%;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header #environment-selector div.other-environments {
  position: absolute;
  display: none;
  color: #fff;
  z-index: 150;
  border-radius: 4px;
  background-color: #2c363d;
  border: 1px solid #384751;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 38px;
  left: -10px;
  width: 100px;
  flex-flow: column nowrap;
}
header #environment-selector div.other-environments a {
  float: left;
  width: 100%;
  color: #fff;
  text-align: center;
  line-height: 1.1rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  padding: 8px 4px;
}
header #environment-selector div.other-environments a:hover {
  background-color: #0e544d;
  text-decoration: none;
}
header #help-menu {
  display: flex;
  flex-flow: row nowrap;
  width: 42px;
  position: relative;
  height: 100%;
  background-image: url("../img/icons/icnHelpWhite.png");
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: center center;
}
header #help-menu:hover {
  background-image: url("../img/icons/icnHelpGreen.png");
  cursor: help;
}
header #help-menu:hover > ul {
  display: flex;
}
header #help-menu > ul {
  display: none;
  position: absolute;
  right: 2px;
  top: 38px;
  background-color: #2c363d;
  border: 1px solid #384751;
  z-index: 2;
  padding: 0;
  border-radius: 4px;
  width: auto;
  flex-flow: column nowrap;
}
header #help-menu > ul li {
  height: 32px;
  margin-left: 0;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
header #help-menu > ul li:first-of-type > * {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
header #help-menu > ul li:last-of-type > * {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
header #help-menu > ul li > a {
  color: #fff;
  width: 100%;
  line-height: 32px;
  font-size: 1rem;
  text-align: left;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  background-position: right 10px center;
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 45px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header #help-menu > ul li > a:hover {
  color: #FFF;
  background-color: #0e544d;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
header #help-menu > ul li > a.link-to-download-app {
  background-size: 20px auto;
  background-image: url("../img/logos/logo_pacsonweb_bullets.png");
  background-position: right 11px center;
}
header #help-menu > ul li > a.link-to-about-box {
  background-size: 20px auto;
  background-image: url("../img/icons/icnAboutWhite.png");
  background-position: right 11px center;
}
header #help-menu > ul li > a.link-to-support {
  background-size: 20px auto;
  background-image: url("../img/icons/icnSupportWhite.png");
  background-position: right 11px center;
}
header #help-menu > ul li > a.link-to-user-manual {
  background-size: 22px auto;
  background-image: url("../img/icons/icnUserManualWhite.png");
}
header h1 {
  background-repeat: no-repeat;
  background-position: left center;
  background-position-x: left;
  background-position-y: center;
  background-image: url("../img/logos/logo_pacsonweb_full_white_32.png");
  height: 32px;
  margin: 5px;
  width: 247px;
}
header h1 a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
header > div#header-components {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex: 1 0 auto;
  flex-flow: row nowrap;
  justify-content: flex-end;
  height: 42px;
}

/* DEDALUS COLORS COMING FROM THE STYLE GUIDE */
.rich-tooltip {
  z-index: 1002;
  font-weight: normal;
  border-radius: 2px;
  background-color: #2c363d;
  border: 1px solid #384751;
  color: #fff;
  font-size: 0.9rem;
  padding: 4px 7px;
  line-height: 16px;
  text-decoration: none;
  position: absolute;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  top: 0;
  left: 0;
  white-space: initial;
  word-break: break-word;
  max-width: 270px;
}

/* DEDALUS COLORS COMING FROM THE STYLE GUIDE */
.modal-dialog.about-us .title {
  padding-left: 30px;
  background-image: url("../img/icons/icnAboutWhite.png");
  background-size: 20px;
  background-position: left center;
  background-repeat: no-repeat;
}
.modal-dialog.about-us .modal-dialog-body {
  display: flex;
  flex-flow: row nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  align-items: stretch;
}
.modal-dialog.about-us .modal-dialog-body > div {
  flex: 0 0 50%;
  display: flex;
  flex-flow: column nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  gap: 10px;
  align-items: stretch;
  justify-content: space-between;
}
.modal-dialog.about-us .modal-dialog-body > div:first-of-type {
  padding-right: 5px;
}
.modal-dialog.about-us .modal-dialog-body > div:first-of-type > div:first-of-type {
  margin-bottom: 4px;
}
.modal-dialog.about-us .modal-dialog-body > div:last-of-type {
  padding-left: 5px;
}
.modal-dialog.about-us .modal-dialog-body > div > div {
  border: 1px solid rgba(255, 255, 255, 0.175);
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.modal-dialog.about-us .modal-dialog-body > div > div.software-identification {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-flow: column nowrap;
  align-items: flex-start;
}
.modal-dialog.about-us .modal-dialog-body > div > div.software-identification a.toggle-show-third-party-software:hover {
  cursor: pointer;
}
.modal-dialog.about-us .modal-dialog-body > div > div.software-identification > div {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  align-content: center;
  flex-flow: row nowrap;
}
.modal-dialog.about-us .modal-dialog-body > div > div.software-identification > div.third-party-software {
  flex-flow: column nowrap;
  max-height: 220px;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  /* corner when you have a horizontal and vertical scrollbar */
  align-items: flex-start;
  align-self: stretch;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.modal-dialog.about-us .modal-dialog-body > div > div.software-identification > div.third-party-software::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}
.modal-dialog.about-us .modal-dialog-body > div > div.software-identification > div.third-party-software::-webkit-scrollbar-track {
  background: #1f2c36;
}
.modal-dialog.about-us .modal-dialog-body > div > div.software-identification > div.third-party-software::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
}
.modal-dialog.about-us .modal-dialog-body > div > div.software-identification > div.third-party-software::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.2);
}
.modal-dialog.about-us .modal-dialog-body > div > div.software-identification > div.third-party-software::-webkit-scrollbar-corner {
  background: #1f2c36;
}
.modal-dialog.about-us .modal-dialog-body > div > div.software-identification > div.third-party-software > p {
  font-size: 0.8rem;
  line-height: 1rem;
  padding: 4px;
  margin: 0;
}
.modal-dialog.about-us .modal-dialog-body > div > div.software-identification > div.third-party-software > p span {
  color: rgba(255, 255, 255, 0.5);
}
.modal-dialog.about-us h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.modal-dialog.about-us p {
  line-height: 1.5rem;
  margin-bottom: 2px;
}
.modal-dialog.about-us p.environment-machine-name {
  align-self: center;
}
.modal-dialog.about-us p.environment-machine-name span {
  font-weight: bold;
}
.modal-dialog.about-us p.pacsonweb-version-info {
  margin-bottom: 8px;
}
.modal-dialog.about-us img {
  height: 50px;
  margin-bottom: 5px;
  padding: 5px;
  border-radius: 2px;
  background-color: #fff;
  margin-right: 5px;
}
.modal-dialog.about-us a {
  color: #48baaf;
}
.modal-dialog.about-us a:hover {
  text-decoration: underline;
}

/* DEDALUS COLORS COMING FROM THE STYLE GUIDE */
body #app-root #cookie-banner {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1001;
  border-top: 1px solid #dddfe2;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  background-color: #2c363d;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-flow: column nowrap;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body #app-root #cookie-banner div.content {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-flow: column nowrap;
  position: relative;
}
body #app-root #cookie-banner div.content .close {
  background-image: url("../img/icons/icnCrossWhite.png");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 5px;
  height: 18px;
  right: 10px;
  width: 18px;
  padding: 0;
}
body #app-root #cookie-banner div.content a {
  font-weight: bold;
  color: #48baaf;
}
body #app-root #cookie-banner div.content a:hover {
  text-decoration: underline;
}
body #app-root #cookie-banner div.content h2.title {
  font-size: 1.4rem;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 150%;
}
body #app-root #cookie-banner div.content p.info {
  line-height: 1.5rem;
  margin-bottom: 10px;
}
body #app-root #cookie-banner div.content div.buttons {
  margin-top: 10px;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-flow: row wrap;
  gap: 10px;
}

/* DEDALUS COLORS COMING FROM THE STYLE GUIDE */
/*
    Font face definitions
*/
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/Roboto-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  src: url("../fonts/Roboto-ThinItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/Roboto-LightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/Roboto-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/Roboto-MediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/Roboto-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Roboto-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/Roboto-BlackItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/montserrat-v15-latin-ext_latin_cyrillic-ext_cyrillic-300.woff2") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v15-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff2") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat-v15-latin-ext_latin_cyrillic-ext_cyrillic-500.woff2") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat-v15-latin-ext_latin_cyrillic-ext_cyrillic-600.woff2") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v15-latin-ext_latin_cyrillic-ext_cyrillic-700.woff2") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/montserrat-v15-latin-ext_latin_cyrillic-ext_cyrillic-800.woff2") format("truetype");
}
.notification {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.075);
}
.notification.solid {
  background-color: #1f2c36;
}
.notification > div.title {
  background-size: 18px;
  line-height: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  flex-flow: row nowrap;
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.notification > div.title div.icon-holder {
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 7px;
  width: 20px;
  height: 20px;
}
.notification > div.title div.info-tooltip {
  margin-left: 10px;
}
.notification > div.content {
  line-height: 1.25rem;
  font-size: 1rem;
  color: #ddd;
}
.notification > div.content > p {
  margin-bottom: 5px;
}
.notification.info {
  background-color: rgba(77, 146, 239, 0.1254901961);
}
.notification.info div.icon-holder {
  background-image: url("../img/icons/icnInfoNotification.png");
  background-size: 4px;
  border: 1px solid #4d92ef;
  border-radius: 50%;
}
.notification.info div.title {
  color: #4d92ef;
}
.notification.warning {
  background-color: rgba(255, 174, 0, 0.1254901961);
}
.notification.warning div.icon-holder {
  background-image: url("../img/icons/icnWarningBorderedNotification.png");
  background-size: 18px;
}
.notification.warning div.title {
  color: #ffae00;
}
.notification.error {
  background-color: rgba(249, 49, 54, 0.1254901961);
}
.notification.error.solid {
  background-color: #3f2e33;
}
.notification.error div.icon-holder {
  background-image: url("../img/icons/icnCrossNotification.png");
  background-size: 16px;
}
.notification.error div.title {
  color: #f93136;
}
.notification.success {
  background-color: rgba(70, 217, 203, 0.1254901961);
}
.notification.success div.icon-holder {
  background-image: url("../img/icons/icnValidatedNotification.png");
  background-size: 16px;
}
.notification.success div.title {
  color: #46d9cb;
}
.notification.step {
  background-color: #1f2c36;
  border: 0;
}
.notification.step div.icon-holder {
  background-image: url("../img/icons/icnArrowRightGreen.png");
  background-size: 22px;
  background-position: left center;
}

/* DEDALUS COLORS COMING FROM THE STYLE GUIDE */
/*
    Font face definitions
*/
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/Roboto-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  src: url("../fonts/Roboto-ThinItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/Roboto-LightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/Roboto-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/Roboto-MediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/Roboto-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Roboto-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/Roboto-BlackItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/montserrat-v15-latin-ext_latin_cyrillic-ext_cyrillic-300.woff2") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v15-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff2") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat-v15-latin-ext_latin_cyrillic-ext_cyrillic-500.woff2") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat-v15-latin-ext_latin_cyrillic-ext_cyrillic-600.woff2") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v15-latin-ext_latin_cyrillic-ext_cyrillic-700.woff2") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/montserrat-v15-latin-ext_latin_cyrillic-ext_cyrillic-800.woff2") format("truetype");
}
.progress-bar-component {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-flow: column nowrap;
  align-items: center;
  flex: 1 0 auto;
  max-width: 100%;
}
.progress-bar-component .progress-bar-info {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-flow: row nowrap;
  flex: 1 0 auto;
  width: 100%;
  margin-bottom: 2px;
  line-height: 16px;
}
.progress-bar-component .progress-bar-info .progress-title {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: flex-start;
  flex-flow: row nowrap;
  align-self: flex-start;
  flex: 1 1 auto;
  font-size: 0.9rem;
}
.progress-bar-component .progress-bar-info .progress-title span {
  color: #999;
  margin-left: 4px;
}
.progress-bar-component .progress-bar-info .progress-title .info {
  padding-left: 30px;
  background-size: 16px;
  background-position: left 6px center;
  background-repeat: no-repeat;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-flow: row nowrap;
  align-items: center;
  line-height: 16px;
  word-break: break-word;
}
.progress-bar-component .progress-bar-info .progress-percentage {
  text-align: right;
  flex: 0 0 auto;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: flex-end;
  align-items: center;
}
.progress-bar-component .progress-bar {
  height: 8px;
  border-radius: 4px;
  overflow: hidden;
  flex: 1 0 auto;
  position: relative;
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
}
.progress-bar-component .progress-bar .progress-percentage-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.progress-bar-component.not-started .progress-bar-info .progress-title .info {
  background-image: url("../img/icons/icnDotsWhite.png");
  background-size: 14px;
}
.progress-bar-component.failed .progress-percentage-bar, .progress-bar-component.cancelled .progress-percentage-bar {
  background-color: #9a3033;
}
.progress-bar-component.failed .progress-bar-info .progress-title .info, .progress-bar-component.cancelled .progress-bar-info .progress-title .info {
  background-image: url("../img/icons/icnCrossRed.png");
  background-size: 16px;
}
.progress-bar-component.paused .progress-percentage-bar {
  background-color: #9a9a9a;
}
.progress-bar-component.paused .progress-bar-info .progress-title .info {
  background-image: url("../img/icons/icnPauseWhite.png");
  background-size: 12px;
}
.progress-bar-component.started .progress-percentage-bar {
  background-color: #3f9990;
}
.progress-bar-component.started .progress-bar-info .progress-title .info {
  background-image: url("../img/gifs/loading.gif");
}
.progress-bar-component.done .progress-percentage-bar {
  background-color: #209287;
}
.progress-bar-component.done .progress-bar-info .progress-title .info {
  background-image: url("../img/icons/icnValidatedGreen.png");
  background-size: 16px;
}
.progress-bar-component.rate-limited .progress-percentage-bar {
  background-color: #A77200;
}
.progress-bar-component.rate-limited .progress-bar-info .progress-title .info {
  background-image: url("../img/icons/icnWarningBorderedNotification.png");
  background-size: 16px;
}

/* DEDALUS COLORS COMING FROM THE STYLE GUIDE */
/*
    Font face definitions
*/
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/Roboto-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  src: url("../fonts/Roboto-ThinItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/Roboto-LightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/Roboto-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/Roboto-MediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/Roboto-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Roboto-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/Roboto-BlackItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/montserrat-v15-latin-ext_latin_cyrillic-ext_cyrillic-300.woff2") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v15-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff2") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat-v15-latin-ext_latin_cyrillic-ext_cyrillic-500.woff2") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat-v15-latin-ext_latin_cyrillic-ext_cyrillic-600.woff2") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v15-latin-ext_latin_cyrillic-ext_cyrillic-700.woff2") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/montserrat-v15-latin-ext_latin_cyrillic-ext_cyrillic-800.woff2") format("truetype");
}
.floating-container {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-flow: column nowrap;
  border-radius: 8px;
  background-color: #1f2c36;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.35);
  align-items: stretch;
  max-width: 650px;
  width: calc(100% - 20px);
}
.floating-container.transparent {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  max-width: 550px;
}
.floating-container.transparent > .header {
  border-bottom: 0;
  padding: 20px 0;
}
.floating-container.transparent > .content {
  padding: 10px 0 0 0;
}
.floating-container > .header {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  line-height: 2.2rem;
  align-content: center;
  align-items: center;
  flex-flow: row nowrap;
  font-weight: bold;
  font-size: 2.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px 30px;
}
.floating-container > .content {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  padding: 30px;
  flex-flow: column nowrap;
}

body > #app-root {
  /* DEDALUS COLORS COMING FROM THE STYLE GUIDE */
  /* DEDALUS COLORS COMING FROM THE STYLE GUIDE */
  /* DEDALUS COLORS COMING FROM THE STYLE GUIDE */
  /* DEDALUS COLORS COMING FROM THE STYLE GUIDE */
  /* DEDALUS COLORS COMING FROM THE STYLE GUIDE */
  /* DEDALUS COLORS COMING FROM THE STYLE GUIDE */
}
body > #app-root #upload-content {
  display: flex;
  flex-flow: column nowrap;
  flex: 1 1 auto;
  padding: 15px 0 0 0;
}
body > #app-root #upload-content h1 {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
body > #app-root #upload-content h2 {
  font-size: 1.6rem;
  line-height: 28px;
  margin-bottom: 30px;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: flex-start;
}
body > #app-root #upload-content h2 span {
  width: 30px;
  height: 30px;
  background-color: #209287;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  margin-right: 15px;
  font-weight: bold;
}
body > #app-root #upload-content #upload-components {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-flow: row wrap;
  max-width: 1300px;
  width: 100%;
  align-items: flex-start;
}
@media all and (max-width: 768px) {
  body > #app-root #upload-content #upload-components {
    flex-flow: column nowrap;
  }
  body > #app-root #upload-content #upload-components #file-selection-container, body > #app-root #upload-content #upload-components #patients-upload-component {
    width: 100%;
  }
}
body > #app-root #upload-content #upload-components:has(#file-selection-container.inactive) #patients-upload-component.active {
  max-width: 75%;
}
body > #app-root #upload-content #upload-components > div {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body > #app-root #upload-content #upload-components > div.inactive h2 span, body > #app-root #upload-content #upload-components > div.disabled h2 span {
  background-color: transparent;
}
body > #app-root #upload-content #upload-components > div#file-selection-container {
  flex: 1 1 35%;
  max-width: 35%;
}
body > #app-root #upload-content #upload-components > div#file-selection-container.inactive {
  flex: 1 1 25%;
}
body > #app-root #upload-content #upload-components > div#file-selection-container.inactive:hover {
  opacity: 1;
}
body > #app-root #upload-content #upload-components > div#patients-upload-component {
  flex: 1 1 65%;
  max-width: 65%;
}
body > #app-root #drag-and-drop-container {
  border-radius: 4px;
  flex: 1 1 auto;
  border: 2px solid transparent;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-flow: column nowrap;
  align-items: center;
  padding: 20px;
}
body > #app-root #drag-and-drop-container div#drop-files-here {
  position: absolute;
  width: calc(100% - 40px);
  height: 100%;
  top: 0;
  font-size: 2.5rem;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  flex-flow: row nowrap;
  align-items: center;
  display: none;
}
body > #app-root #drag-and-drop-container div#drop-files-here > p {
  flex: 1 0 auto;
  background-image: url("../img/icons/icnDragAndDropWhite.png");
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: center bottom;
  padding-bottom: 100px;
}
body > #app-root #drag-and-drop-container.dragging {
  border: 2px dashed #fff;
  background-color: rgba(0, 0, 0, 0.12);
}
body > #app-root #drag-and-drop-container.dragging > * {
  opacity: 0.2;
}
body > #app-root #drag-and-drop-container.dragging > div#drop-files-here {
  opacity: 1;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
body > #app-root #file-selection-container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-content: stretch;
  flex-flow: column nowrap;
  border-radius: 8px;
  padding: 30px 5px 5px 5px;
  /* DEDALUS COLORS COMING FROM THE STYLE GUIDE */
  /* DEDALUS COLORS COMING FROM THE STYLE GUIDE */
}
body > #app-root #file-selection-container h2 {
  margin-left: 10px;
}
body > #app-root #file-selection-container .select-files-container {
  padding: 30px;
  border-radius: 8px;
  background-color: #1f2c36;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.35);
}
body > #app-root #file-selection-container .select-files-container .notification.info {
  margin-bottom: 0;
}
body > #app-root #file-selection-container.inactive h2, body > #app-root #file-selection-container.disabled h2 {
  opacity: 0.25;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body > #app-root #file-selection-container.inactive .select-files-container, body > #app-root #file-selection-container.disabled .select-files-container {
  opacity: 0.25;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body > #app-root #file-selection-container.disabled .select-files-container {
  background-color: rgba(0, 0, 0, 0);
}
body > #app-root #file-selection-container.inactive .select-files-container {
  background-color: rgba(0, 0, 0, 0.15);
}
body > #app-root #file-selection-container.inactive .select-files-container:hover {
  opacity: 1;
}
body > #app-root #file-selection-container .notification {
  margin-top: 20px;
  margin-bottom: 10px;
}
body > #app-root #file-selection-container .selection-buttons {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-flow: row wrap;
  gap: 10px;
}
body > #app-root #file-selection-container .selection-buttons .selection-button {
  flex: 1 0 100%;
}
body > #app-root #file-selection-container .selection-buttons .selection-button input {
  display: none;
}
body > #app-root #file-selection-container .selection-buttons .selection-button label {
  background-color: #209287;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 42px;
  padding: 20px 30px 20px 60px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  font-size: 1.25rem;
  width: 100%;
  text-align: center;
}
body > #app-root #file-selection-container .selection-buttons .selection-button:not(.disabled):hover label {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  background-color: #3f9990;
}
body > #app-root #file-selection-container .selection-buttons .selection-button.selected-files label {
  background-color: transparent;
}
body > #app-root #file-selection-container .selection-buttons .selection-button.disabled {
  opacity: 0.25;
}
body > #app-root #file-selection-container .selection-buttons .selection-button.disabled label {
  background-color: transparent;
}
body > #app-root #file-selection-container .selection-buttons .selection-button#select-files-button label {
  background-image: url("../img/icons/icnUploadFileWhite.png");
}
body > #app-root #file-selection-container .selection-buttons .selection-button#select-folder-button label {
  background-image: url("../img/icons/icnUploadFolderWhite.png");
}
body > #app-root #file-selection-container .selection-drag-and-drop {
  margin: 10px 0;
}
body > #app-root #file-selection-container .selection-drag-and-drop label {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 42px;
  padding: 20px 30px 20px 60px;
  border: 1px dashed rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  font-size: 1.25rem;
  width: 100%;
  text-align: center;
  background-image: url("../img/icons/icnDragAndDropWhite.png");
}
body > #app-root #file-selection-container .selection-drag-and-drop.selected-files label {
  border-color: rgba(255, 255, 255, 0.1);
}
body > #app-root #file-selection-container .selection-drag-and-drop.disabled {
  opacity: 0.25;
}
body > #app-root #file-selection-container .selection-drag-and-drop.disabled label {
  border-color: rgba(255, 255, 255, 0.1);
}
body > #app-root #file-selection-container #selected-files-component {
  padding: 10px 20px 15px 20px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-top: 10px;
}
body > #app-root #file-selection-container #selected-files-component .selected-files {
  background-repeat: no-repeat;
  padding: 5px 0 5px 26px;
  line-height: 1.2rem;
  font-size: 1rem;
}
body > #app-root #file-selection-container #selected-files-component .selected-files#checking-selected {
  background-position: left center;
  background-size: 22px auto;
  background-image: url("../img/icons/icnFileWhite.png");
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-flow: row nowrap;
  align-items: center;
}
body > #app-root #file-selection-container #selected-files-component .selected-files#checking-selected.checking {
  background-image: url("../img/gifs/loading.gif");
  background-size: 16px auto;
}
body > #app-root #file-selection-container #selected-files-component .selected-files#checking-selected span {
  flex: 1 1 auto;
}
body > #app-root #file-selection-container #selected-files-component .selected-files#checking-selected button {
  flex: 0 0 auto;
  margin-left: 3px;
}
body > #app-root #file-selection-container #selected-files-component .selected-files#uploadable, body > #app-root #file-selection-container #selected-files-component .selected-files#not-uploadable {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 10px;
  padding-left: 38px;
}
body > #app-root #file-selection-container #selected-files-component .selected-files#uploadable {
  background-position: left 12px center;
  background-size: 18px auto;
  background-image: url("../img/icons/icnValidatedGreen.png");
}
body > #app-root #file-selection-container #selected-files-component .selected-files#not-uploadable {
  background-position: left 12px center;
  background-size: 18px auto;
  background-image: url("../img/icons/icnCrossRed.png");
}
body > #app-root #file-selection-container #not-uploadable-files-component {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 4px;
  overflow-x: hidden;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  /* corner when you have a horizontal and vertical scrollbar */
  max-height: 180px;
}
body > #app-root #file-selection-container #not-uploadable-files-component::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}
body > #app-root #file-selection-container #not-uploadable-files-component::-webkit-scrollbar-track {
  background: #1f2c36;
}
body > #app-root #file-selection-container #not-uploadable-files-component::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
}
body > #app-root #file-selection-container #not-uploadable-files-component::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.2);
}
body > #app-root #file-selection-container #not-uploadable-files-component::-webkit-scrollbar-corner {
  background: #1f2c36;
}
body > #app-root #patients-upload-component {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-flow: column nowrap;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  /* corner when you have a horizontal and vertical scrollbar */
  max-height: 100%;
  align-content: flex-start;
  padding: 30px 0 30px 30px;
  /* DEDALUS COLORS COMING FROM THE STYLE GUIDE */
}
body > #app-root #patients-upload-component::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}
body > #app-root #patients-upload-component::-webkit-scrollbar-track {
  background: #1f2c36;
}
body > #app-root #patients-upload-component::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
}
body > #app-root #patients-upload-component::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.2);
}
body > #app-root #patients-upload-component::-webkit-scrollbar-corner {
  background: #1f2c36;
}
body > #app-root #patients-upload-component.inactive {
  opacity: 0.25;
}
body > #app-root #patients-upload-component > h2, body > #app-root #patients-upload-component .notification {
  flex: 0 0 0;
}
body > #app-root #patients-upload-component > .notification {
  margin-bottom: 14px;
}
body > #app-root #patients-upload-component .files-to-arrange-notification {
  display: flex;
  flex-flow: column nowrap;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.35);
}
body > #app-root #patients-upload-component .files-to-arrange-notification > .content {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-flow: column nowrap;
}
body > #app-root #patients-upload-component .files-to-arrange-notification > .content h3 {
  color: #999;
}
body > #app-root #patients-upload-component .files-to-arrange-notification > .content:has(.move-all-to-study-container) {
  gap: 10px;
}
body > #app-root #patients-upload-component .files-to-arrange-notification > .content:has(.move-all-to-study-container) p.too-many-files-selected {
  color: #999;
  font-size: 0.85rem;
}
body > #app-root #patients-upload-component .files-to-arrange-notification > .content:has(.move-all-to-study-container) .files-to-arrange-container {
  flex: 1 0 auto;
}
body > #app-root #patients-upload-component .files-to-arrange-notification > .content:has(.move-all-to-study-container) .move-all-to-study-container {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  border-radius: 4px;
  box-sizing: border-box;
  flex: 1 0 auto;
  flex-flow: row nowrap;
  align-items: center;
  gap: 8px;
}
body > #app-root #patients-upload-component .files-to-arrange-notification > .content:has(.move-all-to-study-container) .move-all-to-study-container > div {
  flex: 0;
}
body > #app-root #patients-upload-component .files-to-arrange-notification > .content:has(.move-all-to-study-container) .move-all-to-study-container > div .file-study-selector {
  min-height: 32px;
}
body > #app-root #patients-upload-component .files-to-arrange-notification > .content:has(.move-all-to-study-container) .move-all-to-study-container > div .file-study-selector:not(:has(input:disabled)) {
  background-color: #209287;
}
body > #app-root #patients-upload-component .files-to-arrange-notification > .content:has(.move-all-to-study-container) .move-all-to-study-container > div .file-study-selector.too-many .react-dropdown-select-input {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  width: calc(33ch + 5px);
  line-height: 1rem;
}
body > #app-root #patients-upload-component .files-to-arrange-notification > .content:has(.move-all-to-study-container) .move-all-to-study-container > div .file-study-selector .react-dropdown-select-input {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  width: calc(33ch + 5px);
  line-height: 1rem;
}
body > #app-root #patients-upload-component .files-to-arrange-notification > .content:has(.move-all-to-study-container) .move-all-to-study-container > div .file-study-selector .react-dropdown-select-input::placeholder {
  color: #fff;
  background-image: url("../img/icons/icnValidatedWhite.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px;
  padding-left: 30px;
}
body > #app-root #patients-upload-component .files-to-arrange-notification > .content:has(.move-all-to-study-container) .move-all-to-study-container > div .file-study-selector .react-dropdown-select-item.too-many-files-selected {
  text-decoration: line-through;
  opacity: 0.5;
}
body > #app-root #patients-upload-component .files-to-arrange-notification > .content:has(.move-all-to-study-container) .move-all-to-study-container .select-all {
  font-size: 0.9rem;
  color: #aaa;
  margin-bottom: 0;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  margin-left: auto;
}
body > #app-root #patients-upload-component .files-to-arrange-notification > .content:has(.move-all-to-study-container) .move-all-to-study-container .select-all:hover {
  text-decoration: underline;
  cursor: pointer;
}
body > #app-root #patients-upload-component .study-files-info-container .files-to-arrange-container {
  gap: 1px;
  max-height: 150px;
}
body > #app-root #patients-upload-component .study-files-info-container .files-to-arrange-container .file-to-arrange {
  background-color: #2c404d;
}
body > #app-root #patients-upload-component .files-to-arrange-container {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-flow: row wrap;
  flex: 1 0 auto;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 390px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  /* corner when you have a horizontal and vertical scrollbar */
  overflow: auto;
  gap: 3px;
}
body > #app-root #patients-upload-component .files-to-arrange-container::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}
body > #app-root #patients-upload-component .files-to-arrange-container::-webkit-scrollbar-track {
  background: #1f2c36;
}
body > #app-root #patients-upload-component .files-to-arrange-container::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
}
body > #app-root #patients-upload-component .files-to-arrange-container::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.2);
}
body > #app-root #patients-upload-component .files-to-arrange-container::-webkit-scrollbar-corner {
  background: #1f2c36;
}
body > #app-root #patients-upload-component .files-to-arrange-container .file-to-arrange {
  border-radius: 4px;
  background-color: #2c404d;
  padding: 6px;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  gap: 3px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  flex: 0 0 calc(33.33% - 2px);
  flex-flow: row nowrap;
  overflow: hidden;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid transparent;
}
body > #app-root #patients-upload-component .files-to-arrange-container .file-to-arrange.selectable:hover {
  cursor: pointer;
  background-color: #3d515f;
  background-position: left center;
}
body > #app-root #patients-upload-component .files-to-arrange-container .file-to-arrange.selectable p.file-name {
  background-image: url("../img/icons/icnFileWhite.png");
  background-size: 18px;
}
body > #app-root #patients-upload-component .files-to-arrange-container .file-to-arrange.selectable.selected {
  background-color: #3d515f;
  border-color: #209287;
}
body > #app-root #patients-upload-component .files-to-arrange-container .file-to-arrange.selectable.selected p.file-name {
  background-image: url("../img/icons/icnValidatedWhite.png");
  background-size: 14px;
  background-position: left 3px center;
}
body > #app-root #patients-upload-component .files-to-arrange-container .file-to-arrange p.file-name {
  word-break: break-word;
  color: #fff;
  padding: 0 0 0 24px;
  background-size: 18px;
  background-image: url("../img/icons/icnFileWhite.png");
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 0.85rem;
  flex: 1 1 auto;
  white-space: nowrap;
  align-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
body > #app-root #patients-upload-component .files-to-arrange-container .file-to-arrange p.file-size {
  color: #999;
  margin-left: 4px;
  word-break: keep-all;
  font-size: 0.8rem;
  flex: 0 0 auto;
  align-content: center;
}
body > #app-root #patients-upload-component .files-to-arrange-container .file-to-arrange:hover .remove-file {
  opacity: 0.6;
}
body > #app-root #patients-upload-component .files-to-arrange-container .file-to-arrange .remove-file {
  width: 14px;
  height: 14px;
  background-image: url("../img/icons/icnCrossGrey.png");
  background-size: 10px;
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  flex: 0 0 auto;
  align-content: center;
  opacity: 0.3;
}
body > #app-root #patients-upload-component .files-to-arrange-container .file-to-arrange .remove-file:hover {
  background-image: url("../img/icons/icnCrossRed.png");
  cursor: pointer;
  opacity: 1;
}
body > #app-root #patients-upload-component #patients-upload-container {
  gap: 14px;
  flex: 1 0 auto;
  width: 100%;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-flow: row wrap;
  align-items: flex-start;
  /* DEDALUS COLORS COMING FROM THE STYLE GUIDE */
  /* DEDALUS COLORS COMING FROM THE STYLE GUIDE */
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container {
  flex: 0 0 auto;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-flow: column nowrap;
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 30px;
  border-radius: 8px;
  background-color: #1f2c36;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.35);
  width: 100%;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.35);
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  font-weight: bold;
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .patient-and-studies-container {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-flow: column nowrap;
  flex: 1 0 auto;
  gap: 20px;
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .patient-and-studies-container > .row {
  display: flex;
  flex: 1 0 auto;
  flex-flow: row nowrap;
  gap: 20px;
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .patient-information-container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex: 0 0 43%;
  border-radius: 4px;
  background-image: url("../img/icons/icnPatientWhiteOpacity.png");
  background-repeat: no-repeat;
  background-position: top 5px right;
  background-size: 50px;
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  align-content: flex-start;
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .patient-information-container .label-value-container {
  flex: 0 0 auto;
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .patient-information-container .label-value-container.optional-information {
  flex: 1 0 100%;
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .patient-information-container input.email, body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .patient-information-container input.telephone {
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 36px;
  background-size: 16px;
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .patient-information-container input.email {
  background-image: url("../img/icons/icnMailWhite.png");
  margin-top: 2px;
  margin-bottom: 6px;
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .patient-information-container input.telephone {
  background-image: url("../img/icons/icnTelephoneWhite.png");
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .studies-information-container {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-flow: column nowrap;
  flex: 0 1 57%;
  gap: 10px;
  /* DEDALUS COLORS COMING FROM THE STYLE GUIDE */
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .studies-information-container > div {
  flex: 0 0 auto;
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .studies-information-container .study-to-upload-container {
  position: relative;
  flex: 1 1 50%;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  padding: 20px 20px 20px 20px;
  border-radius: 4px;
  background-size: 60px;
  flex-flow: column nowrap;
  align-items: stretch;
  gap: 0;
  background-image: url("../img/icons/icnXRayWhiteOpacity.png");
  background-repeat: no-repeat;
  background-position: right 12px top 40px;
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .studies-information-container .study-to-upload-container .row {
  display: flex;
  flex-flow: row wrap;
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .studies-information-container .study-to-upload-container .row > div:first-child {
  margin-right: 20px;
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .studies-information-container .study-to-upload-container .row > div:last-child {
  margin-right: 60px;
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .studies-information-container .study-to-upload-container .content {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .studies-information-container .study-to-upload-container .label-value-container {
  flex: 0 0 auto;
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .studies-information-container .study-to-upload-container .label-value-container.comment-field {
  flex: 1 0 100%;
  margin-bottom: 0;
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .studies-information-container .study-to-upload-container .label-value-container.comment-field textarea {
  width: 100%;
  line-height: 1.2rem;
  height: 5rem;
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .studies-information-container .study-to-upload-container .remove-study {
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/icnCrossGrey.png");
  background-size: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 10px;
  right: 10px;
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .studies-information-container .study-to-upload-container .remove-study:hover {
  background-image: url("../img/icons/icnCrossRed.png");
  cursor: pointer;
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .studies-information-container .study-to-upload-container .study-files-info-container {
  font-size: 0.85rem;
  color: #999;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-flow: column nowrap;
  flex: 1 1 100%;
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .studies-information-container .study-to-upload-container .study-files-info-container > p {
  display: flex;
  gap: 4px;
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .studies-information-container .study-to-upload-container .study-files-info-container .files-to-arrange-container {
  gap: 2px;
  width: 100%;
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .studies-information-container .study-to-upload-container .study-files-info-container .files-to-arrange-container .file-to-arrange {
  flex: 1 1 100%;
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .studies-information-container .study-to-upload-container .study-files-info-container .files-to-arrange-container .file-to-arrange span {
  font-size: 0.75rem;
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .privacy-checkbox-container > div {
  margin-bottom: 5px;
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .privacy-checkbox-container > div > label {
  gap: 3px;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-flow: row nowrap;
  align-items: center;
  align-content: center;
  font-size: 1rem;
  line-height: 1.1rem;
  color: #cacaca;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .privacy-checkbox-container > div > label:hover {
  color: #fff;
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .privacy-checkbox-container > div > label > input {
  margin-right: 3px;
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .privacy-checkbox-container > div > label > a {
  color: #209287;
  font-weight: bold;
  cursor: pointer;
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .privacy-checkbox-container > div > label > a:hover {
  text-decoration: underline;
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .label-value-container {
  position: relative;
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .label-value-container .info-tooltip {
  position: absolute;
  bottom: 10px;
  right: 8px;
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .label-value-container .value-item {
  width: auto;
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .button-and-status-container {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-flow: column nowrap;
  flex: 0 0 0;
  justify-content: flex-end;
  padding-top: 15px;
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .button-and-status-container > * {
  flex: 0 0 auto;
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .toggle-detailed-file-information {
  align-self: flex-start;
  flex: 1 0 auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  margin-top: 10px;
  background-image: url("../img/icons/icnArrowDownGrey.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left center;
  padding-left: 24px;
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .toggle-detailed-file-information:hover {
  background-image: url("../img/icons/icnArrowDownWhite.png");
  color: #fff;
  cursor: pointer;
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container.open-detailed-file-information .toggle-detailed-file-information {
  background-image: url("../img/icons/icnArrowUpGrey.png");
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container.open-detailed-file-information .toggle-detailed-file-information:hover {
  background-image: url("../img/icons/icnArrowUpWhite.png");
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .patient-files-container {
  flex: 1 0 auto;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
  /* corner when you have a horizontal and vertical scrollbar */
  max-height: 300px;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex-flow: column nowrap;
  margin-top: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .patient-files-container::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .patient-files-container::-webkit-scrollbar-track {
  background: #1f2c36;
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .patient-files-container::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .patient-files-container::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.2);
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .patient-files-container::-webkit-scrollbar-corner {
  background: #1f2c36;
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .patient-files-container .selected-file {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex: 1 0 auto;
  flex-flow: row nowrap;
  width: 100%;
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .remove-patient {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/icnCrossGrey.png");
  background-size: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body > #app-root #patients-upload-component #patients-upload-container .patient-to-upload-container .remove-patient:hover {
  background-image: url("../img/icons/icnCrossRed.png");
  cursor: pointer;
}
body > #app-root #patients-upload-component #patients-upload-container .notification.loading div.title div.icon-holder {
  background-image: url("../img/gifs/loading.gif");
  background-size: 14px;
  border: 0;
  border-radius: 0;
}
body > #app-root #patients-upload-component #patients-upload-container .notification.paused div.title div.icon-holder {
  background-image: url("../img/icons/icnPauseWhite.png");
  background-size: 14px;
  border: 0;
  border-radius: 0;
}
body > #app-root #patients-upload-component #patients-upload-container .notification button {
  margin-right: 5px;
}
body > #app-root #patients-upload-component #patients-upload-container .upload-status-component {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-flow: row nowrap;
  flex: 0 auto;
  overflow: hidden;
  margin: 15px 0 0 0;
}
body > #app-root .selected-file {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  font-size: 0.9rem;
  flex-flow: column nowrap;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  border-radius: 4px;
  padding: 3px 30px 3px 3px;
  margin-bottom: 2px;
  position: relative;
  color: #ccc;
}
body > #app-root .selected-file:hover {
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
}
body > #app-root .selected-file:hover .remove-file {
  display: block;
}
body > #app-root .selected-file.not-uploadable {
  background-image: url("../img/icons/icnFileWhite.png");
  background-size: 16px;
  background-repeat: no-repeat;
  padding: 3px 26px 3px 26px;
  background-position: left 5px center;
}
body > #app-root .selected-file.not-uploadable p {
  cursor: default;
}
body > #app-root .selected-file.not-uploadable .reason {
  color: #f93136;
  margin-top: 2px;
}
body > #app-root .selected-file .remove-file {
  position: absolute;
  top: 0;
  right: 3px;
  width: 20px;
  height: 100%;
  background-image: url("../img/icons/icnCrossGrey.png");
  background-size: 12px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
}
body > #app-root .selected-file .remove-file:hover {
  background-image: url("../img/icons/icnCrossRed.png");
  cursor: pointer;
}
body > #app-root #upload-code-and-source-selection-component {
  max-width: 1300px;
  width: 100%;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
}
body > #app-root #upload-code-and-source-selection-component .header h3 {
  font-weight: bold;
  line-height: 2.2rem;
  font-size: 2.2rem;
  background-image: url("../img/icons/icnUploadToCloudWhite.png");
  background-position: left 10px center;
  background-repeat: no-repeat;
  background-size: 40px;
  padding-left: 65px;
}
body > #app-root #upload-code-and-source-selection-component .logo {
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 0;
}
body > #app-root #upload-code-and-source-selection-component .logo img {
  max-height: 100px;
  max-width: 200px;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
body > #app-root #upload-code-and-source-selection-component .logo img.source-logo {
  background-color: #fff;
}
body > #app-root #upload-code-and-source-selection-component .email, body > #app-root #upload-code-and-source-selection-component .telephone, body > #app-root #upload-code-and-source-selection-component .manual {
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding: 8px 10px 8px 40px;
  background-size: 20px;
  border-radius: 4px;
  word-break: break-word;
}
body > #app-root #upload-code-and-source-selection-component .email {
  background-image: url("../img/icons/icnMailWhite.png");
}
body > #app-root #upload-code-and-source-selection-component .telephone {
  background-image: url("../img/icons/icnTelephoneWhite.png");
}
body > #app-root #upload-code-and-source-selection-component .manual {
  background-image: url("../img/icons/icnUserManualWhite.png");
}
body > #app-root #upload-code-and-source-selection-component .invalidated-upload-code-and-source .react-dropdown-select {
  font-size: 1.25rem;
}
body > #app-root #upload-code-and-source-selection-component .invalidated-upload-code-and-source .react-dropdown-select .react-dropdown-select-dropdown {
  font-size: 1.25rem;
}
body > #app-root #upload-code-and-source-selection-component .invalidated-upload-code-and-source .notification {
  width: 100%;
  margin-bottom: 10px;
}
body > #app-root #upload-code-and-source-selection-component .invalidated-upload-code-and-source .logo-and-info {
  margin: 20px 0;
  gap: 10px;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-flow: row wrap;
}
body > #app-root #upload-code-and-source-selection-component .invalidated-upload-code-and-source .logo-and-info > div {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
}
body > #app-root #upload-code-and-source-selection-component .invalidated-upload-code-and-source .logo-and-info .info {
  flex-flow: column nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1 1 auto;
  gap: 5px;
}
body > #app-root #upload-code-and-source-selection-component .invalidated-upload-code-and-source .logo-and-info .info > .email, body > #app-root #upload-code-and-source-selection-component .invalidated-upload-code-and-source .logo-and-info .info .telephone {
  background-color: rgba(255, 255, 255, 0.075);
}
body > #app-root #upload-code-and-source-selection-component .invalidated-upload-code-and-source p.small-text {
  padding: 0 5px;
}
body > #app-root #upload-code-and-source-selection-component .invalidated-upload-code-and-source .upload-code .otp-container {
  margin-bottom: 10px;
}
body > #app-root #upload-code-and-source-selection-component .invalidated-upload-code-and-source button {
  margin-top: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
}
body > #app-root #upload-code-and-source-selection-component .validated-upload-code-and-source {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-flow: row wrap;
  margin-top: 10px;
  margin-bottom: 0;
  flex: 1 0 auto;
  max-width: 100%;
}
@media all and (max-width: 768px) {
  body > #app-root #upload-code-and-source-selection-component .validated-upload-code-and-source .logo {
    justify-content: center;
  }
}
body > #app-root #upload-code-and-source-selection-component .validated-upload-code-and-source .header {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex: 1 1 auto;
  align-items: flex-start;
  flex-flow: column nowrap;
}
body > #app-root #upload-code-and-source-selection-component .validated-upload-code-and-source .header h3 {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex: 0 0 auto;
  margin-bottom: 10px;
  background-position: left 10px top -6px;
  flex-flow: row wrap;
}
body > #app-root #upload-code-and-source-selection-component .validated-upload-code-and-source .header h3 > span, body > #app-root #upload-code-and-source-selection-component .validated-upload-code-and-source .header h3 .react-dropdown-select {
  line-height: 2.2rem;
  font-size: 2.2rem;
  font-weight: normal;
  color: #fff;
}
body > #app-root #upload-code-and-source-selection-component .validated-upload-code-and-source .header h3 .react-dropdown-select-input {
  font-size: 1.4rem;
  line-height: 1.4rem;
  border-radius: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body > #app-root #upload-code-and-source-selection-component .validated-upload-code-and-source .header h3 .react-dropdown-select-input:focus {
  background-color: rgba(0, 0, 0, 0.1);
  padding-left: 35px;
  padding-right: 10px;
  background-image: url("../img/icons/icnSearchLightGrey.png");
  background-position: left 10px center;
  background-repeat: no-repeat;
  background-size: 16px;
  display: flex;
  width: 160px;
}
body > #app-root #upload-code-and-source-selection-component .validated-upload-code-and-source .header h3 > span {
  margin-left: 10px;
}
body > #app-root #upload-code-and-source-selection-component .validated-upload-code-and-source .header h3 .react-dropdown-select {
  background-color: transparent;
  opacity: 1;
  margin-left: 8px;
  padding: 8px 8px;
  margin-top: -8px;
}
body > #app-root #upload-code-and-source-selection-component .validated-upload-code-and-source .header h3 .react-dropdown-select:not(.disabled):hover {
  background-color: rgba(255, 255, 255, 0.1);
}
body > #app-root #upload-code-and-source-selection-component .validated-upload-code-and-source .header h3 .react-dropdown-select.disabled .react-dropdown-select-dropdown-handle, body > #app-root #upload-code-and-source-selection-component .validated-upload-code-and-source .header h3 .react-dropdown-select.disabled input {
  display: none;
}
body > #app-root #upload-code-and-source-selection-component .validated-upload-code-and-source .header h3 .react-dropdown-select .react-dropdown-select-dropdown {
  font-size: 1.25rem;
  line-height: 1.25rem;
}
body > #app-root #upload-code-and-source-selection-component .validated-upload-code-and-source .header .info {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-flow: row wrap;
  gap: 16px;
  margin-bottom: 10px;
  margin-left: 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
body > #app-root #upload-code-and-source-selection-component .validated-upload-code-and-source .header .info > div, body > #app-root #upload-code-and-source-selection-component .validated-upload-code-and-source .header .info > a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  line-height: 0.9rem;
}
body > #app-root #upload-code-and-source-selection-component .validated-upload-code-and-source .header .info > div.manual, body > #app-root #upload-code-and-source-selection-component .validated-upload-code-and-source .header .info > a.manual {
  display: inline-block;
}
body > #app-root #upload-code-and-source-selection-component .validated-upload-code-and-source .header .info > div.manual:hover, body > #app-root #upload-code-and-source-selection-component .validated-upload-code-and-source .header .info > a.manual:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
}
body > #app-root #upload-code-and-source-selection-component .validated-upload-code-and-source .logo {
  align-items: flex-start;
  justify-content: flex-end;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex: 1 0 auto;
}
@media all and (max-width: 500px) {
  body > #app-root #upload-code-and-source-selection-component .validated-upload-code-and-source .logo {
    justify-content: center;
  }
}
body > #app-root #upload-code-and-source-selection-component .validated-upload-code-and-source .logo img {
  max-height: 100px;
  max-width: 225px;
}