
.mi-field {
    /*background-color: #efefef;*/
    background-color: transparent;
    padding: 5px;
    border-radius: .3em;
    display: inline-block;
    /*margin: 2px;*/
}

.mi-selected {
    color: #069;
    font-weight: bold;
}

.mi-unselected {
    color: #606060;
    font-weight: normal;
}

.mi-item {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 11px;
    color: #069;
    /*letter-spacing: .2rem;*/
    display: inline;
    margin: 1px 2px 1px 6px;
}

input[type=text].mi-input {
    font-weight: 900;
    text-transform: uppercase;
    margin: 1px 4px 1px 4px;
    font-size: 11px;
    color: #606060;
    background-color: transparent;
    letter-spacing: .2rem;
    display: inline;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #606060;
    padding: 1px 10px;
}

input.mi-input:focus {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #606060;
}

input.mi-item::placeholder {
    color: #222;
    opacity: 1; /* Firefox */
    font-weight: bold;
}

input.mi-item::-ms-input-placeholder {
    color: #222;
}


input.search {
    border: none;
    outline: none;
    padding-left: 10px;
    border-radius: .3em;
    display: inline-block;
    background-color: #eeeeee;
}

input.search {
    color: #606060;
    letter-spacing: .2rem;
    display: inline;
    border: none;
}

input.search:focus {
    width: 100%;
    z-index: 1;
    border-bottom: 2px solid #606060;
}

