#page-wrapper {
	padding-left: 0;
	padding-right: 0;
}

.viewer {
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    float: left;
    box-sizing: border-box;
    width: 100%;
}

.toolbarSection {
	border-bottom: 1px solid #44626f;
    height: 71px;
    padding-top: 6px;
    display: flex;
    flex-direction: row;
	width: 100%;
}

.toolbarSection .menubtn {
    padding-top: 5px;
}

.toolbarSection .more-menu {
    left: auto;
    width: fit-content;
    background-color: #060606;
    border: 1px solid #538cd5;
    margin-top: 6px;
    text-align: unset;
}

.center-table {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.roundedButtonGroup {
    position: relative;
}

.roundedButtonGroup .roundedButtonWrapper {
    cursor: pointer;
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.roundedButtonGroup .roundedButtonWrapper .roundedButton {
    color: #91b9cd;
    border: 2px solid #3c5d80;
    background-color: #16202b;
    align-items: center;
    display: flex;
    font-size: 11px;
    font-weight: 500;
    justify-content: center;
    height: 25px;
    padding: 0 22px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease;
    z-index: 1;
    border-radius: 25px;
}

.study-viewer {
    position: relative;
}

.study-viewer .roundedButtonWrapper {
    cursor: pointer;
    text-decoration: none;
    height: 25px;
}

.study-viewer .roundedButtonWrapper .roundedButton {
    color:  #91b9cd;
    border: 2px solid #3c5d80;
    background-color: #16202b;
    align-items: center;
    text-align: center;
    display: flex;
    font-size: 11px;
    font-weight: 500;
    justify-content: center;
    height: 25px;
    padding: 0 10px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    border-radius: 5px;	
    transform-style: preserve-3d;
	transform: perspective(250px) scale3d(1, 1, 1);
	transition: all 1s cubic-bezier(0.03, 0.98, 0.52, 0.99);
    will-change: transform, box-shadow, background;
	width: 121px;
	vertical-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.study-viewer .roundedButtonWrapper .roundedButton.disabled:hover,
	.dropup-for-annotations .dropdown-toggle.disabled:hover {
	cursor: not-allowed
}

.study-viewer .roundedButtonWrapper .viewer-searchButton {
    color:  #91b9cd;
    border: 2px solid #3c5d80;
    background-color: #16202b;
    align-items: center;
    text-align: center;
    display: flex;
    font-size: 11px;
    border-radius: 20px;
    font-weight: 500;
    justify-content: center;
    height: 25px;
    text-transform: uppercase;
	border-radius: 5px;	
    transform-style: preserve-3d;
	transition: all 1s cubic-bezier(0.03, 0.98, 0.52, 0.99);
    will-change: transform, box-shadow, background;
	width: 90px;
	margin:0 10px;
}

.study-viewer .roundedButtonWrapper .viewer-searchButton:hover {
    background: lighten(#16202b, 2%);
    box-shadow: 0 8px 65px -5px lightgrey;
}

.study-viewer .roundedButtonWrapper .roundedButton:hover {
    background: lighten(#16202b, 2%);
    box-shadow: 0 8px 65px -5px lightgrey;
}

.report-content .roundedButtonWrapper {
	text-decoration: none;
	display: block;
    padding: 5px 0;
    width: 820px;
    height: 100%;
    font-size: 14px;
    text-align: right;
}
    
.report-content .roundedButtonWrapper .roundedButton {
	cursor: pointer;
    color: #91b9cd;
    border: 2px solid #3c5d80;
    background-color: #16202b;
    align-items: center;
	font-size: 11px;
    font-weight: 500;
    justify-content: center;
    height: 25px;
    padding: 0 10px;
    position: relative;
   	transition: all 0.3s ease;
    z-index: 1;
    border-radius: 5px;
    margin-left: 10px;
	width: 120px;
    vertical-align: middle;
    text-transform: uppercase;
}
    
.report-content .roundedButtonWrapper .roundedButton:hover {
    background: lighten(#16202b, 2%);
    box-shadow: 0 8px 65px -5px lightgrey;
}
.report-content .roundedButtonWrapper .roundedButton.disabled:hover {
	cursor: not-allowed
}

.roundedButtonGroup .roundedButtonWrapper .bottomLabel {
    color: #538cd5;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    margin-top: 8px;
    text-align: center;
}

.toolbarSectionTools {
    height: 45px;
    position: relative;
    cursor: pointer;
    min-width: 30px;
    outline: none;
    text-align: center;
}

.toolbarSectionButton {
    display: inline-block;
}

.toolbarSectionButton .btn_container {
    height: 32px;
	font-size: 22px;
    color: #538cd5;
}

.toolbarSectionButton:active>.buttonLabel, .toolbarSectionButton.active>.buttonLabel,
	.toolbarSectionButton:active>.btn_container, .toolbarSectionButton.active>.btn_container
	{
    color: #53c8d5;
}
.toolbarSectionButton:hover>.buttonLabel {
    color: #fff;
}
.toolbarSectionButton .buttonLabel {
    color: #538cd5;
    font-size: 12px;
    font-weight: 500;
}

.toolbarSectionButton.disabled .btn_container, .toolbarSectionButton.disabled .buttonLabel,
	.toolbarSectionButton.disabled:hover .btn_container,
	.toolbarSectionButton.disabled:hover .buttonLabel {
	color: grey;
}

#wwwc_menu .dropdown-menu  .divider {
	margin: 4px 0;
}

.report-external-link {
    display: inline-block;
}

.report-external-link .btn_container {
    height: 32px;
	font-size: 22px;
    color: #538cd5;
}

.report-external-link:active>.buttonLabel, .report-external-link.active>.buttonLabel,
	.report-external-link:active>.btn_container, .report-external-link.active>.btn_container
	{
    color: #53c8d5;
}
.report-external-link:hover>.buttonLabel {
    color: #fff;
}
.report-external-link .buttonLabel {
    color: #538cd5;
    font-size: 12px;
    font-weight: 500;
}

.viewerSection {
  display: flex;
  flex: 1;
  -webkit-flex: 1; /* Safari 6.1+ */
  -ms-flex: 1; /* IE 10 */
  flex-flow: row nowrap;
  align-items: stretch;
  height: calc(100vh - 196.66px);
  width: calc(100% - 2px);
  overflow: hidden;
}

.viewerSection .sidebarMenu {
  height: 100%;
  transform: scale(1);
  transition: all 0.3s ease;
}

.viewerSection .sidebar-left {
  flex: 1;
  -webkit-flex: 1; /* Safari 6.1+ */
  -ms-flex: 1; /* IE 10 */
  margin-left: -305px;
  max-width: 305px;
  order: 1;
  border-top: 1px solid #44626f;
  border-bottom: 1px solid #44626f;
  border-right: 1px solid #44626f;
}

.viewerSection .sidebar-left.sidebar-open {
  margin-left: 0;
}

.viewerSection .sidebar-right {
  flex: 2;
  -webkit-flex: 2; /* Safari 6.1+ */
  -ms-flex: 2; /* IE 10 */
  margin-right: -850px;
  max-width: 850px;
  order: 3;
  position: relative;
  border: 1px solid #44626f;
}

.viewerSection .sidebar-right.sidebar-open {
  margin-right: 0;
}

.viewerSection .mainContent {
  flex: 1;
  height: 100%;
  order: 2;
  overflow: hidden;
  transition: all 0.3s ease;
}

.series-tab-content {
	height: calc(100vh - 199px);
	overflow-y: auto;
    overflow-x: hidden;
}

.thumbnailEntry {
  cursor: pointer;
  display: table;
  margin: 0 auto;
}

.thumbnailEntry .draggable {
  cursor: copy;
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

.thumbnailEntry .seriesDetails {
  font-size: 12px;
  line-height: 1.3em;
  margin-top: 5px;
  max-width: 217px;
  min-height: 36px;
  position: relative;
  word-wrap: break-word;
  color: #f7bc04;
}

.thumbnailEntry .seriesInformation {
  padding-right: 4px;
  max-width: 50px;
}

.thumbnailEntry .seriesInformation .item-frames .icon {
  height: 18px;
}

.thumbnailEntry .seriesInformation .value {
  display: inline-block;
  float: right;
  font-size: 12px;
  margin-left: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #91b9cd;
}

.thumbnailEntry .seriesInformation .icon {
  display: inline-block;
  float: left;
  font-size: 10px;
  font-weight: 900;
  text-align: right;
  width: 11px;
  color: #538cd5;
}

.thumbnailEntry .seriesInformation .icon div {
  background-color: #678696;
  margin-top: 6px;
  position: relative;
}

.thumbnailEntry .seriesInformation .icon div:after {
  box-shadow: gainsboro;
  left: -5px;
  position: absolute;
  top: -5px;
}

.thumbnailEntry .seriesInformation .icon div:after {
  background-color: #20a5d6;
}

.thumbnailEntry .seriesInformation .icon div, .thumbnailEntry .seriesInformation .icon div:after
	{
  content: '';
  display: inline-block;
  height: 11px;
  width: 11px;
}

.thumbnailEntry .seriesInformation .icon div, .thumbnailEntry .seriesInformation .icon div:after
	{
  border: 2px solid #000;
}

.thumbnailEntry.active .imageThumbnail {
  box-shadow: none;
  transition: all 0.3s ease;
}

.thumbnailEntry.active .imageThumbnail {
  border-color: #20a5d6;
}

.imageThumbnailCanvas {
  height: 100%;
  overflow: hidden;
}

.imageThumbnail {
  border: 4px solid transparent;
  border-radius: 12px;
  height: 135px;
  margin: 0 auto;
  padding: 1px 7px;
  position: relative;
  transition: all 0.3s ease;
  width: 217px;
  background-clip: padding-box;
  box-shadow: inset 0 0 0 1px #3c5d80;
  background-color: #000;
}

.thumbnailEntry .download-series i {
	color: #538cd5;
	margin-right: 10px;
}

.thumbnailEntry .download-series i.disabled {
	color: #777;
}

.scroll {
	height: 100%;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 0;
}

.scroll .scroll-holder {
    height: calc(100% - 28px);
    margin-top: 5px;
    position: relative;
    width: 12px;
}

.scroll .scroll-holder .image-slider {
	display: none;
	height: 12px;
    left: 12px;
    padding: 0;
    position: absolute;
    top: 0;
    transform: rotate(90deg);
    transform-origin: top left;
    -webkit-appearance: none;
    background: #d3d3d3;
    border-radius: 5px;
    outline: none;
  	opacity: 0.7;
  	transition: opacity .2s;
}

.scroll .scroll-holder .image-slider:hover {
  opacity: 1;
}

.scroll .scroll-holder .image-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 50px;
  height: 14px;
  border-radius: 20%;
  background: #538cd5;
  cursor: pointer;
}

.scroll .scroll-holder .image-slider::-moz-range-thumb {
  width: 50px;
  height: 14px;
  border-radius: 20%;
  background: #538cd5;
  cursor: pointer;
}

.clinical_note::-webkit-scrollbar, .predictions::-webkit-scrollbar {
	width: 10px;
	
}

/* Track */
.clinical_note::-webkit-scrollbar-track, .predictions::-webkit-scrollbar-track
	{
  box-shadow: inset 0 0 5px grey; 
  background-color: #F5F5F5;
  border-radius: 8px;
}

.clinical_note::-moz-range-track, .predictions::-moz-range-track {
  box-shadow: inset 0 0 5px grey; 
  background-color: #F5F5F5;
  border-radius: 8px;
}

/* Handle */
.clinical_note::-webkit-scrollbar-thumb, .predictions::-webkit-scrollbar-thumb
	{
  background: #538cd5; 
  border-radius: 8px;
}

.clinical_note::-moz-range-thumb, .predictions::-moz-range-thumb {
  background: #538cd5; 
  border-radius: 8px;
}

.clinical_note .popover {
	word-wrap: break-word;
	z-index:1;/* shivani */
}
/* shivani */
.predictions .popover {
	z-index:1;
}

.force-reinference-style{
	width: fit-content;
    background: #0085FF;
    padding: 10px;
    display: flex;
    border-radius: 7px;
    margin-top: 12px;
    cursor: pointer;
    pointer-events: auto;
}

.force-reinference-loader-container{
	position: relative;
}

.force-reinference-loader{
	position: absolute;
    z-index: 100;
    left: 25px;
    top: 13px;
    display:none;
}

.viewer-search {
    display: inline-block;
    border: 2px solid #538cd5;
    border-radius: 10px;
    margin-left: 5px;
    margin-right: 5px;
    height: 50px;
    width: 290px;
}

.viewer-search .viewersearch-container {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.viewer-search #searchText {
	width: 120px;
	margin: 6px;
}

.show-original {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 1rem;
	margin-left: 10px;
}

.report {
	height: calc(100vh - 198px);
	overflow-y: auto;
	overflow-x: hidden;
}

.report-content .report-refresh {
	display: inline-block;
	margin: 0 20px;
	line-height: 26px;
}

.report-content .reportTemplate {
	margin: 0 2px;
	width: 245px;
	display: inline-block;
}

.report-content .reportTemplate select {
	width: 245px;
	padding: 3px 5px;
}

.report-content .rsnaTemplate {
	margin: 0 2px;
	width: 245px;
	display: inline-block;
}

.report-content .rsnaTemplate select {
	width: 245px;
	padding: 3px 5px;
}

.report-content .radiologistReportTemplate {
	margin: 0 2px;
	width: 245px;
	display: inline-block;
}

.report-content .radiologistReportTemplate select {
	width: 245px;
	padding: 3px 5px;
}

.report-content .clientTemplate {
	margin: 0 2px;
	width: auto;
	display: inline-block;
}

.report-content .clientTemplate select {
	width: auto;
	padding: 3px 5px;
}

.report-content .multiple-report-tabs {
    border-bottom: 1px solid #538cd5;
    margin-left: 2px;
    margin-right: 2px;
}

.report-content .multiple-report-tabs li {
  text-align: center;
  margin: 0;
  width: fit-content;
}

.report-content .multiple-report-tabs li a {
  padding: 3px 9px;
  cursor: pointer;
  border: 1px #538cd5;
}

.report-content .multiple-report-tabs>li.active>a, .report-content .multiple-report-tabs>li.active>a:focus,
	.report-content .multiple-report-tabs>li.active>a:hover {
  background-color: #538cd5;
  border: 1px #538cd5;
  color: #fff;
}

.report-content .navigationButtons {
	margin: 5px auto;
	width: 260px;
}

.report-content .navigationButtons ul {
  margin: 0 auto;
  width: fit-content;
}

.report-content .navigationButtons li {
  text-align: center;
  width: 130px;
  margin: 0;
}

.report-content .navigationButtons li:first-child a {
  border-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.report-content .navigationButtons li:last-child a {
  border-radius: 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.report-content .navigationButtons li:only-child a {
  border-radius: 20px;
}

.report-content .navigationButtons li a {
  padding: 3px 9px;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease;
  background-color: #16202b;
  border-right: 1px solid #44626f;
}

.report-content .navigationButtons li.active a {
  background-color: #538cd5;
  border-color: #00a4d9;
}

.report-content .report-tab-content {
    width: 850px;
    margin: 0 auto;
    height: calc(100vh - 198px - 126px);
	overflow-y: auto;
	overflow-x: hidden;
}

.report-content .btn_container {
	display: block;
    padding: 0;
    width: 100%;
    height: 100%;
	font-size: 14px;
	text-align: right;
}

.report-content .btn_container .btn {
	display: inline-block;
    padding: 5px;
    border-radius: 20px;
    border-color: #16202b;
    box-sizing: border-box;
    width: 150px;
	background: #538cd5;
    color: #fff;
}

.report-content .report-section {
	width: 800px;
	margin: 0px auto;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, .05);
}

.report-content .document-editor {
	border: 1px solid #DFE4E6;
	border-bottom-color: #cdd0d2;
	border-right-color: #cdd0d2;
	border-radius: 2px;
	max-height: 700px;
	display: flex;
	flex-flow: column nowrap;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, .1);
	color: #2D3A4A;
	box-sizing: border-box;
}

.report-content .toolbar-container {
	z-index: 1;
	position: relative;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, .05);
}

.report-content .toolbar-container .ck.ck-toolbar {
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-radius: 0;
}

.report-content .content-container {
	padding: 2em;
	background: #eee;
	overflow-y: scroll;
}

.report-content .ext-report-section {
	width: 1100px;
	margin: 20px auto;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, .05);
	background: #fff;
    border: 1px solid #DFE4E6;
    border-bottom-color: #cdd0d2;
    border-right-color: #cdd0d2;
}

.keywords_container {
    overflow-y: auto;
   	word-break: break-word;
	height: 100%;
   	border-left: 1px solid #538cd5;
   	line-height: 38px;
}

.keywords_container .keywords {
	display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.imageViewer {
	display: grid;
	width: 100%;
}

.viewportWrapper {
    box-sizing: border-box;
    opacity: 1;
    transition: all .3s ease;
}

/* images are displayed in viewports */
.viewportWrapper .viewport, .viewportWrapper .viewport-element {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
    text-align: center;
    padding-bottom: 1px;
}

.viewport, .viewport-element {
	border: 1px solid #44626f;
}

.viewportWrapper .viewport.active, .viewportWrapper .viewport-element.active {
    border: 1px solid #00d8f6;
}

.viewportWrapper, .viewportWrapper .viewport:focus, .viewportWrapper .viewport-element:focus {
  outline: none;
}

.viewportWrapper .overlay {
    position: absolute;
    color: #ffffff;
	font-size: 15px;
}

.aiRepMessagePanel {
	display: none; 
	height: 25px; 
	min-height: 25px; 
	order: 2;
	font-size: 9pt; 
	font-style: italic; 
	font-family: 'Roboto'; 
	width: 100%; 
	text-align: center; 
	padding: 4px 0;
	border-left: 1px solid #44626f;
	border-right: 1px solid #44626f;
}

.ai-rep-panel-btn {
	width: 90px;
	height: 32px;
	font-family: 'Roboto';
    font-size: 11pt;
	background-color: #d6d6d6;
	color: #000;
	outline: none;
	
}

.ai-rep-panel-btn.active.focus, .ai-rep-panel-btn.active:focus, 
.ai-rep-panel-btn.focus, .ai-rep-panel-btn:active.focus, 
.ai-rep-panel-btn:active:focus, .ai-rep-panel-btn:focus {
	outline: none;
}

.ai-rep-panel-btn.active {
	background-color: #4679B8;
	color: #fff;
}

.annotation {
    width: calc(100% - 307px);
    height: 60px;
    display: inline-block;
    border: 1px solid #44626f;
    padding: 0 20px;
}

.annotationWrap {
    margin-left: 20px;
	color: #000;
    font-family: 'Roboto';
    font-size: 12pt;
    border-radius: 4px;
    height: 44px;
    display: flex;
    flex-direction: row;
    align-items: center; 
	justify-content: center;
}

.options_menu {
	margin-left: 10px;
	cursor: pointer;
}

.search-result {
    position: relative; 
    display: none;
    background-color: #151a1f;
    z-index: 2;
    border: 1px solid rgb(0, 164, 217);
	right: 0;
    min-width: 40%;
	height: calc(100vh - 196.66px);
}

.search-result .search-result-close {
  position: absolute;
  top: 0;
	right: 0;
  line-height: 10px;
  padding: 5px 10px;

}

.search-result .search-result-close:hover, .search-result .search-result-close:active
	{
  color: #538cd5;
  background: #fff;
}

.search-result-section {
	height: calc(100vh - 251px);
    overflow-x: hidden;
    overflow-y: auto;
}

.search-result-image {
  padding: 0;
	margin: 5px;
	width: 220px;
	height: 220px;
}

.search-result-copy-image {
    position: absolute;
}

.column-border {
  border: 2px solid #538cd5;
  border-radius: 10px;
  margin: 15px;
	min-width: 350px;
}

.search-result-image {
  padding: 0;
	margin: 5px;
	width: 220px;
	height: 220px;
}

.bottom-center-text-over-img {
    position: absolute;
    bottom: 4px;
    left: 0;
    background-color: lightgrey;
    color: #16202b;
    width: 100%;
    height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	word-wrap: break-word;
    text-overflow: ellipsis;
   	overflow: hidden;
    margin-top: 3px;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}

.copy-clipboard {
    font-size: 25px;
    color: #538cd5;
    margin-top: 15px;
    margin-left: 5px;
}

.search-image-view {
  overflow-x: auto;
  white-space: nowrap;
}

.search-image-view .btn_search-view-back {
    min-width: 75px;
	margin-top: 10px;
    display: inline-block;
    float: none;
    vertical-align: top;
}

.searchimageview-image, .searchimageview-report {
    border: 2px solid #538cd5;
    border-radius: 10px;
	margin-top: 10px;
    padding: 10px;
    height: 534px;
    display: inline-block;
    float: none;
    vertical-align: top;
}

.searchimageview-image {
    overflow: hidden;
    min-width: 525px;
    margin-right: 10px;
    text-align: center;
}

.searchimageview-report {
    min-width: 435px;
}

.search-image-view {
    display: none;
}

.finalreport-textarea {
	position: fixed;
    top: 0;
    left: 0;
    padding: 0;
}

.scrollable-menu {
    height: auto;
    max-height: 400px;
    overflow-x: hidden;
}

.select2-selection {
	height: 32px !important;
}
#notAssignedMsg {
	margin-left: 20px;	
}

#notAssignedMsg span {
	font-size: 16px;
	color: #ffc000;
}

#reportWarning span {
	font-size: 16px;
	color: #ffc000;
}
/* Viewport orientation markers - Start*/
.viewportOrientationMarkers {
	pointer-events: none;
	font-size: 18px;
	font-weight: bold;
	color: #538cd5;
	line-height: 20px;
}

.orientationMarker {
	position: absolute;
}

.topMid {
	top: 5px;
    left: 50%;
}

.leftMid {
	top: 47%;
	left: 5px;
}
/* Viewport orientation markers - End*/

.optionsdetails {
  visibility: hidden;
  width: 490px;
  max-height: 300px;
  background-color: #777;
  color: black;
  border-radius: 6px;
  overflow: auto;
  height: 270px;


  /* Position the tooltip */
  position: absolute;
  z-index: 1;
	bottom: 55px;
}

/*.optionsdetails::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: grey transparent transparent transparent;*/
/*}*/

.optionstable {
    /*border-spacing:0 10px;*/
	margin-bottom: 0px;
	width: 99.5%;
    line-height: 20px;
    font-size: 16px;
}

.optionstable td {
    text-align: left;
}

.optionstable input[type="radio"] {
	margin: 0px;
}

.optionstable tr:nth-child(even) {
    background-color: #999;
}

.optionstable tr:nth-child(odd) {
    background-color: #bababa;
}

.pathology_db_id {
    display: none;
}

.annotation-pagers {
	font-size: 38px;
	color: #d6d6d6;
    display: none;
	cursor: pointer;
	margin-left: 20px;
}

.optionstable tr:hover {
    background-color: #9b9b8c;
}

/* ------------ For the 'Delete Confirmation' dialog when the user tries to delete an annotation ---------------- */

.delete-conf-btn-group button {
    background-color: #4CAF50; /* Green background */
    border: 1px solid green; /* Green border */
    color: white; /* White text */
    padding: 6px 12px; /* Some padding */
    cursor: pointer; /* Pointer/hand icon */
    float: left; /* Float the buttons side by side */
    margin: 10px;
    font-size: 20px;
}

/* Clear floats (clearfix hack) */
.delete-conf-btn-group:after {
    content: "";
    clear: both;
    display: table;
}


/* Add a background color on hover */
.delete-conf-btn-group button:hover {
    background-color: #3e8e41;
}


/* ------------ END OF DELETE CONFIRMATION ---------------- */


/* ------------ For the options radio buttion when an annotaiton is clicked --------------------- */

/* The container */
.options-radio-container {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.options-radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.options-radio-btn-checkmark {
    position: absolute;
    top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
    left: 0;
    height: 13px;
    width: 13px;
    background-color: #d6d7c8;
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */
.options-radio-container:hover input ~ .options-radio-btn-checkmark {
    background-color: #F0F5EF;
}

/* When the radio button is checked, add a blue background */
.options-radio-container input:checked ~ .options-radio-btn-checkmark {
    background-color: #FFC000;
}


/* ---------------------- END OF OPTIONS RADIO BUTTON SETTINGS --------------------------- */


/* ---------------------- For the Foreign Body options checkbox  ----------------------------- */


/* The container */
.options-checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.options-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.options-checbox-checkmark {
    position: absolute;
    top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.options-checkbox-container:hover input ~ .options-checbox-checkmark {
    background-color: #666666;
}

/* When the checkbox is checked, add a blue background */
.options-checkbox-container input:checked ~ .options-checbox-checkmark {
    background-color: #666666;
}

/* Create the options-checbox-checkmark/indicator (hidden when not checked) */
.options-checbox-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the options-checbox-checkmark when checked */
.options-checkbox-container input:checked ~ .options-checbox-checkmark:after
	{
    display: block;
}

/* Style the options-checbox-checkmark/indicator */
.options-checkbox-container .options-checbox-checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.circle-for-annotation {
    border-radius: 50%;
    width: 13px;
    height: 13px;
    margin-left: 8px;
    margin-right: 3px;
    margin-top: 5px;
    cursor: pointer;
}

.annotation_button_disabled {
	color: #4F4F4F;
	cursor: not-allowed;
}

.annotation_button {
	color: #fff;
	cursor: pointer;
}

.trash_btn.annotation_button_disabled {
	color: #000;
	cursor: pointer;
}

.toolContextMenu {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    z-index: 1000;
    display: block;
    width: 75px;
}

.toolContextMenu>ul {
	list-style-type: none;
	padding-left: 0;
    margin: 0;
}

.toolContextMenu>ul>li>button {
    padding: 5px 10px;
    font-size: 14px;
    border: none;
    color: #516873;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    background: none;
}

/* Style the tab */
.group-column {
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.options-tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 2px 4px;
    transition: 0.3s;
    font-size: 14px;
}

/* Change background color of buttons on hover */
.options-tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.options-tab button.active {
    background-color: #ccc;
	border-top: 2px solid black;
	border-right: 2px solid black;
	border-left: 2px solid black;
}

/* Style the tab content */
.options-tabcontent {
    display: none;
    border-top: none;
}

/* ---------------------- END OF FOREIGN BODY CHECKOX SETTINGS ----------------------------- */

/*!* Create the indicator (the dot/circle - hidden when not checked) *!*/
/*.options-radio-btn-checkmark:after {*/
/*content: "";*/
/*position: absolute;*/
/*display: none;*/
/*}*/

/*!* Show the indicator (dot/circle) when checked *!*/
/*.options-radio-container input:checked ~ .options-radio-btn-checkmark:after {*/
/*display: block;*/
/*}*/




/*.option-radio-button {*/
/*opacity:0;*/
/*width:0;*/
/*margin:0;*/
/*}*/

/*.option-radio-button-label {*/
/*margin-bottom-10px;*/
/*display: inline-block;*/
/*padding-left:26px;*/
/*background: url(/images/checks.png) no-repeat;*/
/*background-position: 0 -32px;*/
/*line-height: 24px;*/
/*cursor:pointer;*/
/*}*/

.hover_bkgr_fricc{
	position: absolute;
	cursor: move;
	color:black;
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    z-index:10000;
	height: 600px;
	position: fixed;
	right: 3px;
	bottom: 10px;
	z-index: 1000;
	box-shadow: 10px 10px 60px #555;
	border-radius: 8px;
	background-color: #fff;
	margin-top: 30px;

}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > #reportForm {
	overflow-y: scroll;
	overflow-x: scroll;
    background-color: #fff;
    display: inline-block;
    height: 600px;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 500px;
    position: relative;
    padding: 15px 5%;
}
.popupCloseButton {
    background-color: #fff;
    border: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 35px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #ccc;
}

.seg-btn {
	margin-bottom: 5px;
	padding: 10px;
	border: solid 1px #538cd5;
	background-color: #333;
	width: 38px;
	height: 38px;
}

.seg-btn.active {
	color: #538cd5;
}

.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}

.hover_bkgr_fricc1{
	position: absolute;
	cursor: move;
	color:black;
    cursor:pointer;
    display:none;
    height:600px;
    text-align:center;
    top:0;
    width:500px;
	bottom: 10px;
	z-index: 1000;
	box-shadow: 10px 10px 60px #555;
	border-radius: 8px;
	background-color: #fff;

}

.hover_bkgr_fricc1 .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc1 > #reportForm {
	overflow-y: scroll;
	overflow-x: scroll;
    background-color: #fff;
    display: inline-block;
    height: 600px;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 500px;
    position: relative;
    padding: 15px 5%;
}
.covidPopupCloseButton {
    background-color: #fff;
    border: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 35px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.covidPopupCloseButton:hover {
    background-color: #ccc;
}
.hover_bkgr_fricc2{
	position: absolute;
	cursor: move;
	color:black;
    cursor:pointer;
    display:none;
    height:100%;
    text-align:center;
    top:0;
    z-index:10000;
    box-shadow: 10px 10px 60px #555;
    border-radius: 8px;
    background-color: #fff;
    margin-top:30px;
}

.hover_bkgr_fricc2 .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc2 > #reportForm {
	overflow-y: scroll;
	overflow-x: scroll;
    background-color: #fff;
    display: inline-block;
    height: 600px;
    max-width: 1050px;
    min-height: 100px;
    vertical-align: middle;
    width: 1000px;
    position: relative;
    padding: 15px 5%;
}
.hrctPopupCloseButton {
    background-color: #fff;
    border: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 35px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.hrctPopupCloseButton:hover {
    background-color: #ccc;
}

.hover_bkgr_fricc3{
	position: absolute;
	cursor: move;
	color:black;
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}

.hover_bkgr_fricc3 .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc3 > div {
	overflow-y: scroll;
	overflow-x: scroll;
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: 600px;
    max-width: 700px;
    min-height: 100px;
    vertical-align: middle;
    width: 1000px;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}
.CVCXPopupCloseButton {
    background-color: #fff;
    border: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 35px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.CVCXPopupCloseButton {
    background-color: #ccc;
}
.CTBrainTabsColour{
	color:#1e2a6e;
}

#mriSpine_modal .modal-dialog{
/*    overflow-y: hidden 
*/}

#mriSpine_modal .modal-body{
position: relative;
padding: 20px;
height: 500px;
overflow-y: scroll;

}
#mriSpine_modal .modal {
    display: none;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    overflow-y: hidden;
}

 #mriSpine_modal .modal-open {
   padding-right: 0 !important;
   overflow-y: hidden;
}


