/**
 * jQuery UI combobox overrides
 */

.ui-button {
    width: 20px;
    height: 20px;
    margin: 0;
    font-size: inherit;
    vertical-align: middle;
    bottom: 2px;
    position: relative;
    background-repeat: no-repeat;
    background-position: 2px 4px;
    padding: 5px 6px;
}

.ui-button .ui-icon {
	background-image: url(/cpq/img/config/dropdown-inline_selector-ena.png);
    width: 7px;
    height: 7px;
    display: block;
    background-position: -2px;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-menu-item:hover, .ui-menu-item:active, .ui-menu-item:focus { 
    background-color: rgb(212, 212, 212);
    background-repeat-x: repeat;
}

button.ui-state-hover{
    background-color: transparent;
}

.ui-menu-item {
    height: 20px;
}
.ui-widget-content { 
    border: 1px solid #aaaaaa; 
    background: #ffffff url(/cpq/img/config/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; 
    color: #222222; 
}

.ui-widget-content a { 
    color: #222222;
}

.ui-autocomplete { 
    position: absolute; 
    cursor: default;
    max-height: 398px;
    overflow-x: hidden;
}

.ui-image-combobox-input {
    display: block;
}

.ui-menu-item {
    height: 20px;
}

.ui-menu, .ui-menu-item a {
    white-space: nowrap;
    display: block;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

a.ui-corner-all {
    min-height: 11px;
    height: 100%;
    width:  100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.image-picklist-item a.ui-corner-all {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    text-align: center;
}

.image-picklist-item.ui-menu-item {
    clear: none;
    display: inline-block;
    float: left;
    cursor: pointer;
}

.image-picklist-item.ui-menu-item .img-container{
    margin-left: 0px 5px;
    display: block;
    height: 100px;
}

.image-picklist-item.ui-menu-item .label-container{
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cfg-image-picklist .cfg-im-value-arrow.read-only {
    background: none;
    cursor: auto;
}

.cfg-image-picklist .cfg-im-item.selected .cfg-im-value-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 100px;
    min-height: 15px;
}

.attribute-field-picklist {
	width: calc(95% - 25px);
}

.sspl-array-container {
    min-width: 133px;
}