/* pathology.css */

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

#pathology-table-refresh-button,
#scanscan-pathology-search-button,
#scanscan-pathology-list-patients-button {
	width: 40px;
	height: 40px;
	min-width: initial;
}

.pathology-expanded li {
	list-style: none;
}

li.pathology-expanded-date {
	font-weight: bold;
	margin-top: 10px;
}

img.fax-thumb {
	border: 1px solid gray;
	margin-top: 4px;
}

img.fax-thumb.urgent {
	border-top: 4px solid #f44336 !important;
}

img.fax-thumb.assigned {
	border-top: 4px solid #4caf50 !important;
}

img.fax-thumb.unassigned {
	border-top: 4px solid #ff9800 !important;
}

img.fax-page {
	width: 100%;
	vertical-align: top;
	float: top;
	/*padding-top: 80px;  removed when controls shifted up */
}

#pathology-selected-name {
	font-size: 18px;
	margin-left: 15px;
}

#scanscan-pathology-header-grid {

	border-bottom: 1px dashed lightgray;

}

#scanscan-pathology-controls {


}

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

#scanscan-pathology-preview {
	min-width: 800px;
}

img.thumb-selected.urgent {
	border: 4px solid #f44336 !important;
}

img.thumb-selected.assigned {
	border: 4px solid #4caf50 !important;
}

img.thumb-selected.unassigned {
	border: 4px solid #ff9800 !important;
}

img.thumb-selected {
	border: 4px solid black;
}

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

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

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

.mdl-badge.urgent[data-badge]:after {
	background-color: #f44336 !important;
	color: white;
}

.mdl-badge.assigned[data-badge]:after {
	background-color: #4caf50 !important;
	color: white;
}

.mdl-badge.unassigned[data-badge]:after {
	background-color: #ff9800 !important;
	color: white;
}

ul.pathology-expanded {
	padding-inline-start: 0
}

.mdl-cell.pathology-control-cell {
	display: none;
}

table.fax-thumb-table td {
	border: 0;
}

select.select-folder {
	margin: 5px 0 5px 0;
}

div.pathology-assign-row {
	margin-bottom: 10px;
	padding-top: 10px;
}

div.pathology-selected-name-subtext {
	font-size: 14px;
	font-weight: normal;
	color: darkgray;
	margin-top: 16px;
}

input.assign-accession-number {
	max-width: 180px;
}

#pathology_requested_by {
	padding-top: 20px;
}

td.fax-thumb-control {
	max-width: 200px;
}

span.summary-urgent {
	color: red;
}

h3.overdue {
	color: red;
}



