/*========== CHOSEN OVERRIDES ==========*/
#content-wrapper .chosen-container {
    float: left;
    width: 100% !important;
    margin-right: 20px;
    border-radius: 3px;
}

#content-wrapper .chosen-container .chosen-single {
    height: 45px;
    padding: 0 0 0 10px;
    background: #DDDDDD;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#content-wrapper .chosen-with-drop .chosen-single {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#content-wrapper .chosen-single:hover {
    text-decoration: none !important;
}

#content-wrapper .chosen-single span {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 45px;
    color: #555555;
    margin-right: 50px;
    border-right: 2px solid #FFFFFF;
}

#content-wrapper .chosen-single div {
    width: 50px;
}

#content-wrapper a:hover {
    text-decoration: none;
}

#content-wrapper .chosen-single div b {
    background: url('/static/images/chosen/down_arrow.png') center no-repeat;
}

#content-wrapper .chosen-with-drop .chosen-single div b {
    background: url('/static/images/chosen/up_arrow.png') center no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
    #content-wrapper .chosen-single div b {
        background: url('/static/images/chosen/down_arrow.png') center no-repeat !important;
    }

    #content-wrapper .chosen-with-drop .chosen-single div b {
        background: url('/static/images/chosen/up_arrow.png') center no-repeat !important;
    }
}

#content-wrapper .chosen-drop {
    margin-top: 0;
    background: #DDDDDD;
    border: none;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
}

#content-wrapper .chosen-drop .chosen-results {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

#content-wrapper .chosen-drop .chosen-results li {
    width: 100%;
    font-size: 14px;
    margin: 0 !important;
    padding: 15px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#content-wrapper .chosen-drop .chosen-results li.result-selected,
#content-wrapper .chosen-drop .chosen-results li.highlighted,
#content-wrapper .chosen-drop .chosen-results li:hover {
    color: #FFFFFF;
    background: #55BC77;
}

#content-wrapper .chosen-drop .chosen-results li.result-selected {
    background: #12A89D;
}

#content-wrapper .chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 18px;
    right: 70px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(/static/images/chosen/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
    #content-wrapper .chosen-container-single .chosen-single abbr {
        background: url(/static/images/chosen/chosen-sprite.png) -42px 1px no-repeat !important;
    }
}

.chosen-container-single .chosen-search input[type=text] {
    background-image: url(/static/images/chosen/chosen-sprite.png);
}
/*========== END CHOSEN OVERRIDES ==========*/
