/*  Retter uoverensstemmelser mellom utseendet til select2-inputs og Bootstrap3-inputs med form-control styling.
	Bruker samme fargekoder som Inspinia
	Må lastes etter select2.min.css!
*/
.select2-container { /* Responsive Sizing av Select2.js (Bredden er fixed ellers) */
	width: 100% !important;
}

.select2-selection__choice {
	background-color: #1ab394 !important;
	color: white;
	border-color: #1ab394 !important;
}

.select2-selection__choice__remove {
	color: #ffffff9e !important;
}

	.select2-selection__choice__remove:hover {
		color: white !important;
	}

.select2-container--open {
	z-index: 99999;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: 0px;
	border-color: #1ab394;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #1ab394;
}

.select2-dropdown {
	border: 1px solid #e5e6e7;
	border-color: #1ab394;
}

.select2-container--default .select2-selection--multiple {
	border: 1px solid #e5e6e7;
	border-radius: 0px;
}

.select2-container--default .select2-selection--single .select2-selection--multiple {
	border: 1px solid #e5e6e7;
	border-radius: 0px;
}

	.select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height: 34px;
	}

.select2-container .select2-selection--single {
	height: 34px;
	border: 1px solid #e5e6e7;
	border-radius: 0px;
}

input.select2-search__field:focus-within {
	box-shadow: inset 0 1px 3px rgb(0 0 0 / 6%), 0 0 5px rgb(26 179 148 / 45%);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 32px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #1ab394;
}

.select2-hidden-accessible {
	position: absolute !important;
}

.select2 + span.input-group-btn > button {
	border-left: 0px;
}