input[type=text].processing, select.processing {border-color: #7d9464; background: url(../../../images/onbi/core/loader.gif) no-repeat 97% center; background-position: -webkit-calc(100% - 10px) center; /* Sf 6 */ background-position: right 10px center; /* Cr 25+, FF 13+, IE 9+, Op 10.5+ */}
.form-list select.validation-failed {border-color: #df280a;}


.onbi-core-qty{
    position: relative;
}

.onbi-core-qty input{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.onbi-core-qty .plus,
.onbi-core-qty .minus{
    position: absolute;
    top: 10px;
    font-weight: bolder;
    cursor: pointer;
}

.onbi-core-qty .plus{
    right: 5px;
}

.onbi-core-qty .minus{
    left: 5px;
}