/* @group Base */
.chzn-container {
    font-size: 13px;
    position: relative;
    display: inline-block;
    zoom: 1;
    border: 1px solid #d7d7d7;
}
#mainSearchForm .chzn-container {
  border: none;
  background-image: url("../huduImg/mainSearchSelect.png");
  background-position: right top;
}
.cmsHeading .chzn-container {
    border: 1px solid #e9e9e9;
    border-bottom: none;
    position: relative;
    top: -1px;
    padding-left: 47px;
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box;    /* Firefox, other Gecko */
    box-sizing: content-box;         /* Opera/IE 8+ */
}
.chzn-container .chzn-drop {
    background: #fff;
    border: 1px solid #d7d7d7;
    border-top: none;
    position: absolute;
    margin-left: -1px;
    margin-top: 2px;
    padding: 9px 0 0 9px;
    z-index: 200;
}
.cmsHeading .chzn-container .chzn-drop {
    border-color: #e9e9e9;
    width: 100% !important;
    padding: 0;
    margin-top: 0;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.12);
}
/* @end */

/* @group Single Chosen */
.cmsHeading .carouselSelector .chzn-container a.chzn-single, 
.chzn-container-single .chzn-single {
    background-color: #fff;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 28px;
    line-height: 28px;
    padding: 0 0 0 9px;
    color: #666;
    text-decoration: none;
    float: none;
    border: none;
}
/* @group Single Chosen */
.cmsHeading .carouselSelector .chzn-container a.chzn-single {
    height: 26px;
    line-height: 24px;
    margin-left: -47px;
    padding-left: 27px;
}
.cmsHeading .carouselSelector .chzn-container a.chzn-single-with-drop {
    background-color: #e9e9e9;
}
#mainSearchForm .chzn-single {
    background-color: transparent;
    background-image: url("../huduImg/mainSearchSelectBorderLeft.png");
    background-position: left top;
    background-repeat: no-repeat;
    padding: 0 0 3px 9px;
}

.chzn-container-single .chzn-default {
    color: #666;
}
.chzn-container-single .chzn-single span {
    font-size: 12px;
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
#mainColumn  .cmsHeading .carouselSelector  .chzn-container, 
#mainColumn  .cmsHeading .carouselSelector  .chzn-container * {
    font-size: 14px;
}
#mainSearchForm .chzn-single span {
    padding-top: 2px;
    font-size: 14px;
}
.chzn-container-single .chzn-single abbr {
    display: block;
    position: absolute;
    right: 26px;
    top: 6px;
    width: 12px;
    height: 13px;
    font-size: 1px;
    /* x zum Schliessen */
    background: url('../FL-img/chosen-sprite.png') right top no-repeat;
}
.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 {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 28px;
    width: 29px;
}
.chzn-container-single .chzn-single div b {
    display: block;
    height: 28px;
    width: 29px;
}

.chzn-container .chzn-single div b {
    /* Pfeil nach unten */
    background-image: url('../huduImg/huduSprite.png');
    background-repeat: no-repeat;
    background-position: -78px -10px;
}
.chzn-container-active .chzn-single-with-drop div b {
    /* Pfeil nach oben */
    background-image: url('../huduImg/huduSprite.png');
    background-repeat: no-repeat;
    background-position: -118px -10px; 
}
#mainSearchForm .chzn-single div b {
    /* Pfeil nach unten */
    float: right;
    margin: 12px 10px 0 0;
    width: 17px;
    height: 10px;
    background-position: -10px -78px;
}
#mainSearchForm .chzn-container-active .chzn-single-with-drop div b {
    /* Pfeil nach oben */
    background-position: -37px -78px; 
}

.cmsHeading .chzn-single div b {
    height: 26px;
    width: 26px;
    float: right;
    background-image: none;
    background-color: #e9e9e9;
}
.cmsHeading .chzn-single div b:after {
    /* Pfeil nach unten */
    content: "";
    height: 7px;
    width: 12px;
    margin: 9px auto;
    display: block;
    background-image: url('../huduImg/huduSprite.png');
    background-position: -281px -81px;
}
.cmsHeading .chzn-container-active .chzn-single-with-drop div b:after {
    /* Pfeil nach oben */
    background-position: -258px -81px;
}


