/* Applied-marker for the on-demand banner CSS loader. */
:root{
	--banner-css-sidebar: 1; /* prevents same file loads multiple times */
}

/* ====================== spyhunter-issue-sidebar ====================== */

.spyhunter-issue-sidebar{
	display: block;
	padding: 10px;
	border: 1px solid #c0ccd9;
	margin: 0 0 3px 0;
	color: black;
	font-size: 15px;
	max-width: 300px;
}
.spyhunter-issue-sidebar h2{
	margin: 0px 0 15px 0;
	font-size: 19px;
	color: #003366;
}
.spyhunter-issue-sidebar .button{
	display: block;
	padding-left: 15px !important;
	padding-right: 68px !important;
	text-align: left;
}
.spyhunter-issue-sidebar .button span{
	display: block;
	margin-top: 6px;
	font-size: 14px;
	font-weight: normal;
}
.spyhunter-issue-sidebar .terms{
	margin: 15px 0 0 0;
	line-height: 1.2;
	font-size: 14px;
}
.spyhunter-issue-sidebar .terms a{
	color: black;
	text-decoration: underline;
}

/* ====================== remove-malware ====================== */

.remove-malware{
	position:relative;
	border:1px solid #C0CCD9;
	background: #f9d008 url(../../../images/banners/sidebar/remove-malware/banner-malware.png) no-repeat center center;
	background-size: cover;
	margin-bottom: 30px;
	padding: 10px;
	font-weight:bold;
	min-height:193px;
	max-width: 300px;
	color: #104371;
	font-size: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){
	/* retina */
	.remove-malware{
		background-image: url(../../../images/banners/sidebar/remove-malware/banner-malware@2x.png);
	}
}
.remove-malware h2{
	position: relative;
	padding: 0 60px 0 5px;
	margin-top: 0;
	line-height: 1.1;
	font-size: 24px;
	color: white;
	z-index: 1;
}
.remove-malware h2:first-line{
	color: #104371;
}
.remove-malware h2:before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	height: 1.2em;
	background-color: #104371;
	z-index: -1;
	bottom: 0em;
}
.remove-malware h2:after {
	position: absolute;
	content: '';
	top: -4px;
	right: 0;
	width: 55px;
	height: 55px;
	background: url(../../../images/banners/sidebar/remove-malware/bug.svg) no-repeat center center;
	background-size: 54px auto;
}
.remove-malware .text{
	margin-top:10px;
	margin-right: 20px;
}
.remove-malware .text ul{
	margin:10px 0 5px 0;
	padding-left: 0px;
	list-style: none;
}
.remove-malware .text li{
	margin-bottom:6px;
	padding-left: 20px;
	background: url(../../../images/banners/sidebar/remove-malware/bug-small.svg) no-repeat 0 2px;
}
.remove-malware a.link{
	display: inline-block;
	padding: 10px 15px;
	background-color: #d24445;
	border-radius: 3px;
	margin: 10px 0;
	text-decoration: none;
	color: #ffffff;
}
.remove-malware .terms{
	clear: both;
	margin: 0;
	line-height: 1.2;
	font-size: 14px;
	font-weight: normal;
}
.remove-malware .terms a{
	color: #104371;
	text-decoration: underline;
}

/* ====================== browser-hijacked ====================== */

.browser-hijacked{
	background-color: #2d89ab;
	margin-bottom: 30px;
	padding: 10px;
	color: white;
	max-width: 300px;
	font-size: 15px;
}
.browser-hijacked h4{
	padding: 0 10px;
	margin: 0 0 10px 0;
	color: white;
	text-align: center;
}
.browser-hijacked .text{
	margin: 15px 0;
	background-color: rgba(0,0,0,0.3);
	border-radius: 5px;
	padding: 5px 10px;
}
.browser-hijacked a.link{
	display: inline-block;
	padding: 10px 10px;
	background-color: #e62c51;
	border-radius: 3px;
	box-shadow: 1px 3px 3px #444;
	color: white;
}
.browser-hijacked .terms{
	margin: 15px 0 0 0;
	line-height: 1.2;
	font-size: 14px;
}
.browser-hijacked .terms a{
	color: white;
}
.browser-hijacked a{
	text-decoration: underline;
}
.browser-hijacked a.download{
	text-decoration: none;
}

/* ====================== pc-infected ====================== */

.pc-infected{
	border:1px solid #C5CAD0;
	background-color: #F2E0D2;
	margin-bottom: 30px;
	padding:15px;
	min-height:161px;
	max-width: 257px;
	font-size: 15px;
}
.pc-infected h4{
	font-size: 15px;
	color: #ED1A28;
	margin: 0;
}
.pc-infected .text{
	font-weight: bold;
	margin: 10px 0;
	color: #3C9ACD;
	font-size: 15px;
}
.pc-infected a{
	float: right;
	margin-top: 10px;
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	background-color: #ED1A28;
	padding: 5px 20px;
	font-weight: bold;
}

/* ====================== stop-hackers ====================== */

.stop-hackers{
	background-color: #2d89ab;
	margin-bottom: 30px;
	padding: 15px 15px;
	color: white;
	max-width: 300px;
	font-size: 15px;
}
.stop-hackers h4{
	position: relative;
	font-size: 14px;
	margin-top: 0px;
	color: white;
	text-align: center;
	line-height: 1.4;
	z-index: 1;
}
.stop-hackers h4:first-line{
	font-size: 26px;
}
.stop-hackers h4:before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	height: 2.5em;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	z-index: -1;
}
.stop-hackers .text{
	margin: 0px 0;
	background-color: rgba(0,0,0,0.3);
	border-radius: 5px;
	padding: 5px 8px;
}
.stop-hackers a.link{
	display: inline-block;
	margin-top: 15px;
	padding: 8px 10px;
	background-color: #e62c51;
	border-radius: 3px;
	box-shadow: 1px 3px 3px #444;
	color: white;
}
.stop-hackers .terms{
	margin: 10px 0 0 0;
	line-height: 1.2;
	font-size: 14px;
}
.stop-hackers .terms a{
	color: white;
	text-decoration: underline;
}

/* ------------ banner-spyhunter-recommended-side -------------------------------------------------------------- */

.banner-spyhunter-recommended-side{
	background-color: white;
	border:1px solid #acacac;
	max-width: 300px;
	margin-bottom: 30px;
	padding: 15px;
	color: black;
	font-size: 15px;
}
.banner-spyhunter-recommended-side h2{
	margin: 0 0 15px 0;
	font-size: 22px;
	color: #3db4ff;
	text-transform: uppercase;
	text-align: center;
}
.banner-spyhunter-recommended-side ol{
	margin: 0;
	padding-left: 0;
	list-style: none;
}
.banner-spyhunter-recommended-side li{
	position: relative;
	padding-left: 33px;
	counter-increment: itembshds;
}
.banner-spyhunter-recommended-side li:before{
	position: absolute;
	content: counter(itembshds);
	left: 0;
	top: 0;
	height: 1.5em;
	width: 1.5em;
	background: #ededed;
	border-radius: 999px;
	text-align: center;
}
.banner-spyhunter-recommended-side .button{
	width: 100%;
	margin: 10px 0;
	padding: 15px 61px 15px 10px !important;
	font-size: 15px;
}
.banner-spyhunter-recommended-side .small{
	text-align: center;
	font-size: 14px;
}
.banner-spyhunter-recommended-side .terms{
	margin-top: 10px;
	line-height: 1.2;
	font-size: 14px;
}
.banner-spyhunter-recommended-side .terms a{
	color: #1e6df6;
	text-decoration: underline;
}
