.d3CheckboxLabel
{
    cursor: pointer;
    position: relative;
}

.d3CheckboxLabel input[type='checkbox']
{
    opacity: 0;
    margin-right: 10px;
    cursor: pointer;
}

.d3Checkbox
{
    width: 18px;
    height: 18px;
    position: absolute;
    margin-top: 3px;
    cursor: pointer;
}

.d3Checkbox i
{
    opacity: 0;
    position: absolute;
    font-size: 13px;
    line-height: initial;
}

.d3Checkbox i.checked
{
    opacity: 1;
}

.d3Checkbox.error
{
    border-color: #b71828 !important;
    border-width: 2px !important;
}
