#sel-cont {
  width: 100%;
  margin: 0px auto;
}
#sel-cont .chosen-container-multi .chosen-choices {
  border: 1px solid #aaa;
  padding: 0 2px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#sel-cont .chosen-container-multi .chosen-choices:after {
  content: "";
  font-family: FontAwesome;
  text-align: right;
  float: right;
  padding: 17px 5px;
  color: #aaa;
  font-size: 22px;
}
.arrow-select {
  color: #aaa;
  font-size: 22px;
  position: absolute;
  right: 15px;
  top: 9px;
  z-index: 999;
  pointer-events: none;
}
.chosen-container,
.chosen-container-single .chosen-single {
    width: 100% !important;
}
#sel-cont .chosen-container-active .chosen-choices {
  border: 1px solid #cccccc;
}
