.ref_comm_holder {
	border: 1px solid #d3d3d3;
	padding: 5px;
	cursor: pointer;
	font-weight: bold;
}

.ref_comm_holder:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.link_icon_plx {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 10px;
}

.ref_view_holder {
	display: none;
	background: #edf8fc;
	border: 1px solid #45b3e0;
	border-radius: 3px;
	padding: 5px;
	margin: 5px;
	font-size: 14px;
}


/* Jul/4/2020 for Referance Materials  */
.new_ref_val {
	margin: 5px;
	padding: 5px;
	padding-left: 25px;
	border: 1px solid #f9f9f9;
	border-radius: 3px;
	position: relative;
}

.new_ref_val:before {
  content: "";
  background: transparent url(/images/link-icon-1.png) scroll no-repeat 0 0;
  background-size: cover;
  width: 16px;
  height: 16px;
  position: absolute;
  display: block;
  top: 5px;
  left: 0px;
}


.ref_counter {
	display: inline-block;
	padding: 1px;
	padding-left: 2px;
	padding-right: 2px;
	margin-right: 5px;
	border: 1px solid #3399FF;
	border-radius: 3px;
}