.uk-form input[type=radio]{display:inline-block;height:21px;width:21px;overflow:hidden;vertical-align:middle;-webkit-appearance:none;background:0 0;padding:1px 1px 1px 1px;margin-top:-3px;border:0px none transparent !important;outline:0px none !important;}
.uk-form input[type=checkbox]{display:inline-block;height:21px;width:21px;overflow:hidden;vertical-align:middle;-webkit-appearance:none;outline:0;background:0 0;padding:1px 1px 1px 1px;margin-top:-2px;border:0px none transparent !important;outline:0px none !important;}
.uk-form input[type=checkbox]:before{display:block;font-family:FontAwesome;-webkit-font-smoothing:antialiased;text-align:left;font-size:19px;line-height:19px;content:"\f0c8";color:#ffffff;}
.uk-form input[type=radio]:before{display:block;font-family:FontAwesome;-webkit-font-smoothing:antialiased;text-align:left;font-size:19px;line-height:19px;content:"\f111";color:#ffffff;}
.uk-form input[type=radio]:checked:before{content:"\f192";color:#4990E2}
.uk-form input[type=checkbox]:checked:before, .uk-form input[type=checkbox]:indeterminate:before{content:"\f14a";color:#4990E2}
.uk-form input[type=checkbox]:indeterminate:before{content:"\f068"}
.uk-form input[type=checkbox]:disabled, .uk-form input[type=radio]:disabled{border-color:#ddd}
.uk-form input[type=radio]:disabled:checked:before{background-color:#aaa}
.uk-form input[type=checkbox]:disabled:checked:before, .uk-form input[type=checkbox]:disabled:indeterminate:before{color:#aaa}