.mgc{position:relative;width:19px!important;height:19px!important;background-color:#fff;background-clip:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0 5px 0 0;vertical-align:text-bottom;-webkit-transition:background-color .25s;transition:background-color .25s;border:2px solid #008DC9;border-radius:0}.mgc:checked:after{content:"";width:9px;height:9px;vertical-align:middle;background-color:#008dc9;border-radius:2px;position:absolute;left:3px;top:3px}.mgc:disabled{opacity:.65}.mgc:focus{outline:none;box-shadow:none}.mgc:checked{background-color:#fff;border-color:#008DC9}.mgc:checked:after{border-color:#008DC9}input[type="radio"].mgr{position:relative;width:19px;height:19px;background-clip:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0 5px 0 0;vertical-align:text-bottom;border-radius:50%;background-color:#fff;border:2px solid #008DC9}input[type="radio"].mgr:disabled{opacity:.65}input[type="radio"].mgr:before{content:"";display:block;height:0;width:0;-webkit-transition:width 0.25s,height .25s;transition:width 0.25s,height .25s}input[type="radio"].mgr:checked:before{height:9px;width:9px;border-radius:50%;margin:3px 0 0 3px}input[type="radio"].mgr:focus{outline:none;box-shadow:unset}input[type="radio"].mgr:checked{border:2px solid #008DC9}input[type="radio"].mgr:checked:before{background-color:#008DC9}