.qrscu-container{
	height:70px;
	width:600px;
	float:left;
	border: 1px solid #ccc;
	border-radius:4px;
	border-left: 10px solid #ccc;
	margin:4px;
	padding:4px;
}

.qrscu-container:hover {
	border: 1px solid #ccc;
	border-left: 10px solid #ccc;
	cursor:pointer;
	/*background-color:rgba(0,75,186, 0.15);*/
	background-color:rgba(0,0,0, 0.15);
}

.qrscu-container-selected, .qrscu-container-selected.qrscu-container:hover {
	/*border: 1px solid #00751B;
	border-left: 10px solid #00751B;*/
	cursor:pointer;
	/*background-color:rgba(0,117,27, 0.15);*/
	background-color:rgba(0,75,186, 0.15);
}

.qrscu-col {
	float:left;
	position:relative;
	height:100%;
}

.qrscu-col-status {
	width:60px;
	height:60px;
	line-height:60px;
	vertical-align:middle;
	text-align:center;
}

.qrscu-status-noimage {
	background-color:black;
	/*border-radius:4px;*/
	width:60px;
	height:60px;
	color:#999;
	position:relative;
}

.qrscu-status-image-count {
	position:absolute;
	bottom:4px;
	right:4px;
	font-size:10px;
	vertical-align:bottom;
	color:white;
	line-height:1;
}
.qrscu-status-image-count2{
	position:absolute;
	bottom:4px;
	right:4px;
	font-size:10px;
	vertical-align:bottom;
	color:white;
	line-height:1;
}

.qrscu-col-patient{
	width:210px;
	padding-right:4px;
	padding-left:4px;
}

.qrscu-col-study{
	width:100px;
}

.qrscu-col-modalities{
	width:50px;
	padding-left:4px;
	padding-right:4px;
}

.qrscu-col-physicians{
	width:150px;
}

.qrscu-title {
	text-transform: capitalize;
	font-weight: bold;
}

.qrscu-truncate {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.qrscu-badge-container {
	width:40px;
	position:relative;
}

.qrscu-badge-cell {
	position:absolute;
	width:20px;
	height:20px;
	line-height:20px;
	vertical-align: middle;
	font-size:10px;
	text-align: center;
	background-color: #777;
	color:white;
	font-weight:bold;
}

