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

Version 1.2.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2014 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-family: 'Ubuntu', sans-serif;
	font-weight:300;
	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;
}
.chosen-container .chosen-drop {
	position: absolute;
	top: 100%;
	left: -9999px;
	z-index: 1010;
	width: 100%;
	border: 1px solid #cc322a;
	background: #fff;
	box-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.chosen-container.chosen-with-drop .chosen-drop {
	left: 0;
}
.chosen-container a {
	cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 0 0 20px;
	height: 43px;
	border: 1px solid #dedede;
	background-color: #fff;
	box-shadow: none;
	color: #878787;
	text-decoration: none;
	white-space: nowrap;
	line-height: 41px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom:9px;
}
.chosen-container-single .chosen-default {
  	color: #878787;
}
.chosen-container-single .chosen-single span {
	display: block;
	overflow: hidden;
	margin-right: 26px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.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: 46px;
	height: 43px;
	background-image: url('../../images/chosen-sprite.png');
	background-position: right;
	background-repeat: no-repeat;
	font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
	background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
	background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 46px;
	height: 100%;
}
.chosen-container-single .chosen-single div b {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url('../../images/select_down.png');
	background-repeat: no-repeat;
	background-size: 46px 43px;
}
.chosen-container-single .chosen-search {
	position: relative;
	z-index: 1010;
	margin: 0;
	padding: 20px 20px 0px 20px;
	margin-bottom:-12px;
	white-space: nowrap;
}
/* zoekveld */
.chosen-container-single .chosen-search input[type="text"] {
	margin: 1px 0;
	padding: 12px 20px 11px 20px;
	width: 100%;
	height: auto;
	outline: 0;
	border: 1px solid #dedede;
	background-image: url('../../images/select_search.png');
	background-repeat: no-repeat;
	background-position: right;
	background-size: 32px 38px;
	font-size: 1em;
	font-family: 'Ubuntu', sans-serif;
	font-weight:300;
	line-height: normal;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#878787;
}
.chosen-container-single .chosen-drop {
	margin-top: -1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
	position: absolute;
	left: -9999px;
}


/* @end */
/* @group Results */
.chosen-container .chosen-results {
	color: #878787;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 20px 20px 20px 0;
	padding: 0 0 0 20px;
	max-height: 276px;
	-webkit-overflow-scrolling: touch;

}
.chosen-container .chosen-results li {
	display: none;
	margin: 0;
	padding: 5px 15px;
	list-style: none;
	line-height: 24px;
	word-wrap: break-word;
	-webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
	display: list-item;
	cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
	display: list-item;
	color: #b6c3ce;
	cursor: default;
}
.chosen-container .chosen-results li.highlighted {
	background-color: #cc322a;
	color: #fff;
}
.chosen-container .chosen-results li.no-results {
	color: #777;
	display: list-item;
	background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
	display: list-item;
	font-family: 'Ubuntu', sans-serif;
	font-weight:300;
	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;
	margin: 0;
	padding: 0 5px;
	width: 100%;
	height: auto !important;
	height: 1%;
	border: 1px solid #dedede;
	background-color: #fff;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image: url('../../images/select_down.png');
	background-position: right;
	background-repeat: no-repeat;
	background-size: 46px 43px;
	margin-bottom:9px;
}
.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: 1px 0;
	padding: 0px 15px 0px 15px;
	height: 39px;
	outline: 0;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none;
	color: #999;
	font-family: 'Ubuntu', sans-serif;
	font-weight:300;
	font-size: 13px;
	line-height: normal;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.chosen-container-multi .chosen-choices li.search-choice {
	position: relative;
	margin: 7px 7px 0px 3px;
	padding: 7px 34px 7px 10px;
	border: none;
	max-width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #ecf0f1;
	box-shadow: none;
	color: #878787;
	line-height: 13px;
	cursor: default;
	font-family: 'Ubuntu', sans-serif;
    font-weight:300;
}
.chosen-container-multi .chosen-choices li.search-choice:hover {
	color: #fff;
	background-color: #cc322a;
}
.chosen-container-multi .chosen-choices li.search-choice span {
	word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	width: 100%;
	height: 27px;
	background: url('../../images/tags_close.png') right no-repeat;
	font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
	background: url('../../images/tags_close_active.png') right no-repeat;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
	padding-right: 5px;
	border: 1px solid #ccc;
	background-color: #e4e4e4;
	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: 0px 0px;
}
.chosen-container-multi .chosen-results {
	margin: 20px;
	padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
	display: list-item;
	color: #b6c3ce;
	cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
	border: 1px solid #cc322a;
	box-shadow: none;
}
.chosen-container-active.chosen-with-drop .chosen-single {
	border: 1px solid #cc322a;
	box-shadow: none;
}
.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-image: url('../../images/select_down_active.png');
	background-repeat: no-repeat;
	background-size: 46px 43px;
	background-position: 0px 0px;
}
.chosen-container-active .chosen-choices {
	background-image: url('../../images/select_down_active.png');
	background-repeat: no-repeat;
	background-size: 46px 43px;
	background-position: 0px 0px;
	border: 1px solid #cc322a;
	box-shadow: none;
	margin-bottom:9px;
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
	color: #222 !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;
  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;
}


