/* Legacy markup nema bootstrapove .form-check-* tridy, jde se po strukture <input><label> */
#rozsirene input:disabled + label,
#rozsirene input[disabled] + label {
    color: #767676;
    cursor: not-allowed;
}
