#nr-search-result{
    position: relative;
}
.page-spiner {
    position: absolute;
    background-color: rgb(255, 255, 255);
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-align: center;
    opacity: 0.8;
    display: none;
}

.page-spiner .transbox {
    width: 100%;
    height: 100%;
    background: url(/Sitefinity/WebsiteTemplates/SFA/App_Themes/SFA/Styles/plugins/slick/ajax-loader.gif) no-repeat center center;
    background-size: 32px 32px;
}

.no-margin-top{
    margin-bottom: 0;
}