/* manual skinning for search task flow, idk how to do it with ADF selectors */
/* instead of ".search_input_container" style */
.search span {
    height: 32px;
    border-radius: 5px;
    box-shadow: 0 1px 0rgba(255, 255, 255, 0.5);
    float: left;
    margin: 1px 2px 1px 0;
}
/* instead of ".search_button_container" style */
.search td+td+td {
    position: relative;
    display: inline-block;
    min-width: 37px;
    height: 34px;
}

.search td+td+td:active {
    top: 1px;
    box-shadow: 0 3px 6pxrgba(0, 0, 0, 0.17);
}

.search input {
    border: 1px solid #C7C5BD;
    border-top: 1px solid #9E9C94 !important;
    border-radius: 4px !important;
    width: 267px;
    height: 20px !important;
    padding: 5px !important;
    box-shadow: 0 1px 3pxrgba(0, 0, 0, 0.2)inset !important;
    background-color: transparent !important;
    border-style: solid !important ;
    border-width: 1px !important;
}

@media(max-width: 1100px) {
    .search input {
        height: auto !important;
    }
}

.search input:hover {
    background-color: #ECE9E0 !important;
}
/* instead of ".search button" style */
.search button {
    background: none !important;
    background-image: url(/static/images/search/top_icon.svg) !important;
    background-repeat: no-repeat !important;
    width: 34px !important;
    background-size: 100%;
    height: 34px !important;
    box-shadow: none;
    margin-left: 8px;
    border: none !important;
}

@media(max-width: 1100px) {
    .search button {
        width: 10vw !important;
        height: 10vw !important;
    }
}


.search img {
    display: none;
}
[id*='pglli1'] {
    width: 30px;
    margin-right: 5px;
}
[id*='pglli1']img {
    width: 30px;
    height: 30px
}

.searchResultPanel span {
    display: inline !important;
}

.searchForm > div:nth-child(2) > div > div {
    border: none;
}

.searchForm > div:nth-child(2) h1 {
    border: solid #979991 1px;
    border-bottom: 1px solid #BFBFB7;
    border-right-color: #979991 !important;
}

.searchForm > div:nth-child(2) h1+div {
    border: solid #979991 1px !important;
    border-top: none !important;
}

.mainSplitter > table .xp5 {
    width: 0 !important;
}

.mainSplitter > table > tbody > tr > td:last-child {
    padding-left: 30px;
}

[id$='searchKeywords'] input {
    height: 15px;
}