#covidSRPopupContext .severity-score-text:enabled {
  border-color : #0454f9;
}

#covidSRPopupContext input[type="checkbox"]:disabled  ~ div {
  color:  #808080
  
}

#ct-severity-score-table tr{
  border: 1px solid black; 
  border-collapse: collapse;
  
}

#corads-table tr{
  border: 1px solid black; 
  border-collapse: collapse;
  
}

#ct-severity-score-table td{
  border: 1px solid black; 
  border-collapse: collapse;
  
}

#corads-table td{
  border: 1px solid black; 
  border-collapse: collapse;
  
}

.hover_bkgr_fricc4{
	position: absolute;
	cursor: move;
	color:black;
    cursor:pointer;
    display:none;
    height:inherit;
   	right:3px;
    text-align:center;
    bottom:10px;
    width:inherit;
    z-index:10000;
    top:0;
    z-index:10000;
    box-shadow: 10px 10px 60px #555;
    border-radius: 8px;
    background-color: #fff;
    margin-top:50px;    
}

.hover_bkgr_fricc4 .helper{
    display:inline-block;
    height:100%;
    vertical-align:center;
}
.hover_bkgr_fricc4 > #reportForm {
	overflow-y: scroll;
	overflow-x: scroll;
    background-color: #fff;
    display: inline-block;
    height: inherit;
	max-height: 570px;
    max-width: 750px;
    min-height: 100px;
    vertical-align: center;
    width: inherit;
    position: relative;
    padding: 15px 5%;
}
.CovidSRPopupCloseButton {
    background-color: #fff;
    border: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 35px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.hover_bkgr_fricc_new_rsna {
	position: absolute;
	cursor: move;
	color: black;
	cursor: pointer;
	display: none;
	height: 600px;
	position: fixed;
	right: 500px;
	text-align: left;
	bottom: 70px;
	width: 600px;
	z-index: 100000;
	box-shadow: 10px 10px 60px #555;
	border-radius: 8px;
	background-color: #fff;
}

#rsnaNewPopupContext{
width:100%;
}

