.content .select2 ul li:before {
	display: none;
}

.content .select2 ul li {
	margin: 0;
	padding: 0;
	display: inline-block;
}


/*background*/

.selection .select2-selection {
	background: #fff;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAOCAIAAACKFloIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACVJREFUeNpi+fTpEwMDAwsjIyMSxcTERKQghAJJYPCYIDyAAAMAJAUDMM1gx/MAAAAASUVORK5CYII=);
	background-repeat: repeat-x;
}


/* border */

.select2-dropdown, .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--multiple .select2-selection__choic, .select2-container--default .select2-search--dropdown .select2-search__field, .select2-container--default .select2-selection--multiple .select2-selection__choice {
	border-color: #bcbcbc;
	outline: 0;
}


/*focus*/

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: var(--primColor);
}


/*barva textu*/

.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-selection__arrow {
	color: var(--textColor);
}


/*vyska*/

.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 44px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-selection__arrow, .select2-selection__rendered {
	line-height: 44px;
}

.select2-search.select2-search--inline, .select2-container .select2-search--inline .select2-search__field {
	line-height: 42px;
	/* -2px */
}

.select2-selection__choice {
	line-height: 30px;
	/* vyska - 14px */
}


/*padding*/

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 14px;
}

.select2-results__option, .select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding-left: 14px;
	padding-right: 14px;
}


/*border radius*/

.select2-dropdown, .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple {
	border-radius: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	border-radius: 4px;
	margin-bottom: 5px;
	/*tagy*/
}


/*vyhledavac*/

.select2-search--dropdown .select2-search__field {
	padding: 4px 13px;
}


/*sipka*/

.select2-selection__arrow:after {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	content: "\f107";
}

.select2-container--open .select2-selection__arrow:after {
	content: "\f106";
}


/*background vyberane polozky  v selectu*/

.select2-container--default .select2-results__option[aria-selected="true"] {
	background-color: #ededed;
}


/*hovers*/

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: var(--primColor);
	color: white;
}

.select2-container--classic .select2-selection--single:focus {
	border-color: var(--primColor);
}


/* barva roletky */

.select2-results {
	color: var(--textColor);
	background: #fff;
}


/* vyska roletky */

.select2-container--default .select2-results>.select2-results__options {
	max-height: 240px;
}


/*tagy*/

.select2-selection__choice {
	font-size: .8em;
}

.select2-selection__choice__remove {
	text-align: center;
	min-width: 18px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background: #f8f8f8;
}


/*background vyberu v selectu*/

.select2-container--default .select2-results__option[aria-selected="true"] {
	background-color: #ededed;
	color: var(--textColor);
}


/*-----*/

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: block;
}

.select2-container .select2-search--inline .select2-search__field {
	margin: 0 0;
}

.select2-selection__arrow b {
	display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	margin-top: 0;
	margin-right: 0;
	width: 26px;
	text-align: center;
	margin-bottom: 0;
}
