/* teleradiology.css */

.teleradiology-header {
	font-size: 24px;
}

#scanscan-teleradiology-grid {
	width: 100%;
}

#scanscan-teleradiology-mobile-header,
#scanscan-teleradiology-editor {
	display: none;
}

#scanscan-teleradiology-table tr {
	vertical-align: top;
}

#scanscan-teleradiology-table tr.google-visualization-table-tr-sel {
	background: white;
}

#scanscan-teleradiology-table tr.google-visualization-table-tr-over {
	background: white;
}

pre.instructions
,pre.patient-label {
	max-width: 800px;
}

button.teleradiology-assign-save {
	display: none;
}

input.assign-accession-number {
	min-width: 200px;
}

div.assign-study-description {
	display: none;
}
.scrolling-x-wrapper {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch !important;
  &::-webkit-scrollbar {
	display: none;
  }

  .thumb {
	flex: 0 0 auto;
	-webkit-transform: translate3d(0,0,0);
  }
  
}
img.thumb {
	width: 100px;
}
img.thumb.zoomed-in {
    position:relative;
    top:0px;
    left:0px;
    width:800px;
    height:auto;
    display:block;
    z-index:999;	
}
a.delete-upload {
	color: lightgray;
	font-size: small;
	margin-left: 80px;
}

