﻿a.searchItem {
    display: inline-block;
    margin: 5px 16px 5px 0;
    border-radius: 2px;
    padding: 2px 5px;
    height: 18px;
    line-height: 18px;
    color: #434649;
    word-wrap: normal;
    word-break: keep-all;
    vertical-align: middle;
    cursor: pointer;
}

a.searchItem:hover {
    background-color: #e6eeff;
}

a.searchItem.ouway-active {
    background-color: #3093ED;
    color: #fff;
    border-radius: 5px;
}

.search-group input[type="text"] {
    display: inline-block;
}

.search-group select {
    position: absolute;
    left: 395px;
    top: 0;
    font-size: var(--font-size);
    border-color: transparent;
    background-color: transparent;
    border-left-color: #ddd;
    outline: none;
    height: 32px;
    width: 95px;
    padding-left: 5px;
    color: #666;
}

.search-group button {
    vertical-align: inherit;
    font-size: var(--font-size);
}


.textarea-search {
    display: inline-block;
    position: absolute;
    padding: 7px 12px 6px 30px;
    height: 165px;
    resize: vertical;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    z-index: 100;
}

.open-search-icon {
    position: absolute;
    top: 7px;
    left: 0;
    margin-left: 5px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.close-search-icon {
    position: absolute;
    top: 7px;
    left: 8px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 102;
}
