.mptable_add,
.selectlist-autocomplete,
.selectlist-box .selectlist-header select,
.select-list,
.select-list li {
    width: 100%;
}

.mptable_add,
.selectlist-box {
    border: 1px solid #ccc;
}

.field .field-widget .mptable_add td {
    padding: 0;
}

.selectlist-box {
    height: auto;
    max-width: 500px;
    width: auto;
}

.field .field-widget .selectlist-box table:not(.selected-colors-setting) td {
    padding-right: 0px; 
}

.selectlist-container {
    max-height: 120px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px;
}

.selectlist-box .selectlist-header {
    display: -ms-flexbox;
    display: flex;
    padding: 4px;
}

.selectlist-box .selectlist-header select {
    margin-right: 4px;
}

.selectlist-box option[aria-checked] {
    color: #ddd;
}

.selectlist-autocomplete {
    margin-right: 4px;
}

.selectlist-autocomplete, 
.input-text {
    display: inline-block;
}

.select-list {
    display: table;
    font-size: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.select-list li {
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 0;
}

.select-list li:only-child, 
.select-list li:last-child {
    border: none;
}


.select-list button {
    background: none;
    border: none;
    box-shadow: none;
    margin: 0;
    min-width: 13px;
    padding: 4px;
    vertical-align: middle;
}

.select-list .thumb_container {
    border-bottom:1px solid #ddd;
    display: table-cell; 
    padding: 3px; 
    vertical-align: middle; 
    width: 26px;
}

.select-list .thumb_img {
    border:1px solid #999;
    height: 26px;
}

.selectlist-config {
    display: none;
}

