.SearchResults {
        /* background: none repeat scroll 0 0 #FFFFFF; */
        padding: 0;
        margin: 16px 0;
        padding: 0;
        margin-top: 0;
}
.SearchResults .SearchPane {
        margin-bottom: 20px;
}
.SearchResults .SearchPane .TextPane {
        float: left;
        margin-right: 15px;
}
.SearchResults .SearchPane .TextPane {
}
.SearchResults .SearchPane .TextBox {
        float: left;
}
.SearchResults .SearchPane .SearchButton {
        background: none repeat scroll 0 0 #ddd;
        display: block;
        margin: 12px 0px;
        padding: 7px;
        text-decoration: none;
        border: 1px solid #E9E9E9;
        font-size: 14px;
        text-align: center;
        color: var(--bg-blue-weight);
        font-weight: 600;
        color: transparent;
        position: relative;
}
.SearchResults .SearchPane .SearchButton:after{
        content: 'Search';
        color: var(--bg-blue-weight);
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
}
.SearchResults .SearchPane .DatePane {
        float: left;
        margin-right: 20px;
}
.SearchResults .SearchPane .DatePane .BeginDate {
        float: left;
}
.SearchResults .SearchPane .DatePane .EndDate {
        float: left;
        margin-left: 15px;
}
.SearchResults .ResultList {
        list-style: none outside none;
        margin: 0;
        padding: 0;
}
.SearchResults .ResultList .Item {
        display: inline-block;
        padding-bottom: 15px;
        border-bottom: 1px dashed #ddd;
        width: 100%;
}
.SearchResults .ResultList .Item .Image {
        float: right;
        height: 190px;
        margin-left: 30px;
}
.SearchResults .ResultList .Item img {
        /* border: 1px solid #CCCCCC; */
        padding: 2px;
        width: 300px;
        object-fit: cover;
}
.SearchResults .ResultList .Item .Title {
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        /* or 136% */
        /* Grey 1 */
        color: #212529;
        font-weight: 500;
        text-decoration: none;
}
.SearchResults .ResultList .Item .Summary {
        /* Sapo */
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 21px;
        color: #495057;
        margin: 10px 0px;
}
.SearchResults .DataPager {
        /* float: right; */
        margin: 2px;
}
.SearchResults .ResultList .Item+.Item{
        margin-top: 15px;
}
.SearchResults .SearchPane>div>span{
        margin: 10px 0px;
        display: inline-block;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 19px;
        text-transform: uppercase;
        color: #212529;
        vertical-align: middle;
}
.SearchPane input, .SearchPane select {
        height: auto !important;
        padding: 5px 10px !important;
        display: inline-block;
        box-sizing: border-box !important;
        border: 1px solid #ccc!important;
        border-radius: 3px;
        outline: none;
        font-size: 14px !important;
}
.SearchResults .ResultList{
        margin-top: 30px;
}
.SearchResults .DataPager {
        padding: 5px;
        margin-top: 10px;
}
.SearchResults .DataPager>span{
        display: flex;
        align-items: center;
        justify-content: center;
}
.SearchResults .DataPager>span>span, .SearchResults .DataPager>span>a{
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 3px;
        font-family: Tahoma;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        /* identical to box height */
        text-align: center;
        background: #EEEEEE;
        color: #666666;
}
.SearchResults .DataPager span.CurrentPage {
        background: var(--bg-blue-weight);
        color: #fff;
}
.SearchResults .SearchPane * {
        line-height: 1.4 !important;
}
.SearchResults .SearchPane>div:nth-child(1)>span {
        color: transparent;
}
.SearchResults .SearchPane>div:nth-child(1)>span:before {
        content: 'Keywords';
        color: #212529;
}
.SearchResults .SearchPane>div:nth-child(3)>span {
        color: transparent;
}
.SearchResults .SearchPane>div:nth-child(3)>span:before {
        content: 'Categorys';
        color: #212529;
}
.SearchResults .SearchPane>div:nth-child(5)>span {
        color: transparent;
}
.SearchResults .SearchPane>div:nth-child(5)>span:before {
        content: 'From';
        color: #212529;
}
.SearchResults .SearchPane>div:nth-child(7)>span {
        color: transparent;
}
.SearchResults .SearchPane>div:nth-child(7)>span:before {
        content: 'To';
        color: #212529;
}
.NoRecord {
        color: transparent;
}
.NoRecord:before{
        content: 'No record';
        color: #212529;
}
@media only screen and (max-width: 1023px){
        div.SearchResults {
                padding: 5px 10px !important;
                width: 100vw;
        }
        .SearchResults .ResultList .Item img.Image {
                float: none !important;
                width: 100% !important;
                height: 50vw !important;
                margin: 0 !important;
                margin-bottom: 15px !important;
        }
}
