.input {
    border: none;
    font-size: 16px;
    background: none;
    outline: none;
    display: inline-block;
    width: 100%;
}

.text {
    display: inline-block;
}

.clickShield {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
}

.inputContainer {
    display:inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}