﻿.rtl .select2-container-multi .select2-search-choice-close,
#ABEditDoc.rtl .select2-selection--multiple .select2-search-choice-close
{
	left: 3px;
	right: auto;
}
body.rtl .select2-selection--multiple .select2-selection__rendered li 
{
	float: right;
	margin: 3px 3px 3px 5px;
}
.select2-selection--multiple .select2-selection__rendered li /*for ltr - inconsistency with rtl*/
{
	float: left;
	margin: 3px 3px 3px 5px;
}
body.rtl .select2-selection--multiple .select2-search--inline
{
	display: block;
	width: auto;
}

body.rtl .select2-selection--multiple .select2-input.select2-active /*TODO: find out what it is*/
{
	display: block;
	width: 99% !important;
	background: #fff url('Select2/select2-spinner.gif') no-repeat left center !important;
}