
:root {
		  --rowNum: 3;
		  --colNum: 3;
		  --gridWidth: 10px;
		  --gridHeight: 10px;
		  --imagelistNum: 10;
		  --infoView: 0px;
		  --toolbarH: 55px;
		  --appbackgroundColor : #15212b;
		  --sidebarsbackgroundColor : #2b4356;
		  --baritembackgroundColor : rgb(66 90 109);
		  /*--sidebarTitlebackgroundColor : #795712;*/
		  --sidebarTitlebackgroundColor : #b8b3a7;
		  --dialogbackgroundColor: rgb(231,230,229);
		  --currentOperationColor : #425a6d;
		  --hoverOperationColor : #2b4356;
		  --mvh: 1vh;
		  --studyPanW: 200px;
		}
		
		

		html, body {
		  margin: 0;
		  overflow: hidden;
		}
		
		.Viewer{
		  display: grid;
		  grid-template-rows: var(--toolbarH) auto 28px;
		  /*height: 100vh;*/
		  height: calc(var(--mvh, 1vh) * 100);
		  width: 100vw;
		}
		
		*:focus 
		{
			outline: none;
		}
        
		.appArea {
		  display: grid;
		  grid-template-columns: auto var(--infoView);
		  width: 100vw;
		  height: calc(var(--mvh, 1vh) * 100 - 83px);
		  /*height: calc(100vh - 70px);*/
		  overflow: hidden;
		  background-color: var(--appbackgroundColor);
		}
		
		.logo{
			margin: 0px 5px 0px 5px;
		}
		
		.infoArea {
			margin-top: 9px;
			margin-right: 4px;
			/*margin-bottom: 5px;*/
			background-color: var(--sidebarsbackgroundColor);
			overflow-y : auto;
		}
		
		/* Hide scrollbar for Chrome, Safari and Opera */
		.infoArea::-webkit-scrollbar {
			display: none;
		}

		/* Hide scrollbar for IE, Edge and Firefox */
		.infoArea {
		  -ms-overflow-style: none;  /* IE and Edge */
		  scrollbar-width: none;  /* Firefox */
		}
		
		.segmentationHeader{
			display: flex;
			background: var(--sidebarTitlebackgroundColor);
			color: black;
			font-family: system-ui;
			font-size: 14px;
			padding: 3px;
			width: 207px;
		}
		.segmentationContainer
		{
			background-color: var(--sidebarsbackgroundColor);
		}
		
		.segmentationName{
			width: 180px;
			
		}
		
		.sgemantationSH{
			cursor: default;
			outline: none;
		}
		
		/*
		#tissueToolsDiv{
			background-color: var(--appbackgroundColor);
			margin-left: 2px;
		}
		*/
		.tissueToolsDiv{
			background-color: var(--appbackgroundColor);
			margin-left: 2px;
		}
		
		.viewArea {
		  display: grid;
		  grid-template-columns: var(--studyPanW) auto;
		  background-color: var(--appbackgroundColor);
		  padding: 8px 4px 4px 4px;
		  grid-gap: 4px;
		  overflow: hidden;
		}

		
		.column {
		  background-color: #afb1b3;
		  border: 1px solid rgba(0, 0, 0, 0.8);
		  
		}
		
		.viewing {
		  display: grid;
		  /*grid-template-rows: repeat(var(--rowNum), var(--gridWidth));
		  grid-template-columns: repeat(var(--colNum), var(--gridHeight));*/
		  grid-template-rows: 100px 100px 100px;
		  grid-template-columns: 100px 100px 100px;
		  gap: 2px;
		  padding: 2px;
		}
		
		.dicom-view {
			background-color: var(--appbackgroundColor);
		}
		
		.pdicom-view {
			background-color: var(--appbackgroundColor);
		}
		
		.imagelist {
		   /*overflow-y: scroll;*/
		   background-color: var(--sidebarsbackgroundColor);
		   border-width: 0px;
		   margin-bottom: 3px;
		}
		
		.imageListContainer{
			overflow-y: scroll;
			height: calc(var(--mvh, 1vh) * 100 - 121px);
		}
		
		.examTitle{
			font-family: system-ui;
			font-size: 16px;
			font-weight: 500;
			padding: 2px 2px 4px 6px;
			background-color: var(--sidebarTitlebackgroundColor);
			color: black;
			margin-left: 2px;
			margin-top: 1px;
			cursor: default;
			user-select: none;
		}
		
		.imagelist-view {
			color: #ffb31a;
			margin: 14px;
			padding: 5px;
			border: 1px solid transparent;
			border-radius: 4px;
			background-color: var(--baritembackgroundColor);
		}
		
		.extraData-view{
			background-color: var(--baritembackgroundColor);
			padding: 5px;
			font-size: 12px;
			font-family: system-ui;
			cursor: pointer;
		}
		
		.series-details {
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			margin: 2px;
			font-size: 10px;
			font-family: system-ui;
		}
					
		.button 
		{
			text-align: center;
			text-decoration: none;
			overflow: hidden;
			display:inline-block;
			margin-right: 4px;
			z-index: 12;
			margin-top: 4px;
			height: 30px;
		}
		
		#studiesBtn
		{
			margin-top: 0px;
			height: 25px;
		}
		
		#infoSideBarBtn
		{
			margin-top: 0px;
			height: 25px;
		}
				
		.customButtons
		{
			/*display:inline-block;*/
			display:contents;
		}
			
		.svg-window
		{
			z-index: 12;
		}
		.status_bar_item
		{
			color: white;
			background-color: var(--appbackgroundColor);
			position:relative;
			white-space: nowrap;
			overflow: hidden;
			width: 100vw;
			display: flex;
			cursor: default;
		}
		
		.status_info
		{
			margin-top: 5px;
			margin-left: 10px;
			color: #fff900;
		}
		
		.w3-light-grey
		{
			top: 2px;
			width: 214px; 
			right: 2px; 
			bottom: 2px;
			padding: 1px; 
			margin: 2px;
			background-color: #f1f1f1; 
			position:absolute;
		}
		
		.w3-light-grey_mobile
		{
			top: 2px;
			width: 110px; 
			right: 5px; 
			bottom: 2px;
			padding: 1px; 
			margin: 2px;
			background-color: #f1f1f1; 
			position:absolute;
		}
		
		.notClinical
		{
			top: 2px;
			width: 170px;
			font-size: 12px;
			right: 220px;
			bottom: 2px;
			padding: 3px 1px 1px 1px;
			margin: 2px;
			background-color: #f06c29;
			position: absolute;
		}
		
		.notClinical_mobile
		{
			top: 2px;
			width: 170px;
			font-size: 12px;
			right: 119px;
			bottom: 2px;
			padding: 3px 1px 1px 1px;
			margin: 2px;
			background-color: #f06c29;
			position: absolute;
		}
		
		.w3-green
		{
			background-color:#4CAF50; 
			text-align:center; 
			width:0%
		}
		
		.mouse_operations
		{
			margin-left: 10px;
		}
		
		.mouse_operations td, .mouse_operations th
		{
			text-align: center;
			vertical-align: top;
			padding-left: 5px;
			padding-right: 5px;
			font-family: system-ui;
			font-size: 10px;
		}
		
		.buttonPan
		{
			z-index: 10;
			position: relative;
			background-color: var(--appbackgroundColor);
			height: 58px;					
			padding-left: 8px;
			display: flex;
			flex-flow: row;
			/*
			border-top-style: solid;
			border-top-width: 5px;
			border-top-color: var(--sidebarsbackgroundColor);
			*/
			padding-top: 5px;
		}
		
		.nb_button
		{
			border-style: none;
			padding: 1px 4px;
			vertical-align: top;
		}
		
		.roundedButton
		{
			height: 24px;
			border: 1px solid white;
			display: inline-block;
			align-items: center;
			justify-content: center;
			border-bottom-left-radius: 12px;
			border-bottom-right-radius: 12px;
			border-top-left-radius: 12px;
			border-top-right-radius: 12px;
			/*background-color: #4e687d;*/
			background-color: var(--baritembackgroundColor);
			opacity: 0.8;
			font-family: system-ui;
			font-size: 14px;
			padding: 3px 6px 1px 6px;
			color: white;
			cursor: default;
			user-select: none;
		}
		.roundedButton:hover {opacity: 1}
		
		.general_button
		{
			margin-top: -1px;
		}
		
		.bottomLabel
		{
			font-size: 12px;
			font-family: Roboto,OpenSans,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
			margin-top: 2px;
			color: #ffffff;
		}
		
		.form-popup {
		  display: none;
		  position: fixed;
		  top: 50%;
		  left: 50%;
		  padding: 0;
		  z-index: 9;
		}
		.form-container {
		  width: 512px;
		  border-radius: 8px;
		  border: 3px solid #f1f1f1;
		  padding: 10px;
		  background-color: white;
		}
		
		.form-group
		{
			background-color: white;
		}
						
		.xxxGui
		{
			background-color: var(--appbackgroundColor);
		}
		
		.viewerGui
		{
			background-color: var(--appbackgroundColor);
		}
		
		.obliqueGui
		{
			background-color: var(--appbackgroundColor);
		}
		
		
		.gallery-content {
		  visibility: hidden;
		  position: absolute;
		  width: 138px;
		  /*top: 100%;
		  left: 50%;*/
          margin-left: -34px;
		  background-color: var(--dialogbackgroundColor);
		  padding: 5px 0;
		  border-radius: 6px;
		  z-index: 1;
		}
		
		.gallery{
			/*position: relative;*/
			white-space: nowrap;
		}

		.gallery-content div {
		  float: left;
		  color: black;
		  padding: 6px 8px;
		  text-decoration: none;
		  display: block;
		  text-align: left;
		  font: 400 13.3333px Arial;
		}
		
		.gallery .gallery-content::after {
		  content: " ";
		  position: absolute;
		 /* bottom: 100%; 
		  left: 50%; */
		  margin-left: -30px;
		  margin-top: -15px;
		  border-width: 5px;
		  border-style: solid;
		  border-color: transparent transparent var(--dialogbackgroundColor) transparent;
		}
		
		@media(hover: hover) and (pointer: fine)
		{
			.gallery-content div:hover {
			  /*background-color: var(--baritembackgroundColor);*/
			  color: #f16c29;
			}

			.gallery:hover .gallery-content {
			  visibility: visible;
			}
		}
		
		
		.extratoolbar-content {
		  visibility: hidden;
		  position: absolute;
		  border: ghostwhite;
		  border-width: 1px;
		  border-style: solid;
          margin-left: -180px;
		  margin-top: 40px;
		  background-color: var(--appbackgroundColor);
		  padding: 5px 0;
		  border-radius: 6px;
		  z-index: 1;
		}
		
		.gallery .extratoolbar-content::after {
		  content: " ";
		  position: absolute;
		 /* bottom: 100%; 
		  left: 50%; */
		  margin-left: -35px;
		  margin-top: -15px;
		  border-width: 5px;
		  border-style: solid;
		  border-color: transparent transparent var(--dialogbackgroundColor) transparent;
		}
		
		@media(hover: hover) and (pointer: fine)
		{
			.gallery:hover .extratoolbar-content {
			  visibility: visible;
			}
		}
		
		@media(hover: none)
		{
			.gallery:active .extratoolbar-content {
			  visibility: visible;
			}
		}
		
		.cinePlayPopupMenu {
		  border-radius: 25px;
		  background-color: #f9f9f9;
		  opacity: 0.5;
		  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		}
		
		.cinePlayPopupMenu div {
		  float: left;
		  color: black;
		  padding: 6px 8px;
		  text-decoration: none;
		  display: block;
		  text-align: left;
		}

		
		
		.itemInfo {
		   width: 100%;
		   position: relative;
		}
		
		.dropdown-measurment-Item-content {
		  display: none;
		  position: absolute;
		  top: 2px;
		  right: 28px;
		  background-color: #a0a0a0;
		  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		  z-index: 1;
		  border-radius: 20px;
		  font-family: system-ui;
		  font-size: 15px;
		}

		.dropdown-measurment-Item-content div {
		  float: left;
		  color: black;
		  padding: 3px 6px;
		  text-decoration: none;
		  display: block;
		  text-align: left;
		  font: 400 13.3333px Arial;
		  font-size: 80%;
		  border-radius: 20px;
		}
		
		@media(hover: hover) and (pointer: fine)
		{
			.dropdown-measurment-Item-content div:hover {
			  background-color: #ddd;
			  color: black;
			}
			
			/* Finding */
			.itemInfo:hover .dropdown-measurment-Item-content {
			  display: block;
			}
			
			/* Tissue */
			.tissueInfo:hover .dropdown-measurment-Item-content {
			  display: block;
			}
			
			.tissueInfo:hover .tissuelabel { color: darkgoldenrod; }
		}
		
		@media(hover: none)
		{			
			/* Finding */
			.itemInfo:active .dropdown-measurment-Item-content {
			  display: block;
			}
			
			/* Tissue */
			.tissueInfo:active .dropdown-measurment-Item-content {
			  display: block;
			}
		}
		
		.nonselecttext
		{
			-webkit-user-select: none; 
			-ms-user-select: none;
			user-select: none; 
		}
		
		
		.customButtons
		{
			z-index: 10;
		}
		
		.gl-canvas
		{
			z-index: 2;
		}
		.overlay-canvas
		{
			z-index: 5;
		}
		
		.studyContainer
		{
			color: white;
			margin: 2px;
		}
		
		.studyHeader
		{
			display: flex;
			color: white;
			margin: 4px;
			background-color: var(--baritembackgroundColor);
			box-shadow: 2px 1px 2px 0 rgba(0,0,0,.93);
			border-radius: 3px;
		}
		
		.studyInfo{
			margin-left: 10px;
			width: 250px;
			cursor: default;
		}
		
		.sHeaderSH
		{
			margin-top: 5px;
			margin-right: 10px;
			margin-left: 5px;
			font-size:12px;
			cursor: default;
			outline: none;
		}
		
		.studyName
		{
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			height: 15px;
			font-family: system-ui;
			font-size: 13px;
			user-select: none;
		}
		
		.studyDate
		{
			height: 15px;
			font-size: 75%;
			margin-top: 2px;
			margin-bottom: 2px;
			font-family: system-ui;
			font-size: 11px;
			user-select: none;
		}
		
		.itemRow{
			position: relative;
			display : flex;
			margin: 3px;
			padding: 3px;
			box-shadow: 2px 1px 2px 0 rgb(0 0 0 / 33%);
			border-radius: 3px;
			background-color: var(--baritembackgroundColor);
			-webkit-user-select: none; 
			-ms-user-select: none;
			user-select: none; 
		}
		
		.itemIndex{
			width:  25px;
			font-family: system-ui;
			font-size: 17px;
			font-weight: 600;
			margin-right: 5px;
			padding: 0px;
			text-align: center;
			background-color:rgb(160,160,160);
			opacity: 0.9;
		}
		
		@media(hover: hover) and (pointer: fine)
		{
			.itemIndex:hover { opacity: 1; padding: 1px; }
		}
		
		.tabelHeader{
			font-family: system-ui;
			font-size: 13px;
			background-color: var(--sidebarTitlebackgroundColor);
			margin-bottom: 5px;
			padding: 3px;
			position: relative;
			color: black;
			font-weight: 500;
			-webkit-user-select: none; 
			-ms-user-select: none;
			user-select: none; 
		}
		
		
		.itemContent{
			font-family: system-ui;
			font-size: 12px;
			color: black;
			-webkit-user-select: text; 
			-ms-user-select: text;
			user-select: text;
		}
		
		@media(hover: hover) and (pointer: fine)
		{
			.itemContent:hover { color: darkgoldenrod; }
		}
		
		.tissueInfo
		{
			width: 165px;
		}
		
		.tissuelabel{
			font-size: 13px;
			color: rgb(217 217 217);
			margin-top: 1px;
			margin-bottom: 1px;
			margin-right: 5px;
			width: 160px;
			margin-left: 1px;
		}
		
		input[type="color"] {
			-webkit-appearance: none;
			border: none;
			background-color: #3f3a3a;
			width: 12px;
			height: 12px;
			margin-top: 2px;
		}
		input[type="color"]::-webkit-color-swatch-wrapper {
			padding: 0;
		}
		input[type="color"]::-webkit-color-swatch {
			border: none;
		}
		
		.colorMapsPopupMenu{
			background-color: #f1f1f1;
			box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
			font-family: system-ui;
			font-size: 11px;
			border-radius: 3px;
		}
		
		.colorMapsPopupMenu p {
		  color: black;
		  padding: 0px 3px;
		  margin-bottom: 1px;
		  margin-top: 1px;
		  text-decoration: none;
		  display: block;
		  border-radius: 3px;
		}
		
		@media(hover: hover) and (pointer: fine)
		{
			.colorMapsPopupMenu p:hover {background-color: #ddd;}
		}
		
		.singleLinediv
		{
			overflow: hidden;
			white-space: nowrap;
			text-overflow:ellipsis;
		}
		
		.toolbarDiv
		{
			margin-top: 2px;
			margin-bottom: 4px;
		}
		
		.tabdivs
		{
			display:inline-block;
		}
		
		.dropdown-vesName{
			display: none;
			position: absolute;
			background-color: #f1f1f1;
			min-width: 160px;
			box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
			z-index: 1;
		}
		
		.dropdown-vesName p {
		  color: black;
		  padding: 5px 3px;
		  text-decoration: none;
		  font-size: 85%;
		  display: block;
		  margin-top: 0px;
		  margin-bottom: 0px;
		}
		
		@media(hover: hover) and (pointer: fine)
		{
			.dropdown-vesName p:hover {background-color: #ddd;}
		}
		
		
		.dropdown-reName{
			display: none;
			position: absolute;
			background-color: #f1f1f1;
			min-width: 160px;
			box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
			z-index: 1;
		}
		
		.dropdown-reName p {
		  color: black;
		  padding: 5px 3px;
		  text-decoration: none;
		  font-size: 85%;
		  display: block;
		  margin-top: 0px;
		  margin-bottom: 0px;
		}
		
		@media(hover: hover) and (pointer: fine)
		{
			.dropdown-reName p:hover {background-color: #ddd;}
		}
		
		.dropdown-menu{
			display: none;
			position: absolute;
			background-color: #f1f1f1;
			min-width: 80px;
			font-family: system-ui;
			font-size: 12px;
			font-weight: 400;
			border-radius: 6px;
			box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
			z-index: 1;
		}
		
		.dropdown-menu p {
		  color: black;
		  padding: 5px 3px;
		  text-decoration: none;
		  display: block;
		  margin-top: 0px;
		  margin-bottom: 0px;
		  border-radius: 6px;
		}
		
		@media(hover: hover) and (pointer: fine)
		{
			.dropdown-menu p:hover {background-color: #ddd;}
		}
		
/** Finding Dialog **/
.custom-select {
  position: relative;
  font: 400 13.3333px Arial;
  width: 100%;
  margin: 6px;
  border: 1px solid #ccc;
  border-radius: 2px;
  resize: vertical;
}

.select-selected {
  background-color: #f9f9f9;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected{
  padding: 6px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #f9f9f9;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

@media(hover: hover) and (pointer: fine)
{
	.select-items div:hover, .same-as-selected {
	  background-color: rgba(0, 0, 0, 0.1);
	}
}

/* ok cancel buttons */
.okButton {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
  /*margin-right: 15px;*/
  margin-top: 15px;
}

.cancelButton {
  background-color: #ca5959;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: left;
  margin-right: 15px;
  margin-top: 15px;
}

/*****  FORM  **/
.formHeader {
	font: 400 16px Arial;
	margin: 10px 0px 10px;
}

.formSectionHeader{
	font: 400 14px Arial;
	margin: 10px 0px 10px;
}

.form-label {
  margin: 12px 6px 12px 0;
  display: inline-block;
}
.row {
	font: 400 13px system-ui;
}

.checkboxRox{
	padding-bottom: 6px;
}

.col-25 {
  float: left;
  width: 30%;
}

.col-75 {
  float: left;
  width: 70%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/**** Pop Up Form  ***/
/*{box-sizing: border-box;}*/


input[type="number"] {
    border-width: thin;
	font: 400 13.3333px Arial;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 20; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: #474e5d00;
  padding-top: 50px;
  
}

.findingDialog {
  margin: 0px;
  border: 0px;
  padding: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.findingGuiClass {
  background-color: #f1f1f1;
  max-width: 400px;
  min-width: 340px;
  padding: 10px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 55;
}

.findingType{
	min-height: 225px;
}

.stentdiv{
	margin-top: 12px;
}
#numOfStents{
	width: 32px;
	margin-left: 10px
}
#CoveringMyocardium{
	width: 40px;
	margin-left: 10px
}
#StentDiameter{
	width: 40px;
	margin-left: 22px
}

#mipRendering{
	margin-right: 2px;
}

.selectionListDiv{
	overflow-y:  auto;
	max-height: 600px;
}

.seriestable {
	font-family: system-ui;
    font-size: 14px;
	border-collapse: collapse;
	width: 100%;
}

.seriestable thead th {
	position: sticky;
	top: 0;
	background: #c7c7c7;
}

.seriestable td, .seriestable th{
	border: 1px solid #dddddd;
	text-align: left;
	padding: .3rem;
}


@media(hover: hover) and (pointer: fine)
{
	.fileselector:hover{
		background-color: #d3d3d39e;
	}
}


.seriesItem{
	font-size: inherit;
}

.imageListSelectionDialog {
  margin: 0px;
  border: 0px;
  padding: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.imageListSelectionGuiClass {
  background-color: #f1f1f1;
  max-width: 600px;
  min-width: 400px;
  padding: 10px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 55;
}
		
.selectedRenderingMode{
	background-color: #54923d;
}	

.grp_button{
	/*background-color: #e0eec6;*/
	background-color: #d8e5c0
}

.grp_option{
	margin-top: 4px;
}

@media(hover: hover) and (pointer: fine)
{
	.grp_button:hover{
		background-color: var(--hoverOperationColor);
	}
}

.extra_option_button{
	background: #c1c1c1;
	padding-left: 1px;
    padding-right: 1px;
}

.operation_button{
	background-color: transparent;
    color: ghostwhite;
    border-radius: 4px;
}


.dropDownArrow{
	background: transparent;
    color: ghostwhite;
}

.icon_button{
	background: transparent;
    color: ghostwhite;
}

@media(hover: hover) and (pointer: fine)
{
	.operation_button:hover{
		background-color: var(--hoverOperationColor);
	}
}

.reset_button{
	background-color: #ecc3c3
}

.tmode{
	color: white;
    margin: 3px;
}

.rowitem{
	display: inline-block;
}

input:disabled+label {
  color: #ccc;
}

/*
.thicknessSliderPopupMenu {
  width: 100px; /* Width of the outside container */
/*}
*/
.slidecontainer {
  width: 100%; /* Width of the outside container */
}

.subtraction_button{
	background-color: #c0e0e5
}

@media(hover: hover) and (pointer: fine)
{
	.subtraction_button:hover{
		background-color: #cef4fa
	}
}

.selectedSubstractionMode{
	background-color: #83cdd9;
}	



.rotated {
	transition: transform .35s cubic-bezier(.175,.885,.32,1.275);
    transform: rotate(180deg);
}


.tableExtraInfo{
	position: absolute;
    right: 4px;
    top: -2px;
    margin-top: 0px;
	color: black;
}

.rowinmenu{
	display: flex;
	padding: 4px;
	border-radius: 6px;
}

.rowinmenu p{
	margin-left: 4px;
	margin-top: 1px;
}

.toolbarButton{
	margin-left: 6px;
}

.infoLabel
{
	font-family: system-ui;
    font-size: 10px;
    color: #d0d0d0;
    text-align: center;
	height: 13px;
    margin-top: -2px;
    margin-right: 3px;
	width: 36px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	cursor: default;
	user-select: none;
}

.stageName{
	color: floralwhite;
    font-family: system-ui;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 9px;
	border-width: 1px;
    border-color: floralwhite;
    border-style: solid;
    border-radius: 6px;
	padding: 7px;
    margin-top: 4px;
    background-color: transparent;
	vertical-align: top;
	cursor: default;
	user-select: none;
}

.smallStageName{
	font-size: 12px;
    padding: 0px;
    border-radius: 5px;
    margin-top: 4px;
    vertical-align: top;
}

.optionLabel
{
	font-family: system-ui;
    font-size: 12px;
    color: #d0d0d0;
    margin-right: 3px;
	width: 36px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	cursor: default;
	vertical-align: text-top;
	user-select: none;
}

#Oblique{
	text-align: center;
}
#3D{
	text-align: center;
}

#ExtraApp{
	margin-top: 0px;
    margin-right: 6px;
    margin-left: 3px;
    text-align: left;
    padding-left: 2px;
    height: 40px;
    color: #f16c29;
}

#ExtraAppName{
	width: 58px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.renderingMode{
	vertical-align: top;
    color: floralwhite;
    font-family: system-ui;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-width: 1px;
    border-color: floralwhite;
    border-style: solid;
    border-radius: 4px;
    padding: 4px;
    margin-top: 7px;
    margin-right: 3px;
    cursor: default;
	user-select: none;
}

.incrementElement{
	height: 10px;
    width: 12px;
    padding: 4px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-family: system-ui;
    font-size: 12px;
	border-color: floralwhite;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    padding-bottom: 6px;
}

@media(hover: hover) and (pointer: fine)
{
	.incrementElement:hover {background-color: #a52a2a;}
}

.opacityInfo{
	position: absolute;
	top: 7px;
	left: 3px;
	width: 28px;
	display: none;
	font-family: system-ui;
    font-size: 12px;
    height: 27px;
    padding-top: 3px;
	color: floralwhite;
    background-color: rgb(21, 33, 43);
}

.segmentation_button
{
	height: 28px;
}

.seg_morp_op
{
	margin-top: 0px;
}

#opacityDiv{
	margin-left: 0px;
}

#vrExtraDiv{
	transition: width 1s;
}

