.smartBar {
  position: relative;
  width: 100%;
  min-height: 30px;
  margin: 0;
  padding: 0;
  cursor: text;
  text-align: left;
  background: transparent;
  border: 0;
  outline-color: none;
}
.smartBar input.smartAreaSearch {
	width: 100% !important;
	min-width: 1px;
	min-height: 30px;
	margin: 0;
	padding: 0;
	box-shadow: none;
	border: 0;
	outline: 0;
  font-size: 1.1em;
  font-weight: 400;
	line-height: 30px;
	color: #959595;
	border-radius: 0;
	border-radius: none
}
.smartBar .confirmed {
	display: inline;
}
.smartBar .confirmed .id {
	display: none;
}
.smartBar .confirmed .item {
	display: inline-block;
	vertical-align: middle;
  padding: 3px 6px;
  margin: 3px 2px;
  font-size: .95em;
  font-weight: 300;
  color: #fff;
  background: #8d2218;
}
.smartBar .confirmed .item .name {
	display: inline-block;
	vertical-align: middle;
}
.smartBar .confirmed .item .remove {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	margin-left: 6px;
	cursor: pointer;
}
.smartBar .confirmed .item .remove:hover::after {
	color: #FF8989;
}
.smartBar .confirmed .item .remove:after {
	display: inline-block;
	vertical-align: middle;
  font-family: Font Awesome\ 5 Free;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	content: '\f00d';
  font-size: 13px;
  font-weight: 900;
  color: #fff;
}
.smartBar .popup {
	display: none;
	position: absolute;
	width: 100%;
  left: 0;
	min-width: 150px;
	max-height: 175px;
	margin: 0;
	padding: 10px 0;
	line-height: 1;
	overflow: hidden;
	list-style: none;
	z-index: 101;
	background: #fff;
	border-width: 1px 0px 0px;
	box-shadow: 2px 2px 1px 0px rgba(0,0,0,0.2);
	overflow-y: auto;
	overflow-x: hidden;
}
.smartBar .popup.visible {
	display: block;
}

.smartBar .popup > li {
	display: none;
	cursor: pointer;
	padding: 8px 10px 7px 10px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  color: #1d252c;
}
.smartBar .popup > li:before {display: none;}
.smartBar .popup > li.visible {
	display: block;
}
.smartBar .popup > li:hover {
	color: #fff;
	background: #8d2218;
}
.smartBar .popup > li i {
	display: none;
}
/*.smartBar .popup > li.active {
	background: #ddd;
}
.smartBar .popup > div.active:hover {
	background: rgba(158, 125, 102, 0.88);
    color: #fff;
}*/

.selectedFlag {display: none;}

.ic-itemF.ic-smartF .smartBar .confirmed .item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0;
  height: auto;
  line-height: 1;
  margin: 2px 3px 0 8px;
  color: #959595;
  background: transparent;
}
.ic-itemF.ic-smartF {margin: 0}
.ic-itemF.ic-smartF .smartBar .confirmed .item .remove {
	font-size: 0;
	margin-left: 2px
}
.ic-itemF.ic-smartF .smartBar .confirmed .item .remove:after {
	font-size: 10px;
  font-weight: 900;
  line-height: 1;
  color: #959595;
  margin-left: 5px;
  border: 1px solid #959595;
  padding: 4px 0 2px;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  text-align: center;
  cursor: pointer;
  margin-top: -1px
}
.ic-itemF.ic-smartF .smartBar .confirmed .item .remove:hover:after {
	color: #fff;
	background: #959595
}
.ic-itemF.ic-smartF .smartBar {
	min-height: 1px
}
.ic-itemF.ic-smartF .smartBar .confirmed .item .name {
	font-size: 14px
}

/* RWD */
	@media only screen and (max-width: 700px) {
    .smartBar {min-height: 45px;}
    .smartBar input.smartAreaSearch,
    #ic-searchform .ic-reference input[type=text] {font-size: 1.1em;height: 45px; line-height: 45px;background: #f1f1f1}
	}
	@media only screen and (max-width: 600px) {
		.smartBar .popup {position: fixed;bottom: 0;left: 0;top: auto;border: none;box-shadow: 0px -2px 6px -2px rgba(0,0,0,0.2);z-index: 100;max-height: 150px}
		.smartBar .popup > li {font-size:1.4em;text-align:center;padding: 12px}
		.smartBar .confirmed .item {padding: 8px;margin: 0px 5px 5px 0;font-size: 1.2em;}
		.smartBar .confirmed .item .remove:after {font-size: 18px}
	}