html {
	height: 100%;
	width: 100%;
}

body {
	font-family: Segoe UI,Tahoma;
}

input[disabled], input[readonly], select[disabled], select[readonly], checkbox[disabled], checkbox[readonly], textarea[disabled], textarea[readonly] 
{ 
	background-color: #F0F0F0;
	color: #000000;
}

.builderDisabled
{
	background-color: #F0F0F0!important;
	pointer-events: none!important;
}