
@media (min-width: 1200px) {
    .container {
        max-width: 1280px;
    }
}


/**** Overrides on chosen.css ****/

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 6px 0 6px 8px;
    height: 40px;
    /*border: 2px solid #b2b2b2;*/
    background: #fff;
    background-clip: padding-box;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
    margin-bottom: 15px;
    border-radius: 0;
}

.chosen-container-single .chosen-single div {
    display: none;
}

.chosen-container .chosen-results li.highlighted {
    background: #0095D2;
    color: #fff;
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    cursor: text
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    background: #eefffe;
    color: #333;
    line-height: 13px;
    cursor: default;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    box-shadow: none;
}

/**** End chosen.css overrides ****/
