.example{
  margin-bottom : 1.5em;
}

.filterList input[type=checkbox]:not(old), .allCode input[type=checkbox]:not(old), .imgChkBox input[type=checkbox]:not(old), .imgChkBoxDisabled .aspNetDisabled input[type=checkbox][disabled]:not(old),
.filterList input[type=radio]:not(old), .allCode input[type=radio]:not(old), .imgChkBox input[type=radio]:not(old){
  width   : 29px;
  height  :20px;
  margin  : 0;
  padding : 0;
  opacity : 0;
  vertical-align:top;
}

.filterList input[type=checkbox]:not(old) + label, .allCode input[type=checkbox]:not(old) + label, .imgChkBox input[type=checkbox]:not(old) + label, .imgChkBoxDisabled .aspNetDisabled + label,
.filterList input[type=radio]:not(old) + label, .allCode input[type=radio]:not(old) + label, .imgChkBox input[type=radio]:not(old) + label{
  display      : inline-block;
  margin-left  : -28px;
  padding-left : 27px;
  background   : url('/SB_Assets/images/checks.png') no-repeat 0 0;
  line-height  : 24px;
}

.filterList input[type=checkbox]:not(old):checked + label, .allCode input[type=checkbox]:not(old):checked + label, .imgChkBox input[type=checkbox]:not(old):checked + label , .imgChkBoxDisabled .aspNetDisabled + label{
  background-position : 0 -24px;
}

.filterList input[type=radio]:not(old):checked + label, .allCode input[type=radio]:not(old):checked + label, .imgChkBox input[type=radio]:not(old):checked + label{
  background-position : 0 -48px;
}

.opacity + label{
    opacity:0.3;
}

.imgChkBoxDisabled .aspNetDisabled + label, .imgChkBox input[type=checkbox][disabled]:not(old) + label {
  opacity: .3;
}


/* Normal Spacing Checkbox Start */
.nsCheckBox input[type=checkbox]:not(old){
  width   : 27px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

.nsCheckBox input[type=checkbox]:not(old) + label{
  display      : inline-block;
  margin-left  : -26px;
  padding-left : 21px;
  background   : url('../images/checks.png') no-repeat 0 -4px;
  line-height  : 15px;
}

.nsCheckBox input[type=checkbox]:not(old):checked + label{
  background-position : 0 -28px;
}
/* Normal Spacing Checkbox End */
