﻿.pViewerMargin {
	margin-top: -51px !important;
}

.p-viewer {
	float: right;
	margin-top: -30px;
	position: relative;
	z-index: 1;
	cursor: pointer;
	margin-right: 5px;
}
/*//to disable eye from a password input in MS Edge */
input::-ms-reveal,
input::-ms-clear {
	display: none;
}