﻿input.gs-lookup-tags {
    display: none !important;
}

div.gs-lookup-tags {
    border: 1px solid #aaa;
    box-shadow: 0 2px 0 rgba(73, 73, 73, 0.1);
    min-height: 35px;
    padding: 5px;
    outline: none;
    background-color: #fff;
}

    div.gs-lookup-tags > .tag {
        border-radius: 4px;
        background-color: #D8D8D8;
        color: #333;
        padding: 2px 5px;
        font-size: 11px;
        display: inline-block;
        cursor: pointer;
        margin-right: 3px;
    }

        div.gs-lookup-tags > .tag:after {
            margin-left: 3px;
            content: "x";
        }

        div.gs-lookup-tags > .tag:hover {
            background-color: #818D91;
            color: white;
        }

    div.gs-lookup-tags > .new-tag {
        min-width: 20px;
        display: inline-block;
        padding: 2px 5px;
        font-size: 11px;
    }

div.gs-lookup-tags-items {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    padding: 4px 6px;
    color: #555;
    margin-bottom: 5px;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
    width: 100%;
}
