
.SingleSearch {
    height: 30px;
    position: relative;
    float:right
}
.SingleSearch .SearchBox {
    display: inline-block;
    position: absolute;
    right: 7px;
    /* bottom: -1px; */
    width: 230px;
}
.SingleSearch .SearchBox .Text {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    color: #5b5b5b;
    display: inline-block;
    font: italic 9pt Arial;
    height: 21px;
    margin: 0;
    text-align: left;
    width: 86%;
}
.SingleSearch .SearchBox .Button {
    background: rgba(0, 0, 0, 0) url("images/s.png") no-repeat scroll center center;
    border: medium none;
    display: inline-block;
    float: right;
    height: 26px;
    width: 27px;
}
input:focus {
    outline: none;
}
@media only screen and (min-width: 769px){
.SingleSearch {
    /* max-width: unset !important; */
    /* width: 100%; */
}
.SingleSearch .SearchBox {
    #top: -30px !important;
    #width: unset !important;
}
}
@media only screen and (max-width: 768px){
  .SingleSearch {
    min-height: 20px !important;
    width: 100vw;
    padding: 5px;
    margin: 0 !important;
    position: static !important;
    margin-top: 5px !important;
    margin-bottom: 5px;
    max-width: 100%;
    display: block !important;
}  
.SingleSearch .SearchBox {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    right: 5px;
    /* top: 1px; */
    width: 80% !important;
    height: 1.3%;
    /* position: absolute; */
    /* top: 8.0%; */
    /* left: 2.6%; */
    margin-top: -37px;
    margin-left: 9px;
}
.SingleSearch .SearchBox .Button {
   # display:none;
}
div.SingleSearch {
    margin-bottom: -45px !important;
}
}