@charset "utf-8";

table.htCore .select2-container, table.htCore .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 20px !important;
	user-select: none;
	-webkit-user-select: none;
}

table.htCore .select2-container--default, table.htCore .select2-selection--single, table.htCore .select2-selection__rendered {
	color: #444;
	line-height: 17px !important;
}

table.htCore .select2-selection__arrow {
	height: 18px !important;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}
