@charset "utf-8";

form#feedback input.form-control {
    height: 50px;
}

/* 标签 Basic Style */

.tagging {
    border: 1px solid #CCCCCC;
    font-size: 1em;
    height: 50px;
}

.tagging.editable {
    cursor: text;
}

.tagging .tag {
    background: none repeat scroll 0 0 #EE7407;
    border-radius: 2px;
    color: white;
    cursor: default;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    padding: 4px 20px 4px 10px;
    margin: 5px 5px 5px 0;
}

.tagging .tag span {
    display: none;
}

.tagging .tag .tag-i {
    color: white;
    cursor: pointer;
    font-size: 1.3em;
    height: 0;
    line-height: 0.1em;
    position: absolute;
    right: 10px;
    top: 0.7em;
    text-align: center;
    width: 10px;
}

.tagging .tag .tag-i:hover {
    color: black;
    text-decoration: underline;
}

.tagging .type-zone {
    border: 0 none;
    height: auto;
    width: auto;
    margin-top: 8px;
    background: inherit;
    min-width: 20px;
    display: inline-block;
}

.tagging .type-zone:focus {
    outline: none;
}

.pre-tags label {
    font-weight: normal;
    cursor: pointer;
}