
.checkbox { position: relative; padding-left: 26px; display: inline-block; min-height: 16px; }
.checkbox > input[type=checkbox] { appearance: none; -webkit-appearance: none; display: none; position: relative; }
.checkbox > label { color: #222222; }
/*.checkbox-icon { content: " "; z-index: 10000; position: absolute; display: block; left: 0; width: 16px; height: 16px; cursor: pointer; background-color: #fbfbfb; border: 2px solid #007E69; border-radius: 3px; } */
.checkbox-icon { content: " "; z-index: 10000; position: absolute; display: block; left: 0; width: 16px; height: 16px; cursor: pointer; background-color: #fbfbfb; border: 2px solid #00A984; border-radius: 3px; }

.checkbox[data-disabled='true'] > label { color: #999; }
.checkbox[data-disabled='true'] .checkbox-icon { border-color: #999; cursor: default; }
.checkbox[data-checked='true'] .checkbox-icon { background: transparent url("/Library/image/icon-checkbox.png") no-repeat 1px 0; }
.checkbox[data-checked='true'][data-disabled='true'] .checkbox-icon { background: transparent url("/Library/image/icon-checkbox-disabled.png") no-repeat 1px 0; }