.hover_bkgr_fricc_new_rsna > #reportForm {
	overflow-y: scroll;
	overflow-x: scroll;
	background-color: #fff;
	display: inline-block;
	height: inherit;
	max-height: 600px;
	max-width: 750px;
	min-height: 100px;
	vertical-align: center;
	width: inherit;
	position: relative;
	padding: 15px 5%;
}

.popupCloseButtonNewRsna {
	background-color: #fff;
	border: 50px;
	cursor: pointer;
	display: inline-block;
	font-family: arial;
	font-weight: bold;
	position: absolute;
	top: -20px;
	right: -20px;
	font-size: 35px;
	line-height: 30px;
	width: 30px;
	height: 30px;
	text-align: center;
}

.accordion{
width:100%;
margin-right:10px;
margin-left:10px;
}

.rsna-card{
background-color:#D3D3D3;
width:100%;

}

.rsna-card-header{
top:0;
width:100%;
height:30px;
}


.rsna-card-body{
top:25px;
margin-top:10px;
margin-bottom:10px;
overflow-y:inherit;
}
.lumbar-spine-card{
background-color:#D3D3D3;
width:100%;

}

.lumbar-spine-card-header{
top:0;
width:100%;
height:30px;
}


.lumbar-spine-card-body{
top:25px;
margin-top:10px;
margin-bottom:10px;
overflow-y:inherit;
}

