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

Version 1.6.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 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.
*/
.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100% !important}.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%;text-align:left;border:1px solid #e5e5e5;padding:0;background:#fff;margin:-3px 0 0;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.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:400;color:#999}.chosen-container .search-choice .group-name:after,.chosen-container .chosen-single .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{display:block;text-decoration:none;white-space:nowrap;position:relative}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:0;text-overflow:ellipsis;white-space:nowrap;color:#2a2f35}.chosen-container-single.active .chosen-single span{color:#222}.select-dropdown .chosen-container-single.active .chosen-single span{color:#fff}.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;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:22px;right:18px;display:block;width:12px;height:7px}.chosen-container-single .chosen-single div b{display:block;margin:0;height:100%}.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]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{color:#171717;position:relative;overflow-x:hidden;overflow-y:auto;margin:0;padding:0;max-width:1050px;margin:0 auto;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{background:0 0;display:block;font-size:16px;font-weight:500;width:100%;margin:0;padding:12px 20px;color:#3f4b58;background:#fff;list-style:none;transition:all .3s ease 0s;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li:before{display:none}.chosen-container .chosen-results li:hover{color:#de0019;background:#fafafa}.chosen-container .chosen-results li.active-result{display:inline-block;cursor:pointer}.category-select-wrap .chosen-container .chosen-results li:first-child{display:block}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.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-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}