.form-control {
	outline: 0;
	border-color: #ECECEC;
	border-style: solid;
	border-width: 1px;
	background-color: #ffffff;
	padding: 6px;
	border-radius: 2px;
	/*margin-bottom: 5px;*/
	height: auto !important;
}

.angucomplete-holder {
	position: relative;
	/*background-color: white;*/
}

.angucomplete-dropdown {
	border-color: #ececec;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
	padding: 6px;
	cursor: pointer;
	z-index: 9999;
	position: absolute;
	/*margin-top: -6px;*/
	background-color: #ffffff;
	width: 100%;
}

.angucomplete-content {
	/*width: 15em;*/
	float: left;
	position: relative;
	overflow: auto;
	max-height: 28em;   
	width: 100%;
}

.angucomplete-searching {
	color: #acacac;
	font-size: 14px;
	filter:none;
}

.angucomplete-description {
	font-size: 12px;
}

.angucomplete-row {
	width: 100%;
	padding: 5px;
	color: #000000;
	margin-bottom: 4px;
}

.angucomplete-selected-row, 
.angucomplete-row:hover {
	background-color: lightblue;
	color: #ffffff;
}

.angucomplete-image-holder {
	padding-top: 2px;
	float: left;
	margin-right: 10px;
	margin-left: 5px;
}

.angucomplete-image {
	height: 34px;
	width: 34px;
	border-radius: 50%;
	border-color: #ececec;
	border-style: solid;
	border-width: 1px;
}

.angucomplete-image-default {
	background-position: center;
	background-size: contain;
	height: 34px;
	width: 34px;
}

.token-input-list{
	border:1px solid #ECECEC;
}
.token-input-token {
	background-color:#D9FFC2;
	float: left;
	padding: 4px 0;
}
.token-selected-object {
	min-width: 50%;
	float: left; 
	border: 0px none; 
	padding: 4px;
}
.token-input-detail {
	min-width: 50%;
	float: left; 
	border: 0px none; 
	padding: 4px;
}
.token-input-clear {
	clear:both;
}
.form-location {
	width: 100%;
}
.btn label {
	margin-bottom: 0;
}