#findings_card{
background-color:#D3D3D3;
margin-top:10px;	
}
#findings_div{
padding-bottom:10px;
background-color:#D3D3D3;	
}

#mrLumbarSpine-modal-body .btn{
	padding: 7px 4px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.12857143;
    height: 30px;
    background:none;	
}
#mrLumbarSpine-modal-body .btn-link{
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}

#mrLumbarSpine-modal-body .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
	border:none;
	outline: none;
box-shadow: none;
}
#findings_div button{
	width:auto;
}
#mrLumbarSpine-modal-body table{
	border-collapse: separate;
	border-spacing: 0;
}
.studyViewer-tabs>li.active>a, .studyViewer-tabs>li.active>a:focus, .studyViewer-tabs>li.active>a:hover{
  background-color: #538cd5;
  border: 1px #337ab7;
  color: #fff;

}

.studyViewer-tabs>li>a:hover{
	background-color : #96B8D4; 
	  border: 1px #ADD8E6;
	
}
.studyViewer-tabs{
	font-size:13px;
	border-bottom: 0px solid #c3d6e7;
	padding-bottom: 6px;
	padding-left:2px;	
	
}
.series-tab-content ,.impression-tab-content{
	height: calc(100vh - 250px);
	overflow-y: auto;
    overflow-x: hidden;
}

