
.chzn-container {
    display: inline-block;
    font-family: lato;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
}
.chzn-container .chzn-drop {
	background:#fff;
	box-shadow:0 1px 2px rgba(0,0,0,.4);
    left: 0;
    position: absolute;
    top: 29px;
    z-index: 1010;
}
.chzn-container-single .chzn-single {
    background-clip: padding-box;
    background-color: #FFFFFF;
    color: #444444;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
}
.chzn-container-single .chzn-default {
    color: #999999;
}
.chzn-container-single .chzn-single span {
    display: block;
    margin-right: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chzn-container-single .chzn-single abbr {
    background: url("chosen-sprite.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    display: block;
    font-size: 1px;
    height: 13px;
    position: absolute;
    right: 26px;
    top: 6px;
    width: 12px;
}
.chzn-container-single .chzn-single abbr:hover {
    background-position: right -11px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
    background-position: right top;
}
.chzn-container-single .chzn-single div {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
}
.chzn-container-single .chzn-single div b {
    background: url("chosen-sprite.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 100%;
    width: 100%;
}
.chzn-container-single .chzn-search {
    margin: 0;
    padding: 3px 4px;
    position: relative;
    white-space: nowrap;
    z-index: 1010;
}
.chzn-container-single .chzn-search input {
  background: url("chosen-sprite.png") no-repeat scroll 100% -22px, linear-gradient(#EEEEEE 1%, #FFFFFF 15%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  font-family: sans-serif;
  font-size: 1em;
  height: 20px;
  margin: 1px 0;
  outline: 0 none;
  padding: 4px 20px 4px 5px;
}

.chzn-container-single .chzn-drop {
    background-clip: padding-box;
    border-radius: 0 0 4px 4px;
}
.chzn-container-single-nosearch .chzn-search input {
    left: -9000px;
    position: absolute;
}
.chzn-container-multi .chzn-choices {
    background-color: #FFFFFF;
    background-image: linear-gradient(#EEEEEE 1%, #FFFFFF 15%);
    border: 1px solid #AAAAAA;
    cursor: text;
    height: auto !important;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.chzn-container-multi .chzn-choices li {
    float: left;
    list-style: none outside none;
}
.chzn-container-multi .chzn-choices .search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.chzn-container-multi .chzn-choices .search-field input {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 0 none !important;
    box-shadow: none;
    color: #666666;
    font-family: sans-serif;
    font-size: 100%;
    height: 15px;
    margin: 1px 0;
    outline: 0 none;
    padding: 5px;
}
.chzn-container-multi .chzn-choices .search-field .default {
    color: #999999;
}
.chzn-container-multi .chzn-choices .search-choice {
    background-clip: padding-box;
    background-color: #E4E4E4;
    background-image: linear-gradient(#F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEEEEE 100%);
    border: 1px solid #AAAAAA;
    border-radius: 3px;
    box-shadow: 0 0 2px #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: default;
    line-height: 13px;
    margin: 3px 0 3px 5px;
    padding: 3px 20px 3px 5px;
    position: relative;
}
.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
    background-color: #E4E4E4;
    background-image: -moz-linear-gradient(center top , #F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEEEEE 100%);
    border: 1px solid #CCCCCC;
    color: #666666;
    padding-right: 5px;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
    background: none repeat scroll 0 0 #D4D4D4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
    background: url("chosen-sprite.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    display: block;
    font-size: 1px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;
    width: 12px;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
    background-position: right -11px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
    background-position: right -11px;
}
.chzn-container .chzn-results {
    margin: 0 4px 4px 0;
    max-height: 240px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 0 0 4px;
    position: relative;
}
.chzn-container-multi .chzn-results {
    margin: -1px 0 0;
    padding: 0;
}
.chzn-container .chzn-results li {
    display: none;
    line-height: 15px;
    list-style: none outside none;
    margin: 0;
    padding: 5px 6px;
}
.chzn-container .chzn-results .active-result {
    cursor: pointer;
    display: list-item;
}
.chzn-container .chzn-results .highlighted {
    background-color: #3875D7;
    background-image: linear-gradient(#3875D7 20%, #2A62BC 90%);
    color: #FFFFFF;
}
.chzn-container .chzn-results li em {
    background: none repeat scroll 0 0 #FEFFDE;
    font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.chzn-container .chzn-results .no-results {
    background: none repeat scroll 0 0 #F4F4F4;
    display: list-item;
}
.chzn-container .chzn-results .group-result {
    color: #999999;
    cursor: default;
    font-weight: bold;
}
.chzn-container .chzn-results .group-option {
    padding-left: 15px;
}
.chzn-container-multi .chzn-drop .result-selected {
    display: none;
}
.chzn-container .chzn-results-scroll {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 4px;
    position: absolute;
    text-align: center;
    width: 321px;
    z-index: 1;
}
.chzn-container .chzn-results-scroll span {
    display: inline-block;
    height: 17px;
    text-indent: -5000px;
    width: 9px;
}
.chzn-container .chzn-results-scroll-down {
    bottom: 0;
}
.chzn-container .chzn-results-scroll-down span {
    background: url("chosen-sprite.png") no-repeat scroll -4px -3px rgba(0, 0, 0, 0);
}
.chzn-container .chzn-results-scroll-up span {
    background: url("chosen-sprite.png") no-repeat scroll -22px -3px rgba(0, 0, 0, 0);
}
.chzn-container-active .chzn-single {
}
.chzn-container-active .chzn-single-with-drop {

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.chzn-container-active .chzn-single-with-drop div {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-left: medium none;
}
.chzn-container-active .chzn-single-with-drop div b {
    background-position: -18px 1px;
}
.chzn-container-active .chzn-choices {
    border: 1px solid #5897FB;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chzn-container-active .chzn-choices .search-field input {
    color: #111111 !important;
}
.chzn-disabled {
    cursor: default;
    opacity: 0.5 !important;
}
.chzn-disabled .chzn-single {
    cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
    cursor: default;
}
.chzn-rtl {
    text-align: right;
}
.chzn-rtl .chzn-single {
    overflow: visible;
    padding: 0 8px 0 0;
}
.chzn-rtl .chzn-single span {
    direction: rtl;
    margin-left: 26px;
    margin-right: 0;
}
.chzn-rtl .chzn-single div {
    left: 3px;
    right: auto;
}
.chzn-rtl .chzn-single abbr {
    left: 26px;
    right: auto;
}
.chzn-rtl .chzn-choices .search-field input {
    direction: rtl;
}
.chzn-rtl .chzn-choices li {
    float: right;
}
.chzn-rtl .chzn-choices .search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
}
.chzn-rtl .chzn-choices .search-choice .search-choice-close {
    background-position: right top;
    left: 4px;
    right: auto;
}
.chzn-rtl.chzn-container-single .chzn-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}
.chzn-rtl .chzn-results .group-option {
    padding-left: 0;
    padding-right: 15px;
}
.chzn-rtl.chzn-container-active .chzn-single-with-drop div {
    border-right: medium none;
}
.chzn-rtl .chzn-search input {
    background: url("chosen-sprite.png") no-repeat scroll -38px -22px, linear-gradient(#EEEEEE 1%, #FFFFFF 15%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    direction: rtl;
    padding: 4px 5px 4px 20px;
}
