.UISearch.SearchHDSD {
    width: 100%;
}
.UISearch.SearchHDSD .SearchBorder {
    margin: 0;
    width: inherit;
    border-radius: inherit;
    height: auto;
 	display:block;
}
.UISearch.SearchHDSD .searchBox {
    border-radius: 5px 0 0 5px;
    border: 1px solid #e0e0e5;
    font-size: 1rem;
    padding: 0.2rem 1rem;
    -webkit-transition: border-color 0.2s;
    -moz-transition: border-color 0.2s;
    transition: border-color 0.2s;
    width: 80%;
    line-height: 32px;
    background:#fff;
    margin: 0;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    align-self: center;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.UISearch.SearchHDSD span.btn-search:hover {
    cursor: pointer;
    background: #00ccff;
    color: #292826;
    outline: 0;
}
.UISearch.SearchHDSD span.btn-search::after {
    content: "\f002";
    font: normal normal normal 14px/37px FontAwesome;
}
.UISearch.SearchHDSD span.btn-search {
    background: #00b7ff;
    color: #292826;
    border: 1px solid transparent;
    text-shadow: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    min-width: 18%;
    border-radius: 0 5px 5px 0;
    display: inline-block;
    text-align: center;
}
.UISearch.SearchHDSD .searchBox[type="search"] {
    -webkit-appearance: none !important;
    background-clip: padding-box;
    background-color: white;
    vertical-align: middle;
    border-radius: 0.25rem;
    border: 1px solid #e0e0e5;
    font-size: 1rem;
    width: 100%;
    line-height: 2;
    padding: 0.375rem 1.25rem;
    -webkit-transition: border-color 0.2s;
    -moz-transition: border-color 0.2s;
    transition: border-color 0.2s;
}
.UISearch.SearchHDSD .searchBox:focus {
    transition: all 0.5s;
    box-shadow: 0 0 40px #2ce6ffb9;
    border-color: #0ba5ff;
    outline: none;
}
