.rd-report-radio input[type=radio] {

	display: none;

}



.adv-search-radio label:before {

	content: "";

	display: block;

	width: 18px;

	height: 18px;

	margin-right: 20px;

	position: absolute;

	left: 0;

	bottom: 8px;

	background-color: #efefef;

	border: 2px solid #69bd43

}



.adv-search-radio label {

	display: block;

	cursor: pointer;

	position: relative;

	padding-left: 25px;

	margin-right: 15px;

	margin-bottom: 5px;

	padding-top: 4px;

	padding-bottom: 8px;

	font-size: 11px;

	color: #373636

}



.active-radio:before {

	content: "";

	display: block;

	width: 18px;

	height: 18px;

	margin-right: 20px;

	position: absolute;

	left: 0;

	bottom: 8px;

	background-color: #efefef;

	border: 2px solid #fff!important

}



.active-radio {

	display: block;

	cursor: pointer;

	position: relative;

	padding-left: 18px;

	margin-right: 15px;

	margin-bottom: 5px;

	padding-bottom: 8px;

	border-bottom: 1px solid #ccc;

	color: #fff!important;

	background-color: #ffab00!important;

	box-shadow: 1px 1px 1px #a5a5a5;

	padding-top: 11px!important

}



.report-radio:before {

	content: "";

	display: block;

	width: 15px;

	height: 15px;

	margin-left: 5px;

	position: absolute;

	left: 0;

	bottom: 8px;

	background-color: transparent;

    border: 2px solid #252525;

    border-radius:50%;

}



.report-radio {

	display: block;

	cursor: pointer;

	position: relative;

	padding-bottom: 3px;

	border: 1px solid #e6e6e6;

	font-size: 12px;

    color: #fff;

    box-shadow:0px 0px 5px 0px #c5c5c5;

}



.radio .pdf-price {

	color: #1a1a1a;

	font-size: 13px

}



.rd-report-radio label {

	margin-left: 0;

	margin-right: 0;

	padding-top: 3px;

	font-weight: 500;

	padding-left: 25px;
	background: #139ad2;


}



.poptiontext{text-transform:uppercase;}

.report-price{float:right;padding-right:5px;}



.rd-report-radio input {

	padding-left: 5px

}



input[type=radio]:checked+label:before {

	content: "\2713";

    color: #fff;

    font-size: 9px;

    text-align: center;

    line-height: 12px;

    font-weight: 700;

    border: 2px solid #d34537 !important;

    background: #d34537;

}



.rd-report-radio input[type=radio]:checked+span {

	color: #fff

}



@media(min-width:768px) and (max-width:991px) {

	.rd-report-radio label {

		padding-left: 20px

	}

	.report-radio {

		font-size: 12px

	}

}



@media(min-width:992px) and (max-width:1199px) {

	.rd-report-radio label {

		padding-left: 20px

	}

	.report-radio {

		font-size: 12px

	}

}




