/* CSS Document */
/* ============================================================================================================ */
/* PADRÃO LC																									*/
label	{
	margin-bottom:0.2rem;
}
label > span {
	font-size:0.8rem;
	color:#D90000;
	vertical-align:top;
}
/* ============================================================================================================ */
/* PADRÃO SITE																									*/
form	{
	font-family: 'Encode Sans Semi Condensed', sans-serif;
	font-size: 0.9rem;
}
label	{
	font-family: 'Encode Sans Semi Condensed', sans-serif;
	color: #222;
	font-size:1rem;
}
.form-control	{
/*	border-radius: 0;*/
	border-color: #ccc;
	background-color:#FFF;
	font-family: 'Encode Sans Semi Condensed', sans-serif;
	font-size:1rem;
	color:#333;
}
.form-control:focus {
	box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25);
}
.btn	{
	/*border-radius: 0;*/
	font-family: 'Encode Sans Semi Condensed', sans-serif;
	color: #FFF;
	font-size:1rem;
	min-width: 6rem;
	background-color: #8B0000;
}

/* ============================================================================================================ */
/* ======= VALIDAÇÃO FORMULÁRIO							*/
body .ui-tooltip {
	border-width: 1px;
	border-radius: 5px; 
}
.ui-tooltip {
	padding-left:32px;
	padding-right:10px;
	margin-top:0px;
	height:30px;
	line-height:30px;
	position: absolute;
	z-index: 99999;
	max-width: 500px;
}
.ui-widget {
	font-family: Tahoma,Verdana;
	font-size: 11px;
}
.ui-widget .ui-widget {
	font-size: 11px;
}
.ui-widget-content {
	border: 1px solid #BABABA;
	background: #FFFFE8 url(../arq/form01.png) no-repeat;
	color: #383838;
}