﻿.k-lookupbox {
    display: block;
    width: 100%;
    width: -moz-available; /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
    width: fill-available; /* background: none; */
    padding: 0px;
    border: none;
    /* border-radius: 4px; */
}

.k-lookupbox-display {
    overflow: overlay;
    padding: 1px;
    height: 19px;
    display: block;
    background: none;
    width: 100%;
    width: -moz-available; /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    line-height: 1.4em;
    word-break: break-all;
}

.k-lookupbox-display-items {
    display: inline-block;
    width: 100%;
    width: -moz-available; /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
    width: fill-available;
}

.k-lookupbox-buttons {
    display: inline;
    padding: 0px;
    float: right;
}

.k-lookupbox-wrap {
    position: relative;
    float: left;
}

.k-lookupbox .k-select {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    text-decoration: none;
    min-height: 1.65em;
    line-height: 2em;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    width: 1.9em;
    height: 100%;
}

.k-lookup {
    width: 16em;
}

    .k-lookup > .k-i-refresh {
        display: inline-block;
        outline: none;
        position: absolute;
        right: 24px;
        bottom: 2px;
    }
