.checkbox{margin:0}.checkbox.checkbox-replace{display:inline-block;font-weight:400;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.checkbox.checkbox-replace input[type=checkbox]{display:none}.checkbox.checkbox-replace .checkbox-icon{position:relative;display:inline-block;margin:0;padding:0;border:1px solid #ccc;width:32px;height:32px;vertical-align:middle;-webkit-border-radius:4px;border-radius:4px;cursor:pointer;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.checkbox.checkbox-replace .checkbox-icon:before{position:absolute;top:5px;right:0;left:0;margin:auto;border:4px solid #fff;border-top:none;border-right:none;width:80%;height:40%;content:"";opacity:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s}.checkbox.checkbox-replace:hover .checkbox-icon{border-color:#129fdd}.checkbox.checkbox-replace input[checked]+.checkbox-icon{border-color:#129fdd;background-color:#129fdd}.checkbox.checkbox-replace input[checked]+.checkbox-icon:before{opacity:1}.checkbox.checkbox-replace.disabled,.checkbox.checkbox-replace:disabled,.checkbox.checkbox-replace[disabled]{pointer-events:none}.checkbox.checkbox-replace.disabled>.checkbox-icon,.checkbox.checkbox-replace:disabled>.checkbox-icon,.checkbox.checkbox-replace[disabled]>.checkbox-icon,.checkbox.checkbox-replace input.disabled+.checkbox-icon,.checkbox.checkbox-replace input:disabled+.checkbox-icon{opacity:.3}.checkbox.checkbox-replace .checkbox-inner{display:inline-block;vertical-align:middle}.form-horizontal .control-label .checkbox.checkbox-replace{margin-right:0;padding-top:0}
/*# sourceMappingURL=Checkbox.css.map*/