/* @group Base */
.chosen-container {
	position: relative;
	display: inline-block;
	width: 100% !important;
	vertical-align: middle;
	font-size: 16px;
	zoom: 1;
 *display: inline;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}
.chosen-container .chosen-drop {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9999;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #aaa;
	border-top: 0;
	background: #fff;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
	display:none;
}
.chosen-container.chosen-with-drop .chosen-drop {
	display:block;
}
.chosen-container a {
	cursor: pointer;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 0 0 8px;
	border: 1px solid #aaa;
	border-radius: 0px;
	background-color: #fff;
	background: #fff;
	background: #fff;
	color: #444;
	text-decoration: none;
	white-space: nowrap;
	line-height: 23px;
}
.chosen-container-single .chosen-default {
	color: #999;
}
.chosen-container-single .chosen-single span {
	display: block;
	overflow: hidden;
	margin-right: 26px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: sans-serif;
	color: #666;
	font-size: 13px;
	font-family: 'OpenSansRegular';
	color: #979797;
}
.home_row .chosen-container-single .chosen-single span{
	font-family: sans-serif !important;
	font-size: 16px;color: #666;
	}
.expert_search .chosen-container-single .chosen-single span {
	font-size: 13px;
	color: #7C7C7C !important;
}
.chosen-container-single .chosen-single-with-deselect span {
	margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
	position: absolute;
	top: 6px;
	right: 26px;
	display: block;
	width: 12px;
	height: 12px;
	background: url('../images/chosen-sprite.png') -44px 4px no-repeat;
	font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
	background-position: -44px 4px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
	background-position: -50px -10px;
}
.chosen-container-single .chosen-single div {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 18px;
	height: 100%;
}
.chosen-container-single .chosen-single div b {
	display: block;
	width: 100%;
	height: 100%;
	background: url('../images/chosen-sprite.png') no-repeat 0px 8px;
}
.chosen-container-single .chosen-search {
	position: relative;
	z-index: 1010;
	margin: 0;
	padding: 3px 4px;
	white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
	box-sizing: border-box;
	margin: 1px 0;
	padding: 4px 20px 4px 5px;
	width: 100%;
	height: auto;
	outline: 0;
	border: 1px solid #aaa;
/*	background: white url('../images/chosen-sprite.png') no-repeat 100% -20px;
	background: url('../images/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
	background: url('../images/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
	background: url('../images/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
	background: url('../images/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
	background: url('../images/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);*/
	font-size: 1em;
	font-family: sans-serif;
	line-height: normal;
	border-radius: 0;
}
.chosen-container-single .chosen-drop {
	margin-top: -1px;
	border-radius: 0 0 4px 4px;
	background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
	position: absolute;
	left: -9999px;
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0 4px 4px 0;
	padding: 0 0 0 4px;
	max-height: 240px;
	-webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
	display: none;
	margin: 0;
	padding: 5px 6px;
	list-style: none;
	line-height: 15px;
}
.chosen-container .chosen-results li.active-result {
	display: list-item;
	cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
	display: list-item;
	color: #ccc;
	cursor: default;
}
.chosen-container .chosen-results li.highlighted {
	background-color: #3773ac;
    color: #fff;
}
.chosen-container .chosen-results li.no-results {
	display: list-item;
	background: #f4f4f4;
	font-size: 12px;
	color: #ee3147;
}
.chosen-container .chosen-results li.group-result {
	display: list-item;
	font-weight: bold;
	cursor: default;
}
.chosen-container .chosen-results li.group-option {
	padding-left: 15px;
}
.chosen-container .chosen-results li em {
	font-style: normal;
	text-decoration: underline;
}
/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	padding: 8px 0 0;
	min-height: 41px;
	width: 100%;
	height: auto !important;
	height: 1%;
	background-color: #fff;
	box-shadow: none;
	/*  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);*/
	border-width: 1px;
	border-style: solid;
	border-top-color: #e6e6e6;
	border-left-color: #e6e6e6;
	border-right-color: #e6e6e6;
	border-bottom-color: #e6e6e6;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	cursor: text;
	border: 1px solid #e6e6e6;
		background: url("../images/arrow_lang.png") no-repeat scroll center center #FFF;
	background: #fff !important;
}
.ie8 .chosen-container-multi .chosen-choices{ min-height:36px !important;}
.ie8 .Advanced-search .chosen-container-multi .chosen-choices{min-height:27px !important;}
.chosen-container-multi .chosen-choices li {
	float: left;
	list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	margin: 3px 0;
	padding: 0px 5px;
	height:auto;
	outline: 0;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none;
	color: #666;
	font-size: 100%;
	line-height: normal;
	border-radius: 0;
	width: 100% !important;
}
.chosen-container-multi .chosen-choices li.search-field .default {
	color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
	/*top:26px;*/
	position: relative;
	margin: 0px 3px 3px 0px;
	padding: 5px 20px 5px 8px;
	border: 1px solid #aaa;
	border-radius: 10px;
	background-color: #f0eeec;
	color: #404040;
	line-height: 13px;
	cursor: default;
	z-index:2
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	position: absolute;
	top: 6px;
	right: 3px;
	display: block;
	width: 12px;
	height: 10px;
	background: url('../images/chosen-sprite.png') -41px 1px no-repeat;
	font-size: 1px;
    -webkit-transition: none;
    transition: none;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
	background-position: -41px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
	padding-right: 5px;
	border: 1px solid #ccc;
	background-color: #e4e4e4;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
	background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
	background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
	background-position: -50px -10px;
}
.chosen-container-multi .chosen-results {
	margin: 0;
	padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
	display: list-item;
	color: #ccc;
	cursor: default;
}
/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
	border: 1px solid #5897fb;
}
.chosen-container-active.chosen-with-drop .chosen-single {
	border: 1px solid #aaa;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
	background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
	background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
	box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
	border-left: none;
	background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -18px 10px;
}
.chosen-container-active .chosen-choices {
	border-width: 1px;
	border-style: solid;
	border-top-color: #dadada;
	border-left-color: #d0d0d0;
	border-right-color: #d0d0d0;
	border-bottom-color: #c5c5c5;
	padding-right:25px !important
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
	color: #111 !important;
}
/* @end */
/* @group Disabled Support */
.chosen-disabled {
	opacity: 0.5 !important;
	cursor: default;
}
.chosen-disabled .chosen-single {
	cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
	cursor: default;
}
/* @end */
/* @group Right to Left */
.chosen-rtl {
	text-align: right;
}
.chosen-rtl .chosen-single {
	overflow: visible;
	padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
	margin-right: 0;
	margin-left: 26px;
	direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
	margin-left: 38px;
}
.chosen-rtl .chosen-single div {
	right: auto;
	left: 3px;
}
.chosen-rtl .chosen-single abbr {
	right: auto;
	left: 26px;
}
.chosen-rtl .chosen-choices li {
	float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
	direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
	margin: 3px 5px 3px 0;
	padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
	right: auto;
	left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop {
	left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
	margin: 0 0 4px 4px;
	padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
	padding-right: 15px;
	padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
	border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
	padding: 4px 5px 4px 20px;
	background: white url('../images/chosen-sprite.png') no-repeat -30px -20px;
	background: url('../images/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
	background: url('../images/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
	background: url('../images/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
	direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
	background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
	background-position: -12px 2px;
}
.chosen-container.chosen-container-active.hidden {
	opacity: 0
}
body .chosen-choices:hover {
border-color: #3773AC;
box-shadow: 0 0 2px rgba(55, 155, 172, 0.75);
-webkit-box-shadow: 0 0 2px rgba(55, 155, 172, 0.75);
-moz-box-shadow: 0 0 2px rgba(55,155,172,0.75);
}
.search_wrap .chosen-container-multi .chosen-choices {
	padding: 1px 0 0;
	min-height: 30px;
}
/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
.chosen-rtl .chosen-search input[type="text"],  .chosen-container-single .chosen-single abbr,  .chosen-container-single .chosen-single div b,  .chosen-container-single .chosen-search input[type="text"],  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,  .chosen-container .chosen-results-scroll-down span,  .chosen-container .chosen-results-scroll-up span {
	background-image: url('../images/chosen-sprite@2x.png') !important;
	background-size: 52px 37px !important;
	background-repeat: no-repeat !important;
}
}
/* @end */
.mapsrch:after {
	display: none;
}
.mapsrch .chosen-container {
	width: 100% !important;
}
.mapsrch .chosen-container-multi .chosen-choices {
	width: 100%;
}
.mapsrch .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	height: 23px;
}
.hm-msearch .chosen-container {
	width: 521px !important;
}
.hm-msearch .chosen-container-multi .chosen-choices {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0 10px;
	min-height: 34px;
	width: 100%;
	height: 40px !important;
	background-color: #FFF;
	-webkit-box-shadow: inset 3px 4px 4px -3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 3px 4px 4px -3px rgba(0,0,0,0.5);
	/* box-shadow: inset 3px 4px 4px -3px rgba(0, 0, 0, 0.5); */
	border: none;
	border-radius: 3px 0px 0px 3px;
	-moz-border-radius: 3px 0px 0px 3px;
	-webkit-border-radius: 3px 0px 0px 3px;
	-o-border-radius: 3px 0px 0px 3px;
	cursor: text;
}
.hm-msearch .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	height: 25px;
	font-family: sans-serif;
	margin: 7px 4px 6px 4px;
	width: 484px !important;
	font-size: 16px;
}
body .hm-msearch .chosen-choices:hover {
	border: 0 !important;
}
.world_map_container {
	position: relative;
	width: 259px;
	height: 275px;
	margin: 0px auto;
	padding: 0
}
div.world_map_container #transparent_map {
	border: medium none;
	height: 275px;
	position: absolute;
	width: 259px;
	z-index: 30;
}
div.world_map_container ul li {
	display: none;
	position: absolute;
	text-indent: -9999px;/*z-index: 20;*/
}
#bubiyan {
	background: url("../images/bubiyan.png") no-repeat scroll 0 0 transparent;
	height: 275px;
	right: 0;
	top: 0;
	width: 259px;
}
.chosen-containe .selected {
	background: url("../images/bubiyan.png") no-repeat scroll 0 0 transparent;
	height: 275px;
	right: 0;
	top: 0;
	width: 259px;
}
#aljahara {
	background: url("../images/aljahra.png") no-repeat scroll 0 0 transparent;
	height: 275px;
	right: 0;
	top: 0;
	width: 259px;
}
#alkuwait {
	background: url("../images/alkuwait.png") no-repeat scroll 0 0 transparent;
	height: 275px;
	right: 0;
	top: 0;
	width: 259px;
}
#mubarak {
	background: url("../images/mubarak.png") no-repeat scroll 0 0 transparent;
	height: 275px;
	right: 0;
	top: 0;
	width: 259px;
}
#alhawalli {
	background: url("../images/alhawalli.png") no-repeat scroll 0 0 transparent;
	height: 275px;
	right: 0;
	top: 0;
	width: 259px;
}
#alfarwaniyah {
	background: url("../images/alfarwania.png") no-repeat scroll 0 0 transparent;
	height: 275px;
	right: 0;
	top: 0;
	width: 259px;
}
#alahmadi {
	background: url("../images/alahmadi.png") no-repeat scroll 0 0 transparent;
	height: 275px;
	right: 0;
	top: 0;
	width: 259px;
}
.country-labels li {
	display: block !important;
	background: url("../images/label-sprite.png") no-repeat scroll 0 0 transparent;
	position: absolute;
	z-index: 29;
}
.country-labels .labels1 {
	background-position: 0 0;
	height: 22px;
	left: 0;
	top: 62px;
	width: 88px;
}
.country-labels .labels2 {
	background-position: 0 -33px;
	height: 60px;
	left: 164px;
	top: 101px;
	width: 116px;
}
.country-labels .labels3 {
	background-position: 0 -104px;
	height: 20px;
	left: 49px;
	top: 178px;
	width: 123px;
}
.country-labels .labels4 {
	background-position: 0 -125px;
	height: 60px;
	left: 159px;
	top: 183px;
	width: 135px;
}
.country-labels .labels5 {
	background-position: 0 -200px;
	height: 15px;
	left: 82px;
	top: 244px;
	width: 79px;
}
.country-labels .labels6 {
	background-position: 0 -231px;
	height: 40px;
	left: 200px;
	top: 132px;
	width: 45px;
}
.country-labels .labels7 {
	background-position: 0 -279px;
	height: 40px;
	left: 185px;
	top: 5px;
	width: 74px;
}
.agency .chosen-container {
	width: 100% !important;
	max-width: 250px;
}
.agency .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	font-family: 'OpenSansRegular';
	color: #434343 !important;
	font-size: 14px;
 height: 30px;
    padding: 0 7px;
    width: 175px !important;
}
.stateClass {
	color: #1c1c1c;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 6px !important;
}
#agency_chosen .default {
	padding:0 5px !important;
	height: 18px; 
	width: 100% !important;
}
.srchRespanel #agency_chosen .default {
	padding: 0;
}
.home_row .chosen-container-single .chosen-single {
	padding: 8px 19px 9px !important;
	border-radius: 3px 0 0 3px !important;
	background: #FFF;
	border: none;
	box-shadow: 3px 4px 4px -3px rgba(0, 0, 0, 0.5) inset;
	-webkit-box-shadow: 3px 4px 4px -3px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow: 3px 4px 4px -3px rgba(0, 0, 0, 0.5) inset
}
.home_row .chosen-with-drop .chosen-single {
	border-radius: 3px 0 0 0px !important;
}
.cntr_searchfield .chosen-container-single .chosen-single {
	border: 0 !important;
	border-radius: 5px;
	padding: 8px 19px 9px !important;
	background: #FFF;
}
.header .cntr_searchfield .chosen-container-single .chosen-single {
	padding: 8px 19px 8px !important;
}
.home_row .chosen-container-single .chosen-single abbr {
	position: absolute;
	top: 15px;
	right: 22px;
	display: block;
	width: 14px;
	height: 10px;
	background: url('../images/chosen-sprite.png') -44px 1px no-repeat;
	font-size: 1px;
}
.expert_search .chosen-container-single .chosen-single {
	border-radius: 2px;
	padding: 2px;
	background: #FFF;
	border: 1px solid #C2C2C2;
}
.expert_search .chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -18px 2px !important;
}
.expert_search .chosen-container-single .chosen-single div b {
	background-position: 0px 2px !important;
}
.cntr_searchfield .chosen-container-active.chosen-with-drop .chosen-single div b, .cntr_searchfield .chosen-container-single .chosen-single div b {
	background: none !important;
}
.Advanced-search .chosen-container-single .chosen-single {
	background: #fff;
	border-radius: 0;
	padding: 5px 0px 5px 8px;
	border: 1px solid #C2C2C2 !important;
}
.Advanced-search .chosen-container-single .chosen-single div b {
	background-position: 0px 5px !important;
}
.sml_left_wrap01 .chosen-container-active.chosen-with-drop .chosen-single {
	background-image: none !important;
	background: #fff !important;
	height: 29px !important;
}
.sml_left_wrap01 .chosen-container-single .chosen-default {
	height: 29px !important;
	color: #979797 !important;
	font-family: 'OpenSansRegular';
}
.sml_left_wrap01 .chosen-container-single .chosen-single {
	height: 29px !important;
	color: #979797 !important;
	font-family: 'OpenSansRegular';
}
.sml_left_wrap01 .chosen-container-single .chosen-single span, .sml_left_wrap01 .chosen-container-single .chosen-default span {
	font-family: 'OpenSansRegular';
	color: #979797 !important;
	font-size: 13px;
}
.map-blk .chosen-container-single .chosen-single {
	height: 29px !important;
	border-radius: 3px !important;
	border: #C5C5C5 1px solid !important;
}
.map-blk .chosen-container-single .chosen-single span {
	font-family: 'OpenSansRegular';
	color: #666 !important;
	font-size: 13px !important;
}
.header .cntr_searchfield .chosen-container-single .chosen-single abbr {
	top: 11px !important;
	left:3px !important;
}
