.lookup {
    padding: 5px 0px;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}
.lookup i {
    cursor: pointer;
    font-size: 25px;
    margin-top: 1px;
    float: left;
}

.lookup .ion-android-remove-circle {
    color: #d32f2f;
    font-size: 22px;
    cursor: pointer;
    margin-top: 3px;
}

.lookup input {
    width: 80%;
}
.lookup .display-value {
    flex: 1;
    height: 30px;
    float: left;
    background-color: #f3f3f3;
    margin-right: 5px;
    padding: 5px;
    overflow: auto;
}
.lookup-desabilitado {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #f0f0f0;
    opacity: 0.7;
}

.menus-lookup {
    float: right;
    margin-top: -32px;
}
.lookup-alterar-ico {
    font-size: 17px !important;
    margin: 5px 10px    !important;
    color: #ffac5e;
}
@media (max-width: 750px) {
.lookup input {
    width: 73%;
}
}