﻿.txtSearchTextTop {
    display: none;
}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    background: #fff;
    width: 100%;
    height: 34px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 0px;
    font-family: "Roboto", Helvetica, Arial, sans-serif!important;
    font-weight: lighter;
    font-size: 16px;
    color: #626262;
    top: 0;
    background: #ffffff;
    width: 223px;
    height: 37px;
    margin: 0;
    z-index: 10;
    border: 1px solid #d6d6d6;
}

input[type="search"].sb-search-input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

.sb-search-input::-webkit-input-placeholder {
    color: #626262;
}

.sb-search-input:-moz-placeholder {
    color: #626262;
}

.sb-search-input::-moz-placeholder {
    color: #626262;
}

.sb-search-input:-ms-input-placeholder {
    color: #626262;
}

.dnnSearchButton {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 37px;
    padding: 0;
    margin: 0;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    z-index: 11;
}

@media (max-width:320px) {
    .Searchbox {
        width: 240px !important;
    }
}
    @media (max-width:767px){
    .Searchbox {
    width:75% !important;
    height: 37px;
    margin-bottom: 25px;
    border-width: 1px;
    padding-top: 5px;
    border-color: #dadada;
    background-color: #f2f2f2;
    padding-bottom: 7px;
    padding-left: 8px;
}
        .searchResultTitleDiv {
         display:inline-table !important;
            /*height: 90px !important;*/
        }
        .searchResultWrapper {
    max-width: 99%;
    overflow: hidden;
}
}
