/* @@@PDC-2179: Add search feature in Swagger API Documentation */
fieldset.search {
    background-color: #fff;
    border: 1px solid #bebebe;
    border-radius: 4px;
    /* height: 20px; */
    margin: auto;
    padding: 4px;
    width: 40%;
    height: 100%;
    margin-left: 0px;
}

fieldset.search input[type="text"] {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    box-shadow: none !important;
    color: #999;
    float: left;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 92%;
    outline-width: 0;
}

.filter {
    background-color: #f8f8f9;
    padding: 10px;
}

fieldset.search button[type="submit"] {
    background-color: transparent;
    background-image: url("../../images/search.png");
    background-position: right top;
    background-repeat: no-repeat;
    border: medium none;
    box-shadow: none;
    color: #999;
    float: right;
    height: 100%;
    margin: 0;
    max-width: 17px;
    padding: 8px;
    margin-top: 2px;
    width: 10%;
}

input[type="search"] {
    -webkit-appearance: block !important;
}