.gselectchosen {
	padding: 2px;
	min-height: 30px;
	height: auto;
}

.gselectchosen.disabledObject {
	cursor: default;
	cursor: no-drop;
}

.gselectchosen.disabledObject .chosen-container-single .chosen-single {
  background-color: #EEEEEE;
  color: #6E6E6E;
  box-shadow: 0 1px 0 #eee, 0 2px 0 #DADADA;
}

.gselectchosen .label {
	padding-right: 5px;
}
.chosen-container-multi .chosen-choices li.search-choice, .gselectchosen li.moreItemsNofication {
    box-sizing: border-box;
    margin: 2px;
    margin-right: 1px;
    height: 24px;
    line-height: 24px;
    padding: 0;
    padding-left: 9px;
    padding-right: 26px;
    
    background-color: #5B91CF;
    background-image: none;
    color: white;
    font-size: 14px;
    box-shadow: none;
	border: 0;
	
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.gselectchosen.disabledObject .chosen-container-multi .chosen-choices li.search-choice, 
.gselectchosen.disabledObject .gselectchosen li.moreItemsNofication {
	background-color: #AEAEAE;
}

.gselectchosen li.moreItemsNofication {
	padding-right: 7px;
	padding-left: 7px;
	margin-right: 2px;
}

.chosen-container-multi .chosen-choices li.search-field {
	margin-left: 7px;
}

.chosen-container-multi .chosen-choices {
	padding: 0;
	border-radius: 3px;
	background-image: none;
	border: 1px solid #DADADA;
	min-height: 30px;
}

.chosen-container-active.chosen-with-drop .chosen-choices {
	border-radius: 3px 3px 0 0;
	border: 1px solid #ADADAD;
	border-bottom: 1px solid #DADADA;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.chosen-container-active .chosen-choices {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	border: 1px solid #ADADAD;
}

.chosen-container-active .chosen-single {
	
}

.chosen-container .chosen-drop {
	border: 1px solid #ADADAD;
	border-top: 0;
	min-height: 36px;
	top: 0px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	background-image: none;
	line-height: 14px;
	font-family: 'fontawesome-webfont';
	font-size: 14px;
	color: #AFD4FF;
}
.gselectchosen.disabledObject .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	color: #ccc;
	pointer-events: none;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
	color: white;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after {
	content: "\f00d";
}

.chosen-container .chosen-results li {
	font-size: 14px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	line-height: 28px;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
.chosen-container .chosen-results li.highlighted {
	background-image: none;
	background-color: #F1FCFF;
	border-top: 1px solid #B4CEDC;
	border-bottom: 1px solid #B4CEDC;
	color: #575757;
}

.chosen-container-single .chosen-single {
	height: 28px;
	line-height: 28px;
	box-sizing: border-box;
	background-image: none;
	border: 1px solid #DADADA;
	box-shadow: 0 1px 0 white, 0 2px 0 #DADADA;
	background: white;
}

.chosen-container-single .chosen-single span {
	color: #575757;
	font-size: 15px;
}
.chosen-container-single .chosen-single div b {
	background-image: none;
	line-height: 14px;
	font-family: 'fontawesome-webfont';
	font-size: 10px;
	color: #B6B6B6;
	display: flex;
}
.chosen-container-single .chosen-single div b::after {
	content: "\f107";
	align-self: center;
	height: 10px;
	width: 10px;
	border: 1px solid #DADADA;
	padding: 4px;
	border-radius: 2px;
	line-height: 1;
	margin-left: -6px;
	justify-content: center;
	text-indent: -1px;
}
.chosen-container-active .chosen-single div b::after {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.chosen-container-active.chosen-with-drop .chosen-single {
	background: white;
	box-sizing: border-box;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.05), inset 0 1px 0 white;
}

.chosen-container-single .chosen-search input[type="text"] {
	border-radius: 3px;
	border: 1px solid #DADADA;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #575757;
	background: none;
}

.chosen-container-single .chosen-search::after {
	content: "\f002";
	margin-left: -18px;
	color: #447EC0;
	pointer-events: none;
	font-family: 'fontawesome-webfont' !important;
	font-size: 13px;
}

.chosen-container-single .chosen-results {
	margin: 0;
	padding: 0;
	color: #575757;
}

.gselectchosen.requiredObject .chosen-container {
	background-image: none;
	padding: 0;
}

/* position changes */
.chosen-container {
	position: static;
}


.chosen-container-multi .chosen-choices {
	position: static;
}

.gselectchosen {
	overflow: visible;
}

.gselectchosen .chosen-disabled {
	opacity: 1 !important;
}
.gselectchosen .chosen-container.chosen-disabled .chosen-choices {
	background-color: #eee;
}

.chosen-container .chosen-results li.group-result {
	font-weight: normal;
	font-family: Roboto Medium;
	background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result:empty {
    display: none;
}

.chosen-container .chosen-results li em {
	text-decoration-color: #447EC0;
	color: #447EC0;
	background-color: #F1FCFF;
}