﻿.search-box-frame {
    padding: 1px;
    background: white;
    height: 30px;
    border-radius: 5px;
    border: 1px solid lightgrey;
    
}
.distributor-details .search-box-frame {
    width: 99%;
}

.search-box-frame input {
    border: solid 0;
    -webkit-box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.search-box-frame input:focus {
    border: solid 0;
    -webkit-box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.search-box-frame input:focus {
    border: 0;
    -webkit-border-radius: 0;
}

.search-box-frame button {
    height: 30px;
    width: 30px;
    vertical-align: top;
    border: 0;
}

.searchClearIcon {
    background: white;
    background: url('/Content/images/SearchBox/close_gray.png') no-repeat center;
}

.searchBoxSearchIcon {
    background: white;
    background: url('/Content/images/SearchBox/magnify.png') no-repeat center;
    cursor: auto;
}
