.checkboxReplacement{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-color:#e4e5e6!important;border:1px solid #CCC;box-sizing:border-box;width:24px;height:24px;transition:0.5s width;display:inline-block;vertical-align:middle;cursor:hand;cursor:pointer}input[type="checkbox"]:checked + .checkboxReplacement{background:url(/images/black_tick.png) no-repeat center center;background-size:16px 16px}input[type="checkbox"].replaced{position:absolute;left:-2000%}input[type="checkbox"][readonly="readonly"].replaced + .checkboxReplacement,input[type="checkbox"][readonly].replaced + .checkboxReplacement,input[type="checkbox"][disabled="disabled"].replaced + .checkboxReplacement,input[type="checkbox"][disabled].replaced + .checkboxReplacement{border-color:#EEEEEE!important;background-color:#f4f5f6!important;cursor:default}.radioReplacement{-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background-color:#e4e5e6!important;border:1px solid #CCC;box-sizing:border-box;width:24px;height:24px;transition:0.5s width;display:inline-block;vertical-align:middle}input[type="radio"]:checked + .radioReplacement{background:url(/images/black_tick.png) no-repeat center center;background-size:16px 16px}input[type="radio"].replaced{position:absolute;left:-2000%}