.searchInput {
	width:350px;
}

/* AUTOCOMPLETION */

.autoComplete{
	width:350px;
	position:absolute;
	border:1px black solid;
	background-color:white;
	display:none;
	text-align:left;
	font-weight:bold;
	overflow-y:scroll;
}

.autoCompleteItem{
	display:block;
	width:90%;
	max-height:50px
}



.searchFilters{
	/*display:none;*/
}

.searchRules{
	/*display : none;*/
}

.searchLegend{
	color:#0169B2;
}


.synonymLabel{
	display:inline;
	margin-left:25px;
}

#userKeywords {
	font-weight: bold;
	color: #006BAE;
	width: 100%;
}

#listOptionRule {
	background-color: #006BAE;
	height: 28px;
	margin: auto;
	border-spacing: 0px;
}

#conditionsRule {
	width: 180px;
	font-weight: bold;
	font-size: 1.2em;
	vertical-align: middle;
	color: #9BA5FC;
	text-align: center;
}

#conditionKeywords {
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}


.listRule {
	width: 98%;
	background-color: #B6D3E5;
}

.informationRule0 {
	width: 200px;
	font-weight: bold;
	font-size: 1.0em;
	vertical-align: middle;
	text-align: left;
	background-color: #EFF8FF;
}

.informationKeywords0 {
	padding-left: 10px;
	background-color: #EFF8FF;
}

.buttonRule0 {
	background-color: #EFF8FF;
}

.informationRule1 {
	width: 200px;
	font-weight: bold;
	font-size: 1.0em;
	vertical-align: middle;
	text-align: left;
	background-color: #B6D3E5;
}

.informationKeywords1 {
	padding-left: 10px;
	background-color: #B6D3E5;
}

.buttonRule1 {
	background-color: #B6D3E5;
}

#tableRules {
	margin-top: 15px;
	padding: 0px;
	border: 0px;
	border-spacing : 0px;
}

#DIV_CRITERIAS {
	display: none;
	margin-bottom: 20px;
}

#DIV_RULES {
	display: none;
	margin-bottom: 20px;
}

#labelSearch{
	padding: 5px;
	color:#242CC9;
	text-align: center;
	font-size: 1.5em;
}

#titleSearch{
	color:#242CC9;
	text-align: center;
	font-weight: bold;
}

.iconCloseTable{
	width: 20px;
	text-align: right;
}