var check = document.querySelector('input[value ="customer/customer"]');
console.log(check);
check.addEventListener('change', function(){
console.log('this.parentElement: ' + this.parentElement + '<br> this.value: ' this.value + '<br> this: ' + this);
this.parentElement.style.display = 'none';
});
www.w3.org/TR/CSS21/box.html#propdef-padding
Вот. Сорри, от ширины родителя, ошибся.