.selectize-input.dropdown-active {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
#savedSearchTBody .selectize-input {
	width: 410px;
    height: 24px;
}
#savedSearchTBody .selectize-dropdown {
    width: auto !important;
    z-index: 50;
	display: inline-block;
}
.selectize-input {
	box-shadow: none !important;
	padding: 0px 3px;
}

.selectizeAdvSearchOneGroupTen .saveSearchOverlay .selectize-dropdown-content {
  max-height:360px;
}

.selectizeAdvSearch .selectize-dropdown-content {
  max-height:390px;
}

.saveSearchOverlayOneGrpupTen .selectize-dropdown-content {
  max-height: 330px;
}

.selectizeAdvSearch .full-input {
  width: 584px;
}
.selectizeAdvSearchOneGroupTen .full-input {
  width: 584px;
}