
/* Clearable text inputs */
.clearable {
	background-image: url(https://i.stack.imgur.com/mJotv.gif);
	background-repeat: no-repeat;
	background-position: right -10px center;
/*	transition: background 0.4s; */
}

input.clearable.x {
	background-position: right 5px center;
}

textarea.clearable.x {
	background-position: right 5px top 5px;
}

/* (jQ) Show icon */
.clearable.onX {
	cursor: pointer;
}

/* (jQ) hover cursor style */
.clearable::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}