.hpName{
	color: floralwhite;
    font-family: system-ui;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 110px;
	vertical-align: middle;
    margin-left: 4px;
	margin-bottom: 1px;
	cursor: default;
	user-select: none;
}

#dropdown-hp{
	width: 130px;
}

#hpDiv{
	border-width: 1px;
    border-color: floralwhite;
    border-style: solid;
    border-radius: 4px;
    vertical-align: top;
    height: 22px;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 6px;
}

#hpArrowList{
	padding-left: 0;
    height: auto;
    margin-top: auto;
}

#hpStageName{
	display: inline-block;
    width: 114px;
    margin-right: 0px;
}

#hpSetup{
	padding-top: 4px;
    background: var(--baritembackgroundColor);
}

.optionMenuButtonDiv{
	border-width: 1px;
    border-color: floralwhite;
    border-style: solid;
    border-radius: 4px;
    vertical-align: top;
    height: 22px;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 9px;
}

.optionMenuButtonDiv .dropDownArrow{
	padding-left: 0;
    height: 19px;
    margin-top: 2px;
    padding-top: 0px;
}

#vesselSel{
	color: floralwhite;
    font-family: system-ui;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100px;
	vertical-align: middle;
    margin-left: 4px;
	cursor: default;
	background-color: transparent;
}