.export .chosen-container-single .chosen-single div b {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url('../../images/select_down_white.png');
	background-repeat: no-repeat;
	background-size: 46px 43px;
	background-color:#cc322a;
}
.export .chosen-container-single .chosen-single {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 0 0 20px;
	height: 43px;
	border: 1px solid #cc322a;
	background-color: #cc322a;
	box-shadow: none;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	line-height: 41px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom:9px;
}

.export .chosen-container-active.chosen-with-drop .chosen-single div b {
	background-image: url('../../images/select_down_white.png');
	background-repeat: no-repeat;
	background-size: 46px 43px;
	background-position: 0px 0px;
	background-color:#cc322a;
}
.export .chosen-container-active .chosen-choices {
	background-image: url('../../images/select_down_white.png');
	background-repeat: no-repeat;
	background-size: 46px 43px;
	background-position: 0px 0px;
	border: 1px solid #cc322a;
	box-shadow: none;
	margin-bottom:9px;
}


#big .chosen-container {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-family: 'Ubuntu', sans-serif;
	font-weight:300;
	font-size: 16px;
	zoom: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
#big .chosen-container * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#big .chosen-container .chosen-drop {
	position: absolute;
	top: 100%;
	left: -9999px;
	z-index: 1010;
	width: 100%;
	border: 1px solid #cc322a;
	background: #fff;
	box-shadow: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#big .chosen-container.chosen-with-drop .chosen-drop {
	left: 0;
}
#big .chosen-container a {
	cursor: pointer;
}

/* @end */
/* @group Single Chosen */
#big .chosen-container-single .chosen-single {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 0 0 25px;
	height: 65px;
	border: 1px solid #dedede;
	background-color: #fff;
	box-shadow: none;
	color: #878787;
	text-decoration: none;
	white-space: nowrap;
	line-height: 63px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom:9px;
}
#big .chosen-container-single .chosen-default {
  	color: #878787;
}
#big .chosen-container-single .chosen-single span {
	display: block;
	overflow: hidden;
	margin-right: 26px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#big .chosen-container-single .chosen-single-with-deselect span {
 	margin-right: 38px;
}
#big .chosen-container-single .chosen-single abbr {
	position: absolute;
	top: 6px;
	right: 26px;
	display: block;
	width: 46px;
	height: 43px;
	background: url('../../images/chosen-sprite.png') right no-repeat;
	font-size: 1px;
}
#big .chosen-container-single .chosen-single abbr:hover {
	background-position: -42px -10px;
}
#big .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
	background-position: -42px -10px;
}
#big .chosen-container-single .chosen-single div {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 46px;
	height: 100%;
}
#big .chosen-container-single .chosen-single div b {
	display: block;
	width: 100%;
	height: 100%;
	background: url('../../images/select_large.png') no-repeat;
	background-size: 40px 65px;
}
#big .chosen-container-single .chosen-search {
	position: relative;
	z-index: 1010;
	margin: 0;
	padding: 20px 20px 0px 20px;
	margin-bottom:-12px;
	white-space: nowrap;
}
/* zoekveld */
#big .chosen-container-single .chosen-search input[type="text"] {
	margin: 1px 0;
	padding: 12px 20px 11px 20px;
	width: 100%;
	height: auto;
	outline: 0;
	border: 1px solid #dedede;
	background: white url('../../images/select_search.png') no-repeat right;
	background: url('../../images/select_search.png') no-repeat right;
	font-size: 1em;
	font-family: 'Ubuntu', sans-serif;
	font-weight:300;
	line-height: normal;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color:#878787;
}
#big .chosen-container-single .chosen-drop {
	margin-top: -1px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-clip: padding-box;
}
#big .chosen-container-single.chosen-container-single-nosearch .chosen-search {
	position: absolute;
	left: -9999px;
}

