﻿html,
body,
form
{ 
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	font: 11px 'Avant Grade Gothic book', 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
}

input::-ms-clear /*DISABLE "X" CLEAR BUTTON FOR INPUT FIELDS*/
{
    display: none !important;
}

.bodyAIVerificationHelper {
	background: url('./SKINS/Therefore/Common/loading.gif') no-repeat center;
}

#errEmbedApp {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-height: 100vh;
}