
.chosen-container + .help-inline {
    vertical-align: middle;
}
.chosen-select {
    border-width: 0;
    display: inline !important;
    height: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 0;
    z-index: -1;
}
.chosen-container, [class*="chosen-container"] {
    vertical-align: middle;
}
.chosen-container > .chosen-single, [class*="chosen-container"] > .chosen-single {
    background: none repeat scroll 0 0 #fafafa;
    box-shadow: none;
    height: 30px;
    line-height: 28px;
}
.chosen-choices {
    box-shadow: none !important;
}
.chosen-container-single .chosen-single abbr {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.chosen-container-single .chosen-single abbr:after {
    color: #888;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 13px;
    position: absolute;
    right: 0;
    top: -7px;
}
.chosen-container-single .chosen-single abbr:hover:after, .chosen-container-single.chosen-disabled .chosen-single abbr:hover:after {
    color: #464646;
}
.chosen-single div b {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
.chosen-single div b:before {
    color: #888;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 12px;
    left: 1px;
    position: relative;
    top: -1px;
}
.chosen-container-active.chosen-with-drop .chosen-single div b:before {
    content: "";
}
.chosen-container-single .chosen-search {
    position: relative;
}
.chosen-container-single .chosen-search input[type="text"] {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    height: 28px;
    line-height: 28px;
}
.chosen-container-single .chosen-search:after {
    color: #888;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    right: 12px;
    top: 8px;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: 25px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
    color: #888;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 13px;
    position: absolute;
    right: 2px;
    top: -1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    text-decoration: none;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover:before, .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close:before {
    color: #464646;
}
.chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.chosen-container .chosen-results-scroll-down span:before, .chosen-container .chosen-results-scroll-up span:before {
    color: #888;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 12px;
    left: 1px;
    position: relative;
    top: -1px;
}
.chosen-container .chosen-results-scroll-up span:before, .chosen-container-active .chosen-single-with-drop div b:before {
    content: "";
}
.chosen-rtl .chosen-search input[type="text"] {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.chosen-rtl .chosen-search:after {
    content: "";
    display: none;
}
.chosen-rtl .chosen-search:before {
    color: #888;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    left: 12px;
    position: absolute;
    top: 9px;
}
.chosen-container-single .chosen-single {
    border-radius: 0;
}
.chosen-container .chosen-results li.highlighted {
    background: none repeat scroll 0 0 #316ac5;
    color: #fff;
}
.chosen-container-single .chosen-drop {
    border-bottom: 3px solid #4492c9;
    border-color: #4492c9;
    border-radius: 0;
}
.chosen-container-active .chosen-single, .chosen-single.chosen-single-with-drop {
    border-color: #4492c9;
}
.form-group.has-error .chosen-single {
    border-color: #f09784 !important;
}
.form-group.has-info .chosen-single {
    border-color: #64a6bc !important;
}
.form-group.has-warning .chosen-single {
    border-color: #e0c43a !important;
}
.form-group.has-success .chosen-single {
    border-color: #92bf65 !important;
}
.chosen-container-active.chosen-with-drop .chosen-single {
    border-color: #4492c9;
}
.chosen-container .chosen-drop {
    display: none;
}
.chosen-container.chosen-with-drop .chosen-drop {
    display: block;
    left: auto;
    right: auto;
}
@media not all, only screen and (min-resolution: 144dpi) {
.chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span, .chosen-container-multi .chosen-choices li.search-choice .search-choice-close, .chosen-container-single .chosen-search input[type="text"], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-rtl .chosen-search input[type="text"] {
    background-image: none !important;
    background-repeat: no-repeat !important;
    background-size: auto auto !important;
}
}
.tag-input-style + .chosen-container-multi .chosen-choices li.search-choice {
    background-color: #91b8d0;
    background-image: none;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 3px;
    margin-right: 0;
    padding: 6px 22px 7px 9px;
    position: relative;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease 0s;
    vertical-align: baseline;
    white-space: nowrap;
}
.tag-input-style + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    bottom: 0;
    height: auto;
    line-height: 25px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 18px;
}
.tag-input-style + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
    color: #fff;
    font-size: 11px;
    position: static;
}
.tag-input-style + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-color: rgba(0, 0, 0, 0.2);
}
.tag-input-style + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover:before {
    color: #fff;
}
.tag-input-style + .chosen-container-multi.chosen-rtl .chosen-choices li.search-choice {
    margin-left: 0;
    margin-right: 3px !important;
    padding: 6px 9px 7px 22px;
}
.tag-input-style + .chosen-container-multi.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    left: 0;
    right: auto;
}
