/* Example tokeninput style #2: wort style */
#token-input-ville_recherche {
	float:left;
}

ul.token-input-list-wort {
    overflow: hidden; 
	float:left;
    height: auto !important; 
    height: 1%;
   /* width: 169px;*/
   width:100%;
    cursor: text;
    font-size: 13px;
    font-family: Arial;
    min-height: 1px;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #fff;
    list-style-type: none;
    clear: left;

	background-color:#31c7fd;
	overflow-y: auto;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
}

#ville_recherche_right_content ul.token-input-list-wort {
	
	 overflow: hidden; 
	float:left;
    height: auto !important; 
    height: 1%;
    width: 268px;
    cursor: text;
    font-size: 13px;
    font-family: Arial;
    min-height: 1px;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #fff;
    list-style-type: none;
    clear: left;

	background-color:#31c7fd;
	overflow-y: auto;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	max-height:150px;
}
#ville_recherche_right_content ul.token-input-list-wort li input {
	 height: 33px;
}
ul.token-input-list-wort li input {
    width: 100px;
    background-color: #31c7fd;
	border:none;
	 height: 25px;
    line-height: 25px;
	text-indent:8px;
	color:white;
}

li.token-input-token-wort {
  background-color: #39b54a;
    overflow: hidden; 
    height: auto !important; 
    height: 25px;
    margin: 3px;
    padding:2px;
    /*padding: 1px 3px;*/
  /*  background-color: #eff2f7;*/
    color: white;
    cursor: default;
    border: 1px solid white;
    font-size: 11px;
    /*border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
    float: left;
    white-space: nowrap;
    cursor:pointer;
}
#ville_recherche_right_content li.token-input-token-wort {
  background-color: #39b54a;
    overflow: hidden; 
	line-height:25px;
    height: 25px;
    margin: 3px;
	padding-left:10px;
	padding-right:10px;
  /*  background-color: #eff2f7;*/
    color: white;
    cursor: default;
    border: 1px solid white;
    font-size: 11px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    float: left;
    white-space: nowrap;
}
li.token-input-token-wort p {
    display: inline;
    padding: 0;
    margin: 0;
}

li.token-input-token-wort span {
    color: white;
    margin-left: 5px;
    font-weight: bold;
    cursor: pointer;
}

li.token-input-selected-token-wort {
    background-color: #39b54a;
   /* background-color: blue;*/
	
	border: 1px solid white;
    color: #fff;
}

li.token-input-input-token-wort {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div.token-input-dropdown-wort {
    position: absolute;
    width: 200px;
    background-color: #fff;
    overflow: auto;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: default;
    font-size: 11px;
    font-family: Arial;
    z-index: 11;
    max-height:250px;
   	overflow-x:hidden;
}

div.token-input-dropdown-wort p {
    margin: 0;
    padding: 5px;
    /*font-weight: bold;*/
	font-size:10px;
    color: #777;
}

div.token-input-dropdown-wort ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown-wort ul li {
    background-color: #fff;
  /*  padding: 3px;*/
    margin: 0;
    list-style-type: none;
	color:white;
	/* height: 15px;*/
	 line-height:15px;
	 cursor:pointer;
}

div.token-input-dropdown-wort ul li.token-input-dropdown-item-wort {
    background-color: #32c7fc;
     line-height:20px;
	z-index:100;
}

div.token-input-dropdown-wort ul li.token-input-dropdown-item2-wort {
  background-color: #32c7fc;
  line-height:20px;
  z-index:100;
}

div.token-input-dropdown-wort ul li em {
    font-weight: normal;
    font-style: normal;
}

div.token-input-dropdown-wort ul li.token-input-selected-dropdown-item-wort {
    background-color: #6aa842;
    
 z-index:100;
    color: #fff;
}
div.token-input-dropdown-wort ul li.token-input-selected-dropdown-item-wort:has(> .opt_group_label) {
    background-color: #D6D6D6;
}

.token-input-dropdown-wort ul li {
	text-overflow:ellipsis
}

.token-input-dropdown-wort .city_label {
	font-size:12px;
}
.token-input-dropdown-wort .country_label {
	font-size:9px;
}

.token-input-dropdown-wort {

}
.token-input-dropdown-wort .list-element-cities {
    padding:3px;
    display:block;
}
.token-input-dropdown-wort .opt_group_label {
    display:block;
    width:100%;
    background-color: #868686;
    color:white;
    line-height:20px;
    font-weight:bold;
    /*border-top:solid 1px black;
    border-bottom:solid 1px black;*/
}