
#camera_list li a {
	font-size: 14px;
	text-decoration: underline;
	color: #000;
}
a.scanSearch {
	position: absolute;
	display: inline-block;
	vertical-align: top;
	top: 5px;
	right: 4px;
	height: 20px;
	width: 36px;
	font-weight: 300;
	line-height: 1.0;
	background: transparent;
	font-size: 1px;
	color: #fff;
	text-align: center;
	padding: 0;
	border: none;
	cursor: pointer;
}
a.scanSearch:before {
	font-family: "FontAwesome";
	content: "\f02a";
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 22px;
	color: #000;
	line-height: 1.0;
	height: 20px;
	width: 36px;
	transform: scale(1.2, 1.0);
}
a.scanSearch:after {
	content: " ";
	display: inline-block;
	position: absolute;
	top: 8px;
	left: 2px;
	width: 32px;
	height: 12px;
	text-align: center;
	border: 0;
	clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
	-moz-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
	-ms-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
	-o-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
	border-top: 1px solid #92e842;
	background: rgba(146,232,66,0.75);
	background: -moz-linear-gradient(top, rgba(146,232,66,0.75) 0%, rgba(146,232,66,0.3) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(146,232,66,0.75)), color-stop(100%, rgba(146,232,66,0.3)));
	background: -webkit-linear-gradient(top, rgba(146,232,66,0.75) 0%, rgba(146,232,66,0.3) 100%);
	background: -o-linear-gradient(top, rgba(146,232,66,0.75) 0%, rgba(146,232,66,0.3) 100%);
	background: -ms-linear-gradient(top, rgba(146,232,66,0.75) 0%, rgba(146,232,66,0.3) 100%);
	background: linear-gradient(to bottom, rgba(146,232,66,0.75) 0%, rgba(146,232,66,0.3) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92e842', endColorstr='#92e842', GradientType=0 );
}
a.button-normal:hover {
	color: #FFF !important;
}
#scanner__dashboard_section_swaplink{
    display: none;
}
