.dropdown-header {
    border-width: 0 0 1px 0;
    text-transform: uppercase;
}

    .dropdown-header > span {
        display: inline-block;
        padding: 10px;
    }

        .dropdown-header > span:first-child {
            width: 50px;
        }
         
        
.k-popup .k-list .k-item, .k-fieldselector .k-list .k-item, .k-list-optionlabel, .k-popup>.k-group-header, .k-popup>.k-virtual-wrap>.k-group-header{
    white-space:nowrap;
}

.selected-value {
    display: inline-block; 
    vertical-align: middle;
    max-width: 50px;
    height: 18px;
    background-size: contain;
    margin-right: 5px;
    border-radius: 5%;
    background-repeat: no-repeat;
}

.dropDownImage .k-item {
    line-height: 1em;
    min-width: 300px;
}

/* Material Theme padding adjustment*/

.k-material #customers-list .k-item,
.k-material #customers-list .k-item.k-state-hover,
.k-materialblack #customers-list .k-item,
.k-materialblack #customers-list .k-item.k-state-hover {
    padding-left: 5px;
    border-left: 0;
}

.k-item > span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin: 3px 10px 3px 5px;
}

    .dropDownImg {
        width: 50px;
        height: 25px;
        border-radius: 5%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position-y: 50%;
    }
    .k-state-default.dropDownText {
        white-space: normal !important;
    }
    .dropDownText {
        display: inline;
        min-width: 400px;
    }
    .dropDownText p {
        display: inline;
        float: right;
    }
        .dropDownText b {
            padding-right: 20px;
            vertical-align: top;
        }
    
.k-multiselect .k-button{
    background-color: #FFF;
    border-color: #0072c6;
    color: #000;
}
.k-multiselect .k-button.k-state-hover{
    background-color: #EFEFEF;
}
.k-multiselect-wrap .k-select {
    right: 0px;
}
.k-state-hover, .k-state-hover:hover, .k-list > .k-state-hover {
    background-color: #EFEFEF;
}
/*.k-list-container {
    min-width: 126px !important;
    width: auto !important;
}*/
.k-list-container .k-list .k-item{
    padding-right: 10px;
}
span.k-icon {
    transition: background-color 0.5s, border-radius 0.5s;
}
#COMPC-list {
    min-width: 415px;
}