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

Version 1.8.3
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 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;
  vertical-align: middle;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  right: 0px;
  padding: 0;
  z-index: 1010;
  width: 100%;
  /*min-width:220px;*/
  border: 1px solid #F5F9FB;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(44, 48, 49, 0.12);
  box-shadow: 0 10px 20px 0 rgba(44, 48, 49, 0.12);
  display: none;
}

.chosen-container.chosen-with-drop .chosen-drop {
  display: block;
}

.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: #bbb;
}

.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;
  height: 30px;
  padding: 4px 12px;
  line-height: 20px;
  border: 1px solid #DCDFE3;
  background: #F5F9FB;
  border-radius: 10px;
  white-space: nowrap;
}

.chosen-container-single .chosen-single input[type=text] {
  cursor: pointer;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  padding: 0;
}

.chosen-container-single .chosen-default > span {
  color: #bbb;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 15px;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single abbr {
  position: absolute;
  top: 0;
  right: 20px;
  display: block;
  width: 24px;
  height: 100%;
  line-height: 30px;
  font-size: 8px;
  text-align: center;
  transform: scale(0.66);
  font-family: "iconfont";
}

.chosen-container-single abbr:before {
  content: "\e82c";
}

.chosen-container-single abbr:hover:before {
  color: #40A9FF;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover:before {
  color: #40A9FF;
}

.chosen-container-multi .chosen-arrow,
.chosen-container-single .chosen-arrow {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 24px;
  height: 100%;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.chosen-container-multi .chosen-arrow b,
.chosen-container-single .chosen-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-size: 16px;
  font-family: "FontAwesome";
}

.chosen-container-multi .chosen-arrow b:before,
.chosen-container-single .chosen-arrow b:before {
  content: "\f107";
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 5px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search:before {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #999;
  text-align: center;
  font-family: "FontAwesome";
  content: "\f002";
}

.chosen-container-single .chosen-search input[type=text] {
  margin: 0;
  padding: 1px 20px 1px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #DCDFE3;
  background: #F5F9FB;
  border-radius: 10px;
}

.chosen-container-single .chosen-drop {
  margin-top: 0px;
  border-radius: 0 0 10px 10px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 20px;
  word-wrap: break-word;
  color: #444;
}

.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 {
  color: #1890FF;
  transition: all 0.15s linear;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f5f5f5;
}

.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 {
  overflow: hidden;
  margin: 0;
  padding: 2px 24px 0 12px;
  width: 100%;
  min-height: 30px;
  border: 1px solid #DCDFE3;
  background: #F5F9FB;
  cursor: text;
  border-radius: 10px;
  cursor: pointer;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin-top: 1px;
  padding: 0;
  white-space: nowrap;
  display: none;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  color: #bbb;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 1px 10px 4px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #91D5FF;
  max-width: 100%;
  background-color: #E6F7FF;
  background-clip: padding-box;
  color: #1890FF;
  font-size: 12px;
  line-height: 12px;
  cursor: default;
  border-radius: 10px;
}

.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: 4px;
  right: 2px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 8px;
  transform: scale(0.66);
  color: #1890FF;
  font-family: "iconfont";
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  content: "\e82c";
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover:before {
  color: #40A9FF;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #eee;
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #ddd;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -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-color: #1890FF !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border-color: #1890FF !important;
}

.chosen-container-active.chosen-with-drop .chosen-single .chosen-arrow {
  border-left: none !important;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-arrow b:before,
.chosen-container-active.chosen-with-drop .chosen-single .chosen-arrow b:before {
  content: "\f106";
  color: #1890FF !important;
}

.chosen-container-active .chosen-choices {
  border-color: #1890FF !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  cursor: not-allowed;
}

.chosen-disabled .chosen-single {
  cursor: not-allowed;
  color: #bbb;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: not-allowed;
  color: #bbb;
}

.chosen-container-diy {
  position: relative;
  display: inline-table;
  vertical-align: middle;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
  width: 100%;
}

.chosen-container-diy .chosen-choices {
  display: table-cell;
  margin: 0;
  padding: 2px 24px 0 12px;
  width: 100%;
  height: 30px;
  border: 1px solid #DCDFE3;
  background: #F5F9FB;
  border-radius: 10px;
  cursor: pointer;
}

.chosen-container-diy .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-diy .chosen-choices li a i {
  font-size: 12px;
  color: #1890FF;
}

.chosen-container-diy:focus .chosen-choices {
  border-color: #1890FF !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.chosen-container-diy:focus .chosen-choices ~ .input-group-btn {
  border-color: #1890FF !important;
  border-radius: 0 10px 10px 0;
}

.chosen-container-diy .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-diy .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 24px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #bbb;
}

.chosen-container-diy .chosen-choices li.search-choice {
  position: relative;
  margin: 1px 10px 4px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #91D5FF;
  max-width: 100%;
  background-color: #E6F7FF;
  background-clip: padding-box;
  color: #1890FF;
  font-size: 12px;
  line-height: 12px;
  cursor: default;
  border-radius: 10px;
}

.chosen-container-diy .chosen-choices li.search-choice span {
  display: inline-block;
  max-width: 100%;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.chosen-container-diy .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 2px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 8px;
  transform: scale(0.66);
  color: #1890FF;
  font-family: "iconfont";
}

.chosen-container-diy .chosen-choices li.search-choice .search-choice-close:before {
  content: "\e82c";
}

.chosen-container-diy .chosen-choices li.search-choice .search-choice-close:hover:before {
  color: #40A9FF;
}

.chosen-container-diy .input-group-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 24px;
  height: 100%;
  text-align: center;
  cursor: pointer;
}

.chosen-container-diy .input-group-btn button {
  width: 24px;
  height: 100%;
  line-height: 14px;
  padding: 0 0 8px 0;
  font-size: 14px;
  border: none;
  background: transparent;
  outline: none;
}

.chosen-container-diy:hover .input-group-btn button {
  color: #1890FF;
}

/* for < 1920px */
@media screen and (max-width: 1920px) {
  .chosen-container-single .chosen-single {
    height: 24px;
    padding: 1px 10px;
  }
  .chosen-container-single .chosen-arrow {
    line-height: 24px;
  }
  .chosen-container-single abbr {
    line-height: 24px;
  }
  .chosen-container-multi .chosen-choices {
    min-height: 24px;
  }
  .chosen-container-multi .chosen-arrow {
    line-height: 24px;
  }
  .chosen-container-multi .chosen-choices li.search-field {
    margin-top: -1px;
  }
  .chosen-container-multi .chosen-choices li.search-choice {
    margin: 1px 5px 2px 0;
    padding: 1px 15px 1px 3px;
  }
  .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 1px;
  }
  .chosen-container-diy .chosen-choices {
    height: 24px;
  }
  .chosen-container-diy .chosen-choices li.search-choice {
    margin: 1px 5px 2px 0;
    padding: 1px 15px 1px 3px;
  }
  .chosen-container-diy .chosen-choices li.search-choice .search-choice-close {
    top: 1px;
  }
}