.dtk-text-annotation::before {
	content: '';
	background: url('/images/text_annotation.svg');
	display: block;
	height: 15px;
	width: 15px;
}

/* TODO: 1702 CSS Button Color */
#generateReportbtn.pending-regenerate{
	box-shadow: 0 0 15px 5px #eb9316;
}
.chatMessageRight {
	border-radius: 25px;
	padding: 11px 18px;
	background: #56a8e3;
	color: #ffffff;
	position:relative;
	display: inline-block;
	max-width: 500px;
	float: right;
	clear: both;
}

.chatMessageLeft {
	border-radius: 25px;
	padding: 11px 18px;
	background: #34BB0C;
	color: #ffffff;
	position: relative;
	display: inline-block;
	max-width: 500px;
	float: left;
	clear: both;
}

.chatMessageRight:before {
	border-bottom-color: #56a8e3;
	border-radius: 20px/10px;
	left: auto;
	right: -7px;
	content: '';
	position: absolute;
}

.chatMessageRight:after {
	border: 8px solid transparent;
	border-bottom-color: #56a8e3;
	border-radius: 20px/10px;
	left: auto;
	right: -4px;
	bottom: 5px;
	content: '';
	position: absolute;
}


.chatMessageLeft:before {
	border-bottom-color: #34BB0C;
	border-radius: 20px/10px;
	right: auto;
	left: -7px;
	content: '';
	position: absolute;
}

