.circle {
	width:30px;
	height:30px;
	/*border-radius:15px;*/
	border-radius: 50%;
	font-size:10px;
	color:#000;
	line-height:26px;	/* line-height = (height - (2 * margin-top)) */
	text-align:center;
	background:#FFF;
	border: 2px solid lightgrey;
	margin: 2px;
	float: left;
}
.circle.completed {
	background: #5cb85c;
}

.circle.pending {
	background: #f0ad4e;
}

.circle.problem {
	background: #d9534f;
}

.circle.walk-in {
	background: #b2ff59;
}

.circle.button {
	cursor: pointer;
}

img.refmag_edit {
	cursor: pointer;
}

.claim_notes {
	cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
    max-width:200px;
    max-height:40px;
    display:block;
}

.claim_select_date {
	cursor: pointer;
}

.claim_clinical_priority {
	cursor: pointer;
}

.claim-archive {
	cursor: pointer;
}

.google-visualization-table-th:contains('Notes'){
	
	max-width: 200px;

}

.claims-header {
	font-size: 24px;
	color: darkorange;
}

.claims-table {
	height:100%;
}

.circle.xray {
	background-image: url("/img/radiation.png");
	background-repeat: no-repeat;
	background-position: 2px 2px;
	background-size: 22px 22px;
	background-color: yellow;
}

.circle.dva {
	background-image: url("/img/dva.jpg");
	background-repeat: no-repeat;
	background-position: 2px 2px;
	background-size: 22px 22px;
	background-color: transparent;
}
