.select2-selection__clear{
	right: 1.9rem !important;
	padding-top: -23px !important;
	top: 0.3rem !important;
}

/* Ha hosszu a kivalasztott elem akkor torje tobb sorba (white-space) */
.select2-selection__rendered{
	margin-right: 10px;
	word-wrap: break-word;
	text-overflow: inherit;
	white-space: normal !important;
}

.importantNoWrap {
	overflow: hidden;
	white-space: nowrap !important;
}

/* Amikor a placeholder latszik, ne torje a sort (grid filter) */
.select2-selection__placeholder{
	white-space: nowrap !important;
}

/* Ha tobb sorban kell megjeleniteni (kivalasztott elem hosszu)  */
/* akkor meg kell nyújtani az elemet a teljes magassagra */
.select2-selection--single {
	height: 100% !important;
	padding-bottom: 9px !important;
}

/* a nyíl és az elválasztó függőleges vonal helyzete */
.select2-container--krajee .select2-selection--single .select2-selection__arrow {
	top: 0px;
	height: 100%;
}

/*A többszörös kiválasztásnál a nyilhoz (addon:append)*/
.selector-multiple-arrow {
	width: 20px;
	max-width: 20px;
	font-size: 8px;
	padding-left: 6px;
	background-color: #ffffff;
	color: #888888;
}

.select2-search{
	color: #999999;
}

.select2-container--krajee .select2-selection--multiple {
  border-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 4px;
}


.select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field {
  height: auto !important;
}

.select2-container--krajee .select2-selection--single {
    padding-left: 6px;
}

.select2-container--krajee .select2-selection--single {
  padding-top: 8px !important;
}

.select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field {
   padding-top: 8px !important;
   padding-bottom: 5px !important;
}

.select2-container--krajee .select2-selection--multiple .select2-selection__choice {
    margin-top: 7px;
}

.fa.fa-caret-down.selector-multiple-arrow-inner {
	font-weight: bold !important;
}

/* Az alábbi select2 dizájn módosítás a site.less-ben. Ha a font méretet kizárólag a select2-en kell módosítani, akkor */
/* a bejegyzés áttendő ide az új értékkel */
/*.select2-container--krajee .select2-selection {*/
/*  font-size: 100%;*/
/*}*/