.chatMessageLeft:after {
	border: 8px solid transparent;
	border-bottom-color: #34BB0C;
	border-radius: 20px/10px;
	right: auto;
	left: -4px;
	bottom: 5px;
	content: '';
	position: absolute;
}

.chatMessageInfoRight {
	padding: 10px 0;
	max-width: 500px;
	float: right;
	clear: both;
	font-size: 12px;
}

.chatMessageInfoLeft {
	padding: 10px 0;
	max-width: 500px;
	float: left;
	clear: both;
	font-size: 12px;
}
/* shivani */
#comment-modal{
	z-index:2000;
}
/* shivani */
.historyUploaded{
	z-index:1;
}

/* width */
.impression_div::-webkit-scrollbar {
  width: 12px;
}

/* Track */
.impression_div::-webkit-scrollbar-track {
  background: grey;
  border-radius: 5px;
    outline: none;
  	opacity: 0.7;
  	transition: opacity .2s;
}
 
/* Handle */
.impression_div::-webkit-scrollbar-thumb {
  background:   #337ab7; 
  border-radius: 20%
}

/* Handle on hover */
.impression_div::-webkit-scrollbar-thumb:hover {
  background:  #538cd5; 
}

/*Track on hover*/
.impression_div::-webkit-scrollbar-track:hover {
    background: #d3d3d3;
}

.editor-blurred {
    filter: blur(3px); 
    pointer-events: none; 
}

/*ToolTip*/
/* Tooltip container */
.tooltip-container {
  position: relative; /* Needed to position the tooltip text */
  display: inline-block;
  cursor: pointer; /* Indicate that it's clickable */
}

/* Tooltip text */
.tooltip-container .tooltip-text {
  font-size: 12px;	
  visibility: hidden; /* Hidden by default */
  width: 120px; /* Adjust the width as needed */
  background-color: #16202b; /* Dark background */
  color: #fff; /* White text */
  text-align: center; /* Center the text */
  border: 1px solid #fff;
  padding: 5px 2px; /* Some padding */

  /* Positioning */
  position: absolute;
  z-index: 1;
  top: 50%; /* Center the tooltip vertically relative to the icon */
  left: 100%; /* Position to the right of the span element */
  transform: translateY(-50%); /* Adjust for vertical centering */
  margin-left: 10px; /* Space between icon and tooltip */
  
  /* Tooltip arrow */
  opacity: 0; /* Start invisible */
  transition: opacity 0.3s; /* Smooth transition */
}

/* Show the tooltip text when hovering over the container */
.tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1; /* Fade in the tooltip */
}
