/* Style when highlighting a search. */
.ui-select-highlight {
  font-weight: bold;
}

.form-controltwo {
	display: block;
	width: 100%;
	height: 25px;
	padding: 6px 12px;
	font-size: 12px;
	line-height: 1px;
	color: #5c5f63;
	background-color: #fff;
	background-image: none;
	border: 0px solid #ccc;
	border-radius: 0px;
}

/* Select2 theme */


/* Selectize theme */

/* Fix input width for Selectize theme */
.selectize-control > .selectize-input > input {
  width: 100%;
}

/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
  width: 100%;
}



