[seletor] [celula-da-busca] input:first-child{
	margin: 0 0 0 0.5em;
}
select[multiple]+[seletor]{
	width:100%;
}
[seletor] [espaco-das-etiquetas]{
	padding:0.1em;
	min-height:2.7em;
	width:90%;
	display:inline-flex;
	margin-right:0.4em;
	flex-wrap:wrap;
	height:auto;
}
[seletor] [busca]{
	display: flex;
	flex: auto;
	flex-flow: row;
	margin:0;
}
[seletor] [controle]{
	width:5%;
	padding: 6px 0px 6px 0px;
	margin:0 0 0 -0.3em;
}
[encaixe-das-opcoes]{
	width:88%;
	max-height: 132px;
	overflow: auto;
}
[disabled="disabled"] [encaixe-das-opcoes]{
	display:none !important;
}
[encaixe-das-opcoes][escondido="0"]{
	display:block;
	margin: -0.1em 0 0 0;
}
[caixa-de-opcoes] [aviso][desbotado="0"]{
	position:absolute;
}
[seletor] [etiqueta][escondido="1"]{
	display:none;
}
[seletor] [etiqueta]{
	margin-right: 0;
	max-width:96%;
	padding:0.4em;
	display:inline-flex;
	align-items:center;
}
[seletor] [etiqueta] [rotulo]{
	 white-space:pre-wrap;
}
[seletor][ajax] [celula-da-busca]{
	display: -ms-flexbox;
	display: flex;
	height: initial;
}
[seletor][ajax] [celula-da-busca][disabled="disabled"],
[seletor][ajax] [celula-da-busca][disabled="disabled"] input{
	background-color:rgb(224, 224, 224);
}
[seletor][ajax] [celula-da-busca][em-foco="1"]{
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
[seletor] [opcao]:focus{
	text-shadow: 1px 1px 2px #000000;
}