/* ========================================================================== */
/* === Global Select ======================================================== */
/* ========================================================================== */

.select-wrap {
    position: relative;
}
.validation-error .chzn-single {
    border: 1px solid #bb4444!important;
}
.validation-passed #advice-required-entry-prefix {
    display: none;
}
#advice-required-entry-prefix {
    position: absolute;
    top: 34px;
    width: 200px;
}

/* === Layout =============================================================== */
.chzn-container {
    display: inline-block;
    *display: inline;
    font-size: 14px;
    position: relative;
    vertical-align: middle;
    zoom: 1;
}
.chzn-container .chzn-drop {
    border-top: 0;
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
}
.chzn-container.chzn-with-drop .chzn-drop {
    left: 0;
}

/* === Top ================================================================== */
.chzn-container-single .chzn-single {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #444444;
    display: block;
    height: 40px;
    line-height: 40px !important;
    overflow: hidden;
    padding: 0 0 0 10px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}
.chzn-container-single .chzn-default {
    color: #999;
}
.input-box .chzn-container-single .chzn-single span {
    color: #444;
    display: block;
    font-size: 14px;
    letter-spacing: 0.01em;
    margin: 0 28px 0 0;
    overflow: hidden;
    text-align: left;
    text-shadow: none;
    text-transform: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}
.chzn-container-single .chzn-single div {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
}
.chzn-container-single .chzn-single div b {
    display: block;
}
.chzn-container-single .chzn-single div b:after {
    content: '\E009';
    font-family: ico;
    color: #333;
    font-size: 16px;
    line-height: 21px;
}
.chzn-container-single-nosearch .chzn-search {
    display: none;
}

/* === Result =============================================================== */
.chzn-container .chzn-results {
    background-color: rgba(0, 0, 0, 0.90);
    max-height: 240px;
    padding: 4px 0 8px 4px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.chzn-container .chzn-results li {
    color:#fff;
    display: none;
    line-height: 20px;
    list-style: none;
    margin: 0;
    padding: 5px 0 5px 16px;
}
.chzn-container .chzn-results .active-result {
    cursor: pointer;
    display: list-item;
}
.chzn-container .chzn-results .group-option {
    padding-left: 30px;
}
.chzn-container .chzn-results .highlighted {
    color: #999;
}

/* === Active Drop Down ===================================================== */
.chzn-container-active.chzn-with-drop .chzn-single div b {
    background-position: 0 -32px;
}

/* === Disabled ============================================================= */
.chzn-disabled {
    cursor: default;
    opacity:0.5 !important;
}
.chzn-disabled .chzn-single {
    cursor: default;
}
