.select2-selection b {
    zoom: 1.3;
}

.select2-selection--single {
    width: 100%;
    border-radius: 0 !important;
    height: 55px !important;
    box-sizing: border-box;
    padding: 15px !important;
    color: #444;
    line-height: 26px;
    font-size: 22px;
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: 98%;
    text-indent: 0.01px;
    text-overflow: "";
}

.chosen-container {
    width: 100% !important;
}

.discount_text {
    background: #fefed1 !important;
    color: black !important
}
.user_price {
    background: #FF9900 !important;
    color: black !important
}



.subcontainerfullwidth {
    width: 100%;
}

@media screen and (max-width: 767px) {
    #categoryId, #packageId {
        width: 90% !important;
    }
}

.row-fluid .span9 {
    width: 100%;
}

@media screen and (max-width: 992px) {
    .chosen-with-drop .chosen-drop {
        position: static;
    }

    .chosen-container .chosen-results {
        position: static;
        max-height: none;
        overflow: hidden;
    }
}