/* @group Base */
.chzn-select { width: 350px; }

.chzn-container {
	font-size: 13px;
	position: relative;
	display: inline-block;
	
}

.w238 .chzn-container,.w238 .chzn-container .chzn-drop,.w238 .chzn-container-multi .chzn-choices { width: 238px !important; }

.w370 .chzn-container,.w370 .chzn-container .chzn-drop,.w370 .chzn-container-multi .chzn-choices { width: 370px !important; }
.w520 .chzn-container,.w520 .chzn-container .chzn-drop,.w520 .chzn-container-multi .chzn-choices { width: 510px !important; }
.w500 .chzn-container-multi .chzn-choices { width: 498px !important; z-index: 100 !important;}
.w500 .chzn-container-multi { width: 500px !important; }
.w500 .chzn-container-multi .chzn-drop { width: 500px !important; }
.w500 .ddlCss .chzn-container-single { width: 500px !important;}
.w500 .ddlCss .chzn-container-single .chzn-drop { width: 500px !important; z-index: 200 !important; }
.w600 .chzn-container,.w600 .chzn-container .chzn-drop,.w600 .chzn-container-multi .chzn-choices { width: 598px !important; }
.w580 .chzn-container,.w580 .chzn-container .chzn-drop,.w580 .chzn-container-multi .chzn-choices { width: 578px !important; }

/* 09 April 2013 by ITG start */
.w370DropDown .chzn-container { width:370px!important;}
.w370DropDown .chzn-container .chzn-drop { width:368px!important;}
.w370DropDown .chzn-container .chzn-drop .chzn-search input {width:333px!important;}
/* 09 April 2013 by ITG end */

/* Desktops and laptops -----------*/
@media only screen and (min-width : 1024px) {
	.chzn-container-single .chzn-search input { width: 92% !important; }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 320px) and (max-width: 959px) {
	.chzn-container .chzn-drop{ width: 255px !important; }
		.chzn-container-single .chzn-search input { width: 87% !important; }

	.w500 .chzn-container,.w500 .chzn-container .chzn-drop,.w500 .chzn-container-multi .chzn-choices { width: 362px !important; }
	.w370 .chzn-container,.w370 .chzn-container .chzn-drop,.w370 .chzn-container-multi .chzn-choices { width: 260px !important; }
}

/* iPads (landscape) -----------*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.chzn-container-single .chzn-search input { width: 92% !important; }
	.modalwin .w500 .chzn-container,.modalwin .w500 .chzn-container .chzn-drop,.modalwin .w500 .chzn-container-multi .chzn-choices { width: 362px !important; }
}

/* iPads (portrait) -----------*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.chzn-container .chzn-drop{ width: 255px !important; }
		.chzn-container-single .chzn-search input { width: 87% !important; }
	.w370 .chzn-container,.w370 .chzn-container .chzn-drop,.w370 .chzn-container-multi .chzn-choices { width: 200px !important; }
	
	/* 09 April 2013 by ITG start */

	.w370DropDown .chzn-container { width:204px!important;}
	.w370DropDown .chzn-container .chzn-drop { width:202px!important;}
	.w370DropDown .chzn-container .chzn-drop .chzn-search input {width:167px!important;}

	/* 09 April 2013 by ITG end */
}

.chzn-container .chzn-drop {
	background: #fff;
	border: 1px solid #CBCBCB;
	border-top: 0;
	position: absolute;
	top: 29px;
	left: 0;
	-webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
	box-shadow: 0 4px 5px rgba(0,0,0,.15);
	z-index: 1000;
}

.first-chzn-select .chzn-drop { z-index: 2; }

.second-chzn-select .chzn-container.chzn-container-multi { z-index: 1; }

.selectleft .chzn-container{ float: left; }