#selectVessel
{
	width: 120px;
}

#dentarcSel{
	color: floralwhite;
    font-family: system-ui;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100px;
	vertical-align: middle;
    margin-left: 4px;
	cursor: default;
	background-color: transparent;
}

#selectDentarc
{
	width: 120px;
}

#pathSel{
	color: floralwhite;
    font-family: system-ui;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100px;
	vertical-align: middle;
    margin-left: 4px;
	cursor: default;
	background-color: transparent;
}

#selectPath
{
	width: 120px;
}

@media(hover: hover) and (pointer: fine)
{
	.rowinmenu:hover {background-color: #ddd;}
	.dropDownArrow:hover {color: white;}
}

#bodypartSelDiv
{
	vertical-align: top;
    margin: 0px 5px 10px 5px;
    font-family: system-ui;
    font-size: 14px;
    border-color: black;
    padding: 4px;
}
#selectBodypart{
	font-size: 14px;
}

.st4{fill:currentColor;}
.st167{opacity:0.7;fill:currentColor;}
.st168{opacity:0.3;fill:currentColor;}
.st9{fill:url(#SVGID_1_);}
.st19{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;}
.st20{fill:currentColor;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10; stroke-width:0.2;}
.st21{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.st22{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;}
.st24{fill:none;stroke:currentColor;stroke-width:0.25;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.st82{fill:none;stroke:red;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10; stroke-width:1;}
.st86{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:3.1304,3.1304;}
.st94{fill:currentColor;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.st98{fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
.st117{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:4.6043,4.6043;}
.st140{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:3.8455,3.8455;}
.st156{fill:none;stroke:currentColor;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:1;}
/****   SCROLL BAR ****/
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


.stageSelect{
	background-color: transparent;
    color: whitesmoke;
    border-color: whitesmoke;
    border-radius: 4px;
	height: 35px;
	margin-top: 6px;
}

#rMode{
	background-color: transparent;
    color: whitesmoke;
	margin-top: -2px;
	margin-right: 0px;
    font-family: system-ui;
}

#vrProt{
	margin-top: 6px;
	margin-right: 0px;
	padding-right: 0px;
}

#GrpsDiv{
	margin-left: 0px;
}

.selectionTable{
	border-collapse: collapse;
}
.selectedCell{
	background-color:  var(--baritembackgroundColor);
}

.wlinputlabel{
	padding: 5px 3px;
}
#wlinputfieldW{
	width: 60px;
	margin-left: 2px;
	margin-right: 3px;
	margin-bottom: 3px;
}
#wlinputfieldC{
	width: 60px;
	margin-left: 5px;
	margin-right: 3px;
	margin-bottom: 3px;
}

.penSize{
	font-family: system-ui;
    font-size: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    width: 30px;
}

.volumePan{
    padding-right: 8px;
    padding-left: 8px;
	padding-bottom: 2px;
    display: inline;
    font-size: 16px;
    font-family: system-ui;
    vertical-align: top;
    background-color: #394f60;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
	
	border-left-style: solid;
    border-left-color: #ababab;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #ababab;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-color: #ababab;
    border-right-width: 2px;
	
	user-select: none;
	
}
 
  .appBtns{
	  display: inline-flex;
  }

  .googleBtnDiv {
	  width: 176px;
	  height: 42px;
	  background-color: #fff;
	  border-radius: 2px;
	  box-shadow: 0 3px 4px 0 rgba(0,0,0,.25);
	  margin-inline: 10px;
   }  
  .google-icon-wrapper {
    position: absolute;
    margin-top: 1px;
    margin-left: 1px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background-color:  #fff;
  }
  .google-icon {
    margin-top: 11px;
    margin-left: 0px;
    width: 20px;
    height: 20px;
  }
  .btn-text {
    float: right;
    margin: 14px 11px 0 0;
    color: #555555;
    font-size: 14px;
    letter-spacing: 0.2px;
    font-family: 'Roboto', sans-serif;
  }
  
  .exitBtnDiv {
	  width: 62px;
	  height: 42px;
	  background-color: #fff;
	  border-radius: 2px;
	  box-shadow: 0 3px 4px 0 rgba(0,0,0,.25);
	  margin-inline: 10px;
   }  
   
  .btn-exit-text{
    float: right;
    margin: 14px 12px 0 0;
    color: #555555;
    font-size: 14px;
    letter-spacing: 0.2px;
    font-family: 'Roboto', sans-serif;
  }
  
  .tooltiptext {
  visibility: hidden;
  width: 180px;
  background-color: white;
  color: #555555;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  opacity: 0;
  transition: opacity 1s;
  font-family: system-ui;
  font-size: 12px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  bottom: 95%;
  left: 50%;
  margin-left: -110px; /* Use half of the width (120/2 = 60), to center the tooltip */
  z-index: 1;
}
  .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}
  
  @media(hover: hover) and (pointer: fine)
	{
		.googleBtnDiv:hover {box-shadow: 0 0px 6px 0 rgba(20,40,73,.75);}
		.googleBtnDiv:hover .tooltiptext { visibility: visible; opacity: 1;}
		.exitBtnDiv:hover {box-shadow: 0 0px 6px 0 rgba(20,40,73,.75);}
	}

