.yps-bootstrap .query-builder .rules-group-container {
    width: 100% !important;
}

.yps-bootstrap .query-builder .rule-container {
    padding: 10px;
    min-height: 90px;
}

.yps-bootstrap .query-builder .pull-right {
    float: right !important;
}

.yps-bootstrap .query-builder .rule-filter-container select {
    min-width: 200px;
}

.yps-bootstrap .query-builder .rule-value-container {
    min-width: 400px;
}

.yps-bootstrap .query-builder .rule-value-container .form-control {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.yps-bootstrap .query-builder {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.yps-bootstrap .search-choice.search-choice-disabled span {
    background-color: white !important;
}