/* @end */
/* @group Results */
#big .chosen-container .chosen-results {
	color: #878787;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 20px 20px 20px 0;
	padding: 0 0 0 20px;
	max-height: 276px;
	-webkit-overflow-scrolling: touch;

}
#big .chosen-container .chosen-results li {
	display: none;
	margin: 0;
	padding: 10px 15px;
	list-style: none;
	line-height: 24px;
	word-wrap: break-word;
	-webkit-touch-callout: none;
}
#big .chosen-container .chosen-results li.active-result {
	display: list-item;
	cursor: pointer;
}
#big .chosen-container .chosen-results li.disabled-result {
	display: list-item;
	color: #b6c3ce;
	cursor: default;
}
#big .chosen-container .chosen-results li.highlighted {
	background-color: #cc322a;
	color: #fff;
}
#big .chosen-container .chosen-results li.no-results {
	color: #777;
	display: list-item;
	background: #f4f4f4;
}
#big .chosen-container .chosen-results li.group-result {
	display: list-item;
	font-family: 'Ubuntu', sans-serif;
	font-weight:300;
	cursor: default;
}
#big .chosen-container .chosen-results li.group-option {
	padding-left: 15px;
}
#big .chosen-container .chosen-results li em {
	font-style: normal;
	text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
#big .chosen-container-multi .chosen-choices {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0 5px;
	width: 100%;
	height: auto !important;
	height: 1%;
	border: 1px solid #dedede;
	background-color: #fff;
	cursor: pointer;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: white url('../../images/select_large.png') right no-repeat;
	background-size: 40px 65px;
	margin-bottom:9px;
}
#big .chosen-container-multi .chosen-choices li {
	float: left;
	list-style: none;
}
#big .chosen-container-multi .chosen-choices li.search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
#big .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	margin: 1px 0;
	padding: 0px 30px 0px 30px;
	height: 78px;
	outline: 0;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none;
	color: #999;
	font-family: 'Ubuntu', sans-serif;
	font-weight:300;
	font-size: 16px;
	line-height: normal;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#big .chosen-container-multi .chosen-choices li.search-choice {
	position: relative;
	margin: 7px 7px 0px 3px;
	padding: 7px 34px 7px 10px;
	border: none;
	max-width: 100%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #ecf0f1;
	box-shadow: none;
	color: #878787;
	line-height: 13px;
	cursor: default;
	font-family: 'Ubuntu', sans-serif;
    font-weight:300;
}
#big .chosen-container-multi .chosen-choices li.search-choice:hover {
	color: #fff;
	background-color: #cc322a;
}
#big .chosen-container-multi .chosen-choices li.search-choice span {
	word-wrap: break-word;
}
#big .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	width: 100%;
	height: 27px;
	background: url('../../images/tags_close.png') right no-repeat;
	font-size: 1px;
}
#big .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
	background: url('../../images/tags_close_active.png') right no-repeat;
}
#big .chosen-container-multi .chosen-choices li.search-choice-disabled {
	padding-right: 5px;
	border: 1px solid #ccc;
	background-color: #e4e4e4;
	color: #666;
}
#big .chosen-container-multi .chosen-choices li.search-choice-focus {
 	background: #d4d4d4;
}
#big .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
	background-position: 0px 0px;
}
#big .chosen-container-multi .chosen-results {
	margin: 20px;
	padding: 0;
}
#big .chosen-container-multi .chosen-drop .result-selected {
	display: list-item;
	color: #b6c3ce;
	cursor: default;
}

/* @end */
/* @group Active  */
#big .chosen-container-active .chosen-single {
	border: 1px solid #cc322a;
	box-shadow: none;
}
#big .chosen-container-active.chosen-with-drop .chosen-single {
	border: 1px solid #cc322a;
	box-shadow: none;
}
#big .chosen-container-active.chosen-with-drop .chosen-single div {
	border-left: none;
	background: transparent;
}
#big .chosen-container-active.chosen-with-drop .chosen-single div b {
	background: url('../../images/select_large_active.png') no-repeat;
	background-position: 0px 0px;
	background-size: 40px 65px;
}
#big .chosen-container-active .chosen-choices {
	background: white url('../../images/select_large_active.png') right no-repeat;
	background-size: 40px 65px;
	border: 1px solid #cc322a;
	box-shadow: none;
	margin-bottom:9px;
}
#big .chosen-container-active .chosen-choices li.search-field input[type="text"] {
	color: #222 !important;
}

/* @end */
/* @group Disabled Support */
#big .chosen-disabled {
	opacity: 0.5 !important;
	cursor: default;
}
#big .chosen-disabled .chosen-single {
	cursor: default;
}
#big .chosen-disabled .chosen-choices .search-choice .search-choice-close {
	cursor: default;
}