
/* Custom search overrides */

/* Disable clicking on the little magifying glass icon */
#MSearchBox #MSearchSelect {
	pointer-events: none;
	cursor: default;
}

/* Turn the input into more of a button. Clicking it will open the Apryse search modal so we don't want it to act as a real input anymore */
#MSearchBox input {
	cursor: pointer;
	user-select: none;
}