﻿.ez-select2-wrapper {
	display: inline-block;
	text-align: right;
}

/********************
Select2 Override style
*********************/
/* Assign min-width to container */
.select2-container {
	display: block;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}

	/*********************************
Author : Techhysahil
Link : http://techhysahil.com
*********************************/


	/****** Single SCSS *******/
	.select2-container .select2-selection--single {
		
		font-size: 16px;
		width: 200px;
		padding-left: 5px;
		padding-top: 2px;
		cursor: text;
		-webkit-user-select: none;
		user-select: none;
		height: 34px;
	}

		.select2-container .select2-selection--single .select2-selection__rendered {
			width: 160px;
			transition: all 0.3s ease;
			opacity: 1;
			padding: 0;
			margin: 0;
		}

.select2-container--open .select2-selection .select2-selection__rendered {
	-webkit-transition: border-color 1s ease;
	-moz-transition: border-color 1s ease;
	-o-transition: border-color 1s ease;
	transition: border-color 1s ease;
	transition: all 0.3s ease-in-out;
	opacity: 0.3;
}

.select2-container .select2-selection--single .select2-selection__arrow {
	padding: 0 12px 1px 0;
}



.select2-container .select2-selection--single .select2-selection__placeholder {
}

.select2-container .select2-selection--single .select2-selection__clear {
	cursor: default;
	float: right;
	font-size: 32px;
	display: none;
}


.select2-search--dropdown .select2-search__field {
}


/*********************  container--open     *************************/
.select2-container--open {
}

.select2-dropdown--below {
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
	border: none;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}


.select2-container .select2-choice {
}

	.select2-container .select2-choice div {
	}

	.select2-container .select2-choice .select2-arrow {
	}

.select2-container *:focus {
}

.select2-container.select2-drop-above .select2-choice {
}

.select2-drop {
}

	.select2-drop.select2-drop-above {
	}

.select2-search {
	margin-top: 3px;
}

	.select2-search input {
		height: 26px;
	}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
}

.select2-dropdown-open .select2-choice {
}

	.select2-dropdown-open .select2-choice .select2-choice div {
	}


/********************************* Results ******************************/
.select2-results {
}

	.select2-results ul.select2-results__options {
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}

		.select2-results ul.select2-results__options li {
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;
		}

	.select2-results .select2-highlighted {
	}

.select2-container-multi .select2-choices {
}


@media screen and (max-width: 839px) and (min-width: 480px) {
	.select2-container {
	}

		.select2-container .select2-selection--single {
			width: 210px;
		}

			.select2-container .select2-selection--single .select2-selection__rendered {
				text-align: left;
				width: 180px;
			}
}


@media screen and (min-width: 840px) {
	.select2-container {
	}

		.select2-container .select2-selection--single {
			width: 300px;
		}

			.select2-container .select2-selection--single .select2-selection__rendered {
				text-align: left;
				width: 270px;
			}
}
