.content .select2 ul li:before {
	display: none;
}

.content .select2 ul li {
	margin: 0;
	padding: 0;
}


/* 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: #d1d1d1;
}


/*focus*/

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #d1d1d1;
}


/*barva textu*/

.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-selection__arrow {
	color: #6f7273;
}


/*vyska*/

.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 60px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-selection__arrow, .select2-selection__rendered {
	line-height: 60px;
}

.select2-search.select2-search--inline, .select2-container .select2-search--inline .select2-search__field {
	line-height: 57px;
	/* -3px */
}

.select2-selection__choice {
	line-height: 47px;
	/* vyska - 13px */
}


/*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: 0;
	/*tagy*/
}


/*vyhledavac*/

.select2-search--dropdown .select2-search__field {
	padding: 4px 13px;
}


/*sipka*/

.select2-selection__arrow:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f107";
}

.select2-container--open .select2-selection__arrow:after {
	content: "\f106";
}


/*hovers*/

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #ed6f23;
	color: white;
}

.select2-container--classic .select2-selection--single:focus {
	border-color: #ed6f23;
}


/*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;
}


/*-----*/

.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;
}
