.singleselect-container {
	vertical-align: middle;
	display: inline-block;
	#display: inline;
	#zoom: 1;
}

.richselect {
	display: inline-block;
	#display: inline;
	width: 100%;
}

.richselect > table {
	border-collapse: collapse;
	width: 100%;
}

.richselect .richselect-inp {
	#margin:  -1px 0 -1px 0;
	width: 100%;
	height: 22px; /* mudamos o box-sizing */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

[ttype=richselect][tdisabled=true] .richselect .richselect-inp,
[ttype=richselect][treadonly=true] .richselect .richselect-inp {
	cursor: default !important;
}
[ttype=richselect][treadonly=true] .richselect .richselect-inp.richselect-inp-empty {
	color: #888888;
}

.richselect .richselect-btn {
	background:transparent url(richselectbtn.gif) no-repeat scroll 0 0;
	cursor: pointer;
	width: 17px;
	vertical-align: bottom;
}

[tautocomplete] .richselect .richselect-btn {
	display:none;
}

[tautocomplete] .richselect .richselect-inp-empty {
	color:#fff;
}

[tautocomplete] .richselect .richselect-inp {
	padding-right:17px;
}

.autocomplete-img {
	background-image: url(../../autocomplete/autocomplete.png);
	background-repeat:no-repeat;
	background-position:right top;
}

.richselect .richselect-btn .line {
	height: 1px;
	width: 17px;
}

.richselect.richselect-focus .richselect-btn {
	background-position: -17px 0;
}

[ttype=richselect][tdisabled=true] .richselect .richselect-btn,
[ttype=richselect][treadonly=true] .richselect .richselect-btn {
	cursor: default;
}

.richselect-dd {
	border-style: solid;
	border-width: 1px;
	display: block;
	overflow: auto;
	padding: 2px;
	position: absolute;
	z-index: 2000;
	max-height:400px;
	font-size: 11px;
}

.richselect-dd .richselect-option-text {
	font-size: 11px;
	text-align: justify;
}
.richselect-dd .richselect-option-img {
	float: left;
	background: transparent none repeat scroll 0 0;
	margin-right: 3px;
}

.richselect-dd .richselect-option-inner {
	font-size: 10px;
}

.richselect-dd .richselect-option-value {
	display: none;
}

.richselect-dd .richselect-option {
	font-size: 12px;
	text-decoration: none;
	clear: left;
	padding-top: 1px;
	padding-bottom: 1px;
	cursor: pointer;
	border: 1px solid transparent;
	#zoom:1;
}

.richselect-dd .richselect-option.in-group {
	text-indent: 5px;
}

.richselect-dd .option-group {
	font-size:12px;
	font-weight:bold;
	font-style:italic;
}


.richselect-dd .richselect-option:after {
	content:"";
	visibility:hidden;
	display:block;
	height:0;
	clear: both;
}

/* Estilo para o link de Adicionar nova opção no autocomplete */
.richselect-dd .new-option {
	border-top: solid 1px #666;
	padding: 4px;
	color: #666;
	cursor: pointer;
}

/* 
	Estilo para mensagems informativas. Serve para dizermos ao usuário que há mais opções disponíveis no autocomplete
	ou que sua busca não retornou nada, por ex. 
 */
.richselect-dd .info-message {
	margin: 5px 1px;
	text-align: center;
	font-style: italic;
	font-size: 10px;
	color: #666;
}