@CHARSET "UTF-8";

@font-face {
	font-family: 'dotsfont';
	src: url("/javax.faces.resource/font/dotsfont.eot.xhtml?ln=common");
	src: url("") format('embedded-opentype'),
		url("/javax.faces.resource/font/dotsfont.ttf.xhtml?ln=common") format('truetype'),
		url("/javax.faces.resource/font/dotsfont.woff.xhtml?ln=common") format('woff'),
		url("") format('svg');
	font-weight: normal;
	font-style: normal;
}

input.password {
	-webkit-text-security: disc !important;
	font-family: 'dotsfont' !important;
	-webkit-touch-callout: none !important;	
	-khtml-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	font-size: 10px;
}

::placeholder {
	font-family: "Roboto", Arial, sans-serif !important;
	font-size: 12px !important;
}

::-webkit-input-placeholder {
	font-family: "Roboto", Arial, sans-serif !important;
	font-size: 12px !important;
}

::-moz-placeholder{
	font-family: "Roboto", Arial, sans-serif !important;
	font-size: 12px !important;
}

::-ms-input-placeholder {
	font-family: "Roboto", Arial, sans-serif !important;
	font-size: 12px !important;
}