.asmContainer {
	/* container that surrounds entire asmSelect widget */
}

.asmSelect {
	/* the newly created regular 'select' */
	display: inline; 
	width:100%;
}

.asmOptionDisabled {
	/* disabled options in new select */
	color: #999; 
}

.asmHighlight {
	/* the highlight span */
	padding: 0;
	margin: 0 0 0 1em;
}

.asmList {
	/* html list that contains selected items */
	/*margin: 0.25em 0 1em 0; */
	position: relative;
	display: block;
	/*display:inline;*/
	padding-left: 0; 
	list-style: none;
}


.asmListItem a {
/*color:#1b5891;*/
}
.asmListItem {
	/* li item from the html list above */
	position: relative;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  background: #014BA0;
  line-height: 1em;
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 2px;
  margin-top: 2px;
  padding: 6px 10px 6px 5px;
  display: inline-block !important;
	
	
}


.asmListItem:hover {
	/*background-color: #d9dde9;*/
}

.asmListItemLabel {
	/* this is a span that surrounds the text in the item, except for the remove link */
	/*padding: 5px; 
	display: block;*/
color: #FFF;
}

.asmListSortable .asmListItemLabel {
	cursor: move; 
}

.asmListItemRemove {
	/* the remove link in each list item */
  font-weight: bold;
  color: #FFF;
  /* position: absolute; */
  right: 0;
  top: 0;
  /* padding: 5px; */
  margin-left: 10px;
  text-decoration: none;
}
