/* Minification failed. Returning unminified contents.
(4,1): run-time error CSS1035: Expected colon, found '{'
 */
.custom-checkbox {
    .icon

{
    cursor: pointer;
}

.icon:before {
    content: '';
    display: inline-block;
    border: 1px solid #bbb;
}

input[type="checkbox"] {
    display: none;
    &:checked ~ .icon:before

{
    background-color: lightgreen;
}

}
}

label.error {
    color: orange;
}


input[disabled] {
    background-color: #e2e2e2 !important;
    cursor: no-drop;
}

a[disabled] {
    background-color: #e2e2e2 !important;
    cursor: no-drop;
}


