.x-boxselect.x-form-text {
    height: auto;
	cursor: text;
    padding: 0;
    overflow-y: auto;
}
.x-boxselect ul.x-boxselect-list {
    padding: 1px 3px;
    margin: 0px 0;
}
ul.x-boxselect-list.x-boxselect-singleselect {
    white-space: nowrap;
    overflow: hidden;
}
.x-boxselect input {
	border: none;
	background: none;
	line-height: 18px;
	height: 20px;
	width: 100%;
}
.x-boxselect-input, .x-boxselect-item {
	display: inline-block;
	position: relative;
	*display:inline; /* IE7 */
	zoom:1; /* IE */
}
.x-boxselect-input {
    width: 100% !important;
}
.x-boxselect-stacked .x-boxselect-item {
	display: block;
}
.x-boxselect-item {
	-moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; o-border-radius: 6px; khtml-border-radius: 6px; border: 1px solid #007773;
	padding: 0px 1px 0px 5px !important;
	margin: 1px 1px 1px 0;
	background-color: #007773;
	cursor: default;
    color: #ffffff;
}
.x-field:not(.x-item-disabled) .x-boxselect-item:hover {
	background: #0cb9b3;
	border: 1px solid #0cb9b3;
}
.x-field:not(.x-item-disabled) .x-boxselect-item.selected {
	border: 1px solid #006864 !important;
	background: #006864 !important;
}
.x-boxselect-item-text {
	line-height: 16px;
	padding-right: 20px;
}
.x-boxselect-item-fake .x-boxselect-item-text {
	padding-right: 5px;
}

.x-boxselect-item-close {
    cursor: pointer;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 3px;
    right: 4px;
    background-image: url(/resources/theme/ext4/images/tab/tab-default-close.png);
}
.x-boxselect-item-close:hover {
    background-position: -12px 0;
}
.x-boxselect-hideselections .x-boundlist-selected {
    display: none;
}