@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
.timeoutSession{display:flex;justify-content:center;align-items:center;flex-direction:column}.timeoutSession button{background-color:#38956a;padding:5px;margin:10px;border-radius:10px;border:1px solid hsla(0,0%,100%,.527);color:#fff;font-weight:500;cursor:pointer;width:150px;height:50px}.timeoutSession button:hover{background-color:#1f6142}.timeoutSession h2{padding:10px;font-size:70px}.timeoutSession p{padding:10px;font-size:30px}@media screen and (max-width:450px){.timeoutSession h2{font-size:30px}.timeoutSession p{font-size:20px}.timeoutSession button{width:110px;height:45px}}
.orientation-warning{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.75);display:flex;justify-content:center;align-items:center;color:green;font-size:1.5em;z-index:1000}
:root {
  --text-secondary-color: #91b9cd;
  --active-color: #20a5d6;
  --primary-background-color: #1d2422;
  --ui-border-color-dark: #3c5d80;
  --sidebar-transition: all 0.3s ease;
}
.ImageThumbnail.active {
  border-color: var(--active-content-color);
  box-shadow: none;
  transition: var(--sidebar-transition);
}
.ImageThumbnail {
  background-color: var(--secondary-background-color);
  box-shadow: inset 0 0 0 1px var(--ui-border-color);
  border: 2px solid transparent;
  border-radius: 12px;
  height: 135px;
  margin: 0 auto;
  padding: 5px;
  position: relative;
  transition: var(--sidebar-transition);
  width: 217px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
}
.ImageThumbnail .image-thumbnail-loading-indicator {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -22px 0 0 -22px;
  display: block;
  width: 44px;
  height: 44px;
}
.ImageThumbnail .image-thumbnail-loading-indicator:after {
  content: " ";
  display: block;
  width: 32px;
  height: 32px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid var(--ui-border-color-dark);
  border-color: var(--ui-border-color-dark) transparent var(--ui-border-color-dark) transparent;
  animation: image-thumbnail-loading-indicator 1.2s linear infinite;
}
@-moz-keyframes image-thumbnail-loading-indicator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes image-thumbnail-loading-indicator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes image-thumbnail-loading-indicator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes image-thumbnail-loading-indicator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.image-thumbnail-canvas {
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.image-thumbnail-canvas img {
  -webkit-user-drag: none;
  pointer-events: none;
}
.thumbnailLoadingIndicator {
  display: none;
  pointer-events: none;
  color: var(--text-secondary-color);
  height: 20px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.thumbnailLoadingIndicator.d-block {
  display: block;
}
.thumbnailLoadingIndicator p {
  text-align: center;
  font-size: 10pt;
}
.image-thumbnail-progress-bar {
  position: relative;
  width: 100%;
  height: 3px;
  top: -5px;
}
.image-thumbnail-progress-bar .image-thumbnail-progress-bar-inner {
  height: 100%;
  width: 0;
  border-radius: 5px;
  background-color: rgba(114,224,224,0.635);
}

.icon-pulse {
  fa-spin: 1s infinite steps(8);
}
.icon-spin {
  animation: spin 2s linear infinite;
}
@-moz-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@-o-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.full-width {
  width: 100%;
}
.full-height {
  height: 100%;
}
.flex-h {
  display: flex;
  flex-direction: row;
}
.flex-v {
  display: flex;
  flex-direction: column;
}
.flex-grow {
  flex-grow: 1;
}
.nowrap {
  white-space: nowrap;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
h1 {
  font-size: 36px;
}
h3,
h1 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
a {
  color: #337ab7;
  text-decoration: none;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Roboto";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  opacity: 0;
  line-break: auto;
}
.tooltip.in {
  opacity: 0.9;
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.in {
  opacity: 0.9;
}

.sb-container{position:fixed;width:var(--snackbar-size);padding:20px;z-index:var(--snackbar-zIndex);box-sizing:border-box;height:auto}.sb-topLeft{top:0;bottom:auto;left:0;right:auto}.sb-topCenter{left:50%;top:0;bottom:auto;transform:translateX(-50%)}.sb-topRight{top:0;bottom:auto;left:auto;right:0}.sb-bottomLeft{top:auto;bottom:0;left:0;right:auto}.sb-bottomCenter{left:50%;bottom:0;top:auto;transform:translateX(-50%)}.sb-bottomRight{top:auto;bottom:0;left:auto;right:0;margin:10px 0 0}.sb-topCenter .sb-item,.sb-topLeft .sb-item,.sb-topRight .sb-item{margin:10px 0 0}.sb-bottomCenter .sb-item,.sb-bottomLeft .sb-item,.sb-bottomRight .sb-item{margin:0 0 10px}.sb-closeBtn{height:20px;opacity:1;overflow:hidden;padding:2px;text-align:center;text-shadow:none;width:20px;cursor:pointer;position:absolute;right:5px;top:5px;transition:all .3s ease;background:hsla(0,0%,100%,.6);border-radius:100%}.sb-closeBtn:hover{background:#fff}.sb-closeIcon{display:block;font-size:0;height:100%;line-height:0;overflow:hidden;position:relative;width:100%}.sb-closeIcon:after,.sb-closeIcon:before{content:" ";display:block;height:2px;transition:all .3s ease;width:12px;background-color:#222;opacity:1;position:absolute}.sb-closeIcon:before{left:4px;top:3px;transform:rotate(45deg);transform-origin:0 50%}.sb-closeIcon:after{right:3px;top:5px;transform:rotate(-45deg);transform-origin:calc(100% - 3px) 50%}.sb-title{font-size:16px;font-weight:700}.sb-message{font-size:14px;word-break:normal}.sb-item{position:relative;transition:height .3s ease;animation:fadein 1s;padding:20px;color:#fff;overflow:hidden;border-radius:4px;box-shadow:0 6px 10px 0 rgba(0,0,0,.2),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.14)}.sb-item a{color:#fff;text-decoration:underline}.sb-container .sb-hidden{padding-top:0;padding-bottom:0;margin-bottom:0;height:0;opacity:0;transition:all .3s ease}.sb-error .sb-action,.sb-info .sb-action,.sb-item .sb-action,.sb-success .sb-action,.sb-warning .sb-action{margin-top:10px;display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:none;color:#fff}.sb-success,.sb-success .sb-action{background-color:var(--snackbar-success)}.sb-error,.sb-error .sb-action{background-color:var(--snackbar-error)}.sb-warning,.sb-warning .sb-action{background-color:var(--snackbar-warning)}.sb-info,.sb-info .sb-action{background-color:var(--snackbar-info)}@keyframes fadein{0%{opacity:0;top:30px}to{opacity:1;top:0}}
.DraggableItem.draggable div {
  cursor: grab !important;
}
.DraggableItem.draggable.dragging div {
  cursor: grabbing !important;
}
.DraggableArea {
  width: 100%;
  height: 100%;
  position: absolute;
}
.DraggableArea .Overlay {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0,0,0,0.1);
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.full-width {
  width: 100%;
}
.full-height {
  height: 100%;
}
.flex-h {
  display: flex;
  flex-direction: row;
}
.flex-v {
  display: flex;
  flex-direction: column;
}
.flex-grow {
  flex-grow: 1;
}
.nowrap {
  white-space: nowrap;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
h1 {
  font-size: 36px;
}
h3,
h1 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
a {
  color: #337ab7;
  text-decoration: none;
}
:root {
  --series-count-background-color: rgba(100,197,197,0.679);
  --series-count-active-color: #64c5c5;
}
.thumbnail.active .alt-image-text {
  border-color: var(--active-color);
  box-shadow: none;
  transition: var(--sidebar-transition);
}
.thumbnail {
  cursor: pointer;
  display: table;
  margin: 0 auto;
  min-width: 90%;
  padding-bottom: 1.5rem;
}
.thumbnail .alt-image-text {
  align-items: center;
  justify-content: center;
  background-color: var(--primary-background-color);
  box-shadow: inset 0 0 0 1px var(--ui-border-color-dark);
  border: 2px solid transparent;
  border-radius: 12px;
  min-height: 135px;
  max-height: 250px;
  margin: 0 auto;
  padding: 5px;
  position: relative;
  transition: var(--sidebar-transition);
  width: 217px;
  display: flex;
}
.thumbnail .alt-image-text h1 {
  text-align: center;
  color: var(--text-primary-color);
  max-width: 200px;
  max-height: 250px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}
.thumbnail .series-details {
  display: flex;
  flex-direction: column;
  color: var(--text-primary-color);
  font-size: 14px;
  line-height: 1.3em;
  margin-top: 5px;
  margin-left: 1rem;
  margin-right: 0.5rem;
  max-width: 217px;
  position: relative;
  word-wrap: break-word;
}
.thumbnail .series-details .series-description {
  flex-grow: 1;
}
.thumbnail .series-details.info-only .series-description {
  display: none;
}
.thumbnail .series-information {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.thumbnail .series-information .item-frames .icon {
  height: 18px;
}
.thumbnail .series-information .item-series.image-frames .icon {
  background-color: var(--series-count-background-color);
  margin-top: 6px;
  position: relative;
}
.thumbnail .series-information .item-series.image-frames .icon:after {
  content: '';
  background-color: var(--series-count-active-color);
  box-shadow: 1px 1px rgba(0,0,0,0.115);
  left: -4px;
  position: absolute;
  top: -4px;
}
.thumbnail .series-information .item-series.image-frames .icon,
.thumbnail .series-information .item-series.image-frames .icon:after {
  content: '';
  border: 0px solid var(--series-count-background-color);
  display: inline-block;
  height: 11px;
  width: 11px;
}
.thumbnail .series-information .warning {
  margin: auto 0;
  opacity: 1;
  color: var(--series-count-active-color);
}
.thumbnail .series-information .warning svg {
  width: 18px;
  height: 18px;
  pointer-events: inherit;
}
.thumbnail .series-information .value {
  color: var(--text-primary-color);
  display: inline-block;
  font-size: 12px;
  margin-left: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 15px);
  vertical-align: middle;
}
.thumbnail .series-information .icon {
  color: var(--text-primary-color);
  display: inline-block;
  font-size: 10px;
  font-weight: 900;
  text-align: right;
  width: 11px;
}

.study-browser {
  float: left;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: var(--primary-background-color);
  padding-bottom: 20px;
}
.study-browser .scrollable-study-thumbnails {
  height: 100%;
  overflow-x: hidden;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.study-browser ::-webkit-scrollbar {
  width: 15px;
  display: block;
}
.study-browser ::-webkit-scrollbar-thumb {
  background: #11201e;
}
.study-browser ::-webkit-scrollbar-track {
  background: #192928;
}
.study-browser .noKeyImage {
  background-color: var(--secondary-background-color);
  box-shadow: inset 0 0 0 1px var(--ui-border-color);
  border: 2px solid transparent;
  border-radius: 12px;
  height: 135px;
  margin: 0 auto;
  padding: 5px;
  position: relative;
  transition: var(--sidebar-transition);
  width: 217px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #91b9cd;
  font-size: 15px;
  font-weight: 500;
}
.study-browser::-webkit-scrollbar {
  display: none;
}
.study-browser .thumbnail-container {
  margin: 0 auto;
  padding-bottom: 0.5rem;
}
.study-browser .thumbnail-container .noselect {
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer */
  -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
.warningConfirm {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.warningConfirm .warningConfirm-body {
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.warningConfirm .warningConfirm-body h3 {
  color: #eee;
  padding: 0 10px;
}
.warningConfirm .warningConfirm-body p {
  font-size: 17px;
}
.warningConfirm .warningConfirm-footer {
  position: sticky;
  bottom: 0;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-radius: 6px;
}
.warningConfirm .warningConfirm-footer button {
  padding: 5px;
  width: 65px;
  color: var(--text-primary-color);
  background-color: #1e2622;
  border: 1px solid rgba(255,255,255,0.26);
  border-radius: 5px;
  margin-right: 10px;
  cursor: pointer;
}
.warningConfirm .warningConfirm-footer button:hover {
  background-color: #1f6142;
}
.draggable {
  cursor: copy;
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
.StudyViewer {
  color: #fff;
  border-top: 1px solid #02341d;
  outline: 2px solid rgba(0,0,0,0);
  outline-offset: 2px;
  --tw-bg-opacity: 1;
  --tw-border-opacity: 1;
  border-top-width: 1px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.StudyViewer:hover {
  background-color: rgba(63,130,99,0.378);
}
.StudyViewer .EachStudy {
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.StudyViewer .EachStudy .date_series {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.StudyViewer .EachStudy .date_series .date {
  --tw-text-opacity: 1;
  font-size: 0.8125rem;
}
.StudyViewer .EachStudy .date_series .series {
  --tw-text-opacity: 1;
  font-size: 0.8125rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.StudyViewer .EachStudy .date_series .series svg {
  width: 25px;
  height: 25px;
}
.StudyViewer .EachStudy .modality_description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.StudyViewer .EachStudy .modality_description .modality {
  display: flex;
  font-size: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
}
.StudyViewer .EachStudy .modality_description .description {
  display: flex;
  height: 2.1rem;
  line-height: 1.3;
  overflow: hidden;
  font-size: 0.8125rem;
  overflow-wrap: break-word;
  --tw-text-opacity: 1;
}
.PrimaryStudy {
  background-color: #153731;
}
.studyOptions {
  background-color: #192928;
  border-top: 1px solid #02341d;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.studyOptions .options {
  border: none;
  height: 50%;
  width: 70%;
  background-color: #080d0c;
  display: flex;
  justify-content: space-around;
  border-radius: 5px;
}
.studyOptions .options #Primary {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: none;
}
.studyOptions .options #Saved {
  border-right: none;
}
.studyOptions .options #All {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.studyOptions .options button {
  background-color: transparent;
  color: #fff;
  width: 50%;
  border: 1px solid rgba(255,255,255,0.486);
  padding: 5px;
  font-size: 13px;
  cursor: pointer;
}
.studyOptions .options button:hover {
  background-color: #38956a;
}
.studyOptions .options .active {
  background-color: #1b4d36;
}
@media screen and (max-width: 820px) {
  .scrollable-study-thumbnails {
    overflow-y: scroll !important;
  }
  ::-webkit-scrollbar {
    display: none !important;
  }
}

.loader {
  margin: 2% 40%;
  border: 5px solid rgba(243,243,243,0);
  border-radius: 50%;
  border-top: 5px solid #41795f;
  border-bottom: 5px solid #41795f;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.confirmation-popup {
  width: 100%;
}
.confirmation-popup .message-div {
  font-size: 15px;
  padding: 10px 0;
}
.confirmation-popup .confirmation-footer {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 2px;
}
.confirmation-popup .confirmation-footer .btn {
  width: 50px;
  margin: 5px;
  color: #fff;
  text-align: -webkit-center;
}
.confirmation-popup .confirmation-footer .btn:hover {
  background-color: #397b60;
}
.confirmation-popup .confirmation-footer .btn-cancel {
  background-color: #354744;
}

.modal-container{position:fixed;top:50%;left:52%;transform:translate(-50%,-50%);background:linear-gradient(100deg,#13221f,#15281f);box-shadow:24px;border:1px solid hsla(0,0%,100%,.2);box-shadow:0 0 10px rgba(0,0,0,.2);color:#fff;border-radius:10px}.modal-container.sm{width:400px}.modal-container.md{width:800px}.modal-container.lg{overflow:hidden;width:90vw;height:90vh}@media (min-width:600px){.modal-container{width:80%}}@media (min-width:900px){.modal-container{width:60%}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{padding:20px;overflow:auto}.modal-content.md{max-height:467px}.modal-content.lg{height:calc(100% - 55px)}.header-container{padding:10px 20px;display:flex;justify-content:space-between;align-items:center}.header-container header{box-shadow:none}.modal-close-button{width:35px;height:35px;border-radius:50%;border:none;background-color:transparent;color:#fff;cursor:pointer;display:flex;justify-content:center;align-items:center}.modal-close-button img{width:13px;height:13px}.modal-close-button:hover{background-color:#2a3835}hr{border:none;height:1px;background-color:rgba(105,101,101,.50196)}.modal-footer{display:flex;justify-content:end;grid-gap:10px;gap:10px;padding:10px 20px}.modal-btn{height:33px;width:80px;border:none;background-color:transparent;border-radius:10px;font-weight:700px;cursor:pointer;display:flex;justify-content:center;align-items:center;text-align:center;text-align:-webkit-center}.modal-btn-close{color:#fff}.modal-btn-save{background-color:#38956a;color:#fff}.modal-btn-save:hover{background-color:#e5e5e5;color:#000}.modal-btn-close:hover{background-color:#2a3835;color:#fff}.modal-btn:active{background-color:#38956a}.modal-btn:disabled,.modal-close-button:disabled{color:#939090;cursor:not-allowed;background-color:transparent}.modal-btn-save:disabled{background-color:#35473e}@media only screen and (max-width:600px){.modal-container{width:85vw!important;top:0;left:28%}}
.backdrop{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:1;background-color:rgba(25,41,40,.8)}.modal{position:fixed;top:47vh;left:24%;width:50%;padding:1rem;z-index:2;animation:slide-down .3s ease-out forwards}.modal-mobile{top:0;height:100%;left:10px;width:100%}. @media(min-width: 768px){.modal{width:40rem;left:calc(50% - 20rem)}}@keyframes slide-down{0%{opacity:0;transform:translateY(-3rem)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:420px){.modal{width:95%}}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-primary {
  color: #fff;
  background-color: rgba(91,138,91,0.922);
  border-color: #1a301a;
}
.btn-default {
  border: 1px solid rgba(255,255,255,0.1);
  padding: 5px 20px;
  border-radius: 50px;
  float: right;
  font-size: 14px;
  background: transparent;
  color: #fff;
  margin-right: 10px;
  cursor: pointer;
}
.btn-default:hover {
  background-color: rgba(255,255,255,0.1);
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  align-content: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.closeButton {
  margin-top: -35px;
  border: 1px solid rgba(255,255,255,0.1);
  padding: 4px;
  border-radius: 50px;
  float: right;
  width: 80px;
  background: transparent;
  color: #fff;
  margin-right: 10px;
}
.closeButton:hover {
  background-color: rgba(255,255,255,0.1);
}
.btn-loading {
  display: inherit;
  margin: 0;
  border: 2px solid rgba(243,243,243,0);
  border-top: 3px solid rgba(255,255,255,0.278);
  border-bottom: 3px solid rgba(255,255,255,0.278);
  width: 20px;
  height: 20px;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.full-width {
  width: 100%;
}
.full-height {
  height: 100%;
}
.flex-h {
  display: flex;
  flex-direction: row;
}
.flex-v {
  display: flex;
  flex-direction: column;
}
.flex-grow {
  flex-grow: 1;
}
.nowrap {
  white-space: nowrap;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
h1 {
  font-size: 36px;
}
h3,
h1 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
a {
  color: #337ab7;
  text-decoration: none;
}
.layoutChooser-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: rgba(21,21,21,0.858);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,0.486);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}
.layoutChooser {
  border-radius: 8px;
  padding: 5px 0;
  position: fixed;
  top: 108px;
  left: 67vw;
  z-index: 5000;
}
.layoutChooser .selectedBefore {
  background-color: #5cc3eb;
}
.layoutChooser table {
  margin: 0 auto;
  border-spacing: 0;
  border-collapse: collapse;
}
.layoutChooser table td {
  cursor: pointer;
  border: 1px solid rgba(255,255,255,0.523);
}
.layoutChooser table td:hover,
.layoutChooser table td.hover {
  background-color: var(--header-backgound-color);
}

.toolbar-button {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  margin: 1px;
  margin-left: 3px;
  height: 28px;
  color: var(--text-primary-color);
  float: left;
  text-align: center;
  padding: 1px 5px 0px 5px;
  border: 1px solid transparent;
  border-radius: 5px;
  line-height: 18px;
  cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Chrome and Opera */
}
.toolbar-button .tool-bar-button {
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.toolbar-button .toolbar-button-label {
  margin-top: 3px;
  width: 32px;
  font-size: 12px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.toolbar-button .expand-caret {
  width: 8px;
  height: 8px;
  transform: translate(2px, 2px);
}
.toolbar-button svg {
  height: 20px;
  width: 20px;
  margin: 2px;
}
.toolbar-button:hover {
  color: var(--hover-color);
}
.toolbar-button.active,
.toolbar-button:active {
  background-color: var(--hover-color-gray);
}

.measurementTable {
  background-color: var(--primary-background-color);
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.measurementTable .maxMeasurements {
  border-radius: 3px;
  color: var(--primary-background-color);
  font-size: 12px;
  font-weight: 500;
  height: 19px;
  line-height: 17px;
  margin-top: 22px;
  margin-right: 15px;
  padding: 2px 6px 0;
  text-transform: uppercase;
  transition: all 0.3s ease;
  background-color: var(--default-color);
}
.measurementTable .measurementTableHeader {
  padding-left: 45px;
}
.measurementTable .measurementTableHeader .measurementTableHeaderItem {
  display: inline-block;
  margin-top: 9px;
  margin-left: 9px;
  padding-left: 9px;
  width: 90px;
  font-size: 14px;
  line-height: 20px;
  border-left: 1px solid var(--text-secondary-color);
  color: var(--text-primary-color);
}
.measurementTable .measurementTableHeader .measurementTableHeaderItem .timepointLabel {
  color: var(--text-secondary-color);
  font-size: 12px;
}
.measurementTable .measurementTableHeader .warning-status {
  display: block;
  position: absolute;
  width: 50px;
  height: 40px;
  padding-left: 7px;
  left: 15px;
  top: 7px;
}
.measurementTable .measurementTableHeader .warning-status .warning-border {
  display: block;
  border: 2px solid #e29e4a;
  border-radius: 36px;
  padding: 6px 7px;
  width: 40px;
  height: 40px;
}
.measurementTable .measurementTableHeader .warning-status svg {
  color: #e29e4a;
  width: 22px;
  height: 20px;
  pointer-events: inherit;
}
.measurementTable .measurementTableFooter {
  padding: 10px;
  color: #fff;
  text-align: center;
  z-index: 1;
}
.measurementTable .measurementTableFooter .saveBtn {
  border: 1px solid var(--ui-border-color-active);
  border-radius: 25px;
  background-color: var(--active-color);
  color: var(--ui-gray-dark);
  line-height: 25px;
  padding: 0 20px;
  outline: none;
  cursor: pointer;
}
.measurementTable .measurementTableFooter .saveBtn:hover,
.measurementTable .measurementTableFooter .saveBtn:active {
  background-color: var(--ui-sky-blue);
}
.measurementTable .measurementTableFooter .saveBtn svg {
  margin-right: 4px;
  position: relative;
  top: 2px;
}
.tooltip-warning.in {
  opacity: 1;
}
.tooltip-warning .tooltip-inner {
  padding: 0;
}
.tooltip-warning .tooltip-inner .warningTitle {
  text-align: left;
  background-color: var(--ui-gray-darkest);
  padding: 7px 15px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.tooltip-warning .tooltip-inner .warningContent {
  text-align: center;
  background-color: var(--ui-gray);
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.tooltip-warning .tooltip-inner .warningContent ol {
  margin-top: auto;
  padding-inline-start: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  text-align: left;
}
.tooltip-warning .tooltip-inner .warningContent ol li {
  padding-right: 10px;
}

.tableListItem {
  display: flex;
  margin-left: -6px;
  margin-top: 2px;
  padding-left: 6px;
  opacity: 0.7;
  cursor: pointer;
  width: calc(100% + 6px);
}
.tableListItem:hover {
  opacity: 1;
}
.tableListItem.selected {
  opacity: 1;
}
.tableListItem.selected .itemIndex {
  color: $activeColor;
}
.tableListItem.hasWarning .warning {
  display: block;
}
.tableListItem .itemIndex {
  background-color: var(--ui-gray);
  color: var(--text-secondary-color);
  cursor: pointer;
  flex: 1;
  max-width: 25px;
  font-size: 14px;
  font-weight: 400;
  margin-right: 6px;
  padding: 10px;
  text-align: center;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
.tableListItem .itemContent {
  flex: 1;
  color: var(--text-secondary-color);
  width: calc(100% - 51px);
  font-weight: 400;
  margin-top: 9px;
}
.tableListItem .warning-icon {
  display: none;
}

.measurementItem .item-color-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.item-color {
  margin-top: 8px;
  border-radius: 100%;
  width: 20px;
  height: 20px;
}
.rowActions {
  margin-left: -1px;
  background-color: var(--ui-gray-darker);
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  visibility: hidden;
  padding-left: 14px;
}
.rowActions .btnAction {
  background-color: transparent;
  border: none;
  color: var(--default-color);
  cursor: pointer;
  line-height: 35px;
  height: 35px;
  transition: all 0.3s ease;
}
.rowActions .btnAction:hover,
.rowActions .btnAction:active {
  color: var(--text-primary-color);
}
.rowActions .btnAction i {
  margin-right: 4px;
}
.selected .rowActions {
  height: auto;
  visibility: visible;
}
.measurementLocation {
  margin-top: 9px;
  overflow: hidden;
  max-width: calc(100% - 50px);
  text-overflow: ellipsis;
  overflow-wrap: normal;
  white-space: nowrap;
}
.measurementDisplayText {
  display: inline-block;
  margin-top: 9px;
  padding-left: 9px;
  width: 90px;
  border-left: 1px solid var(--text-secondary-color);
  color: var(--text-primary-color);
}
.itemIndex {
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
.hasWarnings .itemIndex {
  opacity: 1;
  background-color: #e29e4a;
  color: #fff;
}
.hasWarnings .warning-icon {
  display: block;
  margin: 7px auto 0;
}
.hasWarnings .warning-icon svg {
  width: 22px;
  height: 20px;
  pointer-events: inherit;
}
.icons {
  display: flex;
  align-items: center;
  border-radius: 5px;
}
.icons .eye-icon {
  margin-left: 100px;
  margin-right: -5px;
}
.icons .angle-double-down,
.icons .angle-double-up {
  margin-left: 15px;
  margin-right: -5px;
}

.scrollArea {
  overflow: hidden;
  position: relative;
}
.scrollArea .scrollable {
  max-height: inherit;
  overflow: hidden;
  zoom: 1;
}
.scrollArea .scrollable.scrollX {
  overflow-x: scroll;
}
.scrollArea .scrollable.scrollY {
  overflow-y: scroll;
}
.scrollArea.fit {
  height: 100%;
  width: 100%;
}
.scrollArea.fit .scrollable {
  bottom: 0;
  left: 0;
  max-height: none;
  position: absolute;
  right: 0;
  top: 0;
}
.scrollArea .scrollNav {
  background-color: rgba(0,0,0,0.75);
  box-shadow: 0 0 10px 10px rgba(0,0,0,0.75);
  cursor: pointer;
  height: 24px;
  left: 10px;
  opacity: 0;
  position: absolute;
  right: 10px;
  transition: all 0.3s ease;
}
.scrollArea .scrollNav .scrollNavIcon {
  color: var(--active-color);
  display: block;
  width: 18px;
  height: 18px;
  margin: 0 auto;
  transition: color 0.3s ease;
}
.scrollArea .scrollNav:hover {
  background-color: rgba(0,0,0,0.9);
  box-shadow: 0 0 10px 10px rgba(0,0,0,0.9);
}
.scrollArea .scrollNav:hover .scrollNavIcon {
  color: var(--hover-color);
}
.scrollArea .scrollNavUp {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  top: 0;
  transform: translateY(-24px);
}
.scrollArea .scrollNavDown {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  bottom: 0;
  transform: translateY(24px);
}
.scrollArea.canScrollUp .scrollNavUp,
.scrollArea.canScrollDown .scrollNavDown {
  opacity: 1;
  transform: translateY(0);
}

.tableList {
  background-color: var(--primary-background-color);
  height: 100%;
  width: 100%;
}
.tableList .tableListHeader {
  background-color: var(--ui-gray-darker);
  color: var(--text-secondary-color);
  display: flex;
  height: 63px;
  line-height: 63px;
  margin-top: 2px;
  overflow: hidden;
  width: 100%;
}
.tableList .tableListHeader .tableListHeaderTitle {
  color: var(--text-secondary-color);
  max-width: 230px;
  font-size: 22px;
  font-weight: 300;
  line-height: 63px;
  padding: 0 10px;
  text-align: left;
  flex: 1;
}
.tableList .tableListHeader .tableListHeaderSelector {
  cursor: pointer;
  max-width: 30px;
  padding-left: 2px;
  align-items: stretch;
  flex: 1;
  justify-content: space-around;
  text-align: center;
}
.tableList .tableListHeader .tableListHeaderSelector svg {
  fill: #c1d8e3;
  height: 63px;
  max-width: 11px;
}
.tableList .tableListHeader .numberOfItems {
  color: var(--ui-sky-blue);
  float: right;
  font-weight: 300;
  font-size: 40px;
  max-width: 54px;
  height: 63px;
  line-height: 66px;
  flex: 1;
}

.theWholeComponent{width:100%;height:100vh;background-color:#12221f;color:#f0f8ff;position:fixed}.logoDiv{border-bottom:1px solid grey;display:flex;align-items:center;height:50px;justify-content:space-between}.logo{width:100px;height:auto}.cpacs,.logo{margin-left:8px}.cpacs{font-size:20px;color:#d2dcdb;margin-top:20px}.fromConfiguration{margin:3% 30% 0;width:20%;display:flex;flex-direction:column;align-items:flex-start}.fromConfiguration h2{font-size:30px;font-weight:400;margin-top:5px}.fromConfiguration h3{margin-top:55px;margin-right:20px;margin-bottom:5px}.fromConfiguration h5{margin-top:13px;font-size:18px;font-weight:lighter;width:50rem;display:flex}.fromConfiguration form{display:flex;flex-direction:column;align-items:flex-start}.fromConfiguration form label{padding-top:35px;padding-bottom:15px}.productIdInputcopyButton{display:flex;align-items:center;justify-content:space-between;width:36rem;border-radius:5px;height:30px;background-color:#172c29;border:1px solid #3a6957}.productIdInput{width:36rem;display:flex;justify-content:space-between}.licenseProductIDInput,.productIdInput{background-color:transparent;border:none;color:#f0f8ff;padding:3px}.licenseProductIDInput{width:33rem}#license{width:575px;height:150px;border-radius:6px;background-color:#172c29;border:1px solid #3a6957;color:#f0f8ff;padding:4px}#copy{margin:5px;height:2em;width:2em;background:transparent;color:#f0f8ff;border:none}.licenseConfigurationbuttons{margin:10% 10% 10% 170%;display:flex}.Continue{margin:3px 35px 3px 100px;width:125px;height:30px;border-radius:5px;background-color:rgb(75 109 75/92%);color:#f0f8ff;border:1px solid #504545}.licenseConfigurationBtn{width:140px;height:30px;border-radius:10px;background-color:#172c29;color:#f0f8ff;border:1px solid #3a6957;padding-top:3px!important;padding-bottom:0!important;padding-left:10px;margin-left:10px}.Register{margin:3px;width:125px;height:30px;border-radius:5px;background-color:rgb(75 109 75/92%);color:#f0f8ff;border:1px solid #504545}.licenseCopyButton{background-color:transparent;color:#f0f8ff;border:none;font-size:23px;display:flex;align-items:center}.Register:hover{background-color:#397b60}.Continue:hover{background-color:#397b60}.licenseConfigurationBtn:hover{background-color:#397b60}.Continue:disabled{background-color:#1f2723;color:grey}.licenseCopyButton:active{background-color:#397b60;cursor:pointer}.licenseConfigurationClose{cursor:pointer;padding:15px;background-color:transparent;border:none;color:var(--text-primary-color);font-size:20px;font-weight:300}.licenseConfigurationIconDiv{display:flex;align-items:center}
.AboutContent {
  height: auto;
  margin: -10px 10px;
}
.AboutContent .header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
}
.AboutContent .header svg {
  width: 40%;
  margin-left: -2px;
  margin-top: -40px;
}
.AboutContent .header .logo-text {
  font-size: 30px;
  color: #d2dcdb;
  margin-left: 8px;
}
.AboutContent .address {
  margin-top: 30px;
  height: 110px;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
}
.AboutContent .address .title {
  margin: 1px 0;
  font-size: 18px;
  font-weight: bold;
}
.AboutContent .address .sub-address {
  margin: 10px 0;
  font-size: 15px;
}
.AboutContent-buttonDiv {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.license-details {
  display: flex;
  flex-direction: column;
  font-size: 15px;
  font-weight: lighter;
}
.license-details .license-detail {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.license-details .license-label {
  font-weight: bold;
  width: 30%;
  white-space: nowrap;
}
.license-details .license-value {
  flex-grow: 1;
  word-break: break-all;
  overflow-wrap: break-word;
  padding-left: 10px;
}
@media (max-width: 768px) {
  .license-details .license-detail {
    flex-direction: column;
    align-items: flex-start;
  }
  .license-details .license-label {
    width: 100%;
    margin-bottom: 2px;
  }
  .license-details .license-value {
    width: 100%;
    padding-left: 0px;
  }
}

.nav-tabs {
  border-bottom: 0;
  margin-bottom: 3px;
  position: relative;
  z-index: 1;
}
.nav-tabs :hover {
  cursor: pointer;
}
.nav-tabs>li {
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  margin-bottom: 0;
}
.nav-tabs>li>button {
  display: block;
  width: 100%;
  line-height: inherit;
  margin: 0;
  height: inherit;
  padding: 0 10px 0 10px;
  outline: none;
}
.nav-tabs>li>button:after {
  background-color: transparent;
  bottom: -3px;
  content: ' ';
  display: block;
  height: 3px;
  width: 100%;
}
.nav-tabs>li>button,
.nav-tabs>li.active>button,
.nav-tabs>li>button:hover,
.nav-tabs>li.active>button:hover,
.nav-tabs>li>button:active,
.nav-tabs>li.active>button:active,
.nav-tabs>li>button:focus,
.nav-tabs>li.active>button:focus {
  color: var(--active-color);
  background-color: transparent;
  border: 0;
}
.nav-tabs>li.active>button {
  font-weight: bold;
}
.nav-tabs>li.active>button:after {
  background-color: var(--active-color);
}
.nav {
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li {
  float: left;
  margin-bottom: -1px;
}
.TabComponents .TabComponents_tabHeader {
  display: flex;
  flex-direction: column;
  margin-left: -20px;
  margin-right: -20px;
}
.TabComponents .TabComponents_tabHeader_selector {
/*border-bottom: 3px solid black*/
  padding: 0 25px;
}
.TabComponents .TabComponents_content {
  min-height: 450px;
  display: none;
}
.TabComponents .TabComponents_content.active {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.save-btn{background-color:#38956a!important;border:none;color:#fff;border-radius:15px}.save-btn:hover{background-color:#e5e5e5;color:#000}.save-btn:active{background-color:#38956a;color:#fff}.save-btn:active{transform:translateY(0);transform:scale(.9)}
.footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin: 0 -20px;
/*border-top: 3px solid var(--primary-background-color)*/
}
.footer div button:last-child {
  margin-left: 10px;
}

.language-select {
  color: var(--primary-background-color);
  display: block;
  min-width: 150px;
}

.ohif-check-container{--check-button-dim:15px}.ohif-check-container input{position:absolute;opacity:0;height:inherit;width:inherit;cursor:default}.ohif-check-container{display:block;position:relative;padding-left:35px;margin-bottom:12px;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ohif-checkbox{width:var(--check-button-dim);height:var(--check-button-dim);position:absolute;top:20%;left:5%;cursor:pointer;background-color:var(--ui-gray-lighter)}.ohif-checkbox:hover{background-color:var(--default-color)}.ohif-checkbox:after{content:"";position:absolute;width:70%;height:70%}.ohif-checkbox.ohif-checked:after{display:block;top:14%;left:14%;background:#fff}.ohif-check-label{font-size:12px;font-weight:500}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.full-width {
  width: 100%;
}
.full-height {
  height: 100%;
}
.flex-h {
  display: flex;
  flex-direction: row;
}
.flex-v {
  display: flex;
  flex-direction: column;
}
.flex-grow {
  flex-grow: 1;
}
.nowrap {
  white-space: nowrap;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
h1 {
  font-size: 36px;
}
h3,
h1 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
a {
  color: #337ab7;
  text-decoration: none;
}
.form-themed table {
  color: var(--text-primary-color);
}
.form-themed table th,
.form-themed table td {
  font-size: 15px;
  font-weight: normal;
}
.form-themed table th {
  line-height: 60px;
}
.form-themed table td {
  line-height: 18px;
  padding: 0;
}
.form-themed .p-r-1 {
  padding-right: 1rem !important;
}
.form-themed label {
  margin-bottom: 5px;
}
.form-themed label.wrapperLabel {
  cursor: pointer;
}
.form-themed label.wrapperLabel:not(.checkboxLabel) {
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.form-themed label.wrapperLabel:not(.checkboxLabel) .wrapperText {
  display: block;
  order: -1;
}
.form-themed .btn[disabled],
.form-themed input[type=text][disabled],
.form-themed input[type=password][disabled],
.form-themed input[type=number][disabled],
.form-themed .btn.disabled,
.form-themed input[type=text].disabled,
.form-themed input[type=password].disabled,
.form-themed input[type=number].disabled,
.form-themed .btn[disabled]:hover,
.form-themed input[type=text][disabled]:hover,
.form-themed input[type=password][disabled]:hover,
.form-themed input[type=number][disabled]:hover,
.form-themed .btn.disabled:hover,
.form-themed input[type=text].disabled:hover,
.form-themed input[type=password].disabled:hover,
.form-themed input[type=number].disabled:hover,
.form-themed .btn[disabled]:active,
.form-themed input[type=text][disabled]:active,
.form-themed input[type=password][disabled]:active,
.form-themed input[type=number][disabled]:active,
.form-themed .btn.disabled:active,
.form-themed input[type=text].disabled:active,
.form-themed input[type=password].disabled:active,
.form-themed input[type=number].disabled:active {
  background-color: var(--ui-gray-darker);
  border-color: var(--ui-gray-light);
  color: var(--text-primary-color);
}
.form-themed .btn[disabled] + .wrapperText,
.form-themed input[type=text][disabled] + .wrapperText,
.form-themed input[type=password][disabled] + .wrapperText,
.form-themed input[type=number][disabled] + .wrapperText,
.form-themed .btn.disabled + .wrapperText,
.form-themed input[type=text].disabled + .wrapperText,
.form-themed input[type=password].disabled + .wrapperText,
.form-themed input[type=number].disabled + .wrapperText,
.form-themed .btn[disabled]:hover + .wrapperText,
.form-themed input[type=text][disabled]:hover + .wrapperText,
.form-themed input[type=password][disabled]:hover + .wrapperText,
.form-themed input[type=number][disabled]:hover + .wrapperText,
.form-themed .btn.disabled:hover + .wrapperText,
.form-themed input[type=text].disabled:hover + .wrapperText,
.form-themed input[type=password].disabled:hover + .wrapperText,
.form-themed input[type=number].disabled:hover + .wrapperText,
.form-themed .btn[disabled]:active + .wrapperText,
.form-themed input[type=text][disabled]:active + .wrapperText,
.form-themed input[type=password][disabled]:active + .wrapperText,
.form-themed input[type=number][disabled]:active + .wrapperText,
.form-themed .btn.disabled:active + .wrapperText,
.form-themed input[type=text].disabled:active + .wrapperText,
.form-themed input[type=password].disabled:active + .wrapperText,
.form-themed input[type=number].disabled:active + .wrapperText {
  color: var(--text-primary-color);
  cursor: auto;
}
.form-themed input[type=text],
.form-themed input[type=password],
.form-themed input[type=number] {
  background-color: var(--ui-gray);
  border-color: var(--ui-border-color);
  color: var(--text-primary-color);
  font-weight: normal;
}
.form-themed input[type=text]:active,
.form-themed input[type=password]:active,
.form-themed input[type=number]:active,
.form-themed input[type=text]:focus,
.form-themed input[type=password]:focus,
.form-themed input[type=number]:focus {
  background-color: var(--ui-gray-dark);
  border: 2px solid var(--active-color);
  box-shadow: none;
}
.form-themed input[type=text]:active + .wrapperText,
.form-themed input[type=password]:active + .wrapperText,
.form-themed input[type=number]:active + .wrapperText,
.form-themed input[type=text]:focus + .wrapperText,
.form-themed input[type=password]:focus + .wrapperText,
.form-themed input[type=number]:focus + .wrapperText {
  color: var(--active-color);
}
.form-themed .btn-primary {
  background-color: var(--active-color);
  border-collapse: var(--ui-border-color-active);
  color: var(--ui-text-color-active);
}
.form-themed .btn-primary:hover,
.form-themed .btn-primary:active,
.form-themed .btn-primary:focus,
.form-themed .btn-primary:focus:active {
  background-color: var(--ui-active-color);
  border-collapse: var(--ui-border-color-active);
  color: var(--ui-text-color-active);
}
.form-themed .form-control {
  background-color: #fff;
  border: 0;
  font-size: 14px;
  height: 30px;
  line-height: 16px;
  padding: 8px 9px 6px;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.form-control:focus {
  border: 1px solid rgba(211,211,211,0.677);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(0,0,0,0.479);
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: ;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: ;
}
input[type=range] {
  display: block;
  width: 100%;
}
.CineDialog {
  background: var(--primary-background-color);
  color: var(--text-primary-color);
  border: 1px solid #3b3939;
  border-radius: 8px;
  width: inherit;
}
.CineDialog h5 {
  font-size: 20px;
  line-height: 35px;
  margin: 0;
}
.CineDialog h5,
.CineDialog label {
  font-weight: 400;
}
.CineDialog .cine-navigation,
.CineDialog .cine-controls,
.CineDialog .cine-options {
  cursor: default;
}
.CineDialog .fps-section input[type="range"] {
  filter: hue-rotate(310deg);
  border: 0 none;
  outline: 0 none;
}
.CineDialog .fps-section input[type="range"]::-ms-tooltip {
  display: none;
}
.CineDialog .double-row-style {
  box-sizing: border-box;
  width: 290px;
  height: 70px;
  padding: 10px;
  top: 2%;
  left: 35%;
}
.CineDialog .double-row-style .cine-navigation {
  position: absolute;
  right: 16px;
  top: 10px;
}
.CineDialog .double-row-style .cine-navigation .btn {
  padding: 0 4px;
}
.CineDialog .double-row-style .cine-navigation .btn i {
  font-size: 32px;
  line-height: 32px;
}
.CineDialog .double-row-style .cine-controls {
  left: 0px;
}
.CineDialog .double-row-style .cine-options {
  padding: 0px 0;
}
.CineDialog .double-row-style .cine-options .fps-section {
  width: 175px;
  float: left;
}
.CineDialog .double-row-style .cine-options .fps {
  float: right;
}
.CineDialog .single-row-style {
  box-sizing: content-box;
  width: 425px;
  height: 45px;
  padding: 4px 8px;
  top: 2%;
  left: 35%;
}
.CineDialog .single-row-style .cine-navigation {
  float: right;
  overflow: hidden;
  padding-right: 12px;
  position: relative;
}
.CineDialog .single-row-style .cine-navigation .btn {
  padding: 0 2px;
  margin: 0 0 0 2px;
  border: 0 none;
}
.CineDialog .single-row-style .cine-navigation .btn:first-of-type {
  margin-left: 0;
}
.CineDialog .single-row-style .cine-navigation .btn i {
  font-size: 32px;
  line-height: 45px;
}
.CineDialog .single-row-style .cine-controls {
  position: relative;
  float: left;
  overflow: hidden;
}
.CineDialog .single-row-style .cine-controls .btn {
  font-size: 22px;
  line-height: 45px;
  min-width: 28px;
  padding: 0 0px;
  margin: 0 4px;
  border: 0 none;
}
.CineDialog .single-row-style .cine-options {
  display: block;
  position: relative;
  width: 150px;
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 10px;
}
.CineDialog .single-row-style .cine-options .fps-section {
  display: block;
  float: left;
  width: 80px;
}
.CineDialog .single-row-style .cine-options .fps-section input[type="range"] {
  line-height: 45px;
  height: 45px;
}
.CineDialog .single-row-style .cine-options .fps {
  display: block;
  width: 68px;
  float: left;
  padding: 0;
  margin: 0 0 0 2px;
  text-align: center;
  line-height: 45px;
  font-size: 14px;
  line-height: 1.42857143;
}
.CineDialog .btn {
  color: var(--text-primary-color);
  background-color: transparent;
  border: 0;
  border-radius: 4px;
  font-size: 15px;
  width: 45px;
  font-weight: normal;
  height: 37px;
  line-height: 37px;
  padding: 0 12px;
}
.CineDialog .btn:hover,
.CineDialog .btn:active,
.CineDialog .btn.active {
  color: #38956a;
}
.CineDialog .btn[disabled]:hover {
  color: inherit;
}
.CineDialog .btn[disabled]:active {
  color: var(--text-secondary-color);
}
.CineDialog .btn.btn-primary,
.CineDialog .btn.btn-secondary,
.CineDialog .btn.btn-danger {
  transition: background-color 0.3s ease;
}
.CineDialog .btn.btn-primary:hover,
.CineDialog .btn.btn-secondary:hover,
.CineDialog .btn.btn-danger:hover,
.CineDialog .btn.btn-primary:active,
.CineDialog .btn.btn-secondary:active,
.CineDialog .btn.btn-danger:active,
.CineDialog .btn.btn-primary:focus,
.CineDialog .btn.btn-secondary:focus,
.CineDialog .btn.btn-danger:focus {
  opacity: 0.8;
}
.CineDialog .btn.btn-primary {
  background-color: var(--active-color);
  color: var(--primary-background-color);
}
.CineDialog .btn.btn-secondary {
  background-color: var(--text-secondary-color);
  color: var(--primary-background-color);
}
.CineDialog .btn.btn-danger {
  background-color: var(--text-destructive-color);
  color: var(--text-primary-color);
}
.CineDialog .btn.active {
  box-shadow: inset 1px 1px 2px var(--ui-gray-darkest);
}

.btn-download{background-color:#38956a;color:#fff;border:1px solid hsla(0,0%,100%,.1);padding:5px 20px;border-radius:50px;float:right;font-size:14px;margin-right:10px;cursor:pointer}.btn-download:hover{background-color:#e5e5e5;color:#000}.btn-download:active{background-color:#38956a;color:#fff}.btn-download:active{transform:translateY(0);transform:scale(.9)}.btn-download:disabled{color:#939090;background-color:#35473e;cursor:not-allowed}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.full-width {
  width: 100%;
}
.full-height {
  height: 100%;
}
.flex-h {
  display: flex;
  flex-direction: row;
}
.flex-v {
  display: flex;
  flex-direction: column;
}
.flex-grow {
  flex-grow: 1;
}
.nowrap {
  white-space: nowrap;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
h1 {
  font-size: 36px;
}
h3,
h1 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
a {
  color: #337ab7;
  text-decoration: none;
}
.form-themed table {
  color: var(--text-primary-color);
}
.form-themed table th,
.form-themed table td {
  font-size: 15px;
  font-weight: normal;
}
.form-themed table th {
  line-height: 60px;
}
.form-themed table td {
  line-height: 18px;
  padding: 0;
}
.form-themed .p-r-1 {
  padding-right: 1rem !important;
}
.form-themed label {
  margin-bottom: 5px;
}
.form-themed label.wrapperLabel {
  cursor: pointer;
}
.form-themed label.wrapperLabel:not(.checkboxLabel) {
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.form-themed label.wrapperLabel:not(.checkboxLabel) .wrapperText {
  display: block;
  order: -1;
}
.form-themed .btn[disabled],
.form-themed input[type=text][disabled],
.form-themed input[type=password][disabled],
.form-themed input[type=number][disabled],
.form-themed .btn.disabled,
.form-themed input[type=text].disabled,
.form-themed input[type=password].disabled,
.form-themed input[type=number].disabled,
.form-themed .btn[disabled]:hover,
.form-themed input[type=text][disabled]:hover,
.form-themed input[type=password][disabled]:hover,
.form-themed input[type=number][disabled]:hover,
.form-themed .btn.disabled:hover,
.form-themed input[type=text].disabled:hover,
.form-themed input[type=password].disabled:hover,
.form-themed input[type=number].disabled:hover,
.form-themed .btn[disabled]:active,
.form-themed input[type=text][disabled]:active,
.form-themed input[type=password][disabled]:active,
.form-themed input[type=number][disabled]:active,
.form-themed .btn.disabled:active,
.form-themed input[type=text].disabled:active,
.form-themed input[type=password].disabled:active,
.form-themed input[type=number].disabled:active {
  background-color: var(--ui-gray-darker);
  border-color: var(--ui-gray-light);
  color: var(--text-primary-color);
}
.form-themed .btn[disabled] + .wrapperText,
.form-themed input[type=text][disabled] + .wrapperText,
.form-themed input[type=password][disabled] + .wrapperText,
.form-themed input[type=number][disabled] + .wrapperText,
.form-themed .btn.disabled + .wrapperText,
.form-themed input[type=text].disabled + .wrapperText,
.form-themed input[type=password].disabled + .wrapperText,
.form-themed input[type=number].disabled + .wrapperText,
.form-themed .btn[disabled]:hover + .wrapperText,
.form-themed input[type=text][disabled]:hover + .wrapperText,
.form-themed input[type=password][disabled]:hover + .wrapperText,
.form-themed input[type=number][disabled]:hover + .wrapperText,
.form-themed .btn.disabled:hover + .wrapperText,
.form-themed input[type=text].disabled:hover + .wrapperText,
.form-themed input[type=password].disabled:hover + .wrapperText,
.form-themed input[type=number].disabled:hover + .wrapperText,
.form-themed .btn[disabled]:active + .wrapperText,
.form-themed input[type=text][disabled]:active + .wrapperText,
.form-themed input[type=password][disabled]:active + .wrapperText,
.form-themed input[type=number][disabled]:active + .wrapperText,
.form-themed .btn.disabled:active + .wrapperText,
.form-themed input[type=text].disabled:active + .wrapperText,
.form-themed input[type=password].disabled:active + .wrapperText,
.form-themed input[type=number].disabled:active + .wrapperText {
  color: var(--text-primary-color);
  cursor: auto;
}
.form-themed input[type=text],
.form-themed input[type=password],
.form-themed input[type=number] {
  background-color: var(--ui-gray);
  border-color: var(--ui-border-color);
  color: var(--text-primary-color);
  font-weight: normal;
}
.form-themed input[type=text]:active,
.form-themed input[type=password]:active,
.form-themed input[type=number]:active,
.form-themed input[type=text]:focus,
.form-themed input[type=password]:focus,
.form-themed input[type=number]:focus {
  background-color: var(--ui-gray-dark);
  border: 2px solid var(--active-color);
  box-shadow: none;
}
.form-themed input[type=text]:active + .wrapperText,
.form-themed input[type=password]:active + .wrapperText,
.form-themed input[type=number]:active + .wrapperText,
.form-themed input[type=text]:focus + .wrapperText,
.form-themed input[type=password]:focus + .wrapperText,
.form-themed input[type=number]:focus + .wrapperText {
  color: var(--active-color);
}
.form-themed .btn-primary {
  background-color: var(--active-color);
  border-collapse: var(--ui-border-color-active);
  color: var(--ui-text-color-active);
}
.form-themed .btn-primary:hover,
.form-themed .btn-primary:active,
.form-themed .btn-primary:focus,
.form-themed .btn-primary:focus:active {
  background-color: var(--ui-active-color);
  border-collapse: var(--ui-border-color-active);
  color: var(--ui-text-color-active);
}
.form-themed .form-control {
  background-color: #fff;
  border: 0;
  font-size: 14px;
  height: 30px;
  line-height: 16px;
  padding: 8px 9px 6px;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.form-control:focus {
  border: 1px solid rgba(211,211,211,0.677);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(0,0,0,0.479);
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: ;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: ;
}
input[type=range] {
  display: block;
  width: 100%;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-primary {
  color: #fff;
  background-color: rgba(91,138,91,0.922);
  border-color: #1a301a;
}
.btn-default {
  border: 1px solid rgba(255,255,255,0.1);
  padding: 5px 20px;
  border-radius: 50px;
  float: right;
  font-size: 14px;
  background: transparent;
  color: #fff;
  margin-right: 10px;
  cursor: pointer;
}
.btn-default:hover {
  background-color: rgba(255,255,255,0.1);
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  align-content: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.closeButton {
  margin-top: -35px;
  border: 1px solid rgba(255,255,255,0.1);
  padding: 4px;
  border-radius: 50px;
  float: right;
  width: 80px;
  background: transparent;
  color: #fff;
  margin-right: 10px;
}
.closeButton:hover {
  background-color: rgba(255,255,255,0.1);
}
.btn-loading {
  display: inherit;
  margin: 0;
  border: 2px solid rgba(243,243,243,0);
  border-top: 3px solid rgba(255,255,255,0.278);
  border-bottom: 3px solid rgba(255,255,255,0.278);
  width: 20px;
  height: 20px;
}
.ViewportDownloadForm {
  display: flex;
  flex-direction: column;
  z-index: 1080 !important;
}
.ViewportDownloadForm input,
.ViewportDownloadForm select {
  max-height: 30px;
}
.ViewportDownloadForm #keep-aspect svg {
  margin-top: 3px;
}
.ViewportDownloadForm .title {
  margin: 0;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .ViewportDownloadForm .title {
    font-weight: normal;
  }
}
.ViewportDownloadForm .Action-container {
  margin: 20px 0;
  border-radius: 5px;
  padding: 20px 10px;
  border: 2px solid var(--ui-border-color);
}
@media screen and (max-width: 600px) {
  .ViewportDownloadForm .Action-container {
    margin: 10px 0;
    padding: 10px 5px;
  }
}
.ViewportDownloadForm .file-info-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.ViewportDownloadForm .file-info-container .width,
.ViewportDownloadForm .file-info-container .height,
.ViewportDownloadForm .file-info-container .file-name,
.ViewportDownloadForm .file-info-container .file-type {
  height: 83px;
}
@media screen and (max-width: 600px) {
  .ViewportDownloadForm .file-info-container .width,
  .ViewportDownloadForm .file-info-container .height,
  .ViewportDownloadForm .file-info-container .file-name,
  .ViewportDownloadForm .file-info-container .file-type {
    height: auto;
  }
}
.ViewportDownloadForm .file-info-container .input-ohif {
  margin: 0 5px;
}
@media screen and (max-width: 600px) {
  .ViewportDownloadForm .file-info-container .input-ohif {
    width: 120px !important;
  }
}
.ViewportDownloadForm .file-info-container .file-name .select-ohif,
.ViewportDownloadForm .file-info-container .file-type .select-ohif,
.ViewportDownloadForm .file-info-container .file-name .input-ohif,
.ViewportDownloadForm .file-info-container .file-type .input-ohif {
  width: 170px;
}
@media screen and (max-width: 600px) {
  .ViewportDownloadForm .file-info-container .file-name .select-ohif,
  .ViewportDownloadForm .file-info-container .file-type .select-ohif,
  .ViewportDownloadForm .file-info-container .file-name .input-ohif,
  .ViewportDownloadForm .file-info-container .file-type .input-ohif {
    width: 120px;
    margin: 0 5px 5px 5px;
  }
}
.ViewportDownloadForm .file-info-container .file-name .input-ohif-label,
.ViewportDownloadForm .file-info-container .file-type .input-ohif-label,
.ViewportDownloadForm .file-info-container .file-name .select-ohif-label,
.ViewportDownloadForm .file-info-container .file-type .select-ohif-label {
  width: 90px;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .ViewportDownloadForm .file-info-container .file-name .input-ohif-label,
  .ViewportDownloadForm .file-info-container .file-type .input-ohif-label,
  .ViewportDownloadForm .file-info-container .file-name .select-ohif-label,
  .ViewportDownloadForm .file-info-container .file-type .select-ohif-label {
    width: 120px;
  }
}
.ViewportDownloadForm .file-info-container .dimension-wrapper {
  display: flex;
  flex-direction: row;
}
.ViewportDownloadForm .file-info-container .dimension-wrapper .dimensions {
  display: flex;
  flex-direction: column;
}
.ViewportDownloadForm .file-info-container .dimension-wrapper .dimensions .input-ohif-label {
  width: 120px;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .ViewportDownloadForm .file-info-container .dimension-wrapper .dimensions .input-ohif {
    width: 120px;
  }
}
.ViewportDownloadForm .file-info-container .dimension-wrapper .keep-aspect-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  height: 86px;
}
@media screen and (max-width: 600px) {
  .ViewportDownloadForm .file-info-container .dimension-wrapper .keep-aspect-wrapper {
    padding: 0;
  }
}
.ViewportDownloadForm .file-info-container .show-annotations {
  font-weight: bold;
  line-height: 30px;
}
@media screen and (max-width: 600px) {
  .ViewportDownloadForm .file-info-container .show-annotations {
    line-height: normal;
    top: 135px;
    position: relative;
    left: -295px;
    width: max-content;
  }
}
.ViewportDownloadForm .file-info-container .show-annotations input {
  margin-right: 7px;
  vertical-align: middle;
}
.ViewportDownloadForm .file-info-container .show-annotations label {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ViewportDownloadForm .loading-image {
  height: 580px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--active-color);
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  .ViewportDownloadForm .loading-image {
    height: 312px;
  }
}
.ViewportDownloadForm .loading-image .icon-spin {
  margin-right: 15px;
}
.ViewportDownloadForm .preview {
  display: flex;
  flex-direction: column;
  padding: 10px;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  height: 580px;
}
@media screen and (max-width: 600px) {
  .ViewportDownloadForm .preview {
    padding: 0;
    height: 312px;
  }
}
.ViewportDownloadForm .preview .viewport-preview {
  max-height: 512px;
  max-width: 512px;
}
@media screen and (max-width: 600px) {
  .ViewportDownloadForm .preview .viewport-preview {
    height: 300px;
    max-height: 300px;
    max-width: 300px;
  }
}
.ViewportDownloadForm .preview .preview-header {
  width: 100%;
  text-align: center;
  font-size: 1.3em;
  margin: 0 0 10px;
}
@media screen and (max-width: 600px) {
  .ViewportDownloadForm .preview .preview-header {
    margin: 0 0 5px;
  }
}
.ViewportDownloadForm .actions {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .ViewportDownloadForm .actions {
    margin-top: 30px;
  }
}
.ViewportDownloadForm .input-error {
  font-size: 12px;
  color: #f00;
  text-align: center;
  margin: 3px 0;
}
.modal-dialog {
  height: 100%;
}
.modal-dialog .modal-body {
  display: flex;
  flex-direction: column;
}
.form-check-input {
  accent-color: #808080;
}

.studyBrowseItem {
  margin-bottom: 10px;
  position: relative;
  transform: scale(1);
}
.studyBrowseItem.active .studyItemBox {
  border-color: var(--active-color);
}
.studyBrowseItem.active .studyItemBox .studyModality {
  color: var(--primary-background-color);
}
.studyBrowseItem.active .studyItemBox .studyModality,
.studyBrowseItem.active .studyItemBox .studyModality:before,
.studyBrowseItem.active .studyItemBox .studyModality:after {
  background-color: var(--active-color);
  border-color: #131d29;
}
.studyBrowseItem:not(.active) .studyBrowserSeries {
  max-height: 0 !important;
}
.studyBrowseItem:not(.active) .studyBrowserSeries .studySeriesContainer {
  opacity: 0;
  transform: translateY(-100%);
}
.studyBrowseItem .studyBrowserSeries {
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.studyBrowseItem .studyBrowserSeries .studySeriesContainer {
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateY(0);
  transform-origin: 50% 0%;
}
.studyItemBox {
  border: 3px solid var(--ui-border-color-dark);
  border-radius: 12px;
  cursor: pointer;
  padding: 12px 7px 11px;
  position: relative;
  transition: $sidebarTransition;
  background-color: #14191e;
  z-index: 0;
}
.studyItemBox:hover {
  border-color: var(--active-color);
}
.studyItemBox:hover.additional {
  color: var(--text-secondary-color);
}
.studyItemBox:hover .studyModality {
  color: var(--primary-background-color);
}
.studyItemBox:hover .studyModality,
.studyItemBox:hover .studyModality:before,
.studyItemBox:hover .studyModality:after {
  background-color: var(--active-color);
}
.studyItemBox.additional {
  color: var(--text-primary-color);
  font-size: 16px;
  font-weight: normal;
  height: 91px;
  line-height: 91px;
  padding: 0;
  text-align: center;
}
.studyItemBox .studyText {
  font-size: 13px;
  left: 89px;
  line-height: 14px;
  position: absolute;
  right: 7px;
  top: 12px;
}
.studyItemBox .studyText .studyDate {
  margin-top: 8px;
  color: var(--text-secondary-color);
}
.studyItemBox .studyText .studyDescription {
  margin-top: 8px;
  color: var(--text-primary-color);
}
.studyItemBox .studyText .studyAvailability {
  margin-top: 24px;
  color: var(--text-primary-color);
}
.studyItemBox .studyModality {
  color: var(--text-secondary-color);
  font-size: 20px;
  line-height: 50px;
  margin-left: 12px;
  margin-top: 12px;
  position: relative;
}
.studyItemBox .studyModality .studyModalityText {
  height: 100%;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
}
.studyItemBox .studyModality,
.studyItemBox .studyModality:before,
.studyItemBox .studyModality:after {
  border: 2px solid var(--primary-background-color);
  background-color: var(--box-background-color);
  border-radius: 8px;
  height: 54px;
  width: 54px;
}
.studyItemBox .studyModality:before,
.studyItemBox .studyModality:after {
  display: block;
  content: '';
  position: absolute;
}
.studyItemBox .studyModality:before {
  top: -8px;
  left: -8px;
  z-index: -1;
}
.studyItemBox .studyModality:after {
  top: -14px;
  left: -14px;
  z-index: -2;
}



.series-quick-switch {
  position: relative;
}
.series-quick-switch:before {
  box-shadow: 0 0 0 5000px rgba(0,0,0,0.8);
  transition: opacity 0.3s ease;
  opacity: 0;
  content: '';
}
.series-quick-switch:hover {
  z-index: 50;
}
.series-quick-switch:hover:before {
  display: table;
  opacity: 1;
  content: '';
}
.series-quick-switch:not(.left):not(.right) {
  left: 50%;
  transform: translateX(-50%);
}
.series-quick-switch.left {
  border-right: 1px solid var(--ui-border-color);
  right: 0;
}
.series-quick-switch.right {
  left: 0;
}
.series-quick-switch.right .series-switch {
  float: right;
}
.series-quick-switch.right .study-switch {
  float: left;
}
.series-quick-switch.right .study-browser {
  left: auto;
  right: 0;
  transform-origin: calc(100% - 1em) calc(1em + 17px);
}
.series-quick-switch.right .series-browser {
  left: 0;
  right: auto;
  transform-origin: 1em calc(1em + 15px);
}
.series-quick-switch.right .series-browser .thumbnails-wrapper {
  transform-origin: 0% 0%;
}
.series-quick-switch.right .series-browser .thumbnail {
  float: left;
}
.series-quick-switch.right .series-item {
  float: left;
}
.series-quick-switch .title-label {
  color: var(--text-secondary-color);
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  opacity: 1;
  padding-bottom: 3px;
  text-align: center;
  transition: opacity 0.3s ease;
}
.series-quick-switch .series-switch {
  padding-right: 10px;
}
.series-quick-switch .series-switch,
.series-quick-switch .study-switch {
  float: left;
  position: relative;
}
.series-quick-switch .study-switch:hover:after {
  content: '';
  display: block;
  height: 100px;
  left: 0;
  position: absolute;
  top: 0;
  width: 300px;
}
.series-quick-switch .study-browser {
  left: 0;
  padding-top: 60px;
  max-height: calc(100vh - 60px);
  transform-origin: 1em calc(1em + 17px);
  width: 300px;
}
.series-quick-switch .study-browser .study-browser-list {
  padding: 0 10px;
}
.series-quick-switch .series-browser {
  max-height: 100vh;
  max-width: 720px;
  right: 0;
  transform-origin: calc(100% - 1em) calc(1em + 15px);
}
.series-quick-switch .series-browser .thumbnails-wrapper {
  transition: transform 0.3s ease;
  transform-origin: 100% 0%;
}
.series-quick-switch .series-browser .thumbnail {
  float: right;
}
.series-quick-switch .series-browser .thumbnail .series-details {
  opacity: 0;
  transform: translateY(-100%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.series-quick-switch .series-browser .scrollable {
  padding-top: 15px;
  transition: padding-bottom 0.3s ease;
}
.series-quick-switch .series-browser .study-browser-series {
  overflow: hidden;
}
.series-quick-switch .series-browser,
.series-quick-switch .study-browser {
  min-height: 120px;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  z-index: 3;
}
.series-quick-switch .series-box,
.series-quick-switch .study-box {
  height: 57px;
  width: 57px;
}
.series-quick-switch .study-box {
  background-color: var(--ui-gray-dark);
  border: solid 2px var(--ui-border-color-dark);
  border-radius: 11px;
}
.series-quick-switch .series-item {
  background-color: var(--box-background-color);
  border-radius: 3px;
  float: right;
  height: 15px;
  margin: 2px;
  transition: opacity 0.3s ease;
  width: 15px;
}
.series-quick-switch .series-item.count {
  color: var(--text-primary-color);
  background-color: transparent;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  text-align: center;
}
.series-quick-switch .series-item.active {
  background-color: var(--active-color);
}
.series-quick-switch.series-triggered .series-browser,
.series-quick-switch .series-switch:hover .series-browser,
.series-quick-switch .study-switch:hover .study-browser {
  opacity: 1;
  transform: scale(1);
}
.series-quick-switch.series-triggered .series-item,
.series-quick-switch .series-switch:hover .title-label {
  opacity: 0;
}
.series-quick-switch.series-triggered .thumbnails-wrapper {
  transform: scale(0.9) translateY(80px);
}
.series-quick-switch.series-triggered .series-browser:not(:hover)>.scrollable {
  padding-bottom: 80px;
}
.series-quick-switch.series-triggered .series-browser:not(:hover)>.scrollNav {
  opacity: 0;
}
.series-quick-switch .series-switch:hover .series-browser .thumbnails-wrapper {
  transform: scale(1) translateY(0);
}
.series-quick-switch .series-switch:hover .series-browser .thumbnail .series-details {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.series-quick-switch .study-browser-item.active .study-item-box {
  box-shadow: inset 0 0 0 3px var(--active-color);
}
@media screen and (max-width: 1599px) {
  .series-quick-switch .series-box,
  .series-quick-switch .study-box {
    width: 36px;
    height: 36px;
  }
  .series-quick-switch .study-box {
    border-radius: 7px;
  }
  .series-quick-switch .series-item {
    height: 10px;
    margin: 1px;
    width: 10px;
  }
  .series-quick-switch .series-item.count {
    font-size: 10px;
    font-weight: 300;
    line-height: 10px;
  }
}

.RoundedButtonGroup{--height:25px;position:relative;z-index:0}.RoundedButtonGroup .badgeNumber-container{background-color:var(--ui-border-color-dark);width:21px;height:21px;justify-content:center;align-items:center;display:flex;border-radius:50%;font-size:12px;font-weight:700;bottom:10px;left:5px;color:#fff;position:absolute}.RoundedButtonGroup .badgeNumber{font-size:10px;font-weight:700;display:block;width:25px}.roundedButtonWrapper{cursor:pointer;display:inline-block;margin-left:-2px;text-decoration:none;text-align:center}.roundedButtonWrapper.disabled{opacity:.5;cursor:not-allowed}.RoundedButtonGroup .roundedButtonWrapper .roundedButton{align-items:center;background-color:var(--primary-background-color);border:1px solid var(--ui-border-color);color:var(--text-primary-color);display:flex;font-size:15px;font-weight:500;justify-content:center;height:var(--height);line-height:var(--height);padding:15px;position:relative;text-transform:uppercase;transition:var(--sidebar-transition);z-index:1}.roundedButtonWrapper .roundedButton svg .roundedButtonWrapper .roundedButton span{margin:0 2px}.roundedButtonWrapper .roundedButton i{line-height:15px;font-size:15px}.roundedButtonWrapper .bottomLabel{margin-top:3px;padding:0 0 0 10px}.bottomLabel{color:var(--text-primary-color);font-size:12px;font-weight:500;line-height:12px;margin-top:8px}.roundedButtonWrapper:first-child{margin-left:0}.RoundedButtonGroup .roundedButtonWrapper:first-child .roundedButton{border-bottom-left-radius:var(--height);border-top-left-radius:var(--height)}.RoundedButtonGroup .roundedButtonWrapper:last-child .roundedButton{border-bottom-right-radius:var(--height);border-top-right-radius:var(--height)}.roundedButtonWrapper:hover .roundedButton{background-color:var(--hover-color-gray);color:var(--text-primary-color)}.roundedButtonWrapper.active .roundedButton{background-color:var(--hover-color-gray);border-color:var(--ui-border-color);color:var(--text-primary-color);z-index:2}.roundedButtonWrapper:hover.active .roundedButton{background-color:var(--hover-color-gray)}@media screen and (max-width:785px){.roundedButtonWrapper .bottomLabel{display:none}}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.full-width {
  width: 100%;
}
.full-height {
  height: 100%;
}
.flex-h {
  display: flex;
  flex-direction: row;
}
.flex-v {
  display: flex;
  flex-direction: column;
}
.flex-grow {
  flex-grow: 1;
}
.nowrap {
  white-space: nowrap;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
h1 {
  font-size: 36px;
}
h3,
h1 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
a {
  color: #337ab7;
  text-decoration: none;
}
.selectTreeRoot {
  text-align: initial;
  width: 320px;
  max-height: inherit;
  font-size: 14px;
  line-height: 26px;
}
.selectTreeRoot .treeContent {
  max-height: inherit;
  overflow: hidden;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.selectTreeRoot .treeHeader {
  background-color: #c0c0c0;
  border-bottom: 1px solid #c4c4c4;
  color: #303030;
  padding: 5px;
  text-align: center;
}
.selectTreeRoot .treeHeader .wrapperText {
  font-weight: bold;
  padding-bottom: 2px;
}
.selectTreeRoot .treeHeader .wrapperSearch {
  width: 100%;
}
.selectTreeRoot .treeHeader .searchIcon {
  position: absolute;
  width: 18px;
  height: 15px;
  margin: 7px 10px 13px 10px;
  color: #a3a3a3;
}
.selectTreeRoot .treeHeader .searchInput {
  width: 100%;
  padding: 6px 12px 6px 35px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #9b9b9b;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.selectTreeRoot .treeHeader .searchInput:focus {
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
}
.selectTreeRoot .wrapperText {
  white-space: nowrap;
  cursor: pointer;
}
.selectTreeRoot .selectTreeBreadcrumb .wrapperLabel {
  cursor: pointer;
  padding: 0 12px;
  height: 41px;
  width: 100%;
  line-height: 41px;
}
.selectTreeRoot .selectTreeBreadcrumb .backIcon {
  padding-right: 10px;
}
.selectTreeRoot .selectTreeBreadcrumb .backIcon svg {
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
  color: #457fb0;
}
.selectTreeRoot .treeOptions {
  overflow: auto;
  height: 100%;
}
.selectTreeRoot .treeOptions .selectTreeBreadcrumb + .treeInputsWrapper .treeInputs .treeLeaf {
  border: none;
  height: initial;
  line-height: 26px;
}
.selectTreeRoot .treeOptions > .treeInputsWrapper > .treeInputs .treeLeaf {
  border-bottom: 1px solid #ccc;
  height: 41px;
  line-height: 41px;
}
.selectTreeRoot .treeNode,
.selectTreeRoot .treeLeaf {
  cursor: pointer;
  display: block;
  overflow: hidden;
  font-weight: normal;
  box-shadow: 0 0 0 200px transparent;
  padding: 0 12px;
}
.selectTreeRoot .treeNode {
  border-bottom: 1px solid #ccc;
  height: 41px;
  line-height: 41px;
}
.selectTreeRoot .radioLabel .radioInput {
  display: none;
}

.btn-confirm{background-color:#38956a!important;border:none;color:#fff;border-radius:15px}.btn-confirm:hover{background-color:#e5e5e5;color:#000}.btn-confirm:active{background-color:#38956a;color:#fff}.btn-confirm:active{transform:translateY(0);transform:scale(.9)}.text-input,input,textarea{font-size:16px}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-primary {
  color: #fff;
  background-color: rgba(91,138,91,0.922);
  border-color: #1a301a;
}
.btn-default {
  border: 1px solid rgba(255,255,255,0.1);
  padding: 5px 20px;
  border-radius: 50px;
  float: right;
  font-size: 14px;
  background: transparent;
  color: #fff;
  margin-right: 10px;
  cursor: pointer;
}
.btn-default:hover {
  background-color: rgba(255,255,255,0.1);
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  align-content: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.closeButton {
  margin-top: -35px;
  border: 1px solid rgba(255,255,255,0.1);
  padding: 4px;
  border-radius: 50px;
  float: right;
  width: 80px;
  background: transparent;
  color: #fff;
  margin-right: 10px;
}
.closeButton:hover {
  background-color: rgba(255,255,255,0.1);
}
.btn-loading {
  display: inherit;
  margin: 0;
  border: 2px solid rgba(243,243,243,0);
  border-top: 3px solid rgba(255,255,255,0.278);
  border-bottom: 3px solid rgba(255,255,255,0.278);
  width: 20px;
  height: 20px;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.full-width {
  width: 100%;
}
.full-height {
  height: 100%;
}
.flex-h {
  display: flex;
  flex-direction: row;
}
.flex-v {
  display: flex;
  flex-direction: column;
}
.flex-grow {
  flex-grow: 1;
}
.nowrap {
  white-space: nowrap;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
h1 {
  font-size: 36px;
}
h3,
h1 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
a {
  color: #337ab7;
  text-decoration: none;
}
.InputDialog .simpleDialog {
  position: relative;
}
.simpleDialog {
  position: relative;
  z-index: 1000;
  border: 0;
  border-radius: 6px;
/*background-color: var(--primary-background-color);*/
  background: linear-gradient(100deg, #13221f, #15281f);
}
.simpleDialog .header {
  padding: 19px 22px 17px;
  position: relative;
/*background-color: #11211d*/
  background: linear-gradient(100deg, #13221f, #15281f);
}
.simpleDialog .header .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  padding-right: 40px;
  color: var(--text-secondary-color);
  margin: 0;
}
.simpleDialog .header .closeBtn {
  -webkit-transform: translateY(-50%);
  color: var(--text-secondary-color);
  height: 20px;
  opacity: 1;
  overflow: hidden;
  padding: 2px;
  position: absolute;
  right: 21px;
  text-align: center;
  text-shadow: none;
  top: 50%;
  transform: translateY(-50%);
  transition: color 0.3s ease;
  width: 20px;
}
.simpleDialog .header .closeIcon {
  color: transparent;
  display: block;
  font-size: 0;
  height: 100%;
  line-height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.simpleDialog .header .closeIcon:after,
.simpleDialog .header .closeIcon:before {
  content: ' ';
  display: block;
  height: 2px;
  transition: background-color 0.3s ease;
  width: 19px;
  background-color: var(--text-secondary-color);
}
.simpleDialog .header .closeIcon:before {
  left: 1px;
  position: absolute;
  top: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}
.simpleDialog .header .closeIcon:after {
  right: 1px;
  position: absolute;
  top: 1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: calc(100% - 1px) 50%;
  transform-origin: calc(100% - 1px) 50%;
}
.simpleDialog .content {
  display: flex !important;
  top: 0px !important;
  padding: 10px !important;
  margin: 10px !important;
  position: relative;
  color: var(--text-primary-color);
}
.simpleDialog .content .simpleDialogSelect,
.simpleDialog .content .simpleDialogInput {
  background-color: var(--input-background-color);
  color: var(--text-primary-color);
  border: 0;
  border-radius: 2px;
  font-size: 14px;
  height: 30px;
  width: 100%;
  line-height: 16px;
  padding: 8px 9px 6px;
  margin-top: 10px;
  display: block;
}
.simpleDialog .content .simpleDialogLabelFor {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  margin: 10px 0 0 0;
  color: var(--text-primary-color);
}
.simpleDialog .footer {
  padding: 15px;
  text-align: right;
  margin: 0 !important;
}
.simpleDialog .footer .btn {
  margin-left: 5px;
  color: #fff;
}

.close-button{width:35px;height:35px;border-radius:50%;border:none;background-color:transparent;cursor:pointer;display:flex;justify-content:center;align-items:center}.close-button:hover{background-color:#2a3835}.close-icon{width:13px;height:13px}
.OHIFModal {
  font-family: inherit;
  background-color: var(--primary-background-color);
  border: 1px solid rgba(255,255,255,0.208);
  color: var(--text-secondary-color);
  border-radius: 8px;
  color: var(--text-primary-color);
  position: relative;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  box-shadow: 1px #fff;
  background-clip: padding-box;
  outline: 0;
  background: linear-gradient(100deg, #13221f, #15281f);
}
@media (min-width: 450px) {
  .OHIFModal {
    width: 550px;
  }
}
@media (max-width: 420px) {
  .OHIFModal {
    width: 100%;
  }
  .OHIFModal.OHIFModal-fullscreen {
    width: 95%;
  }
}
.OHIFModal__content {
  padding: 20px;
  max-height: 90vh;
  overflow-y: auto;
}
.OHIFModal.noScroll .OHIFModal__content {
  overflow: hidden;
}
.OHIFModal:not(.visibleScrollbar) .OHIFModal__content {
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.OHIFModal:not(.visibleScrollbar) .OHIFModal__content::-webkit-scrollbar {
  display: none;
}
.OHIFModal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(105,101,101,0.502);
  padding: 20px;
  position: relative;
}
.OHIFModal__header h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  padding-right: 24px;
  margin: 0;
}
.OHIFModal__header button {
  cursor: pointer;
  margin: -10px 0 0 0;
  padding: 0;
  background-color: transparent;
  border: none;
  color: var(--text-primary-color);
  font-size: 20px;
  font-weight: 300;
}
.OHIFModal__header button:active,
.OHIFModal__header button:focus,
.OHIFModal__header button:focus:active {
  background-image: none;
  outline: 0;
  box-shadow: none;
}
.OHIFModal .closeButton {
  margin-top: -35px;
  border: 1px solid rgba(255,255,255,0.1);
  padding: 4px;
  border-radius: 50px;
  float: right;
  width: 80px;
  background: transparent;
  color: #fff;
  margin-right: 10px;
}
.OHIFModal .closeButton:hover {
  background-color: rgba(255,255,255,0.1);
}
.OHIFModal .OHIFModal__header {
  display: flex;
  align-items: baseline;
  padding-bottom: 10px;
  padding-top: 10px;
  border-radius: 8px 8px 0 0;
  background-color: #12221f;
}
.confirmation-popup-modal {
  width: auto;
}
.confirmation-popup-modal .OHIFModal__content {
  padding: 10px;
}

.ContextMenu{position:relative;background-color:#fff;border-radius:5px;z-index:1000;display:block;width:170px}.ContextMenu>ul{list-style-type:none;padding-left:0;margin:0}.ContextMenu>ul>li>button{padding:10px;font-size:14px;border:none;color:#516873;border-radius:3px;outline:none;cursor:pointer;background:none}.ContextMenu>ul>li>button:hover{color:#16202b}.ContextMenu>ul>li>button:active{color:#79f9fe}
.ErrorPage{height:90%;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;color:var(--active-color)}.ErrorPage .error-container{margin:10px;width:50%;height:25%;overflow:auto;border-radius:15px;border:1px solid;padding:5px}.ErrorPage p{font-size:14px}.ErrorPage .retry-icon{cursor:pointer;margin-top:14px}
.form-themed table {
  color: var(--text-primary-color);
}
.form-themed table th,
.form-themed table td {
  font-size: 15px;
  font-weight: normal;
}
.form-themed table th {
  line-height: 60px;
}
.form-themed table td {
  line-height: 18px;
  padding: 0;
}
.form-themed .p-r-1 {
  padding-right: 1rem !important;
}
.form-themed label {
  margin-bottom: 5px;
}
.form-themed label.wrapperLabel {
  cursor: pointer;
}
.form-themed label.wrapperLabel:not(.checkboxLabel) {
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.form-themed label.wrapperLabel:not(.checkboxLabel) .wrapperText {
  display: block;
  order: -1;
}
.form-themed .btn[disabled],
.form-themed input[type=text][disabled],
.form-themed input[type=password][disabled],
.form-themed input[type=number][disabled],
.form-themed .btn.disabled,
.form-themed input[type=text].disabled,
.form-themed input[type=password].disabled,
.form-themed input[type=number].disabled,
.form-themed .btn[disabled]:hover,
.form-themed input[type=text][disabled]:hover,
.form-themed input[type=password][disabled]:hover,
.form-themed input[type=number][disabled]:hover,
.form-themed .btn.disabled:hover,
.form-themed input[type=text].disabled:hover,
.form-themed input[type=password].disabled:hover,
.form-themed input[type=number].disabled:hover,
.form-themed .btn[disabled]:active,
.form-themed input[type=text][disabled]:active,
.form-themed input[type=password][disabled]:active,
.form-themed input[type=number][disabled]:active,
.form-themed .btn.disabled:active,
.form-themed input[type=text].disabled:active,
.form-themed input[type=password].disabled:active,
.form-themed input[type=number].disabled:active {
  background-color: var(--ui-gray-darker);
  border-color: var(--ui-gray-light);
  color: var(--text-primary-color);
}
.form-themed .btn[disabled] + .wrapperText,
.form-themed input[type=text][disabled] + .wrapperText,
.form-themed input[type=password][disabled] + .wrapperText,
.form-themed input[type=number][disabled] + .wrapperText,
.form-themed .btn.disabled + .wrapperText,
.form-themed input[type=text].disabled + .wrapperText,
.form-themed input[type=password].disabled + .wrapperText,
.form-themed input[type=number].disabled + .wrapperText,
.form-themed .btn[disabled]:hover + .wrapperText,
.form-themed input[type=text][disabled]:hover + .wrapperText,
.form-themed input[type=password][disabled]:hover + .wrapperText,
.form-themed input[type=number][disabled]:hover + .wrapperText,
.form-themed .btn.disabled:hover + .wrapperText,
.form-themed input[type=text].disabled:hover + .wrapperText,
.form-themed input[type=password].disabled:hover + .wrapperText,
.form-themed input[type=number].disabled:hover + .wrapperText,
.form-themed .btn[disabled]:active + .wrapperText,
.form-themed input[type=text][disabled]:active + .wrapperText,
.form-themed input[type=password][disabled]:active + .wrapperText,
.form-themed input[type=number][disabled]:active + .wrapperText,
.form-themed .btn.disabled:active + .wrapperText,
.form-themed input[type=text].disabled:active + .wrapperText,
.form-themed input[type=password].disabled:active + .wrapperText,
.form-themed input[type=number].disabled:active + .wrapperText {
  color: var(--text-primary-color);
  cursor: auto;
}
.form-themed input[type=text],
.form-themed input[type=password],
.form-themed input[type=number] {
  background-color: var(--ui-gray);
  border-color: var(--ui-border-color);
  color: var(--text-primary-color);
  font-weight: normal;
}
.form-themed input[type=text]:active,
.form-themed input[type=password]:active,
.form-themed input[type=number]:active,
.form-themed input[type=text]:focus,
.form-themed input[type=password]:focus,
.form-themed input[type=number]:focus {
  background-color: var(--ui-gray-dark);
  border: 2px solid var(--active-color);
  box-shadow: none;
}
.form-themed input[type=text]:active + .wrapperText,
.form-themed input[type=password]:active + .wrapperText,
.form-themed input[type=number]:active + .wrapperText,
.form-themed input[type=text]:focus + .wrapperText,
.form-themed input[type=password]:focus + .wrapperText,
.form-themed input[type=number]:focus + .wrapperText {
  color: var(--active-color);
}
.form-themed .btn-primary {
  background-color: var(--active-color);
  border-collapse: var(--ui-border-color-active);
  color: var(--ui-text-color-active);
}
.form-themed .btn-primary:hover,
.form-themed .btn-primary:active,
.form-themed .btn-primary:focus,
.form-themed .btn-primary:focus:active {
  background-color: var(--ui-active-color);
  border-collapse: var(--ui-border-color-active);
  color: var(--ui-text-color-active);
}
.form-themed .form-control {
  background-color: #fff;
  border: 0;
  font-size: 14px;
  height: 30px;
  line-height: 16px;
  padding: 8px 9px 6px;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.form-control:focus {
  border: 1px solid rgba(211,211,211,0.677);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(0,0,0,0.479);
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: ;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: ;
}
input[type=range] {
  display: block;
  width: 100%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.full-width {
  width: 100%;
}
.full-height {
  height: 100%;
}
.flex-h {
  display: flex;
  flex-direction: row;
}
.flex-v {
  display: flex;
  flex-direction: column;
}
.flex-grow {
  flex-grow: 1;
}
.nowrap {
  white-space: nowrap;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
h1 {
  font-size: 36px;
}
h3,
h1 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
a {
  color: #337ab7;
  text-decoration: none;
}
.study-list-page {
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100svh;
}
.filterinputstyle {
  background-color: var(--input-background-color);
  color: var(--input-placeholder-color);
}
.filterinputstyle .DateRangePickerInput .DateInput input {
  color: var(--input-placeholder-color) !important;
}
.filterinputstyle .DateRangePickerInput .DateInput input::-webkit-input-placeholder {
  color: #353635 !important;
}
.filterinputstyle .DateRangePickerInput .DateRangePickerInput_arrow_svg {
  fill: #323232 !important;
}
.inputstyle {
  background-color: #111c1a;
  color: #fff;
}
.inputstyle .DateRangePickerInput .DateInput input {
  color: #fff;
}
.inputstyle .DateRangePickerInput .DateInput input::-webkit-input-placeholder {
  color: #908c8b !important;
}
.inputstyle .DateRangePickerInput .DateRangePickerInput_arrow_svg {
  fill: #787574 !important;
}
.study-list-header .addNewStudy {
  margin: 0 10px;
  color: #008000;
}
.study-list-header .addNewStudy label {
  cursor: pointer;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}
.study-list-header .addNewStudy input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.study-list-header .addNewStudy:hover {
  color: var(--hover-color);
}
.study-list-header .addNewStudy active {
  color: var(--active-color);
}
/* .study-list-header
  display: flex;
  justify-content: space-between;
  background-color: var(--header-backgound-color)
  height: $study-list-toolbar-height
  // margin-bottom: 2px
  padding: 0 $study-list-padding
  line-height: $study-list-toolbar-height
  margin-left:9px

  .Filter-header-buttons-div{
    background-color:#1c2324
    width:184px;
    min-width:184px
    height:100%
    display:flex;
    align-items:center
  }

  .Filter-header-buttons
    background-color: #515f5c;
    border:none;
    width:22px;
    height:20px;
    display:inline-flex;
    justify-content:center;
    align-items: center;
    margin-right:3px;

    &:hover
     cursor: pointer;
     background-color: #2c3f3a
     transform: scale(.9);
    &:active
      transform: scale(.95);

  .header 
    cursor: default;
    span
      font-size: 18px
      color: var(--text-primary-color)
      // line-height: $study-list-toolbar-height

  .actions
    display: flex;
    // align-items: center;

    .worklistButton
      color: #ffffffeb
      background-color: transparent;
      border: none;
      // border-radius: 10px;
      height: 35px;
      width: 35px;
      margin: 2px;
      cursor: pointer;

      &:hover
        background-color: rgba(255, 255, 255, 0.141)

      svg 
        font-weight: 300;
        font-size: 20px;

  .study-count
    color: var(--large-numbers-color)
    font-size: 40px
    line-height: $study-list-toolbar-height
*/
/*
.study-list-container
  background-color: #11211d
  // padding: 0 $study-list-padding
  // position: relative
  z-index: 2
  overflow-y: scroll;
*/
/*.study-table
  width: 100%
  height: calc(100% - var(--top-bar-height) - 78px)
  position: relative;
  display:flex;
*/
.showHide-arrow {
  position: fixed;
  background-color: #12221f;
  border: none;
  border-radius: 10px;
  margin-left: -10px;
  display: flex;
  align-items: center;
  z-index: 100;
  top: 50%;
}
.showHide-arrow:hover {
  background-color: #808080;
  transform: scale(0.9);
}
.showHide-arrow:active {
  transform: scale(0.95);
}
table.table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
  color: rgba(255,255,255,0.922);
  margin-top: 29px;
/* Striped Variant */
/* Hover Variant */
}
table.table .no-hover {
  position: absolute;
  left: 50%;
  top: 50%;
}
table.table > tbody tr.unCheckedRow {
  padding: 5px;
  background-color: #12221f;
}
table.table > tbody td {
  padding: 0px 8px;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12.5px;
}
table.table > tbody tr.selectedRow {
  background-color: var(--table-hover-color);
}
table.table.table--striped > tbody tr.unCheckedRow:nth-child(even) {
  background-color: #192928;
}
table.table.table--striped > tbody tr.selectedRow:nth-child(even) {
  background-color: var(--table-hover-color);
}
table.table.table--hoverable > tbody tr.unCheckedRow:hover,
table.table.table--hoverable > tbody tr.unCheckedRow:active,
table.table.table--hoverable > tbody tr.unCheckedRow.active {
  background-color: rgba(63,130,99,0.378);
}
table.table.table--hoverable > tbody tr.unCheckedRow.no-hover:hover,
table.table.table--hoverable > tbody tr.unCheckedRow.no-hover:active,
table.table.table--hoverable > tbody tr.unCheckedRow.no-hover.active {
  background-color: var(--ui-gray-darker);
}
table.table .empty-value {
  color: var(--ui-gray-light);
}
/* .study-list-container > table.table > tr
  height: 20px

.study-list-container > table.table > thead
  ::-webkit-datetime-edit-year-field:not([aria-valuenow]),
  ::-webkit-datetime-edit-month-field:not([aria-valuenow]),
  ::-webkit-datetime-edit-day-field:not([aria-valuenow])
    color: transparent
  top: 0;
  position: sticky;
  z-index: 2

.study-list-container > table.table > thead > tr > th
  padding:2px 1px;
  // border-bottom: 1px solid var(--ui-border-color-active);
  background-color: #182823;
  width: 100%;
  text-align: left;
  border-top: 0;

#Actions
  padding: 2px 4px;

.table-header-cell
  width: 100%;
  height: 58px
  // margin: 2px;
  padding: 2px;
  border: 1px solid #3c4b49;
  background-color: #68716f1f;

.study-list-container > table.table > thead > tr > th.StudyDate
  min-width: 230px
.study-list-container > table.table .modalities
  min-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;

.study-list-container
  .filters
    label
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      width: 100%;
      min-width: 95px;
      margin: 0 auto;
      color: var(--table-text-primary-color);
      padding: 3px 5px;
      user-select: none;
      font-size: 13px;

      &:hover
        color: var(--active-color);

      &.active, &:active
        color: var(--active-color);
    #filter-Actions
      cursor: default

      &:hover
        color: var(--table-text-primary-color);
    i
      margin: 0 5px;

  .dateRange 
    height: 25px
    margin: 0 5px 5px 5px
    // padding: 0 5px
    cursor: pointer
    border: none !important
    font-size: 10pt
    font-weight: normal
    border-radius: 4px
    width: calc(100% - 10px); /* Just use padding? */
*
/*
  input, .selectdropdown
    height: 25px
    margin: 0 5px 5px 5px
    padding: 0 10px
    cursor: pointer
    border: none !important
    font-size: 10pt
    font-weight: normal
    border-radius: 4px
    width: calc(100% - 10px); /* Just use padding? */
::-webkit-input-placeholder {
  color: var(--input-placeholder-color);
}
:-moz-placeholder {
  color: var(--input-placeholder-color);
}
::-moz-placeholder {
  color: var(--input-placeholder-color);
}
:-ms-input-placeholder {
  color: var(--input-placeholder-color);
}
option {
  background-color: #12221f;
  color: #fff;
}
option:hover {
  color: #da1d1d !important;
  cursor: pointer;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: #999;
  border: none;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
  background: #c4c0c0;
}
::-webkit-scrollbar-corner {
  background: #7b1414;
}
*
.loading-text {
  color: #86d4b1;
  text-align: center;
  font-size: 30px;
}
.notFound {
  color: #86d4b1;
  font-size: 30px;
  text-align: center;
}
.action-button {
  background-color: transparent;
  border: none;
  color: rgba(255,255,255,0.839);
  cursor: pointer;
  margin: 3px;
}
.action-button:disabled {
  color: #535653;
}
.action-button svg {
  height: 20px;
  width: 20px;
}
.rowCheckbox[type="checkbox"] {
  width: 17px;
  height: 17px;
  accent-color: #12221f;
}
.filters input[type="checkbox"] {
  margin-top: 8px;
  width: 17px;
  height: 17px;
  accent-color: #12221f;
}
.contextMenu {
  position: absolute;
  min-width: 150px;
  z-index: 10;
}
.contextMenu ::-webkit-scrollbar-track {
  background: #12221f;
}
.contextMenu ul {
  box-sizing: border-box;
  padding: 1px;
  margin: 0;
  list-style: none;
  background-color: #12221f;
  border: 1px solid #474847;
}
.contextMenu ul li {
  padding: 1px;
}
.contextMenu ul li:hover {
  color: #7ef5be;
}
.contextMenu ul .itemWithBorder {
  border-bottom: 0.5px solid rgba(123,116,116,0.605);
}
.contextMenu ul .itemWithoutBorder,
.contextMenu ul .itemWithBorder {
  margin: 5px;
  padding: 5px;
}
.contextMenu .eachitems {
  display: flex;
}
.contextMenu .eachitems .inputCheckbox[type="checkbox"] {
  width: 15px;
  height: 15px;
  accent-color: var(--table-hover-color);
}
.contextMenu .eachitems .label {
  margin-left: 5px;
}
.contextMenu .hideOrshow {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.382);
}
.contextMenu .hideOrshow .contextMenuButton {
  background-color: transparent;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background-color: var(--table-hover-color);
  border-radius: 10px;
  width: 60px;
  color: #fff;
}
.contextMenu .hideOrshow .contextMenuButton:hover {
  background-color: #1f6142;
}
/* Scroll bar theming */
/*
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background: rgb(41, 47, 44)
}
::-webkit-scrollbar-thumb {
  background: rgba(109, 114, 109, 0.599)
  border: 1px solid #ffffff33
  border-radius: 5px
}
::-webkit-scrollbar-thumb:hover {
  background: #35554696
}
::-webkit-scrollbar-corner {
  background: rgb(53, 50, 50)
}
*/
.modal-header {
  position: sticky;
  background-color: #38956a;
  top: 0;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  color: var(--text-primary-color);
  padding: 5px 10px;
  border-radius: 2px;
}
.modal-header button {
  background: transparent;
  border: none;
  cursor: pointer;
  color: var(--text-primary-color);
  width: 10px;
}
.studyinfo-body {
  display: flex;
  flex-direction: row;
  height: 88%;
  margin-top: 10px;
}
.studyinfo-body table {
  width: 95%;
  padding: 0 5px;
  border: 1px solid rgba(255,255,255,0.459);
  border-radius: 3px;
  margin: 0 5px;
}
.studyinfo-body table tr td,
.studyinfo-body table tr th {
  padding: 5px 0;
  text-align: left;
}
.comments-body {
  display: flex;
  flex-direction: row;
  height: 89%;
  margin: 0px 0px 0px 0px;
}
.comments-body .theWholeCommentsContainer {
  margin: 10px;
  width: 70%;
}
.comments-body .eachComments {
  margin: 10px 3px;
  border-bottom: 1px solid #808080;
}
.comments-body h5 {
  margin: 9px 0px;
}
.comments-body input[type = "textarea"] {
  width: 90%;
  border-radius: 5px;
  height: 30px;
  color: #fff;
  background-color: rgba(53,79,53,0.922);
  border: 1px solid #808080;
  padding-left: 2px;
  margin-right: 20px;
}
.comments-body .commentsSaveButton {
  float: right;
  width: 80px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: none;
  background-color: rgba(91,138,91,0.922);
  color: #fff;
  float: left;
}
.comments-body .commentsSaveButton:hover {
  transform: scale(0.9);
}
.comments-body .commentsSaveButton:disabled {
  color: #b4a8a8;
  cursor: not-allowed;
}
.comments-body .textBoxAndSaveButton {
  display: flex;
}
.comments-body .textBoxForEnteringComments {
  margin-top: 10px;
}
.comments-body .comments {
  height: 90%;
  overflow: auto;
  margin: 0px 0px 15px 0px;
}
.comments-body .patient-details {
  width: 25%;
  padding: 0 5px;
  border-right: 1px solid rgba(255,255,255,0.459);
  margin: 0 5px;
}
.comments-body .patient-details tr {
  display: flex;
  flex-direction: column;
  margin: 5px 0;
  text-align: left;
}
.comments-body .patient-details tr td {
  padding: 8px 0;
  padding: 8px 0;
  white-space: nowrap;
  width: 193px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.comments-body .patient-details tr th {
  background-color: #558256;
}
/*.assignto
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  // height: 100%

  .assignto-body
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    max-height: 388px;

    .selectuser
      display: flex;
      align-items: center;
      margin: 5px 20px
      height: 40px;
      padding: 20px;
      width: 45%
      // border: 1px solid rgba(255, 255, 255, 0.418)
      border-radius: 5px
      background-color: rgba(31, 46, 44, 0.696)

      input[type="checkbox"]
        cursor: pointer
        height: 16px;
        width: 16px;
        accent-color: var(--table-hover-color);
      
      label
        margin: 20px;
        font-size: 15px;
        cursor: pointer;

  .assignto-footer
    position: sticky;
    bottom: 0;
    background-color: #192928;
    border-top: 1px solid rgba(255, 255, 255, 0.154);
    width: 100%
    height: 50px
    display: flex;
    align-items: center
    justify-content: flex-end;
    border-radius: 6px;

    p
      color: #ffbf00
      margin-right: 10px
      cursor: default;

    button
      padding: 5px;
      width: 55px;
      color: var(--text-primary-color)
      background-color: var(--table-hover-color)
      border: 1px solid rgba(255, 255, 255, 0.26)
      border-radius: 5px;
      margin-right: 10px
      cursor: pointer;

      &:hover
        background-color: #1f6142;

      &:disabled
        color: rgb(147, 144, 144)
        background-color: #35473e;
        cursor: not-allowed;
*/
.columnResizer {
  background-color: #182823;
  width: 3px !important;
  min-width: 3px;
  max-width: 3px !important;
  padding: 0 !important;
  border: none;
}
.columnResizer:hover {
  background-color: #5f5d5d !important;
}
.tdcolumn {
  background: transparent;
}
.tdcolumn:hover {
  background: transparent;
}
.dragOver {
  background-color: #182823;
}
/*.userConfirm
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%
  
  .userConfirm-body
    display: flex;
    flex-direction: column;
    // flex-wrap: wrap;
    padding: 10px;
    // max-height: 10px;

    h3
      color: #fbf6f6d3
      margin-bottom: 20px
      padding: 0 10px
    
    p
      font-size: 17px
      // padding: 10px
*/
*/ .userConfirm-footer {
  position: sticky;
  bottom: 0;
  background-color: #192928;
  border-top: 1px solid rgba(255,255,255,0.154);
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-radius: 6px;
}
*/ .userConfirm-footer button {
  padding: 5px;
  width: 65px;
  color: var(--text-primary-color);
  background-color: var(--table-hover-color);
  border: 1px solid rgba(255,255,255,0.26);
  border-radius: 5px;
  margin-right: 10px;
  cursor: pointer;
}
*/ .userConfirm-footer button:hover {
  background-color: #1f6142;
}
*
.PdfViewer {
  background-color: #080d0c;
  height: calc(100% - 45px);
  color: #fff;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 18px;
}
.PdfViewer svg {
  margin-right: 5px;
  margin-top: -2px;
}
@media only screen and (max-width: 820px) {
  .study-table {
    height: calc(100% - var(--top-bar-height) - 17%);
  }
}
@media only screen and (max-width: 420px) {
  .study-table {
    height: calc(100% - var(--top-bar-height) - 20%);
  }
  .study-list-header .Filter-header-buttons-div {
    display: none;
    width: 145px;
  }
  #Reportaction-button {
    display: none;
  }
}
/*
// @media only screen and  (max-width : 820px) and (orientation: portrait)
//   .study-list-page
//     height: calc(100% - 10%);

// @media only screen and (max-height: 1024px) and (max-width : 769px)
  // .study-list-page
  //   height: 89vh;

//   .study-list-container
//     padding: 0;

//   .study-list-container > table.table > thead > tr > th
//     padding: 0 13px;

//   .study-list-container > table.table > tbody > tr > td
//     padding: 8px;

//   .study-list-container .filters label
//     padding: 8px;

// @media only screen and (max-width: 500px)
//   .hide-xs
//     display: none;
*/
.contact-details-div {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  padding: 5px;
  color: #fff;
  font-size: 16px;
}
.contact-details-div .contact-radio-main-div {
  display: flex;
  padding: 5px;
}
.contact-details-div .contact-radio-main-div .contact-radio-div {
  margin: 2px 10px;
}
.contact-details-div .contact-radio-main-div .contact-radio-div .contact-radio {
  margin-right: 3px;
  width: 15px;
  height: 15px;
  accent-color: #125d3a;
}
.contact-details-div .contact-radio-main-div .contact-radio-div .contact-radio-label {
  margin-left: 3px;
  width: 15px;
  height: 15px;
}
.contact-details-div .contact-label {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 18px;
}
.contact-details-div .contact-textbox {
  display: flex;
  padding: 5px;
  width: 300px;
  border-radius: 5px;
  background-color: #1b2120;
  border: 1px solid rgba(149,149,149,0.756);
  height: 40px;
  font-weight: 300;
  margin: 0 !important;
  color: #fff;
}

.user-confirm{display:flex;flex-direction:column;justify-content:space-between;height:100%}.user-confirm .user-confirm-body{display:flex;flex-direction:column;grid-gap:10px;gap:10px}.user-confirm .user-confirm-body h3{color:rgba(251,246,246,.827);margin-bottom:20px}.user-confirm .user-confirm-body p{font-size:16px!important}.study-list-container{::-webkit-scrollbar{width:5px;height:5px!important}}.study-list-container .no-result-text{position:fixed;top:50%;width:-webkit-fill-available;width:-moz-available}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#292f2c;border-top:5px solid transparent}::-webkit-scrollbar-thumb{background:rgba(109,114,109,.599);border:1px solid hsla(0,0%,100%,.2);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:rgba(53,85,70,.588)}::-webkit-scrollbar-corner{background:#353232}
.CalendarDay__selected_span{border-color:#e4e7e7}.CalendarDay__selected,.CalendarDay__selected_span{background:var(--table-hover-color);color:var(--datePicker-picker-text)}.CalendarDay__selected{border-color:#3ccfcf}.CalendarDay__default:hover,.CalendarDay__selected:hover{background:var(--table-hover-color);color:var(--datePicker-picker-text);border-color:#e4e7e7}.CalendarDay__hovered_span,.CalendarDay__hovered_span:hover{background:var(--table-hover-color);color:var(--datePicker-picker-text);border-color:#e4e7e7}.DateRangePicker{cursor:pointer;border:none;width:100%}.DateRangePickerInput{background-color:transparent;border:none;height:25px}.DateInput,.DateRangePickerInput.DateRangePickerInput__withBorder{border-radius:4px}.DateInput{width:85px;height:23px;background-color:transparent}.DateInput>.DateInput_input{border-color:transparent;background-color:transparent;height:23px;font-size:10pt;padding:0}.DateRangePicker_picker{background-color:var(--datePicker-picker-background);box-shadow:0 0 3px var(--datePicker-picker-background),0 0 0 3px var(--datePicker-picker-background)}.PresetDateRangePicker_panel{background:var(--datePicker-picker-background);display:flex;justify-content:space-between;padding-left:3px;padding-right:3px}.PresetDateRangePicker_button{margin:0;padding:4px 6px;border:1px solid var(--datePicker-picker-text-disabled);border-radius:50px;color:var(--datePicker-picker-text);background:var(--datePicker-picker-background)}.PresetDateRangePicker_button:hover{background:var(--table-hover-color);color:var(--datePicker-picker-text-input)}.DateRangePicker_select{background-color:var(--datePicker-picker-background);color:var(--datePicker-picker-text);border:1px solid var(--datePicker-picker-text-disabled);border-radius:4px;display:inline-block;padding:3px 20px 3px 10px;font-size:14px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,grey 0),linear-gradient(135deg,grey 50%,transparent 0);background-position:calc(100% - 11px) 11px,calc(100% - 6px) 11px;background-size:5px 5px,5px 5px;background-repeat:no-repeat}.DateRangePicker_select:hover{border-color:#c4c4c4}.CalendarDay,.CalendarMonth{background:var(--datePicker-picker-background)}.CalendarDay{cursor:pointer}.CalendarDay__default{border:1px solid #e4e7e7;color:var(--datePicker-picker-text);background:var(--datePicker-picker-background)}.CalendarDay__blocked_out_of_range,.CalendarDay__blocked_out_of_range:active,.CalendarDay__blocked_out_of_range:hover{background:var(--datePicker-picker-background);border:1px solid #e4e7e7;color:var(--datePicker-picker-text-disabled);cursor:not-allowed}.DayPicker_weekHeader{color:#fff8f8}.CalendarMonthGrid,.DayPicker,.DayPicker_transitionContainer{background:var(--datePicker-picker-background)}.DateRangePickerInput_clearDates_default{padding:0}.DateRangePickerInput_clearDates_default:focus,.DateRangePickerInput_clearDates_default:hover{color:#101010;background:none}.DateRangePickerInput_clearDates_svg{color:#999;height:13px;width:12px;vertical-align:middle}.DateRangePickerInput_clearDates_svg:hover{color:#101010}
.study-info-body{display:flex;flex-direction:row;justify-content:space-evenly;grid-gap:10px;gap:10px}.patient-info-details{width:50%;padding:0 5px;border:1px solid hsla(0,0%,100%,.2);border-radius:10px}.patient-info-details tr{display:flex;justify-content:space-between;padding:10px;font-size:14px}.patient-info-details th{display:flex;align-items:flex-start}
.contact-table{display:flex;flex-direction:column;justify-content:space-between}.contact-form{padding-top:15px;padding-left:15px;overflow-y:hidden}.contact-table tr{line-height:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.contact-table input{width:250px;border-radius:5px;background-color:#2a2e2d;color:#fff;font-size:16px;font-weight:300;border:none;height:30px;margin:10px}.contact-table th{text-align:right;font-weight:300}.submit-button{width:150px;height:35px;margin-left:30%;margin-top:15px;background-color:#354744;border:none;color:#fff;border-radius:15px}.submit-button:hover{background-color:#38956a}.submit-button:active{transform:translateY(0);transform:scale(.9)}.error{font-size:13px;margin-left:25px}.error,.required{color:red}.input-text,.textbox{padding:10px}.input-text{margin-left:8%!important}
.container{height:87%!important}.sub-container{line-height:45px}.label-head{color:#fff;font-size:16px}.file-input{border-radius:10px;background-color:#1b332d}.document-list{background-color:#12221f;width:100%;color:#fff;overflow-y:auto;border-top-right-radius:10px;border-top-left-radius:10px}.document-list ul{margin:10px}
.main{justify-content:space-between;grid-gap:20px;gap:20px}.main,.selct-files{display:flex;align-items:center}.selct-files{padding:10px;flex-direction:column;justify-content:center;border:2px dashed rgba(178,177,185,.78039);height:85px;width:350px;cursor:pointer;border-radius:10px;margin:15px}.selct-files.drag-active{background-color:#fff}.input-head{color:#fff;font-weight:400}.input-field{color:#000;visibility:hidden;position:absolute}.buttons-container{display:flex;float:right;justify-content:space-between;grid-gap:10px;gap:10px;margin-right:15px}.description-input{color:#fff;height:35px;padding:10px;border:1px solid rgba(105,101,101,.50196);background:transparent;border-radius:10px;width:400px}.ui-input{border:none;outline:1px solid rgba(105,101,101,.50196)}.ui-input:active,.ui-input:focus{border:none;outline:1px solid #fff}.attach-btn-container{display:flex;align-items:center}.attach-btn-container img{width:18px;height:18px}.attach-btn{display:flex;align-items:center;justify-content:center;width:35px;height:35px;border:none;background-color:transparent;border-radius:10px;font-weight:700px;cursor:pointer}.attach-btn:disabled,.attach-btn:disabled:active,.attach-btn:disabled:hover{opacity:.7;cursor:not-allowed;transform:none}.attach-btn-upload{background:#38956a;color:#fff}.attach-btn-upload:active{background-color:#38956a!important}.attach-btn-upload:hover{background-color:#bce6d2;color:#000!important}.attach-btn-cancel{background-color:#fd5353;border-color:#fd5353;color:#fff}.attach-btn-cancel:hover{background-color:#ffeaea;border-color:#ffeaea;color:#fd5353}::-webkit-input-placeholder{color:hsla(0,0%,68.2%,.838)}
.document-details-table{width:100%;padding:0;border-spacing:0;background-color:#1e2c29;overflow-y:auto}.table-inner-div{max-height:177px;overflow-y:auto}.document-details-table .deleting-element{background:linear-gradient(270deg,#920d0d 50%,#832020 0) 100%;transform:translateX(-300px);color:#643d3d;background-size:200% 100%;background-position:100% 100%;transition:all .3s ease-out}.document-details-table thead{position:-webkit-sticky;position:sticky;top:0;height:20px}.document-details-table thead th{text-align:left;padding-left:10px;background-color:#25413a}.document-details-table tr td{padding-left:10px;align-content:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.document-details-table tr{overflow-y:auto}.document-details-table tr:nth-child(odd){background-color:#13221f}.document-details-table tr:nth-child(2n){background-color:#1a2928}.document-details-table tr:first-child{width:60px}.document-details-table tr:nth-child(2){width:200px}.document-details-table .doc-element:hover{background-color:#3f956c}.doc-action-button{height:25px;margin-right:3px;padding:0;width:25px;border:none;margin-top:17px;background-color:#5e6160;align-items:center;justify-content:center;color:#fff;display:inline-flex;border-radius:3px;background-size:cover;font-weight:400;cursor:pointer}.doc-action-button:disabled,.doc-action-button:disabled:active,.doc-action-button:disabled:hover{cursor:not-allowed;transform:none}.doc-action-button:hover{transform:scale(.9)}.doc-action-button:active{transform:scale(1)}.message-nodoc{display:flex;align-items:center;justify-content:center;margin-top:50px;font-weight:400}
.assign-to{min-height:414px}.searchbar-user-container{display:flex;width:100%}.searchbar-user{display:flex;align-items:center;padding:5px;width:100%;background:transparent;border:1px solid rgba(105,101,101,.50196);border-radius:10px}.searchbar-user input{display:flex;width:100%;padding:5px;outline:none;border:none;background-color:transparent;margin-left:5px;color:#fff;font-size:15px;border-radius:10px}.searchbar-user button{display:flex;width:auto;border:none;background:transparent}.searchbar-user button svg{font-size:25px;stroke:transparent;fill:#fff}.assign-to-body{overflow:auto;margin-top:20px;justify-content:space-between;flex-wrap:wrap}.assign-to-body,.select-user{grid-gap:10px;gap:10px;display:flex}.select-user{align-items:center;height:40px;padding:20px;width:48%;border:1px solid hsla(0,0%,100%,.418);border-radius:10px;background-color:rgba(31,46,44,.696)}.select-user-checkbox{cursor:pointer;height:16px;width:16px;accent-color:var(--table-hover-color)}.select-user-checkbox label{margin:20px;font-size:15px;cursor:pointer}.assign-to-footer{position:fixed;padding:10px;left:0;width:100%;background:#13231f;box-shadow:0 0 10px rgba(0,0,0,.1);bottom:0;display:flex;align-items:center;justify-content:flex-end;border-radius:10px}.assign-to-footer p{color:#ffbf00;margin-right:10px;cursor:default}.study-info-btn{width:80px;height:42px;border:none;border-radius:10px;font-weight:700px;background:#38956a;color:var(--text-primary-color);background-color:var(--table-hover-color);border:1px solid hsla(0,0%,100%,.26);margin-right:10px;cursor:pointer}.study-info-btn:hover{background-color:#e5e5e5;color:#000}.study-info-btn:active{background-color:#38956a}.study-info-btn:disabled{color:#939090;background-color:#35473e;cursor:not-allowed}
#snackbar{visibility:hidden;position:fixed;width:var(--snackbar-size);padding:20px;z-index:var(--snackbar-zIndex);box-sizing:border-box;height:auto;background-color:var(--snackbar-info);color:#fff;text-align:center;right:1%;bottom:30px;font-size:14px;word-break:normal;overflow:hidden;border-radius:4px;box-shadow:0 6px 10px 0 rgba(0,0,0,.2),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.14)}#snackbar.show{visibility:visible;animation:fadein .5s,fadeout .5s 2.5s}#snackbar.success{background-color:var(--snackbar-success)}#snackbar.warning{background-color:var(--snackbar-warning)}#snackbar.error{background-color:var(--snackbar-error)}#snackbar.info{background-color:var(--snackbar-info)}@keyframes fadein{0%{bottom:0;opacity:0}to{bottom:30px;opacity:1}}@keyframes fadeout{0%{bottom:30px;opacity:1}to{bottom:0;opacity:0}}
.comments-body{display:flex;flex-direction:row;justify-content:flex-end;height:89%;margin:0;min-height:427px}.comments-body .patient-details{position:fixed;background:#192928;min-width:240px;max-width:240px!important;left:18px;margin:0;border-right:none;border-radius:10px}.comments-body .patient-details tr{padding:5px;margin:0;border-bottom:1px solid rgba(105,101,101,.50196)}.comments-body .patient-details tr:last-child{border-bottom:none}.comments-body .patient-details tr th{background:none}.comments-body .patient-details td{padding:5px;height:30px;width:100%!important;text-wrap:balance!important}.comments-body .theWholeCommentsContainer{margin:0 0 0 10px;width:66%;display:flex;flex-direction:column;justify-content:space-between;grid-gap:10px;gap:10px}.comments-body .comments{overflow:hidden;height:100%;margin:0}.comments-body .eachComments{border-bottom:1px solid rgba(105,101,101,.50196)}.comments-body .eachComments:last-child{margin-bottom:72px}.comments-body .eachComments .user-date{display:flex;justify-content:space-between}.comments-body .eachComments .user-date .user{font-size:medium;font-weight:500}.comments-body .eachComments .user-date .date{font-size:12px}.comments-body h5{font-size:14px;font-weight:400;margin:9px 0}.comments-body .textBoxAndSaveButton{display:flex;justify-content:space-between;align-items:center;grid-gap:10px;gap:10px;position:fixed;padding:10px;bottom:0;left:34%;width:64%;background:#14271f;box-shadow:0 0 10px rgba(0,0,0,.1)}.comments-body .textBoxAndSaveButton input{color:#fff;padding:10px;border:1px solid rgba(105,101,101,.50196)!important;background:#192928;border-radius:10px;min-width:300px;height:auto;margin:0}.comments-body .textBoxAndSaveButton input:focus{border:none;outline:1px solid #fff}.comments-body .textBoxAndSaveButton input:-ms-input-placeholder{color:#fff}.comments-body .textBoxAndSaveButton input::-ms-input-placeholder{color:#fff}.comments-body .textBoxAndSaveButton input::placeholder{color:#fff}.comments-body .commentsSaveButton{height:42px;border:none;border-radius:10px;font-weight:700px;cursor:pointer;background:#38956a;color:#fff}.comments-body .commentsSaveButton:hover{transform:none;background-color:#e5e5e5;color:#000!important}.comments-body .commentsSaveButton:disabled{color:#fff;cursor:not-allowed}.comments-body .commentsSaveButton:active{background-color:#38956a}.comments-body .textBoxForEnteringComments{margin-top:10px}
.modal-overlay-warning{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content-warning{display:flex;align-items:center;grid-gap:10px;gap:10px;color:#fff;background:#ee5253;border-radius:10px;padding:20px;overflow:auto}.modal-close-button-warning{width:35px;height:35px;border-radius:50%;border:none;background-color:transparent;cursor:pointer;display:flex;justify-content:center;align-items:center;color:#576574}.modal-close-button-warning img{width:13px;height:13px}.modal-close-button-warning:hover{background-color:#eeeff1}
.PdfViewer {
  background-color: #080d0c;
  height: calc(100% - 45px);
  width: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 18px;
}
.PdfViewer svg {
  margin-right: 5px;
  margin-top: -2px;
}

.viewReport {
  margin: 5px 0 0 0;
  height: 98%;
  width: 100%;
  background-color: #080d0c;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-radius: 5px;
}
.viewReport .view-pdf-report {
  height: 100%;
  border-radius: 5px;
}

.pagination-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255,255,255,0.843);
  background-color: #12211d;
  font-size: 13px;
  font-weight: normal !important;
  padding: 5px;
}
.pagination-area label {
  font-weight: normal;
}
.pagination-area select {
  margin: 5px;
  background-color: var(--primary-background-color);
  color: #fff;
  border-radius: 5px;
}
.pagination-area .pagination-details {
  display: flex;
  align-items: center;
}
.pagination-area .rows-dropdown {
  padding-right: 15px;
  padding-left: 15px;
}
.pagination-area .pagination-buttons {
  padding-right: 15px;
  padding-left: 15px;
}
.rows-per-page label.wrapperLabel {
  display: inline-table !important;
  margin: 0 4px;
}
.rows-per-page label.wrapperLabel select {
  margin: 0px 4px 0px 4px;
  width: 42px;
}
.page-buttons {
  margin: 0;
  text-align: right;
  font-weight: normal;
}
.page-buttons ul.pagination-control {
  margin: 0;
}
.page-buttons ul.pagination-control li {
  display: table-cell;
  padding: 5px 2px;
}
.page-buttons ul.pagination-control li button {
  padding: 4px 8px;
  background-color: var(--primary-background-color);
  border-color: var(--ui-gray);
  color: var(--ui-gray-darkest);
  color: #fff;
  text-decoration: none;
}
.page-buttons ul.pagination-control li button:hover:enabled {
  background-color: var(--table-hover-color);
}
.page-buttons ul.pagination-control li .active button {
  background-color: var(--ui-gray);
  border-color: #ddd;
  color: #fff;
}
@media screen and (max-width: 998px) {
  .pagination-area {
    font-size: 10px;
  }
  .pagination-area .rows-dropdown {
    padding-right: 5px;
    padding-left: 5px;
  }
  .pagination-area .pagination-buttons {
    padding-right: 5px;
    padding-left: 0px;
  }
  .pagination-area .pagination-buttons .page-buttons ul.pagination-control li {
    display: table-cell;
    padding: 5px 2px;
  }
  .pagination-area .pagination-buttons .page-buttons ul.pagination-control li button {
    padding: 4px 4px;
    font-size: 10px;
  }
  .statusPage .statusContainer {
    padding: 10px 10px;
    justify-content: space-between;
  }
  .statusPage .statusContainer .head {
    width: 100px;
  }
  .statusPage .statusContainer .report-status {
    width: 80px;
    padding: 2px 3px;
  }
}
@media screen and (max-width: 450px) {
  .pagination-area {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
}
.statusPage .statusContainer .head {
  display: none;
}
@media screen and (max-width: 730px) {
  .statusPage .statusContainer .report-status {
    width: 80px;
    height: 25px;
    padding: 2px 3px;
  }
}

.statusContainer{background-color:#12211d;display:flex;grid-gap:3px;gap:3px;align-items:center;padding:10px;color:#fff;position:fixed;left:199px;bottom:1px}.head{background-color:hsla(0,0%,98.8%,.172);margin-right:8px}.head,.report-status{width:110px;display:flex;justify-content:center;padding:2px 5px}.report-status{align-items:center;grid-gap:2px;gap:2px;border-radius:3px;background-color:rgba(91,138,91,.923);margin:2px}
@media only screen and (max-width:800px){.statusPage{width:100%}.pagination-details{justify-content:space-between;width:100%;padding:0 10px}.pagination-buttons{padding-right:0!important}}@media only screen and (min-width:800px) and (max-width:1148px){.statusPage{width:100%}.pagination-details{justify-content:space-between;width:100%;padding:0 10px}.pagination-buttons{padding-right:0!important}}
.ToolbarSection {
  float: left;
  background-color: var(--primary-background-color);
  border-radius: 8px;
}

.toolbarOverlay {
  border: 2px solid var(--ui-border-color-dark);
  padding: 5px;
}
.tooltip-toolbar-overlay {
  margin-top: 40px;
  background-color: var(--primary-background-color);
  border: 1px solid var(--default-color);
  border-radius: 8px;
}
.tooltip-toolbar-overlay .tooltip-inner {
  max-width: fit-content;
  max-height: fit-content;
  background: none;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
}
.tooltip.in {
  opacity: 0.9;
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}
.tooltip-inner .toolbar-button {
  flex-direction: row;
  width: auto;
}
.tooltip-inner .toolbar-button .toolbar-button-label {
  margin-left: 5px;
  width: auto;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.ErrorFallback{padding:10px;color:var(--active-color)}.ErrorBoundaryDialogButtonSidepanel{display:flex;float:right}
.search-report-body{height:100%;display:flex;position:relative;justify-content:space-between;grid-gap:25px;gap:25px;min-height:447px;flex-direction:row;overflow:hidden;margin:0;width:100%}.search-report-list{width:50%;display:flex;flex-direction:column}.search-report-searchBar,.searchbar{display:flex;width:100%}.searchbar{align-items:center;padding:5px;background:transparent;border:1px solid rgba(105,101,101,.50196);border-radius:10px}.searchbar input{display:flex;width:100%;padding:5px;outline:none;border:none;background-color:transparent;margin-left:5px;color:#fff;font-size:15px;border-radius:10px}.searchbar input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;cursor:pointer;border:none;display:inline-block;width:12px;height:12px;margin-left:10px;background:linear-gradient(45deg,transparent,transparent 43%,hsla(0,0%,72.9%,.77255) 45%,hsla(0,0%,72.9%,.77255) 55%,transparent 57%,transparent),linear-gradient(135deg,transparent,transparent 43%,hsla(0,0%,72.9%,.77255) 45%,hsla(0,0%,72.9%,.77255) 55%,transparent 57%,transparent)}.searchbar input:focus{background-color:transparent!important}.searchbar button{display:flex;width:auto;border:none;background:transparent}.searchbar button svg{font-size:25px;stroke:transparent;fill:#fff}.search-report-tableList{overflow-x:auto;overflow-y:auto;border-top-right-radius:10px;border-top-left-radius:10px;margin-top:20px}.search-report-tableList table{width:100%;border-spacing:0;background-color:#1e2c29}.search-report-tableList thead{position:-webkit-sticky;position:sticky;top:0;height:50px;background-color:#25413a}.search-report-tableList thead th{text-align:left;padding-left:5px;background-color:#25413a}.search-report-tableList tbody .selected{background-color:#3f956c!important}.search-report-tableList tbody tr{background-color:#293432;cursor:pointer;height:50px}.search-report-tableList tbody tr:hover{background-color:rgba(59,85,73,.589)}.search-report-tableList tbody .doc-element:hover{background-color:#3f956c}.search-report-tableList tbody td{padding:10px;max-width:55px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-report-tableList tbody tr:nth-child(odd){background-color:#13221f}.search-report-tableList tbody tr:nth-child(2n){background-color:#1a2928}.search-report-tableList .no-result{margin-top:20px;position:fixed;left:20%;font-size:15px;color:#fff}.search-report-view{width:50%;color:#fff}.report-pdf-viewer{height:100%!important;width:100%!important;background-color:#080d0c;display:flex;justify-content:center;align-content:center;align-items:center;border-radius:10px}
.select-ohif-container .select-ohif{display:inline-block;font-size:10pt;box-sizing:border-box;width:auto;transition:all .15s ease;background-color:var(--ui-gray);line-height:16px;color:var(--text-primary-color);height:40px;margin:0 5px 20px;padding:0 20px;placeholder-color:var(--input-placeholder-color);cursor:pointer;border:none;font-weight:400;border-radius:4px;background-image:none}.select-ohif-container .select-ohif::-ms-expand{display:none}.select-ohif-container .select-ohif-label{padding:5px}.select-ohif:focus{outline:none}.select-ohif-container .select-ohif option{font-weight:400}.select-ohif{display:block;font-family:Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:.8em;font-weight:600;color:#444;line-height:1.3;padding:.6em 1.4em .5em .8em;width:100%;max-width:100%;margin:0;border:1px solid #aaa;box-shadow:0 1px 0 1px rgba(0,0,0,.04);border-radius:.5em;-moz-appearance:none;-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"),linear-gradient(180deg,#fff 0,#e5e5e5);background-repeat:no-repeat,repeat;background-position:right .7em top 50%,0 0;background-size:.65em auto,100%}
.label-ohif{font-size:1em;color:#fff}.label-example{background-color:var(--ui-gray-darker)}
.range{margin:0;width:100%;-webkit-appearance:none;background-color:transparent}.range:focus{outline:none}.range::-webkit-slider-runnable-track{width:100%;height:2px;cursor:pointer;box-shadow:none;background-color:var(--ui-border-color-dark);border-radius:0;border:0 solid var(--ui-border-color-dark)}.range::-moz-range-track{width:100%;height:2px;cursor:pointer;box-shadow:none;background-color:var(--ui-border-color-dark);border-radius:0;border:0 solid var(--ui-border-color-dark)}.range::-webkit-slider-thumb{box-shadow:none;border:0 solid var(--active-color);box-shadow:0 10px 10px rgba(0,0,0,.25);height:21px;width:11px;border-radius:11px;background:var(--active-color);cursor:pointer;-webkit-appearance:none;margin-top:-10px}.range::-moz-range-thumb{box-shadow:none;border:0 solid var(--active-color);box-shadow:0 10px 10px rgba(0,0,0,.25);height:21px;width:11px;border-radius:11px;background:var(--active-color);cursor:pointer;-webkit-appearance:none;margin-top:-10px}.range::-moz-focus-outer{border:0}.range-example{background:#000;height:2em}
.textarea-ohif{background-color:#b6b6b6;border-color:#b6b6b6;font-family:Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:1em}
.input-ohif-container{font-size:1em;color:var(--text-primary-color);font-weight:400}.input-ohif-container .input-ohif{display:flex;height:40px;margin:0 10px;padding:0 20px;cursor:pointer;border:none;background-color:var(--ui-gray);color:var(--text-primary-colortext-primary-color);font-size:10pt;font-weight:400;width:auto;border-radius:4px;transition:all .15s ease}.input-ohif-container .input-ohif-label{padding:5px}.input-ohif-container .input-ohif:active,.input-ohif-container .input-ohif:focus{background-color:var(--ui-gray)}.input-ohif-container .input-ohif.invisible{visibility:hidden}
.dd-menu{float:left;cursor:pointer;position:relative;color:var(--text-primary-color);box-shadow:10px #fff}.dd-menu.hide .dd-menu-list{visibility:hidden}.dd-title{font-size:13px}.dd-caret-down,.dd-menu-toggle{display:inline-block}.dd-caret-down{width:0;height:0;margin-top:.5rem;margin-left:.5rem;border-top:5px solid;border-right:5px solid transparent;border-left:5px solid transparent}.dd-menu-list{position:fixed;margin-top:10px;z-index:999;overflow:hidden;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;box-shadow:10px #fff;background-color:var(--primary-background-color)}.dd-menu-list.open{display:inline-block}.dd-menu-list.left{top:100px}.dd-menu-list.right{right:0}.dd-menu-list.center{left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%)}.dd-item{display:flex;color:var(--text-primary-color);background-color:var(--primary-background-color);padding:10px 15px;border:1px solid var(--ui-border-color);cursor:pointer}.dd-item:hover{text-decoration:none;background:rgba(63,130,99,.378)}.dd-item-icon{margin-right:10px;margin-top:2px}@media only screen and (max-width:820px){.dd-menu-list.left{top:86px}.dd-menu-list.right{top:35px}}@media only screen and (min-width:820) and (max-width:1570){.dd-menu-list{top:14%}}
.labelling-appear{opacity:0}.labelling-appear.labelling-appear-active{opacity:1;transition:opacity .5s linear}.labelling-exit{opacity:1}.labelling-exit.labelling-exit-active{opacity:0;transition:opacity .5s linear}.labelling-exit-done{opacity:0}
.simpleDialog{position:fixed;border:0;border-radius:6px;background-color:var(--primary-background-color)}.simpleDialog .header{padding:10px;position:relative}.simpleDialog .header .title{font-size:16px;font-weight:600;line-height:24px;padding-right:40px;color:#fff;margin:0}.simpleDialog .header .closeBtn{height:20px;opacity:1;overflow:hidden;padding:2px;text-align:center;text-shadow:none;width:20px;color:#fdfdfd!important;cursor:pointer;position:absolute;right:21px;top:50%;transform:translateY(-50%);transition:color .3s ease}.simpleDialog .header .closeIcon{color:transparent;display:block;font-size:0;height:100%;line-height:0;overflow:hidden;position:relative;width:100%}.simpleDialog .header .closeIcon:after,.simpleDialog .header .closeIcon:before{content:" ";display:block;height:2px;transition:background-color .3s ease;width:19px;background-color:#fff}.simpleDialog .header .closeIcon:before{left:1px;position:absolute;top:1px;transform:rotate(45deg);transform-origin:1px 50%}.simpleDialog .header .closeIcon:after{right:1px;position:absolute;top:1px;transform:rotate(-45deg);transform-origin:calc(100% - 1px) 50%}.simpleDialog .content{padding:10px;position:relative;color:#fff}.simpleDialog .content .simpleDialogInput,.simpleDialog .content .simpleDialogSelect{background-color:#fff;color:#000;border:0;border-radius:2px;font-size:12px;height:30px;width:100%;line-height:16px;padding:8px 9px 6px;margin-top:10px;display:block}.simpleDialog .content .simpleDialogInputLabel{font-size:14px;font-weight:700;line-height:16px;color:#fff}.simpleDialog .footer{display:flex;justify-content:center}.simpleDialog .footer .btn{transition:background-color .3s ease;color:#000;border:0;border-radius:4px;font-size:15px;font-weight:400;height:37px;line-height:37px;padding:0 12px;margin-bottom:0;margin-left:5px}.btn-confirm{background-color:#38956a!important;border:none;color:#fff;border-radius:15px}.btn-confirm:hover{background-color:#e5e5e5;color:#000}.btn-confirm:active{background-color:#38956a;color:#fff}.btn-confirm:active{transform:translateY(0);transform:scale(.9)}
.editDescriptionDialog{position:relative;z-index:300;width:320px;transition:all .3s linear}
.labellingComponent{position:relative;text-align:center;z-index:999;transition:all .2s linear;max-height:500px}.labellingComponent .selectedDescription,.labellingComponent .selectedLabel{padding:5px;background-color:#fff;width:150px}.labellingComponent .addLabelButton{color:#000;background-color:#20a5d6;border:2px solid #44626f;border-radius:14px;font-weight:700;font-size:13px;line-height:24px;opacity:1;padding:0 14px;transition:opacity .3s ease;outline:none;cursor:pointer}.labellingComponent .commonButton{border:1px solid #44626f;color:#fff;background-color:#000;border-radius:16px;font-weight:700;font-size:13px;line-height:26px;padding:0 12px;margin:10px 5px 0 0;outline:none;cursor:pointer}.labellingComponent .locationDescriptionWrapper{background-color:#fff;line-height:46px;height:46px;font-size:13px;position:relative;width:290px;min-width:260px;padding:0 12px;margin:0 auto;display:inline-block}.labellingComponent .locationDescriptionWrapper .location{transition:all .3s linear;position:absolute;white-space:nowrap;bottom:0}.labellingComponent.editDescription .locationDescriptionWrapper .location{bottom:38px}.labellingComponent .locationDescriptionWrapper #descriptionInput{transition-delay:all .3s linear;visibility:hidden;outline:none;height:46px;width:100%;line-height:20px;font-size:13px;border:none}.labellingComponent.editDescription .locationDescriptionWrapper #descriptionInput{visibility:visible}.labellingComponent.editDescription .location{color:#337ab7}.labellingComponent .commonButtons,.labellingComponent.editDescription .editDescriptionButtons{display:block;margin-left:55px}.labellingComponent.editDescription .commonButtons,.labellingComponent .editDescriptionButtons{display:none}.labellingComponent .commonButtons{text-align:center;margin-left:55px}.labellingComponent .commonButton.left{float:left}.labellingComponent .commonButton.right{float:right}.labellingComponent .checkIconWrapper{display:inline-block;background-color:#337ab7;border-radius:46px;width:46px;height:46px;margin-right:10px;vertical-align:bottom;cursor:pointer}.labellingComponent .checkIcon{width:20px;height:20px;margin:13px;fill:#000}
.header-brand{height:30px;text-decoration:none;-webkit-text-decoration-color:none;text-decoration-color:none;display:flex;align-items:center;color:var(--text-primary-color)}.header-band:visited,.header-brand:active,.header-brand:hover{color:var(--text-primary-color);text-decoration:none}.header-logo-text{width:100px;height:auto;margin-left:8px;margin-top:-18px}.logo-text{font-size:20px;color:#d2dcdb;margin-left:8px}
.HotkeysPreferences {
  display: flex;
  padding: 20px;
}
.HotkeysPreferences .hotkeyTable {
  display: flex;
  flex-direction: row;
  flex-basis: 0;
  flex-grow: 1.5;
}
.HotkeysPreferences .hotkeyTable .hotkeyColumn {
  display: flex;
  flex-direction: column;
  flex-basis: 0;
  flex-grow: 1.5;
}
.HotkeysPreferences .hotkeyTable .hotkeyColumn .hotkeyHeader {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
.HotkeysPreferences .hotkeyTable .hotkeyColumn .hotkeyHeader .headerItemText {
  flex-basis: 0;
  flex-grow: 1.5;
  padding: 5px 15px 5px 0;
}
.HotkeysPreferences .hotkeyTable .hotkeyColumn .hotkeyRow {
  display: flex;
}
.HotkeysPreferences .hotkeyTable .hotkeyColumn .hotkeyRow .wrapperHotkeyInput {
  margin-bottom: 5px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  flex-basis: 0;
  flex-grow: 1.5;
}
.HotkeysPreferences .hotkeyTable .hotkeyColumn .hotkeyRow .hotkeyLabel {
  padding: 5px 15px 5px 0;
  text-align: right;
  flex-basis: 0;
  flex-grow: 1.5;
}
.HotkeysPreferences .hotkeyTable .hotkeyColumn .hotkeyRow .stateError .preferencesInput {
  background-color: var(--state-error);
}

.WindowLevelPreferences {
  display: flex;
  padding: 20px 0;
  text-align: center;
}
.WindowLevelPreferences .wlColumn {
  display: flex;
  flex-direction: column;
  flex-basis: 0;
  flex-grow: 1.5;
  margin: 0 5px;
}
.WindowLevelPreferences .wlRow {
  display: flex;
  flex-direction: row;
  margin: 5px 0;
}
.WindowLevelPreferences .preset {
  flex-grow: 0.5;
}
.WindowLevelPreferences .window,
.WindowLevelPreferences .level {
  flex-grow: 1;
}
.WindowLevelPreferences .description {
  flex-grow: 2;
}

.preferencesInputErrorMessage {
  color: var(--state-error-text);
  font-size: 10px;
  text-transform: uppercase;
}
.preferencesInput {
  font-weight: 400;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  background-color: var(--ui-gray);
  color: var(--text-primary-color);
  border-color: var(--ui-border-coolor);
  border: 0;
  border-radius: 2px;
  font-size: 14px;
  height: 30px;
  width: 100%;
  line-height: 16px;
  padding: 8px 9px 6px;
  text-align: center;
}
.preferencesInput:focus {
  border-color: var(--active-color);
  background-color: var(--ui-gray-dark);
  box-shadow: 0 0 0 2px var(--active-color) !important;
  outline: 0;
}

.entry-header{padding:10px;height:var(--top-bar-height);background-color:#12221f;display:flex;justify-content:space-between}.header-left-box{display:flex}.header-brand{text-decoration:none;height:30px;float:left;clear:both}.entry-header.header-big{background-color:#12221f;padding:35px var(--study-list-padding);height:auto;display:inline-block;width:100%}.entry-header.header-big .header-brand{height:50px;padding:0}.entry-header.header-big .header-logo-text{width:474px;height:auto;background-color:var(--header-backgound-color)}.dd-item{width:100%}.header-viewerLink{float:left}.header-btn{color:var(--text-primary-color);cursor:pointer;font-size:13px;font-weight:500;line-height:26px}.header-btn:hover{color:var(--text-hover-color)}.header-studyListLinkSection{display:inline-block}.header-patientDetails,.header-studyListLinkSection{border-left:var(--ui-border-thickness) solid var(--ui-border-color);margin:3px 0 0 10px;padding:0 0 0 10px}.header-patientDetails{display:flex;color:hsla(0,0%,100%,.81569)}.header-patientDetails span{display:flex;margin:0 3px;font-size:15px;font-weight:200}.header-patientDetails span svg{font-weight:300;font-size:20px}.header-menu{color:var(--text-primary-color);float:right;padding:4px 0;font-size:13px;font-weight:400;line-height:18px;text-decoration:none;margin-right:10px}.entry-header.header-big .header-menu{margin-right:0}.header-menu .research-use{float:left;font-size:13px;font-weight:700;color:#fff;margin-right:1rem}.notification-bar{display:none;position:absolute;height:20px;line-height:20px;width:100%;background-color:var(--header-backgound-color);color:var(--text-primary-color);font-weight:700;text-align:center}@media only screen and (max-width:886px){.header-logo-text{width:77px;margin-top:-10px}.logo-text{font-size:15px}.header-menu{margin-right:0}.header-patientDetails{padding:0 0 0 5px}.header-patientDetails span{margin:1px 3px 0;font-size:13px}.header-patientDetails span svg{font-size:15px}}@media only screen and (max-width:886px){.header-logo-text{width:60px}.logo-text{font-size:13px}}@media only screen and (max-width:420px){.header-logo .logo-text{display:none}.header-logo-text{width:70px}}
.container{height:100%;width:100%}.titleContent{position:-webkit-sticky;position:sticky;background-color:#38956a;top:0;width:100%;height:10%;color:var(--text-primary-color);padding:5px 8PX;border-radius:2px}.content,.titleContent{display:flex;align-items:center}.content{top:50px;height:75%;padding:5px;border:1px solid hsla(0,0%,100%,.459);border-radius:3px;margin:15px;justify-content:center}.modalbutton{background-color:#38956a;padding:5px;border-radius:10px;border:1px solid hsla(0,0%,100%,.527);color:#fff;font-weight:500;cursor:pointer;width:95px;height:8%;float:right;margin:0 15px}.modalbutton:hover{background-color:#1f6142}.container ::-webkit-scrollbar{color:#192928}.container ::-webkit-scrollbar-thumb{background-color:#192928}
.settings-modal-container{display:flex;flex-direction:column;justify-content:left}.settings-input-label-div{margin-top:10px;display:flex;flex-direction:column}.settings-input-label-div:nth-child(n+2){margin-top:20px}.ui-input{border:none;outline:1px solid rgba(105,101,101,.50196)}.settting-input{color:#fff;margin-top:5px;padding:10px;border:1px solid rgba(105,101,101,.50196);background:transparent;border-radius:10px;min-width:300px}.settings-upload-file{opacity:0;position:absolute;z-index:-1}.upload-file-button:hover{background:#2a3835;color:#fff}.upload-file-label{cursor:pointer;border-radius:10px;padding:10px;display:flex;align-items:center;justify-content:center;border:1px dashed rgba(105,101,101,.50196);transition:.15s ease-in-out;box-shadow:.15s ease-in-out;margin-top:5px;background:#2a3835}.upload-file-label:hover{background:#1b2422;color:#fff}.upload-photo{opacity:0;position:absolute;z-index:-1}.mobile-view{margin-top:20px;display:flex;align-items:center;justify-content:space-between;width:100%}.switch{position:relative;display:inline-block;width:50px;height:24px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s}.slider:before{position:absolute;content:"";height:16px;width:16px;left:4px;bottom:4px;background-color:#fff;transition:.4s}input:checked+.slider{background-color:#38956a}input:focus+.slider{box-shadow:0 0 1px #13221f}input:checked+.slider:before{transform:translateX(26px)}.slider.round{border-radius:24px}.slider.round:before{border-radius:50%}.submit-button-div{margin-top:35px;display:flex;justify-content:end}.settings-submit-button{width:100%;height:42px;background-color:#38956a;border:none;color:#fff;border-radius:15px}.settings-submit-button:hover{background-color:#e5e5e5;color:#000}.settings-submit-button:active{background-color:#38956a;color:#fff}.settings-submit-button:active{transform:translateY(0);transform:scale(.9)}
*{margin:0;padding:0;box-sizing:border-box}body{font-family:inherit}header{width:100%;box-shadow:0 1px 3px 0 rgba(0,0,0,.07),0 1px 2px 0 rgba(0,0,0,.05)}.nav-area{display:flex;align-items:center;margin:0 auto;padding:0 20px;height:58px;background-color:var(--header-backgound-color)}.menus{display:flex;list-style:none;font:black}.menu-items{position:relative;font-size:13px}.menu-items a{display:block;font-size:inherit;color:inherit;text-decoration:none}.menu-items button{color:#fff;font-size:inherit;border:none;background-color:transparent;cursor:pointer;width:100%;display:flex;justify-content:space-between;align-items:center}.menu-items a,.menu-items button{text-align:left;padding:.5rem}.menu-items button a{padding:0}.menu-items a:hover,.menu-items button:hover{background-color:inherit;color:#7ef5be}.menu-items button:disabled{color:#4b4444;cursor:default}.arrow:after{content:"";display:inline-block;margin-left:.28em;vertical-align:.09em;border-top:.42em solid;border-right:.32em solid transparent;border-left:.32em solid transparent}.dropdown{position:absolute;right:0;left:0;font-size:.875rem;min-width:10rem;padding:.1rem 0;list-style:none;background-color:#202124;display:none}.dropdown.show{display:block}.dropdown .dropdown-submenu-left{left:100%}.dropdown .dropdown-submenu-left,.dropdown .dropdown-submenu-right{position:absolute;top:-7px;overflow-y:scroll;overflow-x:hidden;max-height:400px}.dropdown .dropdown-submenu-right{left:-105%;right:100%}.dropdown ::-webkit-scrollbar-track{background:#12221f}.dropdown .bottomsubmenu{top:-80px}.arrow.custom{display:none}@media (min-width:960px){.arrow.custom{display:block}}
.reportBanner{background:#202124;height:600px;position:relative}.centerPortion{margin:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);line-height:50px}.bannerLabel{color:#fff;font-size:25px}
.mainDiv{color:#fff;background-color:#38956a;height:30px;border:1px solid #38956a}.subHeader{margin-left:22px;margin-top:5px;vertical-align:middle;font-weight:400}
.inputBoxWholeContainer .inputboxContainer {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  border: 1px solid #616264;
  border-radius: 3px;
  margin: 15px 0;
  padding: 5px;
  color: #fff;
  width: 100%;
  height: 50px;
}
.inputBoxWholeContainer .inputboxContainer:hover {
  border-color: #fff;
}
.inputBoxWholeContainer .inputboxContainer:has(input:disabled) {
  border-color: #616264;
}
.inputBoxWholeContainer .inputboxContainer:has(input:disabled) label {
  color: #616264;
}
.inputBoxWholeContainer .inputboxContainer label {
  color: rgba(255,255,255,0.7);
/*font-family Roboto, Helvetica, Arial, sans-serif*/
  font-weight: 400;
  font-size: 16px;
  padding-inline: 5px;
  margin-left: 5px;
  background-color: #1d2422;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.2s ease-in-out;
  margin-top: -25px;
  cursor: text;
}
.inputBoxWholeContainer .inputboxContainer input {
  background: transparent;
  border: none !important;
  outline: none !important;
  padding-inline: 10px;
  margin-top: 10px;
  color: #fff;
  font-weight: 400;
}
.inputBoxWholeContainer .inputboxContainer input:disabled {
  color: #616264;
}
.inputBoxWholeContainer .filled {
  flex-direction: column;
}
.inputBoxWholeContainer .filled label {
  cursor: default;
  font-size: 12px;
}
.inputBoxWholeContainer .active {
  border-color: #38956a !important;
  flex-direction: column;
}
.inputBoxWholeContainer .active label {
  color: #38956a;
  font-size: 12px;
  cursor: default;
}

.headerComponent .sub-header {
  display: flex;
  justify-content: space-between;
  background-color: var(--header-backgound-color);
  height: 30px;
  padding: 0 0%;
  line-height: 30px;
  margin: 0px;
  align-items: center;
  color: #fff;
}
.headerComponent .sub-header .header {
  font-size: 16px;
  font-weight: 400;
  margin-left: 20px;
}
.headerComponent .sub-header .actions {
  margin-right: 20px;
  display: flex;
  gap: 5px;
}
.headerComponent .sub-header .actions .headerActionButtons {
  background: #2c3f3a;
  color: #fff;
  border-radius: 5px;
  padding-inline: 10px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  cursor: pointer;
}
.headerComponent .sub-header .actions .headerActionButtons:hover {
  background: #1b1e1d;
}

.ResetPasswordContainer {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.updatePasswordContainer {
  margin-top: 100px;
  margin-bottom: 80px;
  min-width: 300px;
  width: 50%;
}
.ResetPasswordContainer-mob {
  top: 0px;
  left: 10px;
  width: 100%;
}
@media (max-width: 768px) {
}
@media (max-width: 480px) {
}

.ReportPdfPage {
  position: fixed;
  width: 100%;
  height: 100vh;
}

.not-found{width:100%;height:100%;display:flex;justify-content:center;align-items:center;color:#fff}
#root,body,html{background-color:#1d2422;height:100%;width:100%;margin:0;padding:0;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Roboto}body{font-size:14px;line-height:1.42857143}#root .fade-enter{opacity:0}#root .fade-enter-active{opacity:1;transition:opacity .2s}#root .fade-exit{opacity:1}#root .fade-exit-active{opacity:0;transition:opacity .2s}.roboto-thin{font-weight:100}.roboto-light,.roboto-thin{font-family:Roboto,sans-serif;font-style:normal}.roboto-light{font-weight:300}.roboto-regular{font-weight:400}.roboto-medium,.roboto-regular{font-family:Roboto,sans-serif;font-style:normal}.roboto-medium{font-weight:500}.roboto-bold{font-weight:700}.roboto-black,.roboto-bold{font-family:Roboto,sans-serif;font-style:normal}.roboto-black{font-weight:900}.roboto-thin-italic{font-weight:100}.roboto-light-italic,.roboto-thin-italic{font-family:Roboto,sans-serif;font-style:italic}.roboto-light-italic{font-weight:300}.roboto-regular-italic{font-weight:400}.roboto-medium-italic,.roboto-regular-italic{font-family:Roboto,sans-serif;font-style:italic}.roboto-medium-italic{font-weight:500}.roboto-bold-italic{font-weight:700}.roboto-black-italic,.roboto-bold-italic{font-family:Roboto,sans-serif;font-style:italic}.roboto-black-italic{font-weight:900}
:root{--top-bar-height:45px;--top-bar-expanded-height:160px;--toolbar-height:65px;--toolbar-drawer-height:62px;--left-sidepanel-menu-width:250px;--right-sidepanel-menu-width:323px;--study-list-padding:8%;--study-list-padding-medium-screen:10px;--snackbar-size:344px;--transition-duration:0.3s;--transition-effect:ease;--sidepanel-transition:all 0.3s ease;--viewport-border-thickness:1px;--ui-border-thickness:1px;--snackbar-success:rgba(94,164,0,0.9);--snackbar-error:rgba(236,61,61,0.9);--snackbar-warning:rgba(235,173,23,0.9);--snackbar-info:rgba(54,156,199,0.9);--snackbar-zIndex:1075;--datePicker-input-background:#dbdc83;--datePicker-picker-background:#182823;--datePicker-picker-disabled:#d3d3d3;--datePicker-picker-text:#fff;--datePicker-picker-text-disabled:#aaa;--datePicker-picker-text-input:#fff}
:root{--default-color:#596063;--hover-color:#fff;--hover-color-gray:#3c4043;--active-color:#ded5d5;--active-content-color:#884b00;--ui-border-color:#596063;--ui-border-color-dark:#000;--ui-border-color-active:#d3d3d3;--primary-background-color:#080d0c;--secondary-background-color:#000;--header-backgound-color:#38956a;--box-background-color:#3e5975;--ui-yellow:#e29e4a;--ui-sky-blue:#6fbde2;--ui-state-error:#fcc;--ui-state-error-border:#933;--ui-state-error-text:#611;--ui-gray-light:#757575;--ui-gray:#2d302f;--ui-gray-dark:#16202b;--ui-gray-darker:#151a1f;--ui-gray-darkest:#14202a;--text-color-active:#000;--text-primary-color:#fff;--text-secondary-color:#91b9cd;--text-hover-color:hsla(0,0%,100%,0.767);--text-disabled-color:#878787;--input-background-color:#dbdc83;--input-placeholder-color--hover:#312c2c;--input-placeholder-color:#000;--table-hover-color:#397b5e;--table-text-primary-color:#fff;--table-text-secondary-color:#91b9cd;--large-numbers-color:#6fbde2;--state-error:#fcc;--state-error-border:#fcc;--state-error-text:#fcc;--text-overlay-color:#72e0e0}
.vtk-viewport-handler svg{pointer-events:none}
.imageViewerLoadingIndicator{color:#91b9cd}.loadingIndicator{background-color:transparent;font-size:8px;height:20%;overflow:hidden;position:absolute;top:0;width:100%;z-index:1;pointer-events:none}
.slab-thickness {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  color: #fff;
}
.slab-thickness .container {
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 5px;
  border: none;
  background-color: transparent;
}
.slab-thickness .container .toolbar-button-label {
  font-size: 11px;
  margin-left: 5px;
}
.slab-thickness .container .toolbar-slider-container {
  width: 80px;
  margin: 2px 2px 5px 2px;
  font-size: 11px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.slab-thickness .container .toolbar-slider-container:hover {
  color: var(--hover-color);
}
.slab-thickness .container .toolbar-slider-container input {
  height: 20px;
  padding-top: 1px;
  color: #fff;
  filter: hue-rotate(319);
}
.slab-thickness .container .toolbar-slider-container input::-moz-range-thumb {
  height: 16px;
  margin-top: -7px;
  background-color: #009a7a;
}
.slab-thickness .container .toolbar-slider-container input::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 16px;
  margin-top: -7px;
  background-color: #009a7a;
}
.slab-thickness .container .toolbar-slider-container input::-webkit-slider-runnable-track {
  background-color: #ddd;
}
.slab-thickness .container .toolbar-slider-container input::-moz-range-track {
  background-color: #ddd;
}
.slab-thickness .controller {
  width: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.slab-thickness .controller .ohif-check-container {
  margin-bottom: 5px;
  padding-left: 18px;
}
.slab-thickness .controller .ohif-check-container .ohif-check-label {
  text-transform: capitalize;
  font-size: 11px;
}
.slab-thickness .controller .ohif-check-container .ohif-check-label .ohif-checkbox {
  border-radius: 3px;
  background-color: #fff;
  width: 12px;
  height: 12px;
  top: 22%;
}
.slab-thickness .controller .ohif-check-container .ohif-check-label .ohif-checkbox.ohif-checked:after {
  background-color: #72e0e0;
  top: 17%;
  left: 17%;
}
.slab-thickness .controller .select-ohif {
  width: 56px;
  color: var(--active-color);
  border-color: var(--default-color);
  background-color: #000;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
}
.slab-thickness .controller .select-ohif:hover {
  color: var(--hover-color);
}

.dcmseg-brush-color-selector .selector-buttons button{color:#333;background-color:#fff;padding:4px 12px;line-height:1.4;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;border:1px solid #ccc;border-radius:4px;transition:all .15s ease}.dcmseg-brush-color-selector .selector-buttons button.active,.dcmseg-brush-color-selector .selector-buttons button:active,.dcmseg-brush-color-selector .selector-buttons button:hover{background-color:var(--active-color);border-color:var(--ui-border-color-active);color:#fff}.dcmseg-brush-color-selector .selector-buttons{margin-left:10px;display:flex;flex-direction:row;align-items:center}.dcmseg-brush-color-selector .selector-buttons button:last-of-type{margin-left:5px}.dcmseg-brush-color-selector .selector-active-segment{border-radius:100%;width:32px;height:32px;text-align:center;line-height:32px}
.dcmseg-brush-radius label{display:block;margin-bottom:8px}
.dcmseg-segmentation-item{display:flex;justify-content:start;margin:0}.dcmseg-segmentation-item .segmentation-meta{display:flex;flex-direction:column;flex-grow:1;overflow:hidden}.dcmseg-segmentation-item .segmentation-meta-title{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;color:#fff;max-width:calc(100% - 30px)}.dcmseg-segmentation-item .segmentation-meta-description{font-size:12px;color:var(--text-secondary-color)}
.dcmseg-segmentation-settings{display:flex;flex-direction:column;padding:20px}.dcmseg-segmentation-settings .range label{display:block;margin-bottom:8px}.dcmseg-segmentation-settings .settings-title{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding-bottom:20px}.dcmseg-segmentation-settings .settings-title h3{color:var(--text-primary-color);margin:0;padding:0}.dcmseg-segmentation-settings .settings-group{display:flex;flex-direction:column;color:var(--text-primary-color);font-size:12px}.dcmseg-segmentation-settings .settings-group .range{display:flex;padding:20px 15px}.dcmseg-segmentation-settings .settings-group .range:not(:last-of-type){padding-bottom:0}.dcmseg-segmentation-settings .settings-group .range label{margin:0;display:unset;min-width:40px;max-width:40px}.dcmseg-segmentation-settings .settings-group .range input{width:100%;padding:0 20px}.dcmseg-segmentation-settings .custom-check label{font-weight:700;display:flex;flex-direction:row;align-items:center;justify-content:space-between;border-bottom:2px solid #000;padding:10px 15px}.dcmseg-segmentation-settings .custom-check input{width:15px;height:15px}.dcmseg-segmentation-settings .settings-group{background-color:var(--ui-gray-dark);border-radius:5px}.dcmseg-segmentation-settings .return-button{color:#333;background-color:#fff;padding:4px 12px;line-height:1.4;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;border:1px solid #ccc;border-radius:4px;transition:all .15s ease}.dcmseg-segmentation-settings .return-button.active,.dcmseg-segmentation-settings .return-button:active,.dcmseg-segmentation-settings .return-button:hover{background-color:var(--active-color);border-color:var(--ui-border-color-active);color:#fff}
.dcmseg-segment-item .segment-color-section{display:flex;justify-content:center;align-items:center;flex-direction:column}.dcmseg-segment-item .segment-color{margin-top:8px;border-radius:100%;width:20px;height:20px}.dcmseg-segment-item .segment-info{display:inline-block;margin-top:9px;padding-left:9px;width:90px;border-left:1px solid var(--text-secondary-color);color:var(--text-primary-color);width:100%}.dcmseg-segment-item.selected .segment-actions{height:35px;visibility:visible}.dcmseg-segment-item .segment-actions{margin-left:-1px;background-color:var(--ui-gray-darker);height:0;overflow:hidden;transition:all .3s ease;visibility:hidden;padding-left:14px}.dcmseg-segment-item .segment-actions .btnAction{background-color:transparent;border:none;color:var(--default-color);cursor:pointer;line-height:35px;height:35px;transition:all .3s ease}.dcmseg-segment-item .segment-actions .btnAction:active,.dcmseg-segment-item .segment-actions .btnAction:hover{color:var(--text-primary-color)}.dcmseg-segment-item .segment-actions .btnAction i{margin-right:4px}.dcmseg-segment-item .segment-label{display:flex;justify-content:space-between;padding-right:20px}.dcmseg-segment-item .segment-label span{word-wrap:normal;white-space:nowrap;overflow:hidden;max-width:calc(100% - 40px);text-overflow:ellipsis}.dcmseg-segment-item .segment-label .eye-icon{cursor:pointer;color:var(--active-color)}.dcmseg-segment-item .segment-label .eye-icon:hover{color:var(--hover-color)}.dcmseg-segment-item .segment-label .eye-icon.--visible{color:var(--default-color)}
.dcmseg-segmentation-panel{color:#fff;min-height:200px;background-color:var(--primary-background-color);height:100%;width:100%;display:flex;flex-direction:column;padding:20px}.dcmseg-segmentation-panel.disabled{opacity:.6;pointer-events:none}.dcmseg-segmentation-panel h3{margin-top:0}.dcmseg-segmentation-panel .segmentations{padding-bottom:10px}.dcmseg-segmentation-panel .cog-icon{align-self:flex-end;color:var(--default-color);cursor:pointer;min-height:23px;max-height:23px}.dcmseg-segmentation-panel .cog-icon:hover{color:var(--hover-color)}.dcmseg-segmentation-panel .segmentation-icon{margin-right:8px;margin-top:12px;min-width:14px}.dcmseg-segmentation-panel .selector-form{display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:20px;height:150px}.dcmseg-segmentation-panel .selector-form>div{width:100%}.dcmseg-segmentation-panel .selector-form>div:first-of-type{display:flex;flex-direction:row;justify-content:center}.dcmseg-segmentation-panel .tableList .tableListHeader .numberOfItems{float:unset;max-width:unset;flex:unset;margin-right:16px}.SegmentsSection{display:flex;flex-direction:column;color:var(--text-primary-color);font-size:12px;margin-bottom:0;height:100%}.SegmentsSection .header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;background-color:var(--ui-gray-dark);border-radius:5px;font-weight:700;padding:10px 15px}.SegmentsSection .count{font-size:15px;color:var(--active-color);margin-left:15px;border-radius:5px;background-color:var(--ui-gray-darker);text-align:center;min-width:25px}.SegmentsSection .header .angle-double-down,.SegmentsSection .header .angle-double-up,.SegmentsSection .header .eye-icon{cursor:pointer;color:var(--active-color)}.SegmentsSection .header .angle-double-down:hover,.SegmentsSection .header .angle-double-up:hover,.SegmentsSection .header .eye-icon:hover{color:var(--hover-color)}.SegmentsSection .header .eye-icon.expanded{color:var(--default-color)}.SegmentsSection .header .icons{display:flex;align-items:center;border-radius:5px}.SegmentsSection .header .icons .angle-double-down,.SegmentsSection .header .icons .angle-double-up{margin-left:15px}
.dcmrt-panel{display:flex;flex-direction:column;background-color:var(--primary-background-color);height:100%;width:100%;padding:20px}.dcmrt-panel .dcmrt-panel-header{display:flex;flex-direction:column;justify-content:space-between;color:#fff}.dcmrt-panel .dcmrt-panel-header h3{margin-top:0}.dcmrt-panel .dcmrt-panel-header .cog-icon{align-self:flex-end;color:var(--default-color);cursor:pointer;min-height:23px;max-height:23px}.dcmrt-panel .dcmrt-panel-header .cog-icon:hover{color:var(--hover-color)}
.dcmrt-structure-set-item .item-color-section{display:flex;justify-content:center;align-items:center;flex-direction:column}.dcmrt-structure-set-item .item-color{margin-top:8px;border-radius:100%;width:20px;height:20px}.dcmrt-structure-set-item .item-info{display:inline-block;margin-top:9px;padding-left:9px;width:90px;border-left:1px solid var(--text-secondary-color);color:var(--text-primary-color);width:100%}.dcmrt-structure-set-item .item-actions{margin-left:-1px;background-color:var(--ui-gray-darker);height:0;overflow:hidden;transition:all .3s ease;visibility:hidden;padding-left:14px}.dcmrt-structure-set-item .item-actions .btnAction{background-color:transparent;border:none;color:var(--default-color);cursor:pointer;line-height:35px;height:35px;transition:all .3s ease}.dcmrt-structure-set-item .item-actions .btnAction:active,.dcmrt-structure-set-item .item-actions .btnAction:hover{color:var(--text-primary-color)}.dcmrt-structure-set-item .item-actions .btnAction i{margin-right:4px}.dcmrt-structure-set-item.selected .item-actions{height:35px;visibility:visible}.dcmrt-structure-set-item .item-label{display:flex;justify-content:space-between;padding-right:10px}.dcmrt-structure-set-item .item-label span{word-wrap:normal;white-space:nowrap;overflow:hidden;max-width:calc(100% - 40px);text-overflow:ellipsis}.dcmrt-structure-set-item .item-label .eye-icon{cursor:pointer;color:var(--active-color)}.dcmrt-structure-set-item .item-label .eye-icon:hover{color:var(--hover-color)}.dcmrt-structure-set-item .item-label .eye-icon.--visible{color:var(--default-color)}.dcmrt-structure-set-item.isDisabled .item-color-section{background-color:#e29e4a;color:#fff}.dcmrt-structure-set-item.isDisabled .item-label{color:var(--text-disabled-color)}
.dcmrt-settings{display:flex;flex-direction:column;padding:20px;color:#fff}.dcmrt-settings .settings-title{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding-bottom:20px}.dcmrt-settings .settings-title h3{color:var(--text-primary-color);margin:0;padding:0}.dcmrt-settings .settings-section .content{padding:10px;background-color:var(--ui-gray-dark);border-radius:5px}.dcmrt-settings .settings-section .header{border-bottom:2px solid #000;display:flex;flex-direction:row;align-items:center;justify-content:space-between;background-color:var(--ui-gray-dark);border-radius:5px;font-weight:700;font-size:12px;padding:10px 15px}.dcmrt-settings .settings-section p{font-weight:700}.dcmrt-settings .range{display:flex;padding:10px;font-size:12px}.dcmrt-settings .range:not(:last-of-type){padding-bottom:0}.dcmrt-settings .range label{margin:0;display:unset;min-width:40px;max-width:40px}.dcmrt-settings .range input{width:100%;padding:0 20px}.dcmrt-settings .return-button{color:#333;background-color:#fff;padding:4px 12px;line-height:1.4;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;border:1px solid #ccc;border-radius:4px;transition:all .15s ease}.dcmrt-settings .return-button.active,.dcmrt-settings .return-button:active,.dcmrt-settings .return-button:hover{background-color:var(--active-color);border-color:var(--ui-border-color-active);color:#fff}
.dcmrt-panel-section{display:flex;flex-direction:column;color:var(--text-primary-color);font-size:12px}.dcmrt-panel-section .header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;background-color:var(--ui-gray-dark);border-radius:5px;font-weight:700;padding:10px 15px}.dcmrt-panel-section .header .angle-double-down,.dcmrt-panel-section .header .angle-double-up,.dcmrt-panel-section .header .eye-icon{cursor:pointer;color:var(--active-color)}.dcmrt-panel-section .header .angle-double-down:hover,.dcmrt-panel-section .header .angle-double-up:hover,.dcmrt-panel-section .header .eye-icon:hover{color:var(--hover-color)}.dcmrt-panel-section .header .eye-icon.expanded{color:var(--default-color)}.icons{display:flex;align-items:center;border-radius:5px}.icons .angle-double-down,.icons .angle-double-up{margin-left:15px;margin-right:-5px}

/*# sourceMappingURL=app.fbe32d4b2a04b4e4b117.css.map*/