/* _colors.scss */
/* unique color names */
/* semantic color names */
.chosen-container .chosen-drop {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-color: #22A5FF;
  width: 220px; }

.chosen-container .chosen-single {
  line-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: inherit;
  height: 30px;
  border: 1px solid #c0c0c9;
  border-radius: 2px;
  background: #fff;
  box-shadow: none; }

.chosen-container.chosen-with-drop .chosen-single {
  border-color: #22A5FF;
  background: #fff; }

.chosen-container .chosen-results li.highlighted {
  background: #22A5FF; }

.chosen-container .chosen-single div b {
  position: relative;
  background-color: transparent;
  background-image: none !important; }

.chosen-container .chosen-single div b:before {
  position: absolute;
  top: 50%;
  right: 7px;
  content: '';
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 6px 4px 0;
  border-style: solid;
  border-color: #000 transparent; }

.chosen-container-single .chosen-single span {
  color: #444; }

/********* FIREFOX DROPDOWN STYLE *******/
@-moz-document url-prefix() {
  .chosen-container .chosen-single div b {
    -moz-box-sizing: border-box;
    border: solid 1px #aaa;
    background: #e0e0e0; }
  .chosen-container .chosen-single div b:before {
    top: 13px;
    right: 4px;
    -webkit-transform: none;
    border-width: 6px 4px 0;
    border-color: #555 transparent; }
  .chosen-container .chosen-single div b:after {
    position: absolute;
    top: 8px;
    right: 4px;
    content: '';
    border-width: 6px 4px 0;
    border-style: solid;
    border-color: #e0e0e0 transparent; }
  .chosen-container.chosen-with-drop .chosen-single div b:before {
    border-color: #000 transparent; }
  .chosen-container.chosen-with-drop .chosen-single div b {
    border-color: #7eb4ea;
    background: #e7f2fc; } }