/*** radial Menu ******************/

div.menuHolder {
	user-select: none;
	-moz-user-select: none;
	position: relative;
	margin: 10px;
}

svg.icons {
	display: none;
}

svg.tissueMenu {
	position: absolute;
	overflow: visible;
	transition: 0.2s;
	transition-timing-function: ease-out;
}

svg.tissueMenu.inner {
	transform: scale(0.66) rotate(-10deg);
	opacity: 0;
	visibility: hidden;
}

svg.tissueMenu.outer {
	transform: scale(1.5) rotate(10deg);
	opacity: 0;
	visibility: hidden;
}

svg.tissueMenu > g > path {
	fill: #00000080;
}

svg.tissueMenu > g.sector > path {
	cursor: pointer;
	/*transition: 0.1s;*/
}

svg.tissueMenu > g.sector > text,
svg.tissueMenu > g.sector > use {
	cursor: pointer;
	fill: white;
	font-family: system-ui;
	font-size: 18px;

	/*text-shadow: 1px 1px 0 #000000A0;*/
}

svg.tissueMenu > g.sector:hover > path {
	fill: #F9A602D0;

}

svg.tissueMenu > g.sector.selected > path {
	fill: #32CD32D0 !important;
}

svg.tissueMenu > g.center:hover > circle {
	fill: #F9A602D0;
}