.chzn-container-single .chzn-search {
    position: relative;
    margin: 0;
    white-space: nowrap;
    padding-right: 40px;
    z-index: 200;
}
#editAccountDetails .chzn-search {
    display: none;
}
.nosearchfield .chzn-container-single .chzn-search {
    display: none;
}
.chzn-container-single .chzn-search input {
    /* Lupe für Suchfeld */
    background-image: url('../huduImg/chozenSearch.png');
    background-repeat: no-repeat;
    background-position: right top;
    outline: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    padding: 1px 1px 1px 8px;
    border: 1px solid #d7d7d7;
    height: 26px;
}
.chzn-container-single .chzn-drop {
    -moz-background-clip   : padding;
    -webkit-background-clip: padding-box;
    background-clip        : padding-box;
    -webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: content-box;    /* Firefox, other Gecko */
    box-sizing: content-box;         /* Opera/IE 8+ */
}
/* @end */

.chzn-container-single-nosearch .chzn-search input {
    position: absolute;
    left: -9000px;
}

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
    background-color: #fff;
    margin: 0;
    padding: 0;
    cursor: text;
    overflow: hidden;
    height: auto !important;
    height: 1%;
    position: relative;
}
.chzn-container-multi .chzn-choices li {
    float: left;
    list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
    white-space: nowrap;
    margin: 0;
    padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
    color: #666;
    background: transparent !important;
    border: 0 !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    height: 15px;
    padding: 5px;
    margin: 1px 0;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow   : none;
    -o-box-shadow     : none;
    box-shadow        : none;
}
.chzn-container-multi .chzn-choices .search-field .default {
    color: #666;
}
.chzn-container-multi .chzn-choices .search-choice {
    -moz-background-clip   : padding;
    -webkit-background-clip: padding-box;
    background-clip        : padding-box;
    background-color: #f7f7f7;
    color: #666;
    line-height: 13px;
    padding: 3px 20px 3px 5px;
    margin: 3px 0 3px 5px;
    position: relative;
    cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
    background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
    display: block;
    position: absolute;
    right: 3px;
    top: 4px;
    width: 12px;
    height: 13px;
    font-size: 1px;
    /* x zum Schliessen */
    background: url('../FL-img/chosen-sprite.png') right top no-repeat;
}
.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;
}
/* @end */

/* @group Results */
.chzn-container .chzn-results {
    max-height: 300px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.cmsHeading .chzn-container .chzn-results {
}
.chzn-container-multi .chzn-results {
    margin: -1px 0 0;
    padding: 0;
}
.chzn-container .chzn-results li {
    display: none;
    font-size: 12px;
    line-height: 14px;
    padding: 9px 0;
    margin-right: 9px;
    list-style: none;
}
.cmsHeading .chzn-container .chzn-results li {
    padding: 9px 9px 9px 27px;
    margin-right: 0;
}
.chzn-container .chzn-results .active-result {
    cursor: pointer;
    display: block;
}
.chzn-container .chzn-results .highlighted {
    background-color: #f7f7f7;
}
.chzn-container .chzn-results li em {
    background: #f7f7f7;
    font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
    background: transparent;
}
.chzn-container .chzn-results .no-results {
    background: #f4f4f4;
    display: list-item;
}
.chzn-container .chzn-results .group-result {
    cursor: default;
    color: #999;
    font-weight: bold;
    font-weight: 600;
}
.chzn-container .chzn-results .group-option {
    padding-left: 15px;
}
.chzn-container-multi .chzn-drop .result-selected {
    display: none;
}
.chzn-container .chzn-results-scroll {
    background: white;
    margin: 0 4px;
    position: absolute;
    text-align: center;
    width: 321px; /* This should by dynamic with js */
    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 {
    /* Pfeil nach unten */
    background: url('../FL-img/chosen-sprite.png') no-repeat -4px -3px;
}
.chzn-container .chzn-results-scroll-up span {
    /* Pfeil nach oben */
    background: url('../FL-img/chosen-sprite.png') no-repeat -22px -3px;
}
/* @end */

/* @group Active  */
.chzn-container-active .chzn-single {
   
}
.chzn-container-active .chzn-single-with-drop {
   
}
.chzn-container-active .chzn-single-with-drop div {
    background: transparent;
    border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b {
}
.chzn-container-active .chzn-choices {
   
}
.chzn-container-active .chzn-choices .search-field input {
    color: #666 !important;
}
/* @end */

/* @group Disabled Support */
.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;
}

/* @group Right to Left */
.chzn-rtl { text-align: right; }
.chzn-rtl .chzn-single { padding: 0 8px 0 0; overflow: visible; }
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; direction: rtl; }

.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 { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 4px; right: auto; background-position: right top;}
.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: none; }
.chzn-rtl .chzn-search input {
    /* Lupe für Suchfeld */
    background-image: url('../huduImg/chozenSearch.png');
    background-repeat: no-repeat;
    background-position: right top;
    padding: 4px 5px 4px 20px;
    direction: rtl;
}
/* @end */





