input[type="radio"]:after, input[type="checkbox"]:after {
 	content: "\f00c";
	font-family: 'FontAwesome';
	max-width: 30px!important;
	
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	line-height: 30px!important;
}
input[type="checkbox"], input[type="radio"] {
	position: relative;
	text-align: center; 
	border-radius: 5px;
	font-size: 1px;
	line-height: 30px;
	cursor: pointer;
	display: inline-block;
	height: 30px;
	width:30px!important;
	background-color: #fff;
	margin-top: 0px;
	margin-bottom:0px;
	box-shadow:inset 0px 0px 0px 1px #ccc, inset 0px 0px 0px 2px #fbfbfb, inset 0px 0px 0px 4px #000;
	color:#fff;
	transition: 0.05s ease all;
}
input[type="checkbox"], input[type="radio"] {
	float: left!important;
	margin-left: 0px!important;
}
input[type="checkbox"] + label, input[type="radio"] + label {
	float: left;
	min-height: 30px;
	line-height: 30px!important;
	margin-left: 5px;
	max-width: calc(100% - 35px);
}
input[type="checkbox"]:hover, input[type="checkbox"]:active,
input[type="radio"]:hover, input[type="radio"]:active {
	box-shadow:inset 0px 0px 0px 1px #C8B795, inset 0px 0px 0px 2px #fbfbfb, inset 0px 0px 0px 4px #000, 0px 0px 0px 2px #C8B79520;
}
input[type="checkbox"]:hover,
input[type="radio"]:hover {
	color:#ccc;
	font-size:14px;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
	cursor: pointer;
}
input[type="checkbox"]:checked,
input[type="radio"]:checked { 
	box-shadow:inset 0px 0px 0px 1px #ccc, inset 0px 0px 0px 2px #fbfbfb, inset 0px 0px 0px 4px #000;
	background-color:#C8B795!important;
	font-size:14px;
	color:#fff!important;
}
input[type="radio"] {
    border-radius: 50%!important;
}
