/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cs-ag-search.user-search .chosen-container .chosen-drop {
  border: 1px solid #e4e4e4;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.input-info .select-holder .chosen-container .chosen-drop {
  border: 1px solid #e4e4e4;
  box-shadow: none;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 6px 0 11px 8px;
  border: 1px solid #d5d5d5;
  background-color: #fff;
  background-clip: padding-box;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.jobs_page_cs_settings .chosen-container-single .chosen-single {
  padding: 6px 0 11px 8px;
  border: 1px solid #d5d5d5;
  background-color: #fff;
  color: #727272;
  text-align:left;
}
.input-holder-select .chosen-container-single .chosen-single {
    border: 1px solid transparent;
    padding: 14px 0 11px 8px;
	color:#999;
}
.wp-user-form .input-holder-select .chosen-container-single .chosen-single {
    border: 1px solid #ccc;
    padding: 14px 0 11px 8px;
	color:#999;
}
.wp-user-form .chosen-container-single .chosen-single span{
	font-size:13px;
	}
.signup-form .input-info .select-holder .chosen-container-single .chosen-single {