/* @group Base */
.chosen-container {
  font-size: 16px;
  position: relative;
  display: inline-block;
  zoom: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  vertical-align: middle;
  border: 1px solid transparent;
  *display: inline;
}

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

.chosen-container .chosen-drop {
  position: absolute;
  z-index: 1010;
  top: 100%;
  left: -9999px;
  width: 100%;
  border-top: 0;
  background: #fff;
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 240px;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  color: #444;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  line-height: 15px;
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  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;
  cursor: default;
  color: #ccc;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #d1d2d3;
}

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

.chosen-container .chosen-results li.group-result {
  font-weight: bold;
  display: list-item;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

.chosen-container.chosen-container-active {
  border-color: #0b2238;
}

.chosen-container.chosen-container-active .chosen-single {
  color: #0b2238;
  background-color: #f0f1f2;
}

/* @group Single Chosen */
.chosen-container-single .chosen-single {
  font-family: 'GeorgiaItalic', 'sans-serif';
  font-size: 12px;
  font-weight: normal;
  line-height: 30px;
  position: relative;
  display: block;
  overflow: hidden;
  height: 30px;
  padding: 0 0 0 8px;
  white-space: nowrap;
  text-decoration: none;
  color: #fff;
  background: #0b2238;
  background-clip: padding-box;
}

.chosen-container-single .chosen-single span {
  font-size: 14px;
  display: block;
  overflow: hidden;
  margin-right: 26px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.chosen-container-single .chosen-single abbr {
  font-size: 1px;
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 100%;
  background: #575e6b;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../images/puces/select.png') no-repeat 0 0;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

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

.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'] {
  font-family: sans-serif;
  font-size: 1em;
  line-height: normal;
  width: 100%;
  height: auto;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  border: 1px solid #aaa;
  border-radius: 0;
  outline: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-disabled .chosen-single {
  background: #25394c;
}

.chosen-container-single.chosen-disabled .chosen-single span {
  opacity: .2;
}

.chosen-container-single.chosen-disabled .chosen-single div {
  background: #344556;
}

.chosen-container-single.chosen-disabled .chosen-single b {
  opacity: .2;
}

.chosen-with-drop .chosen-single div b {
  background-position: left bottom;
}