svg.tissueMenu > g.center > circle {
	cursor: pointer;
	fill: #00000080;
}

svg.tissueMenu > g.center > text,
svg.tissueMenu > g.center > use {
	cursor: pointer;
	fill: white;
}
/****** radial menu **/


/********** infoViewTable **************/
.CSMainTable{
	background: #15212b;
}
.csInfoHeader{
	font-family: system-ui;
    font-size: 20px;
    color: white;
    margin: 14px;
}

.csInfoFooter{
	padding-top: 10px;
}

.csInfoFooter p{
	color: white;
    margin-left: 10px;
    margin-bottom: 1px;
	margin-top: 1px;
    font-size: 13px;
    font-family: system-ui;
}

div.minimalistBlack {
	border: 2px solid #425a6d;
	width: 97%;
	text-align: center;
	border-collapse: collapse;
	margin-block: 8px;
    margin-inline: 6px;
    color: white;
    font-family: system-ui;
    font-size: 16px;
}
.divTable.minimalistBlack .divTableCell, .divTable.minimalistBlack .divTableHead {
	border: 1px solid #425a6d;
	padding: 5px 4px;
}
.divTable.minimalistBlack .divTableBody .divTableCell {
	font-size: 13px;
}
.divTable.minimalistBlack .divTableHeading {
	background: #CFCFCF;
	background: -moz-linear-gradient(top, #b2b2b2 0%, #d3d3d3 66%, #CFCFCF 100%);
	background: -webkit-linear-gradient(top, #b2b2b2 0%, #d3d3d3 66%, #CFCFCF 100%);
	background: linear-gradient(to bottom, #b2b2b2 0%, #d3d3d3 66%, #CFCFCF 100%);
	border-bottom: 2px solid #425a6d;
}
.divTable.minimalistBlack .divTableHeading .divTableHead {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

.subTotalRow {
	background: #2b4356;
	font-weight: bold;
}

.minimalistBlack .tableFootStyle {
	font-size: 15px;
	font-weight: bold;
	color: white;
	border-top: 2px solid #425a6d;
	background: #2b4356;
}

/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}

/********** infoViewTable **************/




.lutDialog {
	display: none; /* not visible by default */
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	background: #666;
	border: 1px solid #fff;  /* change allowed; Border to separate multipe lutDialog boxes */
	margin: 0;
	position: absolute;
}
.lutDialog .titlebar {
	height: 32px; /* same as .dialog>button height */
	line-height: 32px; /* same as .dialog>button height */
	vertical-align: middle;
	font-size: 1.2em;
	padding: 0 8px 0 8px; /* change NOT allowed */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: move;
	background: #39c;
}
.lutDialog .content {
	position: absolute;
	top: 48px; /* change allowed */
	left: 16px; /* change NOT allowed */
	overflow: auto;
	font-size: 1em;
}
.lutDialog .buttonpane:before {
	width: 100%;
	height: 0;
	border-bottom: 1px solid; /* change allowed */
	content: '';
	position: absolute;
	top: -16px; /* change allowed */
}
.lutDialog .buttonpane {
	width: 100%;
	position: absolute;
	bottom: 16px; /* change allowed */
	right: 16px; /* change NOT allowed */
	white-space: nowrap; /* keep buttons on one line */
}
.lutDialog .buttonset {
	float: right;
}

.lutDialog .extraset {
	float: left;
}

.lutDialog button {
	-webkit-transition: 0.25s;
	transition: 0.25s;
	color: #fff;
}
.lutDialog button::-moz-focus-inner {
	border: 0;
}
/* .lutDialog button.hover, */ /* Let's use standard hover */
.lutDialog button:hover,
.lutDialog button.active
{
	cursor: pointer;
}
.lutDialog>button {
	width: 32px; /* change NOT allowed */
	height: 32px; /* same as .dialog .titlebar height */
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	border: 0;
	font-size: 1.4em;
	background: #fa0;
}
/* .dialog>button.hover, */
.lutDialog>button:hover,
.lutDialog>button.focus
{
	box-shadow: inset -16px 0 0 0 #e80, inset 16px 0 0 0 #e80;
}
.lutDialog>button.active {
	background: #f55; /* irrelevant */
	border: 1px solid #ddd; /* irrelevant */
}
.lutDialog .buttonset button {
	height: 32px; /* change allowed */
	width: 64px; /* change allowed */
	font-size: 1.1em;
	padding: 0; /* irrelevant */
	border: 2px solid #fff; /* change allowed */
	border-radius: 4px; /* change allowed */
	margin-left: 16px; /* change NOT allowed */
	background: #39c
}
.lutDialog .buttonset button:first-child {
	margin-left: 0;
}
/* .lutDialog .buttonset button.hover, */
.lutDialog .buttonset button:hover,
.lutDialog .buttonset button.focus
{
	box-shadow: inset -32px 0 0 0 #17a, inset 32px 0 0 0 #17a;
}
.lutDialog .buttonset button.active {
	background: #1a7;
	border-color: #ddd;
}


hr.dashed {
  border-top: 1px dashed #bbb;
}












@import url(https://fonts.googleapis.com/css?family=Roboto:500);