input[type=checkbox], input[type=radio] {
	float: left;
	margin-right: .375em;
	padding: .25em;
	height: inherit !important;
}
input[type=checkbox], input[type=checkbox]:checked {
	opacity: 0;
}
input[type=checkbox]+label, input[type=checkbox]:checked+label {
	background: 2px 3px no-repeat;
	background-size: 1.125em;
	padding-left: .25em;
}
input[type=checkbox]+label {
	background-image: url(/mbaweb/assets/img/checkbox-off.png);
   
}
input[type=checkbox]:checked+label {
	background-image: url(/mbaweb/assets/img/checkbox-on.png);
}

p:not(#foo)>input[type=radio]:checked+label {
	background-position: 0 -241px;
}
label {
	display: block;
	color: #3c3737;
	margin: 0 0 .25rem;
}
 .control-clear {
    border: none;
    display: inline-block;
      padding: 0.75em 0.625em 0.4375em;
    font-family: "poppins", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-size: 0.625em;
    color: #3c3737;
    margin: 0 0.125em 0.5em 0;
    position: absolute;
    top: 6px;
    right: 0px;
    z-index: 100;
	text-transform: uppercase;
	
    background-color: #eaeaeb;
	border-radius: 3em;
    z-index:0;
}
.control-clear:hover, .control-clear:active {
    border: none;
}

.control-clear:hover {
    cursor: pointer;
    background-color: #d6d6d6;
}