﻿#s4-workspace {
    background: radial-gradient(circle at 13% 5%, #e5f5fe, #fff 81%) !important;
}
.bContainer h1 {
    font-size: 50px;
    line-height: 50px;
    margin-top: -14px;
    margin-bottom: 30px;
    width: 100%;
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'BlenderBold', Arial, sans-serif;
    font-weight: normal;
    color: #0072C1;
}

.navbar-fixed-top .header_bottom{
    display:none !important;
}

#InternalWithoutMenu {
    margin-top: 135px !important;
}


.SearchResults {
    width: 100%;
    max-width: 690px;
    margin: 0px auto 80px;
    min-height: 400px;
}


    .SearchResults ul {
        list-style: none !important;
        margin: 0 !important;
        padding: 0px;
    }


    .SearchResults h3 {
        font-weight: bold;
    }

        .SearchResults h3 a, .SearchResults h3 a:hover, .SearchResults h3 a:visited {
            cursor: pointer;
            z-index: 1000;
            color: #0172BB;
            text-align: right;
            font-family: BlenderRegular;
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            text-decoration-line: underline;
            text-decoration-style: solid;
            text-decoration-skip-ink: auto;
            text-decoration-thickness: auto;
            text-underline-offset: auto;
            text-underline-position: from-font;
            text-decoration: none;
        }

            .SearchResults h3 a:hover, .SearchResults h3 a:focus {
                text-decoration: underline;
            }

    .SearchResults .searchItem {
        margin: 40px 0px;
    }

    .SearchResults li p, .srchResultSummary {
        margin: 5px 0px;
        color: #2E2E2E;
        text-align: right;
        font-family: BlenderRegular;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px; /* 137.5% */
    }


.paggingSearch {
    display: flex;
    font-size: 26px;
    line-height: 18px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: center;
}

.paggingNav, .currentSearchNavPage {
    cursor: pointer;
    margin: 0px;
    padding: 1px 7px 4px 8px;
    position: relative;
    top: 1px;
    color: #0072c6 !important;
}

.currentSearchNavPage {
    font-weight: bold;
}

.searchNavPage {
    margin: 0px;
    padding: 1px 7px 4px 8px;
    position: relative;
    top: 1px;
    color: #777;
    cursor: pointer;
}


.searchBoxBtn, .searchBoxBtn:hover {
    overflow: auto !important;
    background: url(/_layouts/15/TlvSP2013PublicSite/images/search_iconB.svg) no-repeat center;
    background-size: auto, auto;
    top: 50% !important;
    position: absolute !important;
    left: 0px;
    transform: translate(50%, -50%);
    height: 31px;
    width: 34px;
    border: none;
}


#SearchBox {
    width: 100%;
    max-width: 690px;
    max-height: 80px;
    background-color: #ffffff;
    letter-spacing: -0.637px;
    vertical-align: top;
    margin: 30px 0px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.12);
    position: relative;
}

    #SearchBox input {
        width: 100%;
        color: #2E2E2E;
        text-align: right;
        font-family: BlenderRegular;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        height: 68px;
        padding-right: 35px;
        padding-left: 75px;
        margin-right: 0px !important;
        border: none;
        border-radius: 12px;
    }

.clearSearchLine {
    /*top: 55%;*/
}

a.showMoreItems, a.showMoreItems:visited {
    /* height: 22px;*/
    font-family: "BlenderRegular";
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.8px;
    text-align: center;
    color: #0072bc;
    display: none;
    cursor: pointer;
    text-decoration: none !important;
    margin-top: 40px;
    padding: 12px 38px 10px 41px;
    border-radius: 25px;
    border: solid 1px #1a77d3;
    background-color: #fff;
}

.showMoreItemsDiv {
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
    width: 100%;
}

a.showMoreItems:hover {
    color: #fff;
    background-color: #1a77d3;
}

    a.showMoreItems:hover .showMoreItemsPic {
        border-color: #fff;
    }

.showMoreItemsPic {
    margin: 0px 8px 2px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border: solid #0072bc;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
}

.showMoreItems img {
    padding-right: 13px;
}

.viewPicNoResult {
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    background-color: transparent;
    background-image: url('/Style Library/he-il/Core Styles/Img/SearchNoRE.png');
    /* background-size: 100%; */
    height: 100px;
    margin-top: 110px;
    margin-bottom: 15px;
}

.viewNoResult {
    font-family: blenderLight;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: center;
    color: #2e2e2e;
}

#NoResult {
    display: none;
}

.SearchNoValue {
    font-weight: bold;
}




@media (max-width: 480px) {
    .srchResult {
        margin: 70px 0px 0px 0px !important;
        padding: 0px 16px;
    }

    .menu-more{
        display:none !important;
    }

    .viewNoResult {
        font-family: blenderLight;
        font-size: 26px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.15;
        letter-spacing: normal;
        text-align: center;
        color: #2e2e2e;
    }

    #SearchBox {
        position: fixed;
        top: 64px;
        border-radius: 0;
        margin-bottom: 100px;
        z-index: 1;
    }
}