/* @group Single Chosen */
.chzn-select-deselect.w200 { width: 200px; }
.chzn-select-deselect.w320 { width: 330px; }
.chzn-select-deselect.w370 { width: 368px; }
.chzn-select-deselect.w387 { width: 387px; }
.chzn-select-deselect.w500 { width: 500px; }

.chzn-select-deselect.blue + .chzn-container-single .chzn-single {
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
	border-radius: 3px;
	color: #444444;
	height: 23px;
	line-height: 24px;
	padding: 0 0 0 8px;
}

.chzn-select-deselect.white + .chzn-container-single .chzn-single {
	background-color: #FFFFFF;
	border: 1px solid #CBCBCB;
	border-radius: 3px;
	color: #444444;
	height: 38px;
	line-height: 39px;
	padding: 0 0 0 8px;
}

.chzn-container-single .chzn-single {
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}

.chzn-container-single .chzn-single span {
	color: #666666;
	display: block;
	margin-right: 26px;
	overflow: hidden;
	padding: 0 5px;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.chzn-container-single .chzn-default { color: #999; }
.chzn-container-single .chzn-single abbr {
	background: url('https://static.peoplehr.net/202505277000000/Images/chosen-sprite.png') right top no-repeat;
	display: block;
	position: absolute;
	right: 26px;
	top: 6px;
	width: 12px;
	height: 13px;
	font-size: 1px;
}
	/* iPads (portrait and landscape) -----------*/
	@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
		.chzn-container-single .chzn-single abbr{
			background: url('https://static.peoplehr.net/202505277000000/Images/spritesheet.png') no-repeat 0 -500px;
			height:12px; 
			width:11px; 
		}
	}

.chzn-select-deselect.white + .chzn-container-single .chzn-single abbr { right: 39px; top: 14px; }
.chzn-container-single .chzn-single abbr:hover { background-position: right -11px; }
.chzn-container-single.chzn-disabled .chzn-single abbr:hover { background-position: right top; }

.chzn-container-single .chzn-single div {
	display: block;
	height: 17px;
	position: absolute;
	right: 5px;
	top: 0;
	width: 18px;
}

.chzn-container-single .chzn-single div b {
	background: url('https://static.peoplehr.net/202505277000000/Images/chosen-sprite.png') no-repeat 0 0;
	display: block;
	width: 100%;
	height: 100%;
}

.chzn-select-deselect.white + .chzn-container-single .chzn-single div b {
	position: relative;
	right: 5px;
	top: 7px;
}

.chzn-container-single .chzn-search {
	padding: 3px 4px;
	position: relative;
	margin: 0;
	white-space: nowrap;
	z-index: 1;
}

.chzn-container-single .chzn-search input {
	background: #fff url('https://static.peoplehr.net/202505277000000/Images/chosen-sprite.png') no-repeat 100% -22px;
	background: -webkit-url('https://static.peoplehr.net/202505277000000/Images/chosen-sprite.png') no-repeat 100% -22px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
	background: -moz-url('https://static.peoplehr.net/202505277000000/Images/chosen-sprite.png') no-repeat 100% -22px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
	background: -o-url('https://static.peoplehr.net/202505277000000/Images/chosen-sprite.png') no-repeat 100% -22px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
	background: -ms-url('https://static.peoplehr.net/202505277000000/Images/chosen-sprite.png') no-repeat 100% -22px, -ms-linear-gradient(#eeeeee 1%, #ffffff 15%);
	background: url('https://static.peoplehr.net/202505277000000/Images/chosen-sprite.png') no-repeat 100% -22px, linear-gradient(#eeeeee 1%, #ffffff 15%);
	border-radius: 3px;
	margin: 1px 0;
	padding: 4px 20px 4px 5px;
	outline: 0;
	border: 1px solid #aaa;
	font-size: 1em;
	width: 88% !important;
}

.chzn-select-deselect.white .chzn-container-single .chzn-drop {
	border-radius: 0 0 4px 4px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	top: 38px !important;
	width: 500px;
}

/* @end */
.chzn-container-single-nosearch .chzn-search input { position: absolute; left: -9000px; }

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
	background-color: #FFFFFF;
	border: 1px solid #CBCBCB;
	border-radius: 3px;
	margin: 0;
	padding: 0;
	cursor: text;
	overflow: hidden;
	line-height: 37px;
	height: auto !important;
	min-height: 39px;
	height: 1%;
	position: relative;
}

.height100 .chzn-container-multi .chzn-choices { min-height: 100px; }
.chzn-container-multi .chzn-choices li { float: left; list-style: none; }

.chzn-container-multi .chzn-choices .search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.chzn-container-multi .chzn-choices .search-field input {
	color: #666;
	background: transparent !important;
	border: 0 !important;
	font-size: 100%;
	height: 15px;
	padding: 5px;
	margin: 1px 0;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.chzn-container-multi .chzn-choices .search-field .default { color: #666666; }

.chzn-container-multi .chzn-choices .search-choice {
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
	border-radius: 2px 2px 2px 2px;
	-webkit-box-shadow: 0 0 2px #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 2px #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	color: #666666;
	cursor: default;
	font-size: 11px;
	line-height: 24px;
	margin: 3px 0 3px 5px;
	padding: 3px 20px 3px 5px;
	position: relative;
}

.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
	background: url('https://static.peoplehr.net/202505277000000/Images/chosen-sprite.png') no-repeat scroll right top transparent;
	display: block;
	font-size: 1px;
	height: 10px;
	position: absolute;
	right: 2px;
	top: 9px;
	width: 12px;
}

.chzn-container-multi .chzn-choices .search-choice-focus { background: #d4d4d4; }

/* @end */
/* @group Results */
.chzn-container .chzn-results {
	margin: 0 4px 4px 0;
	max-height: 100px;
	padding: 0 0 0 4px;
	position: relative;
	-ms-overflow-x: hidden;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.chzn-container-multi .chzn-results { margin: -1px 0 0; padding: 0; }
.chzn-container .chzn-results li {
	display: none;
	line-height: 15px;
	padding: 5px 6px;
	margin: 0;
	list-style: none;
}
.chzn-container .chzn-results .active-result { cursor: pointer; display: list-item; }
.chzn-container .chzn-results .highlighted { background-color: #D9EDF7; }
.chzn-container .chzn-results li em { background: #feffde; font-style: normal; }
.chzn-container .chzn-results .highlighted em { background: transparent; }
.chzn-container .chzn-results .no-results { background: #f4f4f4; display: list-item;
}
.chzn-container .chzn-results .group-result {
	cursor: default;
	color: #999;
	font-weight: bold;
}

.chzn-container .chzn-results .group-option { padding-left: 15px; }
.chzn-container-multi .chzn-drop .result-selected { display: none; }

.chzn-container .chzn-results-scroll {
	background: white;
	margin: 0 4px;
	position: absolute;
	text-align: center;
	width: 321px; /* This should by dynamic with js */
	z-index: 1;
}

.chzn-container .chzn-results-scroll span {
	display: inline-block;
	height: 17px;
	text-indent: -5000px;
	width: 9px;
}

.chzn-container .chzn-results-scroll-down { bottom: 0; }
.chzn-container .chzn-results-scroll-down span { background: url('https://static.peoplehr.net/202505277000000/Images/chosen-sprite.png') no-repeat -4px -3px; }
.chzn-container .chzn-results-scroll-up span { background: url('https://static.peoplehr.net/202505277000000/Images/chosen-sprite.png') no-repeat -22px -3px; }

/* @end */
/* @group Active  */
.chzn-container-active .chzn-single-with-drop {
	border: 1px solid #BCE8F1;
	background-color: #D9EDF7;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.chzn-container-active .chzn-single-with-drop div { background: transparent; border-left: none; }
.chzn-container-active .chzn-single-with-drop div b { background-position: -18px 1px; }
.chzn-container-active .chzn-choices { border: 1px solid #659AC8; }
.chzn-container-active .chzn-choices .search-field input { color: #111 !important; }

/* @end */
/* @group Disabled Support */
.chzn-disabled { cursor: default; }
.chzn-disabled .chzn-single{
	background-color: #F3F3F3 !important;
	border: 1px solid #CCCCCC !important;
	cursor: default;
}
.chzn-disabled .chzn-single div b{ display: none !important; }
.chzn-disabled .chzn-choices .search-choice .search-choice-close { cursor: default; }
/* Added by ITG : Hide cross for disabled chosen control - Start */
.chzn-disabled > a.chzn-single > abbr.search-choice-close
{
    display:none!important;
}
/* Added by ITG : Hide cross for disabled chosen control - End */

/* @group Right to Left */
.chzn-rtl { text-align: right; }
.chzn-rtl .chzn-single { padding: 0 8px 0 0; overflow: visible; }
.chzn-rtl .chzn-single span {
	margin-left: 26px;
	margin-right: 0;
	direction: rtl;
}

.chzn-rtl .chzn-single div { left: 3px; right: auto; }
.chzn-rtl .chzn-single abbr { left: 26px; right: auto; }
.chzn-rtl .chzn-choices .search-field input { direction: rtl; }
.chzn-rtl .chzn-choices li { float: right; }
.chzn-rtl .chzn-choices .search-choice { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close {
	left: 4px;
	right: auto;
	background-position: right top;
}

.chzn-rtl.chzn-container-single .chzn-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 15px; }
.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }

.chzn-rtl .chzn-search input {
	background: #fff url('https://static.peoplehr.net/202505277000000/Images/chosen-sprite.png') no-repeat -38px -22px;
	background: -webkit-url('https://static.peoplehr.net/202505277000000/Images/chosen-sprite.png') no-repeat -38px -22px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
	background: -moz-url('https://static.peoplehr.net/202505277000000/Images/chosen-sprite.png') no-repeat -38px -22px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
	background: -o-url('https://static.peoplehr.net/202505277000000/Images/chosen-sprite.png') no-repeat -38px -22px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
	background: -ms-url('https://static.peoplehr.net/202505277000000/Images/chosen-sprite.png') no-repeat -38px -22px, -ms-linear-gradient(#eeeeee 1%, #ffffff 15%);
	background: url('https://static.peoplehr.net/202505277000000/Images/chosen-sprite.png') no-repeat -38px -22px, linear-gradient(#eeeeee 1%, #ffffff 15%);
	padding: 4px 5px 4px 20px;
	direction: rtl;
}

.chzn-disabled ul { background:#F3F3F3 !important;}
.chzn-disabled ul li a.search-choice-close { display:none !important;}

.form-section-tag4 .chzn-select-deselect.white + .chzn-container-single .chzn-single {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: fit-content;
	min-width: 384px;
	min-height: 20px;
	line-height: normal;
	background-color: #ffffff;
	padding: 6px 8px;
	border: solid 1px #828D98;
}

.form-section-tag4 .chzn-single span {
	color: #202227;
}

.form-section-tag4 .chzn-drop {
	min-width: 399px;
}

.form-section-tag4 .chzn-container-single .chzn-search {
	display: flex;
}

	.form-section-tag4 .chzn-container-single .chzn-search input {
		width: 100% !important;
	}

.form-section-tag4 .chzn-single .search-choice-close {
	display: none;
}

.form-section-tag4 .chzn-container-single .chzn-single div {
	position: static;
	width: fit-content;
	height: fit-content;
}

	.form-section-tag4 .chzn-container-single .chzn-single div b {
		background: url(https://static.peoplehr.net/202505277000000/Images/Tag-Icons/select-input-tag4.png) no-repeat center;
		display: block;
		width: 18px;
		height: 18px;
		position: static !important;